Bitcoin Forum
May 08, 2024, 03:23:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 »  All
  Print  
Author Topic: [ANN] Cryptonight Profit Switcher: For pool mined coins and NiceHash  (Read 23751 times)
Iamtutut
Full Member
***
Offline Offline

Activity: 1120
Merit: 131


View Profile
June 19, 2018, 01:01:44 PM
 #21

Could be very practical, I'll take a look. Thanks.
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715181806
Hero Member
*
Offline Offline

Posts: 1715181806

View Profile Personal Message (Offline)

Ignore
1715181806
Reply with quote  #2

1715181806
Report to moderator
1715181806
Hero Member
*
Offline Offline

Posts: 1715181806

View Profile Personal Message (Offline)

Ignore
1715181806
Reply with quote  #2

1715181806
Report to moderator
1715181806
Hero Member
*
Offline Offline

Posts: 1715181806

View Profile Personal Message (Offline)

Ignore
1715181806
Reply with quote  #2

1715181806
Report to moderator
darkdude
Jr. Member
*
Offline Offline

Activity: 113
Merit: 1


View Profile
June 19, 2018, 02:05:24 PM
 #22

I downloaded the linux64 version, but dont see the binary for how to run?  Sure I can download the linux compat miners, but the linux version of your console I cant find. in the linux 64 version I see what looks like a win version (dll files,etc)
how to run the linux version (or how to compile)
christiano88
Member
**
Offline Offline

Activity: 161
Merit: 10


View Profile
June 19, 2018, 07:27:08 PM
Last edit: June 19, 2018, 08:46:28 PM by christiano88
 #23

How can I add arguments to miners, like --gpureorder and --disablegpuwatchdog for srbminer (2nd is redundant since your app already does the watchdog thingie)

Gotta add that this scrypt is a real lifesaver, works well, only one glitch I found, it runs haven on heavy mode when using SRBMiner, and that gives incorrect shares. You must create a config in SRB especially for haven manually with haven algo set Smiley
cryptoprofitswitcher (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
June 20, 2018, 08:45:41 PM
 #24

my wishes  Wink

let me choose between automatic mode (key "a") and manual mode that i can switch to other coin (maybe key "1 - x")

daytime i want to change coin directly (manual mode)....at night the tool can manage this (auto-mode)

many thx for the great work u did

Good idea! You can do it now in the latest release.

New Release: V4.0.0: Manual mode & cryptoknight.cc support

Manual mode

You can switch between automatic mode and manual mode where you select the coin / NiceHash algorithm yourself.

New profit provider: cryptoknight.cc

The app now can get live and daily profit data for all coins on cryptoknight.cc from its API.

Linux support
  • Added a compiled Xmr-Stak binary for Linux/Ubuntu.
  • Tested the app on Ubuntu and fixed problems
  • Removed unnecessary miners from the Linux release
  • Fixed settings of included coins and NiceHash algorithms

Other changes
  • Potentially fixed bugs
  • Updated Cast XMR miner
  • Show cooldown and profit switching strategy in the status
  • Changed status layout for better readability

Future plans:

GUI Configurator
Easier configuration with a GUI.

Latest release: https://github.com/cryptoprofitswitcher/CryptonightProfitSwitcher/releases/latest
cryptoprofitswitcher (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
June 20, 2018, 11:14:32 PM
Last edit: June 20, 2018, 11:25:51 PM by cryptoprofitswitcher
 #25

I downloaded the linux64 version, but dont see the binary for how to run?  Sure I can download the linux compat miners, but the linux version of your console I cant find. in the linux 64 version I see what looks like a win version (dll files,etc)
how to run the linux version (or how to compile)

How to run on Linux:
Download the release for linux64, extract it and set the file CryptonightProfitSwitcher and XmrStak/xmr-stak as executable.
Run it using bash e.g. ./CryptonightProfitSwitcher

The .dll files are also required for the Linux version.

Compilation is easy:
Clone the repo and open the solution using Visual Studio 2017 with .Net Core environment installed. And build it or publish it.
cryptoprofitswitcher (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
June 20, 2018, 11:23:59 PM
 #26

How can I add arguments to miners, like --gpureorder and --disablegpuwatchdog for srbminer (2nd is redundant since your app already does the watchdog thingie)

Gotta add that this scrypt is a real lifesaver, works well, only one glitch I found, it runs haven on heavy mode when using SRBMiner, and that gives incorrect shares. You must create a config in SRB especially for haven manually with haven algo set Smiley

Sorry, I didn't see your question before the release of 4.0.0.
I will add an extra arguments setting for SRBMiner in the next release.
You can wait for the next release or build it yourself using the dev branch.

Also, you can open an issue on GitHub, so that I can keep better track on issues.
nordmann666
Member
**
Offline Offline

Activity: 361
Merit: 16


View Profile
June 21, 2018, 03:54:52 AM
 #27

WOW!!!
many thanks for the functions!

and cryptoknight Api...perfect! but how to enable?  Wink
cryptoprofitswitcher (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
June 21, 2018, 01:34:16 PM
 #28

WOW!!!
many thanks for the functions!

and cryptoknight Api...perfect! but how to enable?  Wink

Edit the setting PoolProfitProviders in Settings.json e.g.:

Code:
  "PoolProfitProviders": "MinerRocksApi,CryptoknightCCApi,MineCryptonightApi",
nordmann666
Member
**
Offline Offline

Activity: 361
Merit: 16


View Profile
June 21, 2018, 04:58:36 PM
 #29

WOW!!!
many thanks for the functions!

and cryptoknight Api...perfect! but how to enable?  Wink

Edit the setting PoolProfitProviders in Settings.json e.g.:

Code:
  "PoolProfitProviders": "MinerRocksApi,CryptoknightCCApi,MineCryptonightApi",

that was missing in the settings.json (as example)...thanks!
zientarski
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
June 26, 2018, 12:04:07 PM
 #30

Which drivers works on Linux 16.06 with Vega ?
I use ROCM drivers as seems like only this drivers works with tdxminer

Really would like to avoid using Windows
gugs
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
June 27, 2018, 07:34:32 AM
 #31

Thats one very useful tool you made, nice job Smiley If you can combine it with other algorithms it will be awesome! Keep up the good work!
nordmann666
Member
**
Offline Offline

Activity: 361
Merit: 16


View Profile
June 27, 2018, 07:42:32 AM
 #32

Thats one very useful tool you made, nice job Smiley If you can combine it with other algorithms it will be awesome! Keep up the good work!

you only need to configure the miners...not the tool itself

so with SRBMiner xmrstak and castxmr u can use all algos that this miners support
gugs
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
June 27, 2018, 10:57:45 AM
 #33

Thats one very useful tool you made, nice job Smiley If you can combine it with other algorithms it will be awesome! Keep up the good work!

you only need to configure the miners...not the tool itself

so with SRBMiner xmrstak and castxmr u can use all algos that this miners support

I meant other algos like Ethash, Equihash, etc. Smiley
reaper7881
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
June 27, 2018, 08:25:48 PM
Last edit: June 28, 2018, 06:41:59 AM by reaper7881
 #34

how do i add my own coin to the switcher,

eg make it work with arqma and pull the profitability from api
cryptoprofitswitcher (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
June 30, 2018, 07:19:21 PM
 #35

how do i add my own coin to the switcher,

eg make it work with arqma and pull the profitability from api

Go the Coins folder and copy one existing JSON file and rename and edit it. That means changing all required things like name, algorithm, pool settings, miner settings and so on. To get profitability data for arqma you have to set the ticker symbol to "ARQ" and add CryptoknightCCApi to your profit providers in Settings.json like:

Code:
  "PoolProfitProviders": "MinerRocksApi,CryptoknightCCApi,MineCryptonightApi",
carlsberger13
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
July 01, 2018, 04:34:37 PM
 #36

nvidia cards Huh
duyquang06
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
July 02, 2018, 04:00:24 AM
 #37

will give a try! THANKS for ur work!
tadung8790
Newbie
*
Offline Offline

Activity: 62
Merit: 0


View Profile
July 02, 2018, 10:21:38 AM
 #38

Many thanks, excellent work!
christiano88
Member
**
Offline Offline

Activity: 161
Merit: 10


View Profile
July 03, 2018, 08:29:10 PM
 #39

Please add herominers api for calculating profits, has more unknown coins like saronite etc.
cryptoprofitswitcher (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
July 04, 2018, 07:54:23 PM
 #40

Please add herominers api for calculating profits, has more unknown coins like saronite etc.

You can get saronite profit data from miner.rocks and cryptoknight.cc.
Pages: « 1 [2] 3 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!