Questions tagged [pybitcointools]

a python bitcoin library.

14 questions
2
votes
1 answer

New Numbers: How many Bitcoin addresses are/have been carrying a balance?

Same question as this: How many Bitcoin addresses are/have been carrying a balance? However the answer there is from 2012. Anybody have the new numbers for reference?
2
votes
1 answer

Using pybitcointools to create keys, addresses, sign transactions, and push them out

I WENT through the tutorial for pybitcointools using the command line. At the last line I am to pushtx(tx3) and Yet I keep getting this error : raise Exception(p) Exception: An outpoint is already spent in [37275258, 92842599] THIS is the list of…
iivri andre
  • 141
  • 1
  • 4
0
votes
1 answer

Anyone know how to configure pybitcointools to bitcoin testnet?

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