Ok. So, what s the easiest way to split my 50 CLAM block into 10 blocks of 5 CLAM each? Please dont tell me I have to do it manually.
Thx a lot.
Using the clam client and the sendtoaddress, you can specify amounts if you are using at least version v1.4.11 . You may need to use clamd instead of the GUI client to do this though.
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.