Meta CLI Miner
Go to file
2024-10-04 17:54:34 +03:00
includes mining FOMO 2024-10-04 17:54:34 +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 mining FOMO 2024-10-04 17:54:34 +03:00
package.json init 2024-09-14 17:39:19 +03:00
README.md mining FOMO 2024-10-04 17:54:34 +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 )

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