so im not getting good results after switching to staking only, it appears my coins have matured but when ever i get a POS reward, its makes a large portion of my coins immature?
i just put my wallet.dat in a new wallet, is there something im missing?
Switching to staking only, does not have any different effect then full unlock of the wallet.
POS reward becomes lower because we had an update v1.2 that increased masternode reward to 95% of POS.
Which means with normal staking you are getting just 5% of POS. Solution is to make a masternode
That's why we posted this, to simplify install of masternodes for Creamcoin so loyal hodlers can earn more.
Simplified dummy guide to install multiple Creamcoin masternodes on one VPS server:###all commands as root.
apt-get update
apt-get upgrade
apt-get install zip
apt-get install unzip
git clone https://github.com/creamcoin/vps.git && cd vps && ./install.sh -p cream -c 5
cd /usr/local/bin
strip creamd
cd /###copy blockchain as zip file without "wallet.dat" to all mn folders and unzip each in corresponding directory:
cd /var/lib/masternodes###upload zip file "cream.zip" to /var/lib/masternodes directory
cp cream.zip /var/lib/masternodes/cream1
cp cream.zip /var/lib/masternodes/cream2
cp cream.zip /var/lib/masternodes/cream3
cp cream.zip /var/lib/masternodes/cream4
cp cream.zip /var/lib/masternodes/cream5###unzip
cd cream1
unzip cream.zip
cd ..
cd cream2
unzip cream.zip
cd ..
cd cream3
unzip cream.zip
cd ..
cd cream4
unzip cream.zip
cd ..
cd cream5
unzip cream.zip
cd /###check "vps" folder in root, if doesn't exist run again:
git clone https://github.com/creamcoin/vps.git && cd vps && ./install.sh -p cream -c 5###Open file on your VPS:
/tmp/cream_masternode.conf###copy relevant content from there like IPV6 address and port in this format: [2001:19f0:5001:15a6:2033::1]:45066
###on your local controller-wallet create new masternodes with adding IPV6 address and port located in file /tmp/cream_masternode.conf
###Input masternodes private keys generated on your local wallet for each masternode in configuration files located at /etc/masternodes/.
### Run all masternodes:
cd /
/usr/local/bin/activate_masternodes_cream###check masternodes daemons:
/usr/local/bin/creamd -conf=/etc/masternodes/cream_n1.conf getinfo
/usr/local/bin/creamd -conf=/etc/masternodes/cream_n2.conf getinfo
/usr/local/bin/creamd -conf=/etc/masternodes/cream_n3.conf getinfo
/usr/local/bin/creamd -conf=/etc/masternodes/cream_n4.conf getinfo
/usr/local/bin/creamd -conf=/etc/masternodes/cream_n5.conf getinfo###Send 100000 collateral CRM coins to each masternode CRM address (copy address from your local controller wallet)
###wait confirmations and click "Start all"
Read more:https://cream.technology/crypto-news/1185-setup-multiple-vps-masternodes-creamcoin