CUTcoin

CUTcoin's Proof of Stake implementation

We would like to share our CryptoNight + PoS implementation.
CUTcoin has 2 phases of the supply distribution. Coin emission started at December 2018 with PoW mining stage. In 72 days a total of 18 506 411 CUT (9.3%) were mined.

After switching to PoS consensus there are 179 493 589 CUT left to be distributed as a staking block rewards. This reward was approximately 300 coins at the beginning and going down to 0.6 CUT (so called emission tail). Block forging happens every 2 minutes on average.

As mentioned before, after total supply of 200 000 000 CUT is reached block rewards will include emission tail + transaction fees.


Staking technical information:

A valid Proof of Stake block would have a miner (coinbase) transaction with block reward just as Proof of Work blocks have. However in addition to this the block has a coinstake transaction as first transaction in the block. This transaction needs to have exactly one unspent output as transaction input which must be confirmed by at least 800 blocks. In fact all the mixins (the true input and mixing decoys, see Ring signatures) must be confirmed by 800 blocks. Also the hash of concatenation of previous' block Proof of Stake hash and the key image of the output combined with the amount of the output must satisfy the current network difficulty. This coinstake transaction may have a zero transaction fee.
Based on the above information it is our suggestion to prepare wallets for staking that only have outputs with amounts 1000, 100, 10 and 1.

To do this, create new wallet and make transaction for said amounts to that wallet. Keep in mind that you can send up to 15 transfers with one command. For example if you have 183.56 coins in your wallet and want to send them split into the above amounts to a new wallet with address WAL (the real address will be longer so the command will be harder to read and operate with) with command:

transfer WAL 100 WAL 10 WAL 10 WAL 10 WAL 10 WAL 10 WAL 10 WAL 10 WAL 10 WAL 1 WAL 1 WAL 1 
You may need to do this several times and wait change from previous transactions if you have many inputs. Remember to do that more than 24 hours before the fork, so you can compete for stake rewards from the very first PoS block.
Mobile staking specific
In the CUTcoin staking system every wallet with a nonzero balance has a chance of minting the next block, that is somehow proportional to the amount of money in the given wallet. In a short/long disconnect you may miss a chance to mint a block and get reward or may not. In the long run it is safe to assume that your stacking reward will be proportional not only to the amount of coins in the wallet but also to the time you are online. So if your expected reward for one week with full uptime is X, if you are not online all time it will be X1=U*X, where U is number between 0 and 1 signifying the time you had connectivity (1 - full connectivity, 0 - no connectivity at all).

When staking, a mobile wallet competes with all other staking wallets to forge the upcoming block. If the network connection is lost or unstable it just passes by these blocks and tries to sign next ones when the connection appears again. It happens automatically so you don't need to restart staking.


TL;DR: 
For cli wallet: after fork to Proof of Stake, just open your cli wallet, type "start_staking" and leave the wallet open (maybe run it inside "screen").
For GUI wallet: open 'Advanced' > 'Staking' tab and press 'Start staking' button.
For Mobile wallet: open 'Staking' tab and press 'Start staking'.