Closed HungNguyen007 closed 7 years ago
The problem come from IP address 5.9.85.34 is not in the peer list of Mainnet and testnet.
I have used dig seed.bitcoin.sipa.be any
to achieve IP addresses of full Node or dig A seed.tbtc.petertodd.org
to get IP address of testnet.
Ex: Using var peer = new Peer({host: 51.15.9.224'});
Hello,
I got error "connect ETIMEDOUT 5.9.85.34:8333" during running the following snippet with NodeJS
My steps:
Could you please show me how make my snippet working? I don't run any Bitcoin full node on my local PC.
Thank you.