Bitcoin Forum

Economy => Service Discussion => Topic started by: BTC_Acc on July 13, 2019, 02:15:15 PM



Title: coinsplit.io Free alternative?
Post by: BTC_Acc on July 13, 2019, 02:15:15 PM
Hello all,

I require an automated process of splitting a received BTC payment via percentage and then forwarding on to predefined BTC wallets.

Ie - 1BTC received, then automatically split three ways, for example 40%, 30% & 30%, the three payments are then forwarded on to three seperate BTC wallets.

I do not have any programing background and so I am unae to program anything myself. The best I have found is https://coinsplit.io/ however their fees are currently set at 0.5% which I want to avoid.

Any ideas?


Title: Re: coinsplit.io Free alternative?
Post by: milewilda on July 13, 2019, 07:09:45 PM
Any ideas?
Im pretty old with this crypto space but this is my first time on seeing a bitcoin splitting service.How this service to be relevant? You wont need any brainstorming or apps to make partitions on where you can sent out your coins by portion by portion yet you can do it manually.If you do talk about fee then you would only problem the network fee itself not just on what you mentioned that they do get some % of the transacted amount.


Title: Re: coinsplit.io Free alternative?
Post by: BitMaxz on July 13, 2019, 08:46:05 PM
Never heard about coinsplit and I can't find any alternative for this website but there are some guides that I found how to make auto split or auto send bitcoin to different addresses but the problem you can't set how much percentage you can send you should set the amount of BTC how much you need to auto send to every address.

You can do this in crontab with linux but it needs bitcoin qt fully sync before you can use this. I will put the link here and maybe it might help.
- https://bitcoin.stackexchange.com/questions/12280/how-automatically-to-forward-bitcoins-from-one-address-to-another

And I found another one which is php script based from https://bitcointalk.org/index.php?topic=9564.msg137978#msg137978

Since you don't have any coding knowledge I think you need to hire someone to make a auto send script for you. You  can try to hire someone in services section (https://bitcointalk.org/index.php?board=52.0).


Title: Re: coinsplit.io Free alternative?
Post by: BTC_Acc on July 14, 2019, 11:12:05 AM
Hello,

Thank you both for your advice.

I think I'll try the services section.

Kind regards.


Title: Re: coinsplit.io Free alternative?
Post by: LuckyBtc on July 14, 2019, 02:49:36 PM
I don't know maybe this would be helpful! https://github.com/Initscri/BTC-Split-Script--PHP-
It's a PHP script that I found on Github, It's based on Blockchain.info wallet, Everything is explained or has comments which might be helpful in editing the script as per your need.