-
Notifications
You must be signed in to change notification settings - Fork 28
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
connected miner with id ccminer/2.3.1 is unsupported #316
Comments
Thanks for the bug report @hakur, looking into the issue with the miners. I reckon |
@hakur I've added support for gominer, will need you to rebuild, test and provide some feedback. Thanks. |
there are two pull requests, so I manual cloned https://github.com/decred/dcrpool, then copy file changes code lines from pull requests. #321 and #320 . run dcrpool after rebuild from github.com/decred/dcrpool, but I changed GMID = "decred-gominer/1.0.0-beta+dev" to GMID = "decred-gominer/1.0.0-beta+release" According to the gominer version I am using。 here is result,
No panic but with "no difficulty" error, is it correct? it seems something missed with my configuration, I will take a check |
Looks like something wasn't copied over in the manual update you did. No worries, you only need to pull #321 and build from it, I have rebased it on #320 to simplify things. Also set the expected id "decred-gominer/1.0.0-beta+release". Here is my current output: ❯ ./gominer -o stratum+tcp://127.0.0.1:5550 -m SscVdtfaNS1iCLceaT8Sqwd8hGoia8XDifR.1 -n x
2021-04-10 13:44:40.464 [WRN] MAIN: open /home/dnldd/.gominer/gominer.conf: no such file or directory
2021-04-10 13:44:40.465 [INF] MAIN: Version 1.0.0-beta+release OpenCL (Go version go1.15.6)
2021-04-10 13:44:40.465 [INF] POOL: Using pool: stratum+tcp://127.0.0.1:5550
2021-04-10 13:44:40.466 [INF] POOL: Stratum difficulty set to 100000
2021-04-10 13:44:44.217 [INF] MINR: DEV #0: Work size set to 3156480 ('intensity' 21.589885179290203)
... ❯ dcrpool --configfile=pool.conf --appdata=/tmp/dcrpool-harness/pool --purgedb
2021-04-10 13:44:33.640 [INF] POOL: Maximum work submission generation time at pool difficulty is 20s.
2021-04-10 13:44:33.640 [INF] POOL: Payment method is PPLNS.
2021-04-10 13:44:33.797 [INF] MP: Version: 1.2.0+dev
2021-04-10 13:44:33.797 [INF] MP: Runtime: Go version go1.15.6
2021-04-10 13:44:33.797 [INF] MP: Home dir: /tmp/dcrpool-harness/pool
2021-04-10 13:44:33.797 [INF] MP: Started dcrpool.
2021-04-10 13:44:33.797 [INF] MP: Creating profiling server listening on 127.0.0.1:6060
2021-04-10 13:44:33.797 [INF] GUI: Starting GUI server on 0.0.0.0:8080 (https)
2021-04-10 13:44:33.797 [INF] POOL: listening on 0.0.0.0:5550
2021-04-10 13:44:40.465 [INF] POOL: Mining client connected. extranonce1=a8fbda18, addr=127.0.0.1:47486
2021-04-10 13:44:41.472 [TRC] POOL: Sent a timestamp-rolled current work at height #33 to a8fbda18/decred-gominer
2021-04-10 13:44:41.472 [TRC] POOL: a8fbda18/decred-gominer notified of new work
... gominer should be getting its difficulty updated and sent work. |
git clone -b gominer_support https://github.com/dnldd/dcrpool and run, tested on simnet works fine. but on mainnet will output :
dcrpool error : "miner decred-gominer is unknown" from pool/message.go#func GenerateSolvedBlockHeader(), |
My bad, missed that. I don't have a GPU to test this against, will your outputs to debug if gominer expects work in a particular format. I've added some logs to |
sorry for too late feedback.
low difficult error, emmmmmmmm,look likes my configuration problem?
|
nope, it's not your configuration. Working on it. |
Looks like this will not make the upcoming release, identified an issue with work submissions coming from gominer. |
Everything is on an entirely new hash function now so this doesn't apply anymore. Closing. |
I'm testing drcpool (v1.2.0+dev) with ccminer and gominer on windows platform.
gominer is too old with release 1.0.0, and gominer v1.0.0 will crash dcrpool
try this command
dcropol carashed
so , I switch to ccminer with version v2.3.1 https://github.com/tpruvot/ccminer , and get result with
I want to know how to run ccminer correctly
here is my dcrpool config
The text was updated successfully, but these errors were encountered: