Miner configuration
tab of the ASIC's web panel need to be set:URL
is the address of the mining pool.Worker
is the Meter wallet address.Password
is the password associated with the wallet.bind 127.0.0.1
in your redis.conf
file, and use a firewall with strict rules in place to only allow accessing Redis locally. For more information please read Security. Another good place to start for additional information about using Redis for nomp is Data Persistence.npm update
for all the dependencies to be installed:meter.json
in the pool_configs
sub-directory. Make sure to configure the appropriate fields in this file, especially the rewardBeneficiary
and the daemon
/daemons
fields.0a05c2d862ca051010698b69b54278cbaf945ccb
(no 0x in the beginning), the rewardBeneficiary
should be configured accordingly. In addition, the mining pool has to connect to a coin daemon (full node) on the Meter network. We will use a full node on the testnet. The value for Meter in the daemons
section should be configured as follows:meter.json
. We could ignore them for now as only limited functions was ported in the current Nomp implementation for Meter.