Bitcoin Forum
May 25, 2024, 05:05:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Cryptonight Profit Switcher: For pool mined coins and NiceHash on: December 20, 2018, 02:18:36 PM
Hey Guys,

i tried a few Hours to setup this tool but had no luck. Every Time i setup SRBMiner in the Coin json Files but everyt time, no matter what i did with CPU Mining of etc., the tool starts XMRstak and not SRB Miner.

Tried a lot of different setups but no luck.

Any ideas?

Thank you
Oliver

Did you set this value to false in your coin .json file?

 // Set if you want to also start Xmr-Stak for CPU Mining
  "SRBMinerUseXmrStakCPUMining": true,
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Cryptonight Profit Switcher: For pool mined coins and NiceHash on: December 19, 2018, 05:14:00 PM

Would love if this miner was supported too!
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Cryptonight Profit Switcher: For pool mined coins and NiceHash on: October 16, 2018, 01:03:52 PM
New Release: V5.5.0: CryptonightV8 support and more

CryptonightV8 support

Set the algorithm in the coin settings to CryptonightV8 to mine using the new algorithm.
If you want to switch automatically to the new algorithm when the fork of Monero happens:

1. Leave the algorithm as CryptonightV7
2. The auto switch will only work with XmrStak or CastXMR. For XmrStak no actions are required, for CastXMR add the argument --algo=-1 to CastXmrExtraArguments in Monero.json or MoneroOcean.json

Other changes
  • Support for custom ports (@LeGoose)
  • Updated all miners
  • Better logging
  • Fixed Ubuntu build

Future plans:

GUI Configurator
Easier configuration with a GUI.

Latest release: https://github.com/cryptoprofitswitcher/CryptonightProfitSwitcher/releases/latest


Awesome CPS!     I'll roll this version out today and let you know if I run into anything.   Thanks!
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Cryptonight Profit Switcher: For pool mined coins and NiceHash on: October 15, 2018, 06:26:56 PM
Noticed a small bug in JceMiner.cs

If --mport is defined in userDefinded, _port needs to be set to its value in JceMiner.cs

If not, the JCE miner starts with the correct --mport, but JceMiner is checking for stats at the default _port value of 0.

I need a static port (not a Helpers.GetAvailablePort()) for my monitoring software (Awesome Miner).

Better yet, allow the JCEApiPort to be defined in the coin json (like it is in the XmrStak section of coin json).

Awesome stuff.  thanks!



 
Code:
if (!userDefindedArgs.Contains("--mport"))
            {
                _port = Helpers.GetAvailablePort();
                args += $"{space}--mport {_port}";
                space = " ";
            }
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!