The number of free wallets provided by NPool is limited. Once used, how can I use my wallet to access the NPool mining pool to obtain stable income? The operation method is as follows:
Prerequisite: NPool client has been installed.
1. Add wallet.json and wallet.pswd files.
Just like the official nkn mining, you need to place the wallet.json file and wallet.pswd file in the same directory of the npool client.
2. Copy the one-click command below, replace the one below <your appKey> with your appKey, execute the script to import the wallet and start it.
wget https://download.npool.io/add_wallet_npool.sh && sudo chmod +x add_wallet_npool.sh && sudo ./add_wallet_npool.sh <your appKey>
3. Finish.
View status :systemctl status npool.service
Stop Npool :systemctl stop npool.service
Start Npool :systemctl start npool.service
Restart Npool:systemctl restart npool.service