Michal2SAB / Bitcoin-Stealer

Generate random bitcoin wallets, private keys (seeds) and then check if they match a wallet that contains some kind of balance, and then take it. Node.js
390 stars 159 forks source link

Has anyone here actually succeeded with this app? #93

Closed fengshui8 closed 3 months ago

fengshui8 commented 9 months ago

Honestly…lol. The odds seem overwhelmingly tiny…

marssystems commented 9 months ago

Yes they are.

fengshui8 commented 9 months ago

@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 commented 9 months ago

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

marssystems commented 9 months ago

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

MrJorman commented 9 months ago

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 commented 9 months ago

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 commented 9 months ago

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 commented 9 months ago

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

MrJorman commented 9 months ago

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

no working.

MrJorman commented 9 months ago

.\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 commented 9 months ago

How many GPU's do you have?

MrJorman commented 9 months ago

-n 256 no working args

marssystems commented 9 months ago

OK - check the examples on github.

marssystems commented 9 months ago

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 commented 9 months ago

Here is a different version -

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