Pool/Miners communications
Stratum communication methods
Pool needs a stratum server running
Here are the methods that miners and pool use to communicate
Login
how to get the data
job_id: must be string can contain letters blob: for miner blob construction please read the BASICS sections Blob, Nonce and Reserved Space. Read Etica Smart Contract
seed_hash: is a global variable Read Etica Smart Contract
height: is the current ETI block height Read Etica Smart Contract
target: it's a target not difficulty, check this page for details Target
Submit Share
nonce: the 4bytes nonce solution result: the 32bytes randomX hash result
Send Job
sends new job to miner
how to get the data
job_id: must be string can contain letters blob: for miner blob construction please read the BASICS sections Blob, Nonce and Reserved Space. Blob
seed_hash: is a global variable Read Etica Smart Contract
height: is the current ETI block height Read Etica Smart Contract
algo: 'rx/0' (it's a zero not O) corresponds to randomX algo
Last updated