miner_key
. Your mining key is derived from your seed phrase. You can generate multiple mining keys for separate mining modes.Window End block
.Window Start block
.Window Start
to Window End
; this is Delta Work
.Window Start
and Window End
blocks; this is Delta Time
.NewDifficulty
= (Delta Work
/ Delta Time
) * 60 seconds.Delta Time
is bound by one and 4 hours; e.g., it is considered Delta Time
if the difference is less than one hour. Same for differences more than 4 hours, preventing extreme changes in difficulty.--peer
parameter, e.g., --peer=3.0.115.1:8100
for TestNet 4.--stratum_port
parameter, e.g.,--stratum_port=10002.
mining_key
and owner_key
, so the mining rewards accumulated are transferred to a specific wallet, e.g., parameters --miner_key
and --owner_ke
y. Miner_key
and Owner_key
should be kept secret at all times.ο»Ώ--owner_key
parameter.wallet_folder.
wallet_folder
. Enter the following command:miner_key
, enter the following command:miner_key
in a text_file
for later.--export_miner_key
command again with other subkeys, e.g., enter./beam-wallet export_miner_key --subkey=2
for the second node. Enter./beam-wallet export_miner_key --subkey=3
for the third node and so on.miner_key
should be kept secret at all times.owner_key
. Enter the following command:owner_key
in a text_file
for later.node_folder
.aaaa1234
. The --key=aaaa1234
parameter is necessary to operate the miner client.node_folder
.stratum.api.keys
. Each line of the text file will represent one API key (one row per API key). The miner client then uses these keys via the --key
parameter. stratum.crt
: TLS certificate.stratum.key
: private key for TLS certificate.stratum.api.keys
: a text file with allowed API keys with each API key should be on a single row in a sequence of eight or more symbols.--stratum_secrets_folder
parameter. By default, the path points to the same node_folder
.node_folder
should resemble the following:node_folder
by entering the following:beam-node.cfg
file in a text editor instead of the command line.port
port
to start the server on.stratum_port
stratum_port
the server is scanning for incoming connections.peer
ip:port
(minimum of one peer
). Peer
should be a machine on the network you wish to connect to e.g., Testnet 4.stratum_secrets_path
miner_key
Miner_key
, exported via CLI wallet.owner_key
Owner_key
, exported via CLI wallet.pass
OpenCL
and one for CUDA.
OpenCL
and only supported by Windows and Linux platforms.miner_folder
.miner_folder
by entering the following:IP
address above to the IP
of the node machineaaa1234
from the example set your key in the --key
parameter.server
IP
and port
of the Stratum server path.key
stratum.api.keys
file.devices
owner_key
) within the wallet. Theowner_key
will automatically detect and the miner rewards will be reflected in the wallet balance. OpenCL
miner clientCUDA
miner client is still in development.