Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: d4n13 on July 17, 2015, 04:45:09 PM



Title: [HowTo] Use PyBitcoinTools to make CPFP transaction with tip to bounty
Post by: d4n13 on July 17, 2015, 04:45:09 PM
I've been playing with Vitalik's Bitcoin Python library. (https://github.com/vbuterin/pybitcointools)  It is fantastic and I highly recommend it.

Here's a small utility script I wrote that uses it to create CPFP transactions for users needing rescue.

https://gist.github.com/d4n13/579df081ca42ec956506


Title: Re: [HowTo] Use PyBitcoinTools to make CPFP transaction with tip to bounty
Post by: BitNow on July 31, 2015, 03:16:35 PM
I've been playing with Vitalik's Bitcoin Python library. (https://github.com/vbuterin/pybitcointools)  It is fantastic and I highly recommend it.

Here's a small utility script I wrote that uses it to create CPFP transactions for users needing rescue.

https://gist.github.com/d4n13/579df081ca42ec956506

I have a problem with a transaction with no fee that is 24 hours over the network unconfirmed.
https://bitcointalk.org/index.php?topic=1139711

There is something I can do about it?

There is a way of forcing a transaction broadcast without having to wait the 30 minutes Bitcoin Core period?


Title: Re: [HowTo] Use PyBitcoinTools to make CPFP transaction with tip to bounty
Post by: HeadsOrTails on August 01, 2015, 09:29:13 AM
I've been playing with Vitalik's Bitcoin Python library. (https://github.com/vbuterin/pybitcointools)  It is fantastic and I highly recommend it.

FYI, I've got a fork which adds lots of extra functionality: HERE (https://GitHub.com/simcity4242/pybitcointools)

  • encoding arbitrary files on the testnet Blockchain (https://github.com/simcity4242/pybitcointools/blob/master/FI_README.txt)
  • bip39
  • README (https://github.com/simcity4242/pybitcointools/blob/master/README.txt)


Title: Re: [HowTo] Use PyBitcoinTools to make CPFP transaction with tip to bounty
Post by: HeadsOrTails on August 07, 2015, 01:26:05 AM

https://gist.github.com/d4n13/579df081ca42ec956506

Can you repost this please, mate?