Hey Fellas,
I just set up my very first Masternode! With Katana2X - $k2x
Katana is a little coin, used on some tipbots on discord, where I discovered it. I bought a bunch of them at a low price, and wanted them to play around with the masternode... you know... buying coins for a masternode for 10k USD is quite too risky to play around with... So I decided to invest 5 bucks, and just set it up on my debian VPS.
First of all: I do not have Vultr VPS - I got another host, just for decentralizing... You can get them coins on CryptoHub.online (you will need 70000!)
Here come the steps to set this up:
apt-get update apt-get install git automake build-essential libtool autotools-dev autoconf pkg-config libssl-dev
apt-get install libboost-all-dev software-properties-common libgmp-dev unzip
add-apt-repository ppa:bitcoin/bitcoin
&& apt-get update
apt-get install libdb4.8-dev libdb4.8++-dev libminiupnpc-dev
I needed to downgrade libssl - you have to look for the specific files.
git clone https://github.com/getdatcrypto/k2x-source.git k2x && cd k2x/src
make -f makefile.unix
build the wallet!
masternode genkey
692ZbhexVpq3sysdfgYvhaCKtRpHbykDVuuVuGAkMyUHawWhMGq
and once:
masternode outputs
->{"2c8c27c37c405f16d7afb237885aa95e5d7aad1f420de976279490fd826af62c" : "0", }
<MN alias> <your MN IP:port> <MN genkey> <output ID> <output_index>
for every entry in the masternode.conf you need:
LOCAL: zip it and send it
zip the whole thing and upload it to the Server. I use linux to linux so I tar.gz them and send it via scp
SERVER prepare the wallets
on the Server you just unpack your folder and copy it into different locations. For every masternode you want to start, you have to create a seperate folder.
I use k1, k2, k3... and so on - but maybe, prepare the first one, and copy them afterwards
SERVER katana.conf
edit the katana.conf file, it shoult look like this:
rpcuser=k2x_edit_me
rpcpassword=pass_edit_me
listen=1
server=1
daemon=1
masternode=1
maxconnections=64
port=31954
rpcport=31944
externalip=server_ip:31954
masternodeaddr=server_ip:31954
masternodeprivkey=genkey
Modify the above information:
for each MN you want to add more, you have to count the ports up. (after 10 you have to jump a little...)
but you get the idea?
LOCAL
restart your wallet, unlock it! And go to the Masternodes Tab. Just start all.
That's it! Check it on mnode.club with your Pubkey of the MasterNodes!
TROUBLESHOOTING
sudo iptables -t nat -I OUTPUT -d server_ip -p tcp --dport 31954 -j REDIRECT --to-ports 31945
if you enjoyed this, you are welcome to send me some k2x :) xAiRmQUNRiH6BW47GqRmGqB2jgupXn9aj5
thx to this guide: https://forum.cryptoinfo.net/viewtopic.php?t=642