KeyHunt-Cuda icon indicating copy to clipboard operation
KeyHunt-Cuda copied to clipboard

Error: Invalid address, must have Bitcoin P2PKH address or Ethereum address

Open den2doc opened this issue 3 years ago • 0 comments

Hello, what am I doing wrong?

PS C:\WINDOWS\system32> A:\bitcoin_addresses\KeyHunt-Cuda.exe -t 0 -g --gpui 0 --gpux 256,256 -m address --coin BTC --range 400000000:7ffffffff 1PWCx5fovoEaoBowAvF5k91m2Xat9bMgwb Error: Invalid address, must have Bitcoin P2PKH address or Ethereum address KeyHunt-Cuda [OPTIONS...] [TARGETS] Where TARGETS is multiple address/xpont, or multiple hashes/xpoints file

-h, --help : Display this message -c, --check : Check the working of the codes -u, --uncomp : Search uncompressed points -b, --both : Search both uncompressed or compressed points -g, --gpu : Enable GPU calculation --gpui GPU ids: 0,1,... : List of GPU(s) to use, default is 0 --gpux GPU gridsize: g0x,g0y,g1x,g1y,... : Specify GPU(s) kernel gridsize, default is 8*(Device MP count),128 -t, --thread N : Specify number of CPU thread, default is number of core -i, --in FILE : Read rmd160 hashes or xpoints from FILE, should be in binary format with sorted -o, --out FILE : Write keys to FILE, default: Found.txt -m, --mode MODE : Specify search mode where MODE is ADDRESS : for single address ADDRESSES: for multiple hashes/addresses XPOINT : for single xpoint XPOINTS : for multiple xpoints --coin BTC/ETH : Specify Coin name to search BTC: available mode :- ADDRESS, ADDRESSES, XPOINT, XPOINTS ETH: available mode :- ADDRESS, ADDRESSES -l, --list : List cuda enabled devices --range KEYSPACE : Specify the range: START:END START:+COUNT START :END :+COUNT Where START, END, COUNT are in hex format -r, --rkey Rkey : Random key interval in MegaKeys, default is disabled -v, --version : Show version

den2doc avatar Feb 03 '22 13:02 den2doc