Bitcoin Transaction Splitting ScriptI recently created a script for the splitting of Bitcoin transactions based off the BlockChain.info API for cooldgamer (
https://bitcointalk.org/index.php?action=profile;u=79720).
Within the middle of the messages, he requested and asked if the script could be licensed as open source; and as such, here we are!
Thank you to cooldgamer for providing the bounty.This script uses the BlockChain.info API to split Bitcoin Transactions to a Bitcoin Address based off a certain percentage.
For example, you can send 1 Bitcoin to ADDRESS1
and you can have it setup to split the transaction to send:
.4 Bitcoins to ADDRESS2 (40%)
.2 Bitcoins to ADDRESS3 (20%)
.05 Bitcoins to ADDRESS4 (5%)
.35 Bitcoins to ADDRESS5 (35%)
It works with any amount of outputs and includes fee calculation (w/ custom fee (optional)).
Obviously, a fair warning: This script is a tad bit messy. It works, but I recommend testing the script on a smaller scale before production use. It has and is being used within production for certain users already.
I am not responsible for any lost funds or any loss whatsoever by the use of this script whether in production or development.
The script is located on Github.
Read readme.md for installation and setup instructions.If you wish to be so kind to donate, you can send donations to :
16E4K1oDxefRAbLGS2Fh42C4SXgZMjeL3iThank you,
Initscri