Author

Topic: Correct use of "Sendmany" (Read 663 times)

legendary
Activity: 1512
Merit: 1012
Still wild and free
December 19, 2013, 03:56:00 PM
#6
Mining is the account name. I'll have a go with ""

-Does things-

Still not working :/

Going to try and reinstall my client, see if that helps.

There is no reason it would change anything, don't waste time!
You're speaking about the debug console in bitcoin-qt, or the console in windows, or the console in unix/mac?
newbie
Activity: 40
Merit: 0
December 19, 2013, 03:54:41 PM
#5
Mining is the account name. I'll have a go with ""

-Does things-

Still not working :/

Going to try and reinstall my client, see if that helps.
legendary
Activity: 1512
Merit: 1012
Still wild and free
December 19, 2013, 03:47:36 PM
#4
Weird. I've just tested what I told you, and can confirm it works (the first one of your last trials).
The only difference (appart from the addresses of course) is that my account is ""

"Mining" is an account right? Not a comment?
newbie
Activity: 40
Merit: 0
December 19, 2013, 03:34:01 PM
#3
Thanks for your time!

Tried:
Code:
sendmany "Mining" '{"17FpRBZLLgRJ7SkouxfNqFpAPU3ne9Simo":0.001,"1dice8EMZmqKvrGE4Qc9bUFf9PX3xaYDp":0.001}'

And received the same error.

Code:
sendmany "Mining", '{"17FpRBZLLgRJ7SkouxfNqFpAPU3ne9Simo":0.001,"1dice8EMZmqKvrGE4Qc9bUFf9PX3xaYDp":0.001}'

And

Code:
sendmany "Mining" {"17FpRBZLLgRJ7SkouxfNqFpAPU3ne9Simo":0.001,"1dice8EMZmqKvrGE4Qc9bUFf9PX3xaYDp":0.001}

Both resulted in the same error.
legendary
Activity: 1512
Merit: 1012
Still wild and free
December 19, 2013, 03:16:22 PM
#2
I'm not sure, but try without the comma after "Mining", and put all the rest between " ' ", like '{...}'
newbie
Activity: 40
Merit: 0
December 19, 2013, 02:49:55 PM
#1
Hi everyone,

I'm having a lot of trouble setting up a sendmany request. Here's the code i'm using in the console:

Code:
sendmany "Mining", {"17FpRBZLLgRJ7SkouxfNqFpAPU3ne9Simo":0.001}

Code:
sendmany "Mining", {"17FpRBZLLgRJ7SkouxfNqFpAPU3ne9Simo":0.001,"1dice8EMZmqKvrGE4Qc9bUFf9PX3xaYDp":0.001}

I'm being told that there is an error parsing JSON, and then it refers to
Code:
{"17FpRBZLLgRJ7SkouxfNqFpAPU3ne9Simo":0.001}

If anyone can help I would really appreciate it!!

Thanks,

Roddy
Jump to: