Hello,
We are launching a pilot project according to which we will lease 1000 EARTHS to each participant who created the EARTHS node. 1000 EARTHS is enough to start generating EARTHS blocks. The number of funds is limited to 10 nodes. If there are more applications, we will give preference to those who first filed the application and who already have a running EARTHS node. The application can be submitted by email:
support@earths.gaHow to create EARTHS mining node.
The minimum system requirements are 4GB RAM, preferably 2 Core and 1GB ROM.
Step 1
create address for node on
https://cl.earths.ga(get base58 address for step 4)
Step 2
sudo ufw app list
sudo ufw status
sudo ufw allow OpenSSH
sudo ufw allow 7778/tcp
sudo ufw enable
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install openjdk-8-jre -y
Step 3
wget
https://github.com/earthspay/Earths/releases/download/v0.16.2/earths_0.16.2_all.debsudo dpkg -i earths_0.16.2_all.deb
Step 4
nano /etc/earths/earths.conf
change strings:
node-name
declared-address
password
seed (base58 address from step 1)
save and exit
Step 5
sudo systemctl start earths.service
journalctl -u earths.service -f
Step 6
curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' -d 'Change to passphrase' '
http://127.0.0.1:7779/utils/hash/secure'
( get "hash" for step 7)
Step 7
sudo systemctl stop earths.service
nano /etc/earths/earths.conf
Comment out the seed and delete the value for security reasons.
add new api-key-hash "hash" from step 7
Save and exit
Step 8
sudo systemctl start earths.service
journalctl -u earths.service -f
After starting the node, write your EARTHS wallet address which is added to the node from step 1 by email:
support@earths.ga to get the miner section for the configuration file and 1000 EARTHS on lease.