0

Anyone know how to configure https://github.com/wizardofozzie/pybitcointools to bitcoin testnet?

thanks,

1 Answers1

1

There is blockr_fetch(txindex, "testnet") and blockr_push(signedTx, "testnet"). Note the need to use "testnet" as the 2nd parameter.

Reference

Zombie
  • 548
  • 3
  • 19
  • thank you Zombie, I will try. Would you please recommend a stable pybitcointools fork. I tried several already, can't find a stable one. or any python bitcoin tool you suggest to use? – kiwichen Jun 22 '18 at 03:06
  • you can look into this: https://github.com/petertodd/python-bitcoinlib and https://github.com/alexanderjsingleton/crypto-cuck-coin – Zombie Jun 22 '18 at 09:14
  • @kiwichen also check https://github.com/mcdallas/cryptotools – Mike D Jun 22 '18 at 10:55