Comment
Author: Admin | 2025-04-27
Public_ip:miner_listen_port to connect to the POOL. "miner_legacy_listen_port" // Optional, port of the POOL for listening to incoming miner connections using the old legacy mining protocol. "mining_mode" : "HASH", // mining mode the POOL is started with. Options are 'HASH' or 'PRIME'. Changes to this config option will only take effect after round end. "connection_retry_interval" // retry time in seconds trying to connect to NXS wallet if a connection attempt failed. "get_height_interval" // time in seconds polling for current BLOCK height of NXS wallet. "session_expiry_time" // time in seconds after which a miner session expires. "log_level" // Optional, default=2 (info), sets the verbosity of log messages ranges from 0 (trace) - 5 (critical) "update_block_hashes_interval" // Optional, default=600, time in seconds when the found blocks should update their hashes in storage. Automatically happens during round end. "get_hashrate_interval" // Optional, default=300, time in seconds requesting the current hashrate from the connected miners "miner_notifications" // Optional, default=true send notification messages to miners (like pool restart, block found etc) "legacy_mode" // Optional, default=false Start the pool with legacy mining protocol to mimic blackpool/hashpool (for blackminers) Not recommended to use "persistance" // Option group regarding used storage for the POOL "type" // which storage type the POOL uses. Currently only 'sqlite' is supported. "file" // filename of the storage. "pool" // Option group regarding POOL mining. "account" // NXS account name used for transfer NXS rewards to the miners. "pin" // PIN for the used NXS account to transfer NXS rewards to the miners. "fee" //
Add Comment