 **--THIS IS NOT A FULL TUTORIAL. YOU SHOULD BE FAMILIAR WITH OPERATING MASTERNODES. A FULL DETAILED VIDEO TUTORIAL WILL COME AT A LATER DATE IF DEMAND REQUIRES--** ==================== INSTALL SWAP FILE ==================== sudo dd if=/dev/zero of=/swapfile bs=1M count=2000 sudo mkswap /swapfile sudo chown root:root /swapfile sudo chmod 0600 /swapfile sudo swapon /swapfile sudo chmod 0600 /swapfile sudo chown root:root /swapfile sudo echo "/swapfile none swap sw 0 0" >> /etc/fstab ==================== INSTALL DEPENDENCIES ON VPS ==================== sudo apt update -y sudo apt upgrade -y sudo apt-get install git -y sudo apt-get install build-essential -y sudo apt-get install libtool -y sudo apt-get install autotools-dev -y sudo apt-get install automake -y sudo apt-get install autoconf -y sudo apt-get install pkg-config -y sudo apt-get install libssl-dev -y sudo apt-get install libevent-dev -y sudo apt-get install bsdmainutils -y sudo apt-get install libboost-system-dev -y sudo apt-get install libboost-filesystem-dev -y sudo apt-get install libboost-chrono-dev -y sudo apt-get install libboost-program-options-dev -y sudo apt-get install libboost-test-dev -y sudo apt-get install libboost-thread-dev -y sudo apt-get install libminiupnpc-dev -y sudo apt-get install libzmq3-dev -y sudo apt-get install software-properties-common -y sudo add-apt-repository ppa:bitcoin/bitcoin -y sudo apt-get update sudo apt-get install libdb4.8-dev libdb4.8++-dev -y ==================== INSTALL CHAINCOIN CLIENT ON VPS ==================== cd git clone https://github.com/ChainCoin/ChainCoin.git -b 0.16 cd ChainCoin ./autogen.sh ./configure make install ==================== CONFIGURE CHAINCOIN.CONF ON VPS ==================== cd mkdir .chaincoincore cd .chaincoincore nano chaincoin.conf (edit this info on config file then save and exit) daemon=1 listen=1 server=1 rpcuser=chcuser rpcpassword=chcpassword rpcport=11995 rpcallowip=127.0.0.1 masternode=1 masternodeprivkey=GENKEY ==================== INSTALL SENTINEL ON VPS ==================== cd sudo apt-get update sudo apt-get -y install python-virtualenv sudo apt install virtualenv -y cd ~ git clone https://github.com/chaincoin/sentinel.git && cd sentinel virtualenv ./venv virtualenv ./venv && ./venv/bin/pip install -r requirements.txt =================== EDIT SENTINEL.CONF AND CRONTAB =================== cd sentinel nano sentinel.conf (edit and save/exit the following) chaincoin_conf=/root/.chaincoincore/chaincoin.conf crontab -e (edit and save/exit the following) * * * * * cd /root/sentinel && ./venv/bin/python bin/sentinel.py >/dev/null 2>&1 NOTE: Those dots are asterisks but steemit... ==================== STARTING CHAINCOIN CLIENT ==================== chaincoind ==================== FINISH UP INSTALL ==================== **-- If you think your wallet is taking a long time to sync, type in "chaincoin-cli getblockchaininfo", and look for headers. The headers need to reach current number of blocks before the actual blocks start syncing. Patience is key! --** **-- If your wallet fails to sync with masternode list, shut it down, delete peers.dat and restart. You can check the progress by typing "chaincoin-cli mnsync status". Sometimes a quick restart is all you need to get data syncing--** You should now be able to complete your new Chaincoin 16.1 masternode install. Like I mentioned, this is not a full tutorial and you should already be familiar with setting up masternodes. If you need additional help, you can refer back to my previous detailed masternode tutorial https://steemit.com/masternode/@fredyendesigns/chaincoin-remote-controller-masternode-setup-guide ==================== DONATIONS WELCOMED ==================== CHC: CPMVMqMoyzZQTu1YMS4aYocET9GU1oKZeJ
author | fredyendesigns |
---|---|
permlink | chaincoin-16-1-update-quick-tutorial |
category | chaincoin |
json_metadata | {"tags":["chaincoin","masternodes","dash","bitcoin","chc"],"links":["https://github.com/ChainCoin/ChainCoin.git","https://github.com/chaincoin/sentinel.git","https://steemit.com/masternode/@fredyendesigns/chaincoin-remote-controller-masternode-setup-guide"],"app":"steemit/0.1","format":"markdown","image":["https://cdn.steemitimages.com/DQmdtHjANk1SQkDvBveduNfw3EiiFh9F4PJpg7fVqUCE8S5/CHC%20WALLET%20STEEMIT.png"]} |
created | 2018-07-04 17:42:24 |
last_update | 2018-07-08 18:45:30 |
depth | 0 |
children | 5 |
last_payout | 2018-07-11 17:42:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.064 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3,911 |
author_reputation | 2,710,466,002 |
root_title | "CHAINCOIN 16.1 UPDATE (QUICK TUTORIAL)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,417,581 |
net_rshares | 34,349,847,344 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
marcrapf | 0 | 1,080,457,388 | 100% | ||
ubg | 0 | 299,344,631 | 1% | ||
savvepro | 0 | 3,004,529,744 | 100% | ||
cryptoindestment | 0 | 27,482,514,516 | 100% | ||
fredyendesigns | 0 | 608,897,721 | 100% | ||
manimj | 0 | 0 | 100% | ||
hsejin314 | 0 | 611,668,713 | 100% | ||
tomer-btc | 0 | 0 | 100% | ||
chaoabunga | 0 | 203,483,978 | 100% | ||
pura2017 | 0 | 0 | 100% | ||
tooraj | 0 | 610,390,398 | 100% | ||
hackerzizon | 0 | 204,696,145 | 1% | ||
ax3 | 0 | 81,207,089 | 1% | ||
fastresteem | 0 | 81,409,718 | 1% | ||
alphabot | 0 | 81,247,303 | 1% |
I cannot get my masternode to work. I tried to upgrade twice with this guide but I'm still having problems. Would greatly appreciate it if you made a video.
author | elca |
---|---|
permlink | re-fredyendesigns-chaincoin-16-1-update-quick-tutorial-20180708t162620508z |
category | chaincoin |
json_metadata | {"tags":["chaincoin"],"app":"steemit/0.1"} |
created | 2018-07-08 16:26:21 |
last_update | 2018-07-08 16:26:21 |
depth | 1 |
children | 1 |
last_payout | 2018-07-15 16:26:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 156 |
author_reputation | 9,519,926 |
root_title | "CHAINCOIN 16.1 UPDATE (QUICK TUTORIAL)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,917,830 |
net_rshares | 0 |
please describe what issues you are running into
author | fredyendesigns |
---|---|
permlink | re-elca-re-fredyendesigns-chaincoin-16-1-update-quick-tutorial-20180708t184605712z |
category | chaincoin |
json_metadata | {"tags":["chaincoin"],"app":"steemit/0.1"} |
created | 2018-07-08 18:46:06 |
last_update | 2018-07-08 18:46:06 |
depth | 2 |
children | 0 |
last_payout | 2018-07-15 18:46:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 2,710,466,002 |
root_title | "CHAINCOIN 16.1 UPDATE (QUICK TUTORIAL)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,932,337 |
net_rshares | 0 |
Thank you very much for this guide and your work, Fred. Just wanted to comment that at least for me it would have been useful to say that you need to stop the old chaincoind before updating and maybe a comment that you need to put in your own (private) GENKEY. (It was not clear enough) Cheers
author | new.context2 |
---|---|
permlink | re-fredyendesigns-chaincoin-16-1-update-quick-tutorial-20180820t184523238z |
category | chaincoin |
json_metadata | {"tags":["chaincoin"],"app":"steemit/0.1"} |
created | 2018-08-20 18:45:24 |
last_update | 2018-08-20 18:45:24 |
depth | 1 |
children | 0 |
last_payout | 2018-08-27 18:45:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.241 HBD |
curator_payout_value | 0.079 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 295 |
author_reputation | 5,731,878,722 |
root_title | "CHAINCOIN 16.1 UPDATE (QUICK TUTORIAL)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,833,602 |
net_rshares | 239,926,530,316 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gentlebot | 0 | 239,926,530,316 | 15% |
Thanks for the quick guide here but really need a video guide as I am a noob of setting up MN with normal guide. I successfully setup my first MN with your previous Video. Thumbs up for you.
author | savvepro |
---|---|
permlink | re-fredyendesigns-chaincoin-16-1-update-quick-tutorial-20180705t133351460z |
category | chaincoin |
json_metadata | {"tags":["chaincoin"],"app":"steemit/0.1"} |
created | 2018-07-05 13:33:51 |
last_update | 2018-07-05 13:34:03 |
depth | 1 |
children | 0 |
last_payout | 2018-07-12 13:33:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 190 |
author_reputation | 16,920,573,641 |
root_title | "CHAINCOIN 16.1 UPDATE (QUICK TUTORIAL)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,526,327 |
net_rshares | 0 |
Congratulations @fredyendesigns! You received a personal award! <table><tr><td>https://steemitimages.com/70x70/https://steemitboard.com/@fredyendesigns/birthday2.png</td><td>Happy Birthday! - You are on the Steem blockchain for 2 years!</td></tr></table> <sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@fredyendesigns) and compare to others on the [Steem Ranking](https://steemitboard.com/ranking/index.php?name=fredyendesigns)_</sub> ###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
author | steemitboard |
---|---|
permlink | steemitboard-notify-fredyendesigns-20190605t225850000z |
category | chaincoin |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2019-06-05 22:58:51 |
last_update | 2019-06-05 22:58:51 |
depth | 1 |
children | 0 |
last_payout | 2019-06-12 22:58:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 645 |
author_reputation | 38,975,615,169,260 |
root_title | "CHAINCOIN 16.1 UPDATE (QUICK TUTORIAL)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,126,800 |
net_rshares | 0 |