sui_meta_miner/README.md
2024-10-07 16:35:07 +03:00

1.4 KiB

CLI Miner for META and FOMO PoW on the Sui Blockchain

CLI miner expects you to have node.js installed of version >= 18 node.js

git clone https://github.com/suidouble/sui_meta_miner.git
cd sui_meta_miner
npm install

Run it

Miner supports both META and FOMO coins:

node mine.js --meta --chain=mainnet --phrase="secretphrase"
node mine.js --fomo --chain=mainnet --phrase="secretphrase"

or you can run it in the boss mode, mining both:

node mine.js --fomo --meta --chain=mainnet --phrase="secretphrase"

Where secretphrase is 24 words secret phrase for your wallet private key or private key in the format of "suiprivkey1....." ( you can export it from your Sui Wallet extension or use the one generated in Web Miner )

!!! Please do not ever share secret phrase of privkey with anybody. Do not share it in message or on Twittter. Do not push it to github. If you make screenshots - be sure to blur out your secret phrase/privkey. Anybody can get access to you coins with privkey, it's private key, keep it PRIVATE.

Be sure you have some SUI in your wallet for the gas, 1 SUI is enough for submiting many hashes.

License

Apache

Please open-source your fork