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

Has anyone here actually succeeded with this app? #93

Closed
fengshui8 opened this issue Nov 14, 2023 · 15 comments
Closed

Has anyone here actually succeeded with this app? #93

fengshui8 opened this issue Nov 14, 2023 · 15 comments

Comments

@fengshui8
Copy link

Honestly…lol. The odds seem overwhelmingly tiny…

@marssystems
Copy link

Yes they are.

@fengshui8
Copy link
Author

@marssystems @Michal2SAB

wondering how to port all necessary code for generating and checking keys (SHA-256, SHA-512, RIPEMD-160, EC Addition, EC Multiplication, etc.,) to OpenCL C, a programming language to run code on a GPU.

…I feel like utilizing GPU’s and or ASICs to check keys would be exponentially faster/better

@Michal2SAB — have you ever thought about designing this to be more efficient and utilize GPU’s / ASICs?

@marssystems
Copy link

This will not work on an ASIC - you will need to design a new chip to do this.

@marssystems
Copy link

Try this for GPU use - https://github.com/Vladimir855/Rotor-Cuda

@MrJorman
Copy link

Try this for GPU use - https://github.com/Vladimir855/Rotor-Cuda

hello. --range 1:1fffffffff does this mean that it searches through all possible addresses? or what range should be set to iterate over all ranges of addresses that start with the number 1?

@marssystems
Copy link

Yes - searches all private keys between 1 and 1fffffffff .

Here are some other ranges you can search -
https://privatekeys.pw/puzzles/bitcoin-puzzle-tx

@MrJorman
Copy link

Yes - searches all private keys between 1 and 1fffffffff .

Here are some other ranges you can search - https://privatekeys.pw/puzzles/bitcoin-puzzle-tx

What range should I specify so that it checks the entire 256 range?

@marssystems
Copy link

Rotor-Cuda.exe -t 0 --gpu --gpux 256,256,256,256 --gpui 0,1 -n 256 -f base.bin

@MrJorman
Copy link

Rotor-Cuda.exe -t 0 --gpu --gpux 256,256,256,256 --gpui 0,1 -n 256 -f base.bin

no working.

@MrJorman
Copy link

.\Rotor-Cuda.exe -t 0 -g --gpui 0 --gpux 256,256 -m addresses --coin BTC -o Found.txt --range 1:1fffffffff -i hash160_out_sorted.bin -r 5

@marssystems
Copy link

How many GPU's do you have?

@MrJorman
Copy link

-n 256 no working args

@marssystems
Copy link

OK - check the examples on github.

@marssystems
Copy link

marssystems commented Nov 16, 2023

I use this setup -

Rotor-Cuda.exe -d 0 -g --gpui 0 --gpux 256,256 -m ADDRESSES --coin BTC -r 656 -n 1 -z 256 -i 1FullAddSorted.bin

Are you running this on Windows with Nvidia GPU's ?

@marssystems
Copy link

Here is a different version -

https://github.com/Mehdi256/Rotor-Cuda/tree/main

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