Mining (Genesis Testnet)
As a strategic partner, Yates Pool provides exclusive technical support and operational backing for the INIChain mining pool service.
Mining Pool Setup
Download Mining Software Based on Your Operating System Link: https://github.com/Project-InitVerse/ini-miner/releases
Check Mining Pool Information Link: https://yatespool.com/
Start Mining on Linux: Run the following command:
./iniminer-linux-x64 --./iniminer-linux-x64 --pool stratum+tcp://0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5.Worker001@pool-core-testnet.inichain.com:32672 stratum+tcp://0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5.Worker001@pool-core-testnet.inichain.com:32672Replace
0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5with your wallet address.Worker001can be customized as the name for each mining machine.

To specify the number of CPU cores for mining, you can add the
--cpu-devicesoption. For example,--cpu-devices 1uses the first CPU thread for mining. To use multiple cores, append the option multiple times.
Once the mining process starts successfully, you should see a mining interface similar to the one below:

If hash power is displayed, mining is functioning correctly.
Start Mining on Windows:
After downloading and extracting
iniminer-windows-x64.zip, locate theiniminer.exefile.

Right-click the
start.batscript, edit the file to replace the wallet address and worker name, and save the changes.

Example command:
./iniminer-linux-x64 --pool stratum+tcp://0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5.Worker001@pool-core-testnet.inichain.com:32672./iniminer-linux-x64 --pool stratum+tcp://0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5.Worker001@pool-core-testnet.inichain.com:32672iniminer-linux-x64 --pool stratum+tcp://0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5.Worker001@pool-core-testnet.inichain.com:32672Replace
0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5with your wallet address.Worker001can be customized as the name for each mining machine.Double-click
start.batto begin mining.Default using A mining pool pool-a.yatespool.com:31588,once enter testnet mining succefuuly please update mining pool as :pool-core-testnet.inichain.com:32672默
Default using full core mining, to specify the number of CPU cores for mining, you can add the --cpu-devices option. For example, --cpu-devices 1 uses the first CPU thread for mining. To use multiple cores, append the option multiple times.

Once hash power is displayed, mining is functioning correctly.
Solo Mining Setup
Download Full Node Based on Your Operating System Link: https://github.com/Project-InitVerse/ini-chain/releases/tag/v1.0.0
Start Mining on Linux: Run the following commands:
Wait for the node to fully sync.

Set the wallet address:

Start mining:
To use a specific number of threads, you can use
miner.start(3), where3represents the number of CPU cores.
Start Mining on Windows:
After downloading
geth-windows-x64.exe, open the command prompt by typingcmdin the file path bar and pressing Enter.
Start the node by running the following command:

Wait for the node to fully sync.

Set the wallet address:

Start mining:
To use a specific number of threads, you can use
miner.start(3), where3represents the number of CPU cores.
Last updated