Notice
The server bounty system has been started!
2000 N2/day!
If I want get the server bounty.How to set up a hallmarked node and get N2 coins?Step 1 - Login your VPS
Step 2 - Download N2 3.0 client
Step 3 - Modify the N2-default.properties file
Assume that your VPS IP address is 100.100.100.100.a. Update the "N2.myHallmark=" parameter with your node Hallmark.
b. Update the "N2.myAddress=" parameter with your public IP Address.
c. Update the "N2.allowedBotHosts=127.0.0.1; localhost; 0:0:0:0:0:0:0:1; 100.100.100.100;" and change your "N2.apiServerHost" parameter to 0.0.0.0
d. Update the "N2.allowedUserHosts=127.0.0.1; localhost; 0:0:0:0:0:0:0:1; 100.100.100.100;" and change your "N2.uiServerHost=" parameter to 0.0.0.0
Step 4 - Run the hallmarked N2 (server)
Install latest Java version
Change to your home folder and download the latest client:
Unzip it:
unzip N2_3.0.zip
cd N2_3.0
run the N2 software
screen -S n2
chmod 777 run.sh
./run.sh
How to set up a hallmarked node and get N2 coins?Assume that your VPS IP address is 100.100.100.100.Run N2 (local)
a. Double click "run.bat"(windows) and wait until N2 client starts successfully.
b. Open a browser and type "localhost:16876/admin.html".
c. Find "Generate Hallmark"
"Public IP" -> enter your public IP address
"Weight" -> 100
"Date" -> "2014-06-05"
"Secret Phrase" -> your secret phrase(the corresponding account you will receive N2 coins)
Click "submit" button then you will get your own hallmark.
If I want to help to maintain the N2 network.How to use server bounty API?a. Download the version 3.0 of N2 wallet.
b. Double click the run.bat file.
c. Take your favorite browser and go to
http://127.0.0.1:16876/admin.html.
d. configure the settings of "Server Bounty".
Recommended settings:enable: true
scanInterval: 3600000
rewardVolumn: 86400000
rewardAmount: the amount of reward N2 coins each node gets
fee: 1
deadline:24
Secret Phrase: the password of your own N2 account
click sumbit
If it reads "Server bounty system is running", then the N2 bounty configuration is done!
You can check the history reports in "Get Server Bounty Information" section though this API is for our team developers. Besides, you can find history json files in a directory named "ServerBounty".
Can a hallmarked node be set up on a local machine (as opposed to a VPS) if it uses a static IP to connect to the net?