I disbursed a payment.
The transaction details are not as I expected them to be. Funds were pulled from some of my addresses that bitcoind is not supposed to link with the account, and the transaction fee is not what I requested. I don't see anything improper in the command that I issued, but now there has to be some accounting adjustment. I will puzzle over this and issue the adjustment next Tue. It should not affect the amount of bitcoin that you receive, only the addresses that are inputs to the transaction.
I really want this to stay easy to understand. My approach to pushing back against the negative vibes in the bitcoin world is to be transparent, and civilized in my language.
This is the command that I issued.
~/.bitcoin$ bitcoind sendmany "Asic #2 Income Sharing Payments" '{"18RKachrcvzBHFdwzjgGK19amp77pkNBKz":3.29314456,
> "18qDhkReMuFfciHshdpQhr3QhXZp82aWon":2.65979400,
> "17LBCmWzVjJFVuLTWBM7GPSUkgu1e3MruU":2.65979400,
> "1BJa5r7bq3xEuAfmKmiLFUmqMK8NwhszLB":0.53195880,
> "12fLsHddqAhjZEc6HEAxMTWPe4vgR3f1uT":0.42556704,
> "14Zqn3i1iDJzmkFCRjVqDe4YqgkrrmyEYd":0.10639176,
> "15B1jLCFXFiWwkreAo3bEMeMMjH435Q9cA":0.10639176,
> "18NQjpGcUdjMnqgCCz3F3SZcQfMyCi5Kyv":0.10639176,
> "1CBkQc83dMGVAaseYM1TZRLjeBGAcsd4Z1":0.10639176,
> "1cCXNG5mNFkErBWtCLaVLA9fZrGAzFCB1":0.10639176,
> "1CwLwBgR16urEkcL5Su3LkzA7RYYqyjHy4":0.10639176,
> "1Fm1mN7o16Te6PrkpgirWzZ2daibW9jdUD":0.10639176,
> "1Fu4JaynbQrtkSPN73uoDqEPAxyzVfsqLu":0.10639176,
> "1LktD4cXPmcJ75Sd2WgRs69rBZqNQd5L4P":0.10639176,
> "1MLFkF3dPwNzwBsw6DFUpXjn78RKwwhVuJ":0.10639176}'
These are some addresses in the account:
~/.bitcoin$ bitcoind getaddressesbyaccount "Asic #2 Income Sharing Payments"
[
"18bLcVkviErQi75zB8X39jZXxHNpSZggdC",
"1Hv1Rz1zZS7CSKxUxWBVdcaVXGQ4UYUi7r"
]
This is the account balance before the disbursement:
~/.bitcoin$ bitcoind getbalance "Asic #2 Income Sharing Payments"
12010.63917699
:~/.bitcoin$ bitcoind getbalance "Asic #2 Income Sharing Payments"
111.92803544
And it shows a negative balance after the disbursement.
~/.bitcoin$ bitcoind getbalance "Asic #2 Income Sharing Payments" 120
-0.01500297
~/.bitcoin$ bitcoind getbalance "Asic #2 Income Sharing Payments" 1
1.27385548
The transmission fee was set to:
~/.bitcoin$ bitcoind settxfee 0.00500099
true