This release of RainbowMiner finally brings back dual-mining support. Even though that the times of Ethash as PoW are counted, it's currently most profitable to do some dual-mining with it, on your GPUs. Especially mining for ETH + some TON looks very promising. The up-to-date versions of Gminer and Lolminer give us all the tools we need - and of course RainbowMiner fully supports the dual mining, including individual intensities and even dual mining during times, when you rig is being rented out at MiningRigRentals, giving you some extra profit.
Many more miners have been updated, most notably, we have integrated the Neoscrypt-Xaya algorithm into the newest CcminerKlausT release. Teamblack supports more pools. And so many more. Have a look onto our list below.
Our pool modules have gotten a lot of rework and fixes - with most pools now supporting real privacy with SSL stratum connections, ZergPool, Zpool and MiningRigRentals included. A handful of now offline pools have been removed from our repo, but also, some new pools have been added (ViaBTC, Tonpool, ToncoinPool, TONWhales, ...)
Finally, and as always, we have done a lot of work to our core program. New parameters, better fastlane-benchmarking, bugfixes, ...
Happy mining!
Updates, included in all releases up to v4.8.3.2: Miners- update miner CcminerKlausT to v8.26x2 (nvidia) - add Neoscrypt-Xaya
- update miner CpuminerJayddee to v3.19.7 (cpu)
- update miner CpuminerRplant v5.0.27 (cpu)
- update miner Ethminer to v0.19.0-18 cuda11.6 (amd,nvidia)
- update miner Gminer to v2.91 (amd,nvidia)
- update miner Lolminer to v1.48 (amd,nvidia)
- update miner Nanominer to v3.6.0 (amd,cpu,nvidia)
- update miner Phoenix to v6.1b (amd,nvidia)
- update miner SgminerFancyIX to v0.9.2 (amd)
- update miner SrbminerMulti to v0.9.4 (amd,cpu)
- update miner Teamblack to v1.62 (amd,intel,nvidia)
- update miner Teamred to v0.9.4.2 (amd)
- update miner Trex to v0.25.9 (nvidia)
- update miner Wildrig to v0.31.3 (amd,nvidia)
- update miner Xmrig to v6.17.0 (amd,cpu,nvidia)
- add miner CcminerAllium
- add miner ClaymoreNeoscryptAmd v1.2 (amd)
- add miner Gminer275 v2.75 (amd,nvidia)
- add miner Nsgminer v0.9.4 (amd)
Pools- add pool Aionpool
- add pool ProHashingCoinsSolo
- add pool ToncoinPool
- add pool ViaBTC
- remove pool BtcPrivate
- remove pool Cortexmint
- remove pool FairPool
- remove pool PoolSexy
- remove pool Tecracoin
- update pool 2Miners & 2MinersSolo
- update pool 2MinersAE
- update pool Aionmine
- update pool Aionpool
- update pool Baikalmine
- update pool C3Pool
- update pool F2pool
- update pool FlexPool
- update pool Hashpool
- update pool HeroMiners
- update pool Icemining
- update pool MiningPoolHub(Coins)
- update pool MiningRigRentals
- update pool MoneroOcean
- update pool Nanopool
- update pool NLpool
- update pool ProHashing
- update pool ProHashingCoins
- update pool RPlant
- update pool ToncoinPool
- update pool TonPool
- update pool TONWhales
- update pool unMineable
- update pool WoolyPooly
- update pool WoolyPoolySolo
- update pool ZergPool (all)
- update pool ZPool
- update pool ZpoolCoins
Core- update algorithms.json
- update coinsdb.json
- update ethdagsizes.json
- update minersha256.json
- update mrrpools.json
- update mrrpoolsall.json
- update mrrservers.json
- update poolsinfo.json
- update regions.json
- update regions2.json
- update unprofitable.json
- update walletsdata.json
- update AlgorithmsConfigDefault.ps1
- update Cleanup.ps1
- update PoolsConfigDefault.ps1
- Main: https://github.com/RainbowMiner/RainbowMiner/blob/master/README.md
- Networking: https://github.com/RainbowMiner/RainbowMiner/blob/master/Doc/NETWORKING.md
- Linux-Setup Shortguide: https://github.com/RainbowMiner/RainbowMiner/blob/master/Doc/LINUX-SETUP-SHORTGUIDE.md
- Other: https://github.com/RainbowMiner/RainbowMiner/issues?q=is%3Aissue+label%3Adocumentation
- update MinerAPIs.psm1
- update pool MiningRigRentals
- Diverse: https://github.com/RainbowMiner/RainbowMiner/issues?q=is%3Aissue+label%3Adocumentation
- update wallet balance
- Nvidia detection fix (issue #2018)
- update README.md
- create MRRAlgorithmsConfigDefault.ps1
- create Doc/NETWORKING.md
- create Doc/LINUX-SETUP-SHORTGUIDE.md.ps1
- add parameter "Price_0" to pool objects (contains the raw price from the pools/WTM)
- store DataWindow as of type string into session config
- update API
- update Powershell Core to v7.2.2
- optimize usage of fastlane values: if a fl value is very far off of the current miner's hashrate, the statfile will be reset with the local value (discussion #2007)
- allow valid keys in API.CmdKey, only
- add parameter "EnableDualMiningDuringRentals" to config.txt:
- update README.md
- update Curl for Windows to v7.82.0
- update linux CUDA libs
- remove parameter for log level Info, since it's default.
- do not pause mining, if a worker is currently in exclusive mode (rented by MiningRigRentals, issue #1983). This affects the currently rented worker, only. So if you have CPU and/or multiple GPU models,
only the currently rented out models (or your CPU) keeps on running, all others stay paused. - rework Intensity setting in miners.config.txt for dual mining. Enter a list of all intensities, that should be benchmarked on specific device-miner combinations. Only Gminer and Teamred support this se
tting, currently. Gminer has valid integer values from 1 to 100 (where only 2-40 make sense) and Teamred has valid floating point number values from 0.01 to 1.00 (where only 0.6-0.95 make sense) - don't use Send-CtrlC when stopping RainbowMiner (issue #1975)
- fix update function (issue #1975)
- update localhost/API
- add ResetWorkers.bat/resetworkers.sh
- remove Send-CtrlC from Stop-Subprocess since it seems to cause trouble with crashed miners.
- add Send-CtrlC function for Windows
- update SysInfo
- send Ctrl+C to miners before killing them in Windows
- send Ctrl+C to GetCPU.exe when exiting RainbowMiner
- update miner-ports.txt
- improve tolerance detection
- add unblock for files in folder Includes
- update GetCPU.exe to v2.2.1
- allow userpools without a port
- update miner NoncerProNvidia
- don't use pre-defined OCprofile/MSIAprofile for dual-mining (issue #1960)
- update MinerAPIs.psm1
- check for sub-config.txt syntax and type
- allow empty objects for sub-config.txt
- fix initial creation of config.txt
- add "unclean shutdown" report (issue #1952)
- add parameter "EnableLHR" to devices.config.txt.