You can use the 'sendmany' RPC command. This is how I do it from the commandline:
orbitcoind sendmany "" '{"addr1":amount1,"addr2":amount2}'
Note: I think if you do this within the debug console of the QT client you omit the single quotes. Not 100% sure.
I've shown two addresses in this example, so just add more in the same format. I presume you can also send to the same address (do a small test first) but if you're wanting to split for staking purposes you probably want to send to separate addresses anyway.
How would you use this to break down say a 10k ORB block in a single go? Could it just be address:50 copy and pasted like 200 times?
All output addresses must be different for a single transaction. You can also do that in the Qt client. Split 10K ORB into 10x 1K ORB first, then each one into 10x 100 ORB using the same addresses and leave them staking.
Can you have a step-by-step guide to how to do this for the dummies like myself? I'd be interested in fooling with ORB if this is like a one click thing, but the blocks need to be too small and the value is too low atm to do this versus investing in another high PoS coin. That and I'm lazy
Could someone please explain to me how to use coin control?