Mining (Mainnet)
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
Official Mining Pool Links: https://yatespool.com
ASIC
INIBOX
GPU
Start Mining on Linux: Run the following command:
./iniminer --pool stratum+tcp://0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5.Worker001@pool-a.yatespool.com:31588 --cuda --retry-delay 5 --farm-retries 99Replace
0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5with your wallet address.Worker001can be customized as the name for each mining machine.This default command is for Mining Pool A 2.5M channel. You can choose from other Mining Pools below:
Mainnet Pool a:
2.5M:pool-a.yatespool.com:31588
300M:pool-a.yatespool.com:31589
1.5G:pool-a.yatespool.com:31556
Mainnet Pool b:
2.5M:pool-b.yatespool.com:32488
300M:pool-b.yatespool.com:32489
1.5G:pool-b.yatespool.com:32456
For GPU mining, it is recommended to choose channels of 300M or above.
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: Run the following command:
./iniminer --pool stratum+tcp://0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5.Worker001@pool-a.yatespool.com:31588 --cuda --retry-delay 5 --farm-retries 99Replace
0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5with your wallet address.Worker001can be customized as the name for each mining machine.This default command is for Mining Pool A 2.5M channel. You can choose from other Mining Pools below:
Mainnet Pool a:
2.5M:pool-a.yatespool.com:31588
300M:pool-a.yatespool.com:31589
1.5G:pool-a.yatespool.com:31556
Mainnet Pool b:
2.5M:pool-b.yatespool.com:32488
300M:pool-b.yatespool.com:32489
1.5G:pool-b.yatespool.com:32456
For GPU mining, it is recommended to choose channels of 300M or above.
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.
CPU
Start Mining on Linux: Run the following command:
Replace
0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5with your wallet address.Worker001can be customized as the name for each mining machine.This default command is for Mining Pool A. You can choose from other Mining Pools below: Mainnet Pool a: pool-a.yatespool.com:31588 Mainnet Pool b: pool-b.yatespool.com:32488
For CPU mining, only the 2.5M channel is recommended.

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. If you need to use all CPU cores for mining, simply delete this command.
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:
Replace
0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5with your wallet address.Worker001can be customized as the name for each mining machine.Double-click
start.batto begin mining. Please update default mining network pool-a.yatespool.com:31588 to the pool you would like to join. Mainnet Pool a: pool-a.yatespool.com:31588 Mainnet Pool b: pool-b.yatespool.com:32488For CPU mining, only the 2.5M channel is recommended. 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.
Start Mining on Mac OS (Intel Chip):
Open the Command Window.
Copy the following Command.
Replace 0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5 with your wallet address.
Worker001can be customized as the name for each mining machine.This default command is for Mining Pool A. You can choose from other Mining Pools below:
Mainnet Pool a: pool-a.yatespool.com:31588 Mainnet Pool b: pool-b.yatespool.com:32488
For CPU mining, only the 2.5M channel is recommended.
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 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 Mac OS (M Chip):
Install Rosetta. Open the Command Window and copy the following code:
After entering the command, you will be prompted to enter 'A' and then press Enter to confirm the installation.

Copy the following Command:
Replace 0x0304f5193FCe6A27e3789c27EE2B9D95177e21A5 with your wallet address.
Worker001can be customized as the name for each mining machine.This default command is for Mining Pool A. You can choose from other Mining Pools below:
Mainnet Pool a: pool-a.yatespool.com:31588 Mainnet Pool b: pool-b.yatespool.com:32488
For CPU mining, only the 2.5M channel is recommended.
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 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
Solo Mining Setup
Download Full Node Based on Your Operating System Link: https://github.com/Project-InitVerse/chain/releases/tag/v1.0.4
Start Mining on Linux: Run the following commands. For mainnet mining, please remove the parameter --testnet=true.
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: For mainnet mining, please remove the parameter --testnet=true

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