ore-cli icon indicating copy to clipboard operation
ore-cli copied to clipboard

add loop or not choice for mine

Open Julymycin opened this issue 10 months ago • 3 comments

Add an optional Boolean argument --loopminer to mine command. When set to false, the miner will exit after completing one mining process.

Julymycin avatar Apr 06 '24 10:04 Julymycin

What is the purpose of this?

tonton-sol avatar Apr 06 '24 14:04 tonton-sol

As for me, I'd like to randomly select rpc from my rpc node pools and set a flexible priority fee for each mining process. This arg would help customize the mining.

Julymycin avatar Apr 06 '24 21:04 Julymycin

That’s smart, I would change it to an optional flag with a long name ‘—single’ and short name ‘-s’. Having to pass a bool is less optimal.

tonton-sol avatar Apr 06 '24 22:04 tonton-sol