Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [Numus] | PoW/PoS | Skein | Masternode
by
ctopudoff
on 25/12/2017, 15:41:09 UTC
HI DEV why do not you make the instruction on setting up masternode? As a simple Windows user I find it difficult to start and can not invest in coin
Quote
Current node setup draft:

Hot/cold setup

On the VPS:
sudo apt-get update
sudo apt-get install dh-autoreconf build-essential libtool autotools-dev autoconf automake libssl-dev libboost-all-dev libevent-dev pkg-config
bsdmainutils git libminiupnpc-dev libprotobuf-dev protobuf-compiler libqrencode-dev software-properties-common libgmp3-dev git nano

sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev


git clone https://github.com/numuscrypto/numuscore
cd numuscore/src
make -f makefile.unix

On your cold wallet (usually Windows):
in your qt wallet open HELP->Debug windows -> Console
put command: masternode genkey
plus put command: masternode outputs
save output (first one is your privkey, second one is txhash and txid (number at the end))

On the VPS:
./numusd
(previous command will show message that you need to fill up numus.conf - its ok)

nano ~/.numus/numus.conf

paste this (change ip - ip of vps, and yourkey is privkey):
daemon=1
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
port=28121
masternode=1
server=1
listen=1
masternodeaddr=ip:28121
masternodeprivkey=yourkey

./numusd --daemon

On your cold wallet (usually Windows):
go to Masternodes -> My Master Nodes tab
click create
allias: any name
address: nodeip:28121
privkey: mnprivatekey
txhash: masternodeoutputshash
output index: yourtxindex (0 or 1)

Click update
Click start