It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
~/Documents$ python hex2add.py
Traceback (most recent call last):
File "hex2add.py", line 12, in
outfile.write(x+":"+bitcoi[Suspicious link removed]ivtoaddr(x)+"\n")
File "/usr/local/lib/python2.7/dist-packages/bitcoin/main.py", line 304, in privkey_to_address
return pubkey_to_address(privkey_to_pubkey(priv), magicbyte)
File "/usr/local/lib/python2.7/dist-packages/bitcoin/main.py", line 291, in privkey_to_pubkey
f = get_privkey_format(privkey)
File "/usr/local/lib/python2.7/dist-packages/bitcoin/main.py", line 217, in get_privkey_format
bin_p = b58check_to_bin(priv)
File "/usr/local/lib/python2.7/dist-packages/bitcoin/main.py", line 427, in b58check_to_bin
assert bin_dbl_sha256(data[:-4])[:4] == data[-4:]
AssertionError
~/Documents$ cat hex2add.txt
1c2448d1a829c3f0c363f5e1d77a72cbd85ed1e9b4405eb5c160945db3a21ba001:15LbnZxveboebARPggJxQn1c5nDVVeUCXQ
f9d606ff0d9474483bde36a711f1c41896122056cc7e7a23b05b3e68438165da01:1FyXSZ2D7eoYEAtSzQ5BXtD7coLsU4tuDV
a5f2143180073849ec38a4936aceecde398e031b57a17aad20194b6132d0612101:1PmuScdC33quyPjj7SC85c3bnEJJGfBkw5
64c85fc1473a8ea297e3c65a68b9fc2a1ac64c966111f8c7d0f5abfe8b574ad501:1BTcYd2Hr3urk7zJtP2jdcekUJAmpyJn8a
93917a448caecfe50e0850880edea56e1e5202bfdd6a68e32e049ab535ca000f01:19bkMCgmCCEBQQcNiDfr7QScmSGk23jyqy
~/Documents$
import bitcoin
with open("hex_keys.txt","r") as f:
content = f.readlines()
# you may also want to remove whitespace characters like `\n` at the end of each line
content = [x.strip() for x in content]
f.close()
outfile = open("hex2add.txt","w")
for x in content:
outfile.write(x+":"+bitcoin.privtoaddr(x)+"\n")
outfile.close()
1c2448d1a829c3f0c363f5e1d77a72cbd85ed1e9b4405eb5c160945db3a21ba001:15LbnZxveboebARPggJxQn1c5nDVVeUCXQ
f9d606ff0d9474483bde36a711f1c41896122056cc7e7a23b05b3e68438165da01:1FyXSZ2D7eoYEAtSzQ5BXtD7coLsU4tuDV
a5f2143180073849ec38a4936aceecde398e031b57a17aad20194b6132d0612101:1PmuScdC33quyPjj7SC85c3bnEJJGfBkw5
64c85fc1473a8ea297e3c65a68b9fc2a1ac64c966111f8c7d0f5abfe8b574ad501:1BTcYd2Hr3urk7zJtP2jdcekUJAmpyJn8a
93917a448caecfe50e0850880edea56e1e5202bfdd6a68e32e049ab535ca000f01:19bkMCgmCCEBQQcNiDfr7QScmSGk23jyqy
import bitcoin
with open("hex_keys.txt","r") as f:
content = f.readlines()
# you may also want to remove whitespace characters like `\n` at the end of each line
content = [x.strip() for x in content]
f.close()
outfile = open("hex2add.txt","w")
for x in content:
outfile.write(bitcoi[Suspicious link removed]ivkey_to_address(x,'hex')+"\n")
outfile.write((x)+"\n")
outfile.close()
1c2448d1a829c3f0c363f5e1d77a72cbd85ed1e9b4405eb5c160945db3a21ba001:15LbnZxveboebARPggJxQn1c5nDVVeUCXQ
f9d606ff0d9474483bde36a711f1c41896122056cc7e7a23b05b3e68438165da01:1FyXSZ2D7eoYEAtSzQ5BXtD7coLsU4tuDV
a5f2143180073849ec38a4936aceecde398e031b57a17aad20194b6132d0612101:1PmuScdC33quyPjj7SC85c3bnEJJGfBkw5
64c85fc1473a8ea297e3c65a68b9fc2a1ac64c966111f8c7d0f5abfe8b574ad501:1BTcYd2Hr3urk7zJtP2jdcekUJAmpyJn8a
93917a448caecfe50e0850880edea56e1e5202bfdd6a68e32e049ab535ca000f01:19bkMCgmCCEBQQcNiDfr7QScmSGk23jyqy
import bitcoin
with open("hex_keys.txt","r") as f:
content = f.readlines()
# you may also want to remove whitespace characters like `\n` at the end of each line
content = [x.strip() for x in content]
f.close()
outfile = open("wif_conv.txt","w")
for x in content:
outfile.write(bitcoin.encode_privkey(x,'wif')+"\n")
outfile.write(bitcoin.encode_privkey(x,'wif_compressed')+"\n")
outfile.close()
1c2448d1a829c3f0c363f5e1d77a72cbd85ed1e9b4405eb5c160945db3a21ba001
f9d606ff0d9474483bde36a711f1c41896122056cc7e7a23b05b3e68438165da01
a5f2143180073849ec38a4936aceecde398e031b57a17aad20194b6132d0612101
64c85fc1473a8ea297e3c65a68b9fc2a1ac64c966111f8c7d0f5abfe8b574ad501
93917a448caecfe50e0850880edea56e1e5202bfdd6a68e32e049ab535ca000f01
5J2gRZtwPeMHgjakdLL839Xn5pLBdNTKDBeB5uHDJTcwYaL5Tvb
KxAR1SCF4wrYeNwyZNKQ4UeqzFufuXh9Nmy5WdkZJ4VdjsSM3GRv
5KiKJpBHXnRARET7KvQtYvSspTGjazcV1y4yxkbrXkSdCQL8DCR
L5bModEPxsTeZxNEvWkSXtuDJSxSy3HcfGUaR5Sqcik6kroMm4pQ
5K5NSTHgcdiizKawaczdXm7nnyWPk2seZcMpsqfGkW3peZ2rtbX
L2nHdM2drH5AL12ouPsNEmiy7vQjNwGYnw4vKPmvX1DTJKS6HVUX
5JafwWRx3dUUpX4ZFQv93DHrkKFkkyYWSWSWdRV4oZmqF3sxM6a
Kzbcsau7xbzHnjghLcZYUmFQaBa896a4wawbmm4snXesvaSMjW5e
5JwH1pa4KBjJr2zu2zCHkHQafShkQbf7kv2k3xJu2T7hTbbM9rQ
L2AZgcxudGMjmRpYfmSpv3R5agSrb9yEpq4h237zdQGZa4bvBM6t