iceland2k14/AltCrack

opencl Compile issue please Help me

websonder opened this issue · 3 comments

I am Getting This Error

root@dhl:/home/dhl/Desktop/AltCrack-master/bin# ./clBitCrack -i 1.txt
sh: 1: COLOR: not found

================= [+] Modified by IceLand : Use Hash160 file to search for all the altcoins ==============
Gift : bc1q39meky2mn5qjq704zz0nnkl0v7kj4uz6r529at

[2021-02-12.19:49:08] [Info] Compression: compressed
[2021-02-12.19:49:08] [Info] Starting at: 0000000000000000000000000000000000000000000000000000000000000001
[2021-02-12.19:49:08] [Info] Ending at: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364140
[2021-02-12.19:49:08] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-02-12.19:49:09] [Info] Compiling OpenCL kernels...
[2021-02-12.19:49:09] [Info] Initializing GeForce RTX 3090
[2021-02-12.19:49:09] [Info] Generating 262,144 starting points (10.0MB)
[2021-02-12.19:49:09] [Info] 10.0%
[2021-02-12.19:49:09] [Info] 20.0%
[2021-02-12.19:49:09] [Info] 30.0%
[2021-02-12.19:49:09] [Info] 40.0%
[2021-02-12.19:49:09] [Info] 50.0%
[2021-02-12.19:49:09] [Info] 60.0%
[2021-02-12.19:49:09] [Info] 70.0%
[2021-02-12.19:49:09] [Info] 80.0%
[2021-02-12.19:49:09] [Info] 90.0%
[2021-02-12.19:49:09] [Info] 100.0%
[2021-02-12.19:49:09] [Info] Done
[2021-02-12.19:49:09] [Info] Loading addresses from '1.txt'
terminate called after throwing an instance of 'std::__cxx11::basic_string<char, std::char_traits, std::allocator >'
Aborted (core dumped)
root@dhl:/home/dhl/Desktop/AltCrack-master/bin# nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Sun_Jul_28_19:07:16_PDT_2019
Cuda compilation tools, release 10.1, V10.1.243

your 1.txt contain lines like this
1600D9248C1D725F25EF9022A53B14F1AC0C8C01

or addresses in 1.txt ?

1.txt Contain Btc addresses,
Yes its working now, I just COnvert Btc adderess to 160 hash

You can use something like this to convert address into hash160.... or use any script or code to do it...
https://blockchain.info/q/addresstohash/1FoXsj5d6Un8kEW4FEHEe1ZM2gk3eiMmqf
Thanks