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?

D.H.
  • 5,297
  • 3
  • 32
  • 45
ThePiachu
  • 42,931
  • 25
  • 138
  • 347

1 Answers1

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
  • 29,184
  • 11
  • 69
  • 129