-
Notifications
You must be signed in to change notification settings - Fork 173
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
mean32 solver #104
Comments
Where in my repo did you see a mean32.cpp ? |
Sorry mistype, mean.cpp had recompiled it to mean32x8 using similar settings to mean31x8 |
If you're referring to src/cuckatoo/mean.cpp, $ ./lean32x8 -n 17 |
I'm getting the follow error if it helps
|
Yes, such OOPS errors are expected:-( |
Just moved cities, may look into it more soon. Attempted rewriting it twice up to the second OPPS now, but have been busy last 2 weeks. |
Just testing my netcat-stratum-client project, does this look right apart from the 0 solutions! This is with your mean31x8 code `Mon Nov 30 11:55:35 AM NZDT 2020 image@archlinux:~/Devel/github/netcat-stratum-client$ login Mon Nov 30 11:56:03 AM NZDT 2020 image@archlinux:~/Devel/github/netcat-stratum-client$ ./mean31x8 "000200000000000863a0000000005fc426e4000a4e1a262f7e6d9b0f4b1d8063e6cfa32557b0e40d8b5f59ba69943a4d9a791ba81375c5c672371c8d282103042fdaeb9f9485066d086aeea1d59fd03fb7732e2bccb5356469e4f3c909977438faef6379c5d1066ed462a70e292383f2a0d7871bcfb3361407405a6f481bff24b81e5207048cd4d5a002c30fad310e03e9384f81ba4e15b30d56de39cb42865605153240704f9ec37ceea344de7821c889ae40cafd853a2bcd41f4d1212db8d93da499ec26122633904957c741c597e98d7e00000000001799d9000000000012923d000079d65bd19b760000000d" |
The run looks ok but it's C31, not C32, and it's not for your command-line argument header, it's just for ""
|
Still working out the correct command line arguments to used when I get a job from the pool |
Attempting to get the mean32.cpp solver working on nicehash.
The grin-miner can compile the solver with an adjustment to the CMakelists.txt
file. However nicehash requires an adjustment to get shares.
Not familiar with rust, so instead I've worked out a netcat based stratum client.
( to the point of login in and getting a job ).
Next I tried to pass the job to the tomato miner, connected to mean32.cpp
Seems to be working, however I'm not sure how to split the work unit for nicehash.
Without the tomato miner the mean32.cpp solver seems to crash ( not sure if it is as up to date as the cuda solver.
Link to current code for minimal stratum getwork https://github.com/image28/netcat-stratum-client
The text was updated successfully, but these errors were encountered: