How to Setup a ArpaCoin Node :Start your ArpaCoin wallet
Go to Help>Debug>Console
type the following and hit Enter (Alias is name of your node address):
getaccountaddress Alias
Send
exactly 3000 ARP in
one single transaction to that address
Go to Help>Debug>Console
type the following and hit Enter:
masternode genkey
Copy the result and place that in the ArpaCoin.conf file below:
rpcallowip=127.0.0.1
rpcuser=REPLACEME
rpcpassword=REPLACEME
rpcport=Any Port
server=1
daemon=1
listen=1
staking=0
port=Any Port2
reservebalance=3000
masternodeaddr=YOUR_EXTERNAL_IP:Any Port2
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND masternode genkey
Any Port2 must be open.
Wait for 15 confirms before running the below commandRestart your wallet and go back to Help>Debug>Console
Type the following and hit enter:
masternode start
How to Run More than one ArpaCoin Node instance on the same PC:1- Make a new folder ((Example: Masternodes)
2- inside masternodes folder, make N number of new folders and name them for example mn1 , mn2 ..etc ( N= number of nodes you want to run)
3- go back to masternodes folder and place N number of ArpaCoin-qt.exe copies and name them mn1.exe mn2.exe ..etc
4- on the same masternode folder, make new N number of RunMN1.bat files and paste the following:
mn1.exe -datadir=path_to_mn1_folder
*
make sure to change mn1.exe and path for every .bat file5- Start each RunMN1.bat, RunMN2.bat ..etc and follow "How to Setup a ArpaCoin Node" on top
*
each node must have different ports on ArpaCoin.conf file