Skip to content

RainbowMiner v4.8.6.8

Compare
Choose a tag to compare
@RainbowMiner RainbowMiner released this 05 Oct 22:16
· 1677 commits to master since this release

Update release (100% LHR Unlock on Nvidia)

Miners

  • add miner CcminerRadiator v1.0.0 (nvidia)
    • mining RDX/SHA512256d and NOVO/SHA256dt with 0% fee
  • update miner Gminer to v3.07 (amd,nvidia)
  • update miner Nanominer to v3.7.3 (amd,cpu,intel,nvidia)
  • update miner SrbminerMulti to v1.1.0 (amd,cpu)
  • update miner Teamred to v0.10.4 (amd)

Pools

  • update pool MiningRigRentals
    • create an individual config file for each running rental in config folder .\Config\mrr-<rental_id>.config.txt. After the rentals end, the individual file will be removed automatically. It currently contains one setting only: "UseHost". So if a renter requests a different region, set that parameter to the beginning of the stratum strings. The name will be matches like "text*".
      E.g. Australia: set UseHost to "au" (or "au-01") and the correct stratum will be selected out of the MRR's "Connection Info" list of stratums.
    • fix wrong ports for some algorithms, in case UseHost is being used (issue #2187 #2178)
  • update pool ZpoolCoins
    • fix error (issue #2186)

Core

  • update algorithms.json
  • update AlgorithmsConfigDefault.ps1
    • no memory oc needed for SHA512256d and SHA256dt
  • update coinsdb.json
  • update ethdagsizes.json
  • update minersha256.json
  • update minerupdatedb.json
  • update mrrpools.json
  • update mrrpoolsall.json
  • add benchmarking miner's version to stat files
  • introducting redux-benchmarks: benchmark only updated algorithms, if applicable (issue #2185)
    • this feature will not snap active at once - but with the next miner updates
  • fix variable replacer, escpecially important for coins like ETH and ETHW. In worst case the ETH wallet would have been used as ETHW wallet.

Documentation