node-electrum-client icon indicating copy to clipboard operation
node-electrum-client copied to clipboard

Electrum Client for node.js

Results 12 node-electrum-client issues
Sort by recently updated
recently updated
newest added

* protocol class without connection. * change method naming rule. * Specify the version when creating the class instance. * please call server_version after connection and check error.

Make the client a little more robust by implementing a ping strategy to keep it connected to the peer. If the connection is closed, it tries to reconnect. Once reconnected...

Added server features endpoint

Hey, I am doing some stress testing and I have ~1000 requests per minute. At some point the messages are not built correctly and on subscribe/connect I receive the following...

# tool https://github.com/you21979/rpcgen # defination file https://github.com/you21979/node-electrum-client/blob/next_v0.1/fixture/idl/protocol_v4.xml

https://github.com/github/opensource.guide/actions/runs/10233675184/job/28312255996#step:3:58

bitcoin:bc1qa5dkl2y6pczrrjc0dchn7fu4wwrtkap8lcrcj4?amount=0.08&label=Zee

Hi there, I've installed bitcoin node and electrs server on VPS. I write nodejs script to listen new transaction from specific addrs and I get this error when I use...