Author

Topic: API: sendmany ? (Read 636 times)

legendary
Activity: 1554
Merit: 1008
December 23, 2013, 06:47:30 AM
#1
sendmany receive params:
{address:amount,...} [minconf=1] [comment]

how call sendmany without set ?

for example:
conn.sendmany( { 'addr1':0.01, 'addr2':0.02}, 3)

If I set to any my address in wallet - error: "out of account balance"

and how set [minconf] but not set in getbalance
for example:
bal = conn.getbalance(3) -- get balance wallet (but not an address) with minconf=3

how?

help please
Jump to: