Hi. reservebalance is the way to go I believe.
What do you mean its not available? I can see in the block explorer that specific address has 30041.40112952 Swipp in it. You either create a new masternode and move 30k to a the new address, or remove X from the current address so you get exactly 30K, then restart the masternode. You can't start it with the wrong collateral.
As soon as the blocks are confirmed, they are available for use with a masternode.
If you are using the QT wallet, you can enable advanced coin controls in the preferences to get fine grained control of all the addresses in your wallet. The cli interface also has similar functionality by default.
Yours, team swipp
So reservebalance=99999 and staking=0. When I unlock the wallet, it immediately goes to staking.
When I try to start the MN, it says collateral unavailable.
When I look at my MN under coin control... I see this:
Unlike the block explorer, my original 30K deposit now looks like two slightly off balances... so I've moved everything BUT the two 15K amounts.. but that's it. I sent the money away, but when I start the MN it still says: Error could not allocate vin for collateral address. (didn't wait 15 confs tho).
I unlocked my wallet to make the transfer and I'm staking instantly with a weight of 38620.
I went into debug and saw this:
18:02:46

reservebalance
18:02:46

{
"reserve" : false,
"amount" : 0.00000000
}
18:02:54

reservebalance=99999
18:02:54

Method not found (code -32601)
18:03:15

reservebalance 99999
18:03:27

reservebalance true 99999
18:03:27

{
"reserve" : true,
"amount" : 99999.00000000
}
so its possible that the reservebalance syntax didn't work in the config file. I'll see if this changes my outcome at all. It immediately caused no change except that the wallet says its not staking because I have no immature coins... but I don't know how long I have to wait for the previous stake to burn off.
Thanks for the help so far...
Fusion