I use sendmany to make bitcoin payments

2

enter image description here

this my php code. but the result returned is false! How can i do it?

I want to pay more bitcoin at a time.

GUYANG LIU

Posted 2017-07-03T07:30:44.453

Reputation: 21

Does it work if you use sendtoaddress instead?Pieter Wuille 2017-07-04T06:37:06.730

Answers

2

I believe that you don't need to encode the array. The library you are using should take care of this for you - at least the EasyBitcoin library does.

Let us know

Alex

Posted 2017-07-03T07:30:44.453

Reputation: 398