Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intercept electrum and Bitcoin JSONRPC sendrawtransactions #188

Open
tiero opened this issue Sep 13, 2024 · 2 comments
Open

Intercept electrum and Bitcoin JSONRPC sendrawtransactions #188

tiero opened this issue Sep 13, 2024 · 2 comments

Comments

@tiero
Copy link
Member

tiero commented Sep 13, 2024

We should "proxy" the local listening TCP ports to intercept requests such as the sendrawtransaction for Bitcoin/Elements Core and the broadcast for Electrum, so that we can automatically generate a block

PS: This may be something we could implement in nigiri-chopsticks

@bordalix
Copy link

When working with nigiri I normally like to make it generate a block every 42 seconds:

while true ; do nigiri rpc --generate 1 ; sleep 42 ; done

@tiero
Copy link
Member Author

tiero commented Sep 13, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants