Published: 10 Sept 2017 › Updated: 10 Sept 2017

Piecoin Masternode on Linux (Ubuntu)
Starting September 29, 2017, Piecoin will be enabling masternode functionality.
I'm using Vultr's hosting service to create Ubuntu 16.04 instance.
I use 20G SSD, 1CPU, 512MB instance.
Dependencies
Install Boot Libraries
sudo apt-get install -y libboost-system1.58.0 libboost-filesystem1.58.0
sudo apt-get install -y libboost-thread1.58.0 libboost-program-options1.58.0
sudo apt-get install -y libminiupnpc10
Install BerkeleyDB for Wallet Functionality.
sudo apt-get install -y libdb5.3 libdb5.3++
Install Binary
wget http://piecoin.net/download/PieCoind.zip -C /usr/local/bin
sudo chmod 755 /usr/local/bin/PieCoind
sudo chown root: /usr/local/bin/PieCoind
Configuration
touch $HOME/.Piecoin/Piecoin.conf
Contents of the file
# $HOME/.Piecoin/PieCoin.conf
rpcuser=PieCoinrpc
rpcpassword=C9VkTA2jzWGgaAZzgoch4HMH5CxZRnpxGXEYVGchEMTp
Run Daemon
PieCoind -daemon
Generate a Wallet Address for your Masternode
PieCoind masternode 0
Generate a Private Key
PieCoind masternode genkey
Leave Piecoin Masternode on Linux (Ubuntu) to:
Read more #cryptocurrency posts
Best Posts From cryptojo
We have not curated any of cryptojo's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From cryptojo
- Scalping Cryptocurrency
- Piecoin Masternode on Linux (Ubuntu)
- Must Have Mobile Applications for Cryptocurrency in 2017
- Guide to Masternode Commands
- Lindacoin Wallet on Linux (Easy Installation)
- Building Electron Application (cryptocurrency wallet) with Snap/Snapcraft
- Intro into LXD - Linux Containers
- Reproducible Snap Builds via Snapcraft and LXD