regolith-labs / ore-cli

Command line interface for ORE cryptocurrency mining.
919 stars 443 forks source link

add loop or not choice for mine #34

Open Julymycin opened 3 months ago

Julymycin commented 3 months ago

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

tonton-sol commented 3 months ago

What is the purpose of this?

Julymycin commented 2 months ago

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.

tonton-sol commented 2 months ago

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.