-
Notifications
You must be signed in to change notification settings - Fork 209
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
Incorrect addresses being generated - last 6 chars #124
Comments
Same issue reported on this thread As I am running the same graphic card as OP in the mentioned thread I reproduced and can confirm the issue exists here, too. I tried the release as well as the master branch as suggested in the bitcointalk thread. First I edited the "Makefile" and replacing the line 34 by:
to fit to the most current Cuda release running on my system. Then I compiled with: System and driver details:Ubuntu 22.04 (Jammy Jellyfish), Nvidia GeForce RTX 3070 Mobile / Max-Q graphic card with 8GB VRAM, Cuda 11.7 and Nvidia proprietary driver version 515.65.01 (still today the most recent version as shown here.
|
Try to compile it with lower gcc version. Compiled with gcc 11 gave me the same errors, but compiled with gcc 9 works perfectly. |
Does anyone have the binaries for linux? I see the windows release but I'm having trouble building for linux... GPU and CPU would be appreciated... |
Visual Studio compiles without problem and executable produces correct results. |
thanks @AlexCurl |
PubAddress: 1testRBhYVHvVkmrMQFHtz7ga9Am7i89b
Priv (WIF): p2pkh:Kxqy4zu4Ar65H9tAEvwCBvSSkzRg4UQpJ9r6dT1Lb1UV7pVV6NRm
Priv (HEX): 0x307D3B4A3901DD6F3922EB026F8FD37E4749CED9627C715F75AE1BC9A73AC2B0
Correct address should be 1testRBhYVHvVkmrMQFHtz7ga9AmfBb9E
All the addresses being generated are incorrect.
Any ideas why this is? Running Cuda 11.7.r11.7 with a RTX-3090
The text was updated successfully, but these errors were encountered: