Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: Bitcoinlover123 on March 04, 2015, 10:10:53 PM



Title: MassPay/Bulk Payment with Bitcoin sendmany
Post by: Bitcoinlover123 on March 04, 2015, 10:10:53 PM
We have a website that pays people in Bitcoin. We have heard of mass pay/bulk payments, but we can't figure it out. We understand how it works, but we can't figure out how to implement it. Can use you Coinbase? Do we have to host the wallet. If you could explain this to me it would help a lot.


Title: Re: MassPay/Bulk Payment with Bitcoin sendmany
Post by: Bitcoinlover123 on March 06, 2015, 01:16:02 AM
Im guessing thats a no....


Title: Re: MassPay/Bulk Payment with Bitcoin
Post by: NewJerseyJess on March 06, 2015, 01:19:54 AM
You could host a wallet, but If you have a blockchain.info account, it would be rather easy to code a masspay script, or most wallets with a api for that matter.

also, wrong section.


Title: Re: MassPay/Bulk Payment with Bitcoin sendmany
Post by: Possum577 on March 06, 2015, 04:06:02 AM
That's what coinbase or bitmixer.io do. The group bitcoin payments together. You need to set up a system to receive and pay bitcoins, for people to have accounts, and a general ledger to keep track of balances.

Do you not know how to start a business like that? Or do you not know how to do the coding? Or both?

You can find people out there to help...maybe not on this forum, but they're out there.


Title: Re: MassPay/Bulk Payment with Bitcoin sendmany
Post by: koelen3 on March 06, 2015, 05:51:54 AM
I believe what you're saying is how to send bitcoin to multiple people at a time
Let me tell you how to do it via Blockchain
First : go to Send Money and click Share Coin , click the + button simply to add more addresses
Like this  (http://prntscr.com/6danm0)

EDIT : sorry i think you asked how to implement it on your site , no knowledge of that


Title: Re: MassPay/Bulk Payment with Bitcoin sendmany
Post by: grue on March 06, 2015, 06:18:54 AM
We have heard of mass pay/bulk payments, but we can't figure it out. We understand how it works, but we can't figure out how to implement it.
It's literally a json-api call. Do you have trouble figuring out what values to feed it, or are you having trouble making the api call?