node-litecoin
node-litecoin copied to clipboard
Litecoin testnet example
Could you provide some code example, how can I connect to the litecoin testnet with this lib please.
To use testnet, you must set your litecoin.conf file to use testnet. This module has nothing to do with testnet.
Edit your litecoin.conf file, add this anywhere inside the file
testnet = 1
[Linux] Type this in the command console: find / -name "litecoin.conf"
Could someone close this ticket when they get the chance? @dzarezenko @gferrin
The testnet=1
flag connects the node to the testnet, but I'm finding I'm unable to connect the client to testnet (works on mainnet — getting connect ECONNREFUSED
on testnet). Is there some additional necessary config parameter to pass in when creating the client?