STAKING
Marmara is based on 75% staking and when staking with credit loops give you 3x more chance then ordinary staking with locked/activated coins. Therefore, you should understand concept of credit loops. Credit loops are designed to run in real economy and you can earn while shopping.
MCL is the only staking coin in the World where coins can keep circulating among people while they are staking.
For staking you must either lock/activate your coins by marmaralock or you must make credit loops. Activating gives you 1x power for staking while credit loops give 3x staking power.
The following command activates/locks 100 coins in active fund.
./komodo-cli -ac_name=MCL marmaralock 100
P.S. The best practice is to be decided by you. 100 coins are just example. By using getinfo
and checking balance
, you can activate up to your balance.
{
“result”: “success”,
“hex”: “0400008085202…….00000000”
}
marmaralock
will give you hex code. Now you need to record this onto blockchain. You need to use sendrawtransaction
and hex
string for this purpose as follows.
Now we combine sendrawtransaction and hex
as follows:-
./komodo-cli -ac_name=MCL sendrawtransaction "hex"
For starting Staking, you just type the following:-
./komodo-cli -ac_name=MCL setgenerate true 0
To check if staking is working, use the getgenerate
as below. If “Staking
” is true then it is staking.
./komodo-cli -ac_name=MCL getgenerate
{
"staking": true,
"generate": false,
"numthreads": 0
}
./komodo-cli -ac_name=MCL setgenerate true 1
./komodo-cli -ac_name=MCL setgenerate true 0
./komodo-cli -ac_name=MCL setgenerate false
./komodo-cli -ac_name=MCL getgenerate
You can mine MCL by using your GPU hardware and CUDA software.
Usage
Download zip file and Extract the contents. Then edit and save the start.bat file with a text editor to include ypur wallet address.kaydediniz
Run the “start.bat” file by double clicking.
It will start mining.
“start.bat”
nheqminer.exe -l 46.4.238.72:7780 -u walletaddress -cd 0