|
December 23, 2013, 10:47:30 AM Last edit: December 24, 2013, 08:22:01 AM by icreator |
|
sendmany receive params: <fromaccount> {address:amount,...} [minconf=1] [comment]
how call sendmany without set <fromaccount>?
for example: conn.sendmany( { 'addr1':0.01, 'addr2':0.02}, 3)
If I set <fromaccount> to any my address in wallet - error: "out of account balance"
and how set [minconf] but not set <fromaccount> in getbalance for example: bal = conn.getbalance(3) -- get balance wallet (but not an address) with minconf=3
how?
help please
|