Meta CLI Miner
Go to file
2024-10-07 16:35:07 +03:00
includes random payload for meta 2024-10-05 15:54:30 +03:00
tests init 2024-09-14 17:39:19 +03:00
.gitignore init 2024-09-14 17:39:19 +03:00
config.js mining FOMO 2024-10-04 17:54:34 +03:00
LICENSE Initial commit 2024-09-14 17:30:36 +03:00
mine.js restart mining on error 2024-10-04 23:22:44 +03:00
package.json random payload for meta 2024-10-05 15:54:30 +03:00
README.md Update README.md 2024-10-07 16:35:07 +03:00

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