You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sendtoaddress and sendfrom RPC calls can now specify the amount as {"amount":aaa,"count":ccc} to cause the send amount to be split into ccc outputs each of size aaa CLAMs. This allows users to more easily split their coins into multiple outputs without needing to resort to the raw transactions calls.
Replace bitcoind with clamd in OS/X build instructions. (David Volm)
Fix the bug that caused the staking icon to occasionally complain about "no mature outputs".
New flag -creditstakestoaccounts to say whether to credit staking rewards to the account to which the staking output belongs (=1) or to the "" account (=0, default). Until now no account at all was credited with staking rewards and so listaccounts amounts didn't sum to the current balance. Now they will.
Correctly randomize change output position.
Correctly parse -splitsize, etc. to allow decimal values. Previously only the integer part was used.
Add -stakenotify flag to run a command each time we stake.
Small fixes to the logic that splits outputs when staking.
Merge latest bitcoin random code and opensll cleanse abstraction. (RobVanMieghem)