Bitcoin Forum

Other => Beginners & Help => Topic started by: FastAndViral on February 17, 2012, 05:06:49 PM



Title: [HELP]sendmany error (API call list)
Post by: FastAndViral on February 17, 2012, 05:06:49 PM
http://pastebin.com/10WZezXd (http://pastebin.com/10WZezXd)

Besides sendmany I can use all the others API calls.

Can anyone help me with this, please?


Title: Re: [HELP]sendmany error (API call list)
Post by: FastAndViral on February 17, 2012, 08:13:30 PM
Bump...


Title: Re: [HELP]sendmany error (API call list)
Post by: FastAndViral on February 18, 2012, 04:17:06 PM
Bump...


Title: Re: [HELP]sendmany error (API call list)
Post by: terrytibbs on February 18, 2012, 04:47:11 PM
Those look to me like Namecoin addresses. You need to use the namecoin(d) client and its RPC port.


Title: Re: [HELP]sendmany error (API call list)
Post by: terrytibbs on February 18, 2012, 04:53:19 PM
Another thing: I'm no expert, you may need to surround the addresses in the array with quotation marks.


Title: Re: [HELP]sendmany error (API call list)
Post by: FastAndViral on February 18, 2012, 06:27:52 PM
Those look to me like Namecoin addresses. You need to use the namecoin(d) client and its RPC port.

They are TestCoin addresses. (BitCoins for developers)


Title: Re: [HELP]sendmany error (API call list)
Post by: terrytibbs on February 18, 2012, 06:42:03 PM
Those look to me like Namecoin addresses. You need to use the namecoin(d) client and its RPC port.

They are TestCoin addresses. (BitCoins for developers)
If you're running testnet, you need to the RPC port with a 1. So, 18332.


Title: Re: [HELP]sendmany error (API call list)
Post by: FastAndViral on February 18, 2012, 07:57:00 PM
Those look to me like Namecoin addresses. You need to use the namecoin(d) client and its RPC port.

They are TestCoin addresses. (BitCoins for developers)
If you're running testnet, you need to the RPC port with a 1. So, 18332.

I tryed with that but it gave an error.
So I opened the bitcoin.conf file and saw that I also had to change there. Now it's working fine.

But I have another problem now. How do I save on fees sending mass payments? Because with sendmany I have to pay 0.5BTC for 1000 transactions.