XenbBlocksMiner is a command-line tool for XenBlocks cryptocurrency mining (regular, Xuni and superblocks). Attached is a latest version of the code, with support for switches.
Tool created by WoodySoil, also available at: https://github.com/woodysoil/XenblocksMiner/releases/tag/v1.1.3
To use XenbBlocksMiner, run the following commands in your terminal:
./xenbBlocksMiner [switch options]
-
-h
,--help
Display help information about the XenbBlocksMiner options. -
--totalDevFee arg
Set the total developer fee. The argumentarg
should be replaced with the desired fee amount. -
--ecoDevAddr arg
Set the ecosystem developer address. This address will receive half of the total developer fee. Replacearg
with the actual ecosystem developer address. -
--minerAddr arg
Set the miner address for receiving mining rewards. Replacearg
with your actual miner address. -
--saveConfig
Update the configuration file with the inputs provided via the console.
To save the configuration on the server so next time it assumes all settings just by running the ./xenbBlocksMiner command automatically, use the --saveConfig
option after setting your parameters.
For example that mines splits 1% of all fees between 0xYourMinerAddress (0.5%) and WoodySoil (0.5%), while mining 99% of the time for 0xYourMinerAddress:
./xenbBlocksMiner --totalDevFee 10 --ecoDevAddr 0xEcoDevAddress --minerAddr 0xYourMinerAddress --saveConfig
Replace 0xYourEcoDevAddress
and 0xYourMinerAddress
with your respective addresses.
Another example (from Woody) of 6.9% split between ecoDevAddr & minerAddr (in this case being the same address):