Amero Masternode setup

Amero Masternode setup

Amero Masternode setup

Local wallet

In Menu Click >Settins >Options then Wallet TAB - Check mark the Show Masternodes Tab.

Next in Menu Click >Tools >Debug console Enter the following command: "masternode genkey" and press ENTER. 

You will see a long string of numbers and letters. On your Desktop, create a new notepad file. copy/paste this string to the notepad file. This is the key you will need to verify your Masternode later in the process. 

From wherever you currently hold your 1,000 amx please send your ameros to your new address in your wallet. Make sure the "PrivateSend" checkbox is unchecked.

IMPORTANT: You must send EXACTLY 1,000 Amero to this address, no more, no less, to be eligible to run a Masternode!

On the command line, enter "masternode outputs".

The long string is your transaction hash, and the last number is the index. You now have all the information you need. The masternode.conf must look like this (no spaces between MN IP and PORT):

LABEL MN IP : PORT MASTERNODEPRIVKEY TRANSACTIONHASH_INDEX

Example: MN1 52.14.2.67:17555 XXXXXXXXXXXXXXX XXXXXXXXXXXXXXX 0 

VPS Server Ubuntu 14, 16

#create new key using puttygen and save private key and public key

mkdir ~/.ssh 

chmod 700 ~/.ssh 

nano ~/.ssh/authorized_keys 

#paste key from puttygen

chmod 600 ~/.ssh/authorized_keys 

sudo nano /etc/ssh/sshd_config

# Replace the following

PasswordAuthentication no 

PubkeyAuthentication yes 

ChallengeResponseAuthentication no

#save


sudo /etc/init.d/ssh restart

#add private key to putty/ssh/auth


adduser amero

adduser amero sudo

su amero

cd /var

sudo touch swap.img

sudo chmod 600 swap.img

sudo dd if=/dev/zero of=/var/swap.img bs=1024k count=2000

sudo mkswap /var/swap.img

sudo swapon /var/swap.img

sudo nano /etc/fstab

#add to end of file

/var/swap.img none swap sw 0 0  

#save

free

---dependencies

apt-get install wget nano -y

sudo nano sc.sh

#paste the following

sudo apt -y update

sudo apt -y install build-essential libssl-dev libdb++-dev

sudo apt -y install libboost-all-dev libcrypto++-dev libqrencode-dev

sudo apt -y install libminiupnpc-dev libgmp-dev libgmp3-dev autoconf

sudo apt -y install autogen automake libtool autotools-dev pkg-config

sudo apt -y install bsdmainutils software-properties-common

sudo apt -y install libzmq3-dev libminiupnpc-dev libssl-dev libevent-dev

sudo add-apt-repository ppa:bitcoin/bitcoin

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev -y

sudo apt-get install git

#save and then run by

sudo chmod +x sc.sh

./sc.sh

cd

sudo git clone https://github.com/bitcosur/Amero.git

cd Amero

sudo chmod +x share/genbuild.sh 

sudo chmod +x autogen.sh 

sudo chmod 755 src/leveldb/build_detect_platform

sudo ./autogen.sh 

sudo ./configure

sudo make

sudo make install

cd ~/Amero/src

amerod -daemon

amero-cli getinfo

amero-cli stop

sudo nano ~/.amerocore/amero.conf

#amero.conf:
rpcuser=anyuserqw
rpcpassword=anypasswordsd
rpcallowip=127.0.0.1
rpcport=17554
staking=1
server=1
listen=1
daemon=1
logtimestamps=1
maxconnections=256
masternode=1
externalip=19xxxxxxxxxxxx
masternodeprivkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

#save amero.conf

cd ~/Amero/src

amerod -daemon

#Back on the local Computer, go to “%appdata%/AmeroCore/amero.conf” and add these 2 lines with your values. (You set rpcuser & rpcpassword on the vps)

rpcuser=anyuserqw
rpcpassword=anypasswordsd

 #You now need to create a masternode.conf file on your Windows PC, to link with it.

#Now go to “%appdata%/AmeroCore/masternode.conf” and add the following lines (with your values) ....

The masternode.conf must look like this (no spaces between MN IP and PORT):

LABEL MN IP : PORT MASTERNODEPRIVKEY TRANSACTIONHASH_INDEX

Example: MN1 52.14.2.67:17555 XXXXXXXXXXXXXXX XXXXXXXXXXXXXXX 0 

Please shut down and re-start your AmeroCore QT wallet. This is so the program recognizes the masternode.conf and is ready for masternode activation.


For moral support: ARh3s17RrRTNzAjYxvdEQj168h1D34crpp (Amero)















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































Report Page