felixbrucker
|
|
March 15, 2017, 04:31:57 PM |
|
Getwork doesn't work, yet, wait for 3.6.0.
i have tested with the modifications mentioned, it works! regarding cryptonight/cryptolight: if i understood correctly their getwork and/or gbt code is nonexistent and/or different, so coins utilizing this algo might very likely not work with solo mining? Did you get the wallet fixes? Cryptonight doesn't support gbt and the miner will automatically disable it. In addition the getwork code, all the rpc code, is different from all other algos, so you presumption is correct. It is my hope that any other coin that supports getwork should now work. i was using the standard hexx wallet, no modifications will test some other coins when i find some where the nethash is low and the wallet doesnt take forever to sync
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
March 15, 2017, 05:23:35 PM |
|
Getwork doesn't work, yet, wait for 3.6.0.
i have tested with the modifications mentioned, it works! regarding cryptonight/cryptolight: if i understood correctly their getwork and/or gbt code is nonexistent and/or different, so coins utilizing this algo might very likely not work with solo mining? Did you get the wallet fixes? Cryptonight doesn't support gbt and the miner will automatically disable it. In addition the getwork code, all the rpc code, is different from all other algos, so you presumption is correct. It is my hope that any other coin that supports getwork should now work. i was using the standard hexx wallet, no modifications will test some other coins when i find some where the nethash is low and the wallet doesnt take forever to sync That's weird. Hexxodev had to make wallet changes to get it to work.
|
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
March 15, 2017, 05:36:30 PM |
|
Attention solo mining fans. cpuminer-opt now supports getwork in v3.6.0.
It has been verified with Hexxcoin using Lyra2z330 but should work with many other coins/algos.
GBT has not been tested but is worth a try.
Please report your results good and bad. When reporting problems please note whether getwork works using cpuminer-multi or any other miner, including ccminer.
|
|
|
|
HexxoDev
|
|
March 15, 2017, 06:11:02 PM Last edit: March 15, 2017, 06:28:29 PM by HexxoDev |
|
What was your wallet version? It is possible if you had older it will work. Else i just cannot tell how it is possible.
|
|
|
|
tiamatt
|
|
March 15, 2017, 06:27:13 PM |
|
Some config for solo mining HEXX?
|
|
|
|
felixbrucker
|
|
March 15, 2017, 06:33:35 PM |
|
What was your wallet version? It is possible if you had older it will work. Else i just cannot tell how it is possible. wallet is 3.0.0.8, will test latest version later and confirm still working
|
|
|
|
HexxoDev
|
|
March 15, 2017, 06:35:16 PM |
|
What was your wallet version? It is possible if you had older it will work. Else i just cannot tell how it is possible. wallet is 3.0.0.8, will test latest version later and confirm still working We had 3.0.0.9 , 3.0.0.8 could have old working code.. Now 3.0.1.0
|
|
|
|
HexxoDev
|
|
March 15, 2017, 06:50:26 PM |
|
Win bin. Found a "bug" Wrong user / pass leads to an error about code
Else it seems fine!
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
March 15, 2017, 06:58:59 PM |
|
Win bin. Found a "bug" Wrong user / pass leads to an error about code
Else it seems fine!
I have no idea what that means.
|
|
|
|
Joffer
Member
Offline
Activity: 89
Merit: 10
https://i.imgur.com/uEnAdZu.png
|
|
March 15, 2017, 07:01:58 PM |
|
Is sha256t (tripple sha256) supported?
|
|
|
|
HexxoDev
|
|
March 15, 2017, 08:20:49 PM |
|
Win bin. Found a "bug" Wrong user / pass leads to an error about code
Else it seems fine!
I have no idea what that means. JSON decode failed(1): '[' or '{' expected near '<' when wrong user/pass
|
|
|
|
onedeveloper
|
|
March 15, 2017, 08:25:29 PM |
|
Win bin. Found a "bug" Wrong user / pass leads to an error about code
Else it seems fine!
I have no idea what that means. JSON decode failed(1): '[' or '{' expected near '<' when wrong user/pass This means that the wallet returned an HTML/XML response and the miner expected a JSON encoded response. Same thing happens if you try to mine coins where their wallets doesn't support or use getwork protocol. MachineCoin is one example, as I already PM'ed to op
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
March 15, 2017, 09:19:42 PM |
|
I need some clarity on what test cases were run. AFAIK hexxodev was using default options which would result in an attempt to use GBT but fail due to lack of coinbase address, then falls back to getwork.
Has anyone tried GBT with an address?
Has anyone tried --no-gbt?
Now there's a "bug" when invalid data causes an error. That's not my definition of a bug. And where did usernames and passwords come from. Is this still getwork we're talking about?
I've asked many, many times for proper problem definitions. Is it so hard to do?
|
|
|
|
HexxoDev
|
|
March 15, 2017, 09:45:54 PM |
|
Has anyone tried GBT with an address? yes, with address, failed
Has anyone tried --no-gbt? yes, failed
back to gbt tomorrow, next testing: 3.6 gbt
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
March 16, 2017, 03:11:10 AM |
|
Has anyone tried GBT with an address? yes, with address, failed
Has anyone tried --no-gbt? yes, failed
back to gbt tomorrow, next testing: 3.6 gbt I don't understand. If default works (try gbt, fall back to getwork) then --no-gbt should also work becasuse it goes directly to getwork without first trying gbt. I'm not surprised gbt doesn't work, it hasn't been tried before.
|
|
|
|
HexxoDev
|
|
March 16, 2017, 09:36:21 AM |
|
Has anyone tried GBT with an address? yes, with address, failed
Has anyone tried --no-gbt? yes, failed
back to gbt tomorrow, next testing: 3.6 gbt I don't understand. If default works (try gbt, fall back to getwork) then --no-gbt should also work becasuse it goes directly to getwork without first trying gbt. I'm not surprised gbt doesn't work, it hasn't been tried before. 3.6.0 , getwork and gbt, BOTH tested to work when solo. Earlier either of those did not work no matter what you did. Cpuminer is fine now!
|
|
|
|
giagge
Legendary
Offline
Activity: 1134
Merit: 1001
|
|
March 16, 2017, 10:52:23 AM |
|
3.6.0 update performance with zcoin cpu ? .
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
March 16, 2017, 12:07:26 PM |
|
Has anyone tried GBT with an address? yes, with address, failed
Has anyone tried --no-gbt? yes, failed
back to gbt tomorrow, next testing: 3.6 gbt I don't understand. If default works (try gbt, fall back to getwork) then --no-gbt should also work becasuse it goes directly to getwork without first trying gbt. I'm not surprised gbt doesn't work, it hasn't been tried before. 3.6.0 , getwork and gbt, BOTH tested to work when solo. Earlier either of those did not work no matter what you did. Cpuminer is fine now! Excellent!. Thanks again.
|
|
|
|
nizzuu
Full Member
Offline
Activity: 187
Merit: 100
Cryptocurrency enthusiast
|
|
March 16, 2017, 12:21:16 PM Last edit: March 16, 2017, 12:50:28 PM by nizzuu |
|
AMD Ryzen adds support for this: https://en.wikipedia.org/wiki/Intel_SHA_extensionsDoes cpuminer-opt use these ones? Should be useful (or may not) for SHA256t/SHA256t (OneCoin or somethin'). Also, good check asm tool: https://github.com/mirror/x264/tree/master/tools, seems that this open source project is one of the most optimized for now. Some ports to cpuminer-opt maybe...
|
|
|
|
|