Skip to content

Altcoins to hash160 Supported coin types: BTC, LTC, DOGE, DASH, BCH, XRP, ZCASH t1, t3

License

Notifications You must be signed in to change notification settings

unclevito2017/Altcoins-to-Hash160

Repository files navigation

Altcoins-to-Hash160

Altcoins to hash160 Supported coin types: BTC, LTC, DOGE, DASH, BCH, XRP, ZCASH t1, t3

To brute force altcoin hash160's use Altcrack https://github.com/iceland2k14/AltCrack

Single address python3 altconverter.py
Supported coin types: BTC, LTC, DOGE, DASH, BCH, XRP, ZCASH t1, t3
Enter the cryptocurrency address: t1K1yA7L7SKtF2chEUY7aWH2ehB5Dh58LdB
Enter the coin type (e.g., BTC, LTC, DOGE, etc.): Zcash
Hash160: <Hash160_value> b80c8d1c13f19481cd7dff61d95d4137b752dc117e

Script run bulk
$ python3 altconvert_bulk.py
Enter the input file name: addresses.txt (or your file name)
Enter the output file name: output.csv (or your file name)
Enter the coin type (e.g., BTC, LTC, DOGE, etc.): DOGE
Processing complete! Output written to output.csv (or your file name)

addresses.txt Input bulk one type
D8ZEVbgf4yPs3MK8dMJJ7PpSyBKsbd66TX
DEgDVFa2DoW1533dxeDVdTxQFhMzs1pMke
DDTtqnuZ5kfRT5qh2c7sNtqrJmV3iXYdGG

output.csv
Address, Coin Type, Hash160
D8ZEVbgf4yPs3MK8dMJJ7PpSyBKsbd66TX, doge, 2579000e645c4eb1b1e7ec9bf515b313dbdfb6e8
DEgDVFa2DoW1533dxeDVdTxQFhMzs1pMke, doge, 689bd3b0152163202d03f3504b1c6f890aa73bf7
DDTtqnuZ5kfRT5qh2c7sNtqrJmV3iXYdGG, doge, 5b4f2511c94e4fcaa8f8835b2458f8cb6542ca76

Script run bulk
$ python3 altconvert_bulk1.py
Enter the input file name: addresses.txt (or your file name)
Enter the output file name: output.txt (or your file name)
Enter the coin type (e.g., BTC, LTC, DOGE, etc.): DOGE
Processing complete! Output written to output.csv (or your file name)

addresses.txt Input bulk one type
D8ZEVbgf4yPs3MK8dMJJ7PpSyBKsbd66TX
DEgDVFa2DoW1533dxeDVdTxQFhMzs1pMke
DDTtqnuZ5kfRT5qh2c7sNtqrJmV3iXYdGG

output.txt
Hash160 (single column)
2579000e645c4eb1b1e7ec9bf515b313dbdfb6e8
689bd3b0152163202d03f3504b1c6f890aa73bf7
5b4f2511c94e4fcaa8f8835b2458f8cb6542ca76

Script run bulk mixed
$ python3 altconvert_bulk_mixed.py
Enter the input file name: addresses.txt (or your file name)
Enter the output file name: output.csv (or your file name)
Processing complete! Output written to output.csv (or your file name)

addresses.txt Input bulk mixed
bc1qw4skpmcnns4xx8m5e8eumptxm7hdz2v70wv34y, BTC
t1K1yA7L7SKtF2chEUY7aWH2ehB5Dh58LdB, Zcash
D8ZEVbgf4yPs3MK8dMJJ7PpSyBKsbd66TX, DOGE

Output bulk mixed
Address, Coin Type, Hash160
bc1qw4skpmcnns4xx8m5e8eumptxm7hdz2v70wv34y, BTC, f2c4c5796fa8c0fbb3b0f405a78cc3b0cfd9d967
t1K1yA7L7SKtF2chEUY7aWH2ehB5Dh58LdB, Zcash, a5128be28b88e6f9edfdad86ed88170bff8488ac
D8ZEVbgf4yPs3MK8dMJJ7PpSyBKsbd66TX, doge, 2579000e645c4eb1b1e7ec9bf515b313dbdfb6e8

About

Altcoins to hash160 Supported coin types: BTC, LTC, DOGE, DASH, BCH, XRP, ZCASH t1, t3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages