How to use bitcoinjs with TestNet?

7

One of my colleagues is trying to use bitcoinjs with TestNet, but apparently it doesn't like TestNet headers, so it doesn't work. Is there any way to make to use bitcoinjs with TestNet? Is there some specific configuration needed?

ThePiachu

Posted 2013-05-20T22:02:56.277

Reputation: 41 594

Answers

5

You need to run your bitcoinjs-server exit with --testnet.

bitcoinjs run --testnet

Source

Are there any existing public bitcoinjs exits running in testnet mode? I don't know.

Nick ODell

Posted 2013-05-20T22:02:56.277

Reputation: 26 536