Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NICE_"some algo" not working correctly #88

Closed
pegga opened this issue Jun 6, 2018 · 18 comments
Closed

NICE_"some algo" not working correctly #88

pegga opened this issue Jun 6, 2018 · 18 comments
Assignees

Comments

@pegga
Copy link

pegga commented Jun 6, 2018

Hi guys,

  1. NICE_EQUIHASH, ETHASH, etc are not working for me. Miner keeps restarting. Log shown invalid parameters for miner (actually epty parameters). It helped me to unify NICE_... and NICE-... which are used in 1bash and 0miner. After change from NICE-... to NICE_... miners are working well (some).

  2. NICE_... mining options are not working together with WTM_SWITCHING. I assume there is problem with parsing JSON for these, sice it does not contain directly name of the coin. I have to check WTM_SWITCHING option and how it works.

  3. TPccminer does not work for me for lyra2rev2. I tried NICE_LYRA2REV2. Miner keeps restarting without much mentioned in screen log. Tried ASccminer and this one seems to work well. Any suggestions on what to check?

@LuKePicci
Copy link
Collaborator

WTM uses NICE-... to identify algorithms, so anything in nvOC should refer to NICE-... I've not looked into nicehash support but if you are able to understand why using NICE_ instead of NICE- resolve your issue number 1) please report. Meanwhile @papampi should take care of this.

@pegga
Copy link
Author

pegga commented Jun 6, 2018

as far as I understand, there is mixture of - and _ which causes problems. Coin is called NICE-..., but params for miner like
NICE_EQUIHASH_POOL="equihash.eu.nicehash.com"
NICE_EQUIHASH_PORT="3357"
NICE_EQUIHASH_WORKER="$WORKERNAME"
use _ as you can see. This is problem when composing variable names in 0miner. Of course it can be unified to NICE-... too. Why not. I will try to do it tomorrow.

@sizzlephizzle
Copy link
Collaborator

sizzlephizzle commented Jun 6, 2018 via email

@papampi
Copy link
Owner

papampi commented Jun 6, 2018

@pegga
Can you please check and test NICE fix PR #89 and see if it works or not
As you noticed there was a mix settings of NICE- and NICE_, they should be fixed.

@papampi
Copy link
Owner

papampi commented Jun 6, 2018

It looks like wtm switcher should work too

BTC PRICE: 7691.0 USD
NICE_ETHASH 3.81 USD
NICE_CRYPTONIGHTV7 3.53 USD
ZCL 3.42 USD
NICE_EQUIHASH 3.18 USD
ZEN 3.06 USD
XVG 3.04 USD
BTX 2.92 USD
VTC 2.88 USD
KMD 2.88 USD
EXP 2.84 USD
MUSIC 2.82 USD
BSD 2.56 USD
GBX 1.67 USD
VIVO 1.52 USD
New profits
NICE_ETHASH: 103 %
NICE_CRYPTONIGHTV7: 96 %
ZCL: 93 %
NICE_EQUIHASH: 86 %
ZEN: 83 %
XVG: 83 %
BTX: 79 %
VTC: 78 %
KMD: 78 %
EXP: 77 %
MUSIC: 77 %
BSD: 70 %
GBX: 45 %
VIVO: 41 %


@LuKePicci
Copy link
Collaborator

LuKePicci commented Jun 6, 2018

@sizzlephizzle so it is mph and not wtm which uses nice- instead of nice_ ?

@papampi
Copy link
Owner

papampi commented Jun 6, 2018

lol ...
mph not use nice at all ... I'm sure it was a mistake.

@LuKePicci
Copy link
Collaborator

Sure... that was quite strange tbh

@sizzlephizzle
Copy link
Collaborator

sizzlephizzle commented Jun 6, 2018 via email

@LuKePicci
Copy link
Collaborator

LuKePicci commented Jun 7, 2018 via email

@papampi
Copy link
Owner

papampi commented Jun 7, 2018

But if wtm works with PR #89, wouldn't it be better to all be the same with underscore?
I can't test NICE, so if anyone can test please do.

@LuKePicci
Copy link
Collaborator

But if wtm works with PR #89, wouldn't it be better to all be the same with underscore?

Of course

@papampi
Copy link
Owner

papampi commented Jun 7, 2018

@pegga PR #89 is waiting for your test and approval,
Please check and let us know.

@pegga
Copy link
Author

pegga commented Jun 7, 2018

it works!

any comments on "TPccminer does not work for me for lyra2rev2" - I tried NICE_LYRA2REV2 to be specific

@papampi
Copy link
Owner

papampi commented Jun 8, 2018

Whats the error?
Whats the miner start command line?

@papampi papampi closed this as completed Jun 10, 2018
@pegga
Copy link
Author

pegga commented Jun 11, 2018

SCREEN -c /home/m1/NVOC/testing/screenrc-miner -dmSL miner /home/m1/NVOC/testing/miners/TPccminer/ccminer -a lyra2v2 -o stratum+tcp://lyra2rev2.eu.nicehash.com:3347 -u MYBTCADDRESS.102 -p x -i

...MYBTCADDRESS is substitute for my address
I cannot even see miner start. this the only thing I see in the log file. Is there some more to check? I am in remote connection right now.

@LuKePicci
Copy link
Collaborator

Try running TPccminer directly with the same command line you reported but outside of screen, see what happens.

@papampi
Copy link
Owner

papampi commented Jun 11, 2018

Run it from a guake tab and check the error message
/home/m1/NVOC/testing/miners/TPccminer/ccminer -a lyra2v2 -o stratum+tcp://lyra2rev2.eu.nicehash.com:3347 -u MYBTCADDRESS.102 -p x -i

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants