- Joined
- Jul 21, 2008
- Messages
- 5,267 (0.87/day)
System Name | [Daily Driver] |
---|---|
Processor | [Ryzen 7 5800X3D] |
Motherboard | [MSI MAG B550 TOMAHAWK] |
Cooling | [be quiet! Dark Rock Slim] |
Memory | [64GB Crucial Pro 3200MHz (32GBx2)] |
Video Card(s) | [PNY RTX 3070Ti XLR8] |
Storage | [1TB SN850 NVMe, 4TB 990 Pro NVMe, 2TB 870 EVO SSD, 2TB SA510 SSD] |
Display(s) | [2x 27" HP X27q at 1440p] |
Case | [Fractal Meshify-C] |
Audio Device(s) | [Fanmusic TRUTHEAR IEM, HyperX Duocast] |
Power Supply | [CORSAIR RMx 1000] |
Mouse | [Logitech G Pro Wireless] |
Keyboard | [Logitech G512 Carbon (GX-Brown)] |
Software | [Windows 11 64-Bit] |
Disclaimer - It's much less efficient to mine with your CPU compared to your GPU. But if it's gonna be sitting there doing nothing, might as well get what you can out of it!
This simple guide shows you how to mine FLUX indirectly using zergpool. Zergpool allows you to mine one algo and receive payment in another coin.
FLUX is a popular altcoin that has good tech behind it and is a poised to be a name to watch in the Web3.0 realm. https://runonflux.io/
Notes on the bat...
Mining other coins (and payouts!)
To mine in a different algo you would need to change the following part of the .bat
Note - Cryptonight seems to be the most profitable for CPU mining right now. I'd guess Randomx (monero) would be second.
'-a' is where you declare the algo (A list of XMRig algos can be found here - https://xmrig.com/docs/algorithms)
'-o' will need to change depending on what you're mining. Find the correct link on the Zergpool homepage using the "MINER COMMAND LINE GENERATOR"
To get paid out in something else you need to change the following.
'c=' declares the payout coin. Find the correct format on the Zergpool homepage using the "MINER COMMAND LINE GENERATOR"
'-u' You will need to change this to the correct wallet address for the coin you want to be paid in.
This simple guide shows you how to mine FLUX indirectly using zergpool. Zergpool allows you to mine one algo and receive payment in another coin.
FLUX is a popular altcoin that has good tech behind it and is a poised to be a name to watch in the Web3.0 realm. https://runonflux.io/
- Step 1 - Download XMRig - https://xmrig.com/download
- Step 2 - Extract XMRig and make sure the exe/folder is excluded from your AV (it will get quarantined like all mining software)
- Step 3 - Setup a .bat file in the same directory as the miner as follows.
Bash:
pushd "%~dp0"
xmrig.exe --cpu-max-threads-hint=77 --title CPU-FLUX -a cryptonight-upx/2 -o stratum+tcp://cryptonight_upx.mine.zergpool.com:4457 -u FLUX_WALLET_ADDRESS --keepalive -p c=FLUX,ID=CPU,refcode=e9615be5308584a8f050ff6da0389739
Notes on the bat...
- '--cpu-max-threads-hint=' limits your cpu. If you use 100% of your CPU it tends to mess up other mining tasks and general computer usage. The 77 is for a 6 core CPU, switch to 75 for a 4 core, 50 for a 2 core.
- '--title' Just sets the name of the window
- The URL is global friendly, it should get you the best ping regardless of location
- REPLACE FLUX_WALLET_ADDRESS WITH YOUR WALLET ADDRESS!!
- 'ID=' is the worker name
- 'refcode=' is my referral code. Leaving this in doesn't effect you negatively, I just get part of what would have been the pool fee instead of the pool.
- Step 4 - Create a shortcut of the .bat file, right click, properties, advanced, run as admin
- Step 5 - Profit and track your earnings at "https://zergpool.com/?address=YOUR_WALLET_ADDRESS"
Like I said in the beginning, you won't get a ton of coins this way. But it's better than wasting the CPU doing nothing.
Additional bat file options - https://xmrig.com/docs/miner/command-line-options
Mining other coins (and payouts!)
To mine in a different algo you would need to change the following part of the .bat
Note - Cryptonight seems to be the most profitable for CPU mining right now. I'd guess Randomx (monero) would be second.
Bash:
-a cryptonight-upx/2 -o stratum+tcp://cryptonight_upx.mine.zergpool.com:4457
'-a' is where you declare the algo (A list of XMRig algos can be found here - https://xmrig.com/docs/algorithms)
'-o' will need to change depending on what you're mining. Find the correct link on the Zergpool homepage using the "MINER COMMAND LINE GENERATOR"
To get paid out in something else you need to change the following.
'c=' declares the payout coin. Find the correct format on the Zergpool homepage using the "MINER COMMAND LINE GENERATOR"
'-u' You will need to change this to the correct wallet address for the coin you want to be paid in.
Last edited: