MouseMN Masternode Setup Guide
We are working on a more comprehensive setup page right now. For all those eager to start a MOUSE masternode now, here are some older links to MOUSE MN setup guides to get you on your way while we sort our s&#t out.
– MOUSE single Masternode VPS Setup Guide
Below you will also find a simple (crude) old step-by-step text version of the Masternode install.
Step 1
sudo apt-get install software-properties-common
Step 2
sudo add-apt-repository ppa:bitcoin/bitcoin
Note: here it will ask you to confirm adding the dependencies, just press y and enter to confirm.
Step 3
sudo apt-get update
Step 4
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev libdb4.8-dev libdb4.8++-dev libminiupnpc-dev libzmq3-dev git nano tmux
Step 5
sudo apt-get install libgmp3-dev
Step 6
git clone https://github.com/m1ckeym0us3/mouse
Step 7
cd mouse/src/leveldb && chmod 777 * && cd .. && make -f makefile.unix
Step 8
cd /root/mouse/src
./moused &
Step 9
nano /root/.mouse/mouse.conf
paste this
rpcuser=X
rpcpassword=Q
listen=1
server=1
daemon=1
rpcallowip=127.0.0.1
press Ctrl+X and then Y and enter to exit conf file
Step 10
./moused -daemon
./moused getinfo
check with explorer if you see same no. of block height, if not wair 2-3 min and type this command again
once fully synced
./moused stop
Step 11
./moused -daemon
./moused masternode genkey
and save the output
./moused stop
Step 12
nano /root/.mouse/mouse.conf
paste
listen=1
server=1
daemon=1
rpcallowip=127.0.0.1
rpcuser=X
rpcpassword=Q
port=33245
masternode=1
masternodeaddr=Linux VPS IP:33245
masternodeprivkey=result saved in step 11
press Ctrl+X and then Y and enter to exit conf file
step 13
./moused -daemon
Now let’s configure Window Controller wallet
Go to Window Controller Wallet
Generate a New receiving Address
Send 10,000 MOUSE to this Address
After receiving One Confirmation Go to Console Type : masternode outputs
Save the Txn Hash and Output Index
Now go to Masternode Tab => my masternode
Click Create
alias: any name you like
address: your linux VPS IP:33245
masternode Privkey: Result of Step 11 above
txn Hash: which you saved earlier
output Index: which you saved earlier
==================================
———————————-
==================================
Multiple MN on same VPS
Login to Putty
Step1
mkdir mouse1
step 2
cp mouse/src/moused mouse1/
step 3
cd mouse1
step 4
mkdir data
step 5
nano data/Mouse.conf
step 6
Now in new file paste these
rpcuser=X
rpcpassword=Q
listen=1
server=1
daemon=1
staking=0
rpcallowip=localhost
rpcport=different than earlier used
port=different than earlier used
Please Ctrl+X and save it
step 7
Now type
./moused -daemon -datadir=./data
it will start daemon and now check it’s sync status by typing
step 8
./moused -daemon -datadir=./data getinfo
Once fully synced generate Priv Key
step 9
./moused -daemon -datadir=./data masternode genkey
save the output and then stop the daemon
step 10
./moused -datadir=./data stop
step 11
Now modify the conf file by adding these lines
masternode=1
masternodeaddr=VPS IP : as per step 6
masternodeprivkey=outcome saved earlier
Press Ctrl+X and save the file
step 12
Now run the daemon and that’s all
./moused -daemon -datadir=./data
For more MN creation Type
cd
it will bring you back to root folder
and repeat the process by changing name of new folder from mouse1 to mouse2 and also change ports as above stated
Post that repeat the window controller setup