Did you try this bro ?
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.
import random
from threading import Thread
import secp256k1 as ice
from time import sleep
print('\n ========= ================= ==ADDRESS HUNTER== ================= ==========\n\n')
y=1000000
count=-2000000
def process1(number):
line_count=0
num = random.randrange(0x8000000000000000,0xffffffffffffffff)
for i in range(number):
num+=i
addr = ice.privatekey_to_address(0, True, num)
lineA = (addr, hex(num))
line_count+=1
if '16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN' in lineA:
file=open(u"BTH.Target.Info.txt","a")
file.write('\n ' + str(lineA))
file.close()
wait = input("Press Enter to Exit.")
exit()
if line_count == y:
print(' current line: ', str(lineA))
line_count=0
while True:
count+=(2*y)
number = y
threads = []
print('\n Total Scanned Lines: ' + str(count) + '\n')
for n in range(0,2):
t = Thread(target=process1, args=(number,))
threads.append(t)
t.start()
for t in threads:
t.join()
import random
import secp256k1 as ice
from time import sleep
from threading import Thread
from multiprocessing import Value
print('\n ========== ==========! PUBKEY HUNTER !========== ========== \n\n')
print(' [*] create privkeys....', end='\r')
list=[]
y=1000000
counter = Value('L')
def process1(counter,number,n):
ran = random.randrange(0x8000000000000001,0xffffffffffffffff)
for i in range(number):
ran+=i
pub = ice.privatekey_to_h160(0, True, ran).hex()
PubKey = pub
list.append(PubKey)
if len(list)==y:
for line in (list):
line!='\n'
with counter.get_lock():
counter.value += y
if '3ee4133d991f52fdf6a25c9834e0745ac74248a4' in line:
f=open("16j.txt","a")
f.write(str(line) + "-" + (hex(ran)) + "\n")
f.close()
wait = input("Press Enter to Exit.")
sleep(1)
exit()
if (counter.value)%y == 0:
print(' [+] Recent PubKey: ', str(line), ' | Total:', str(counter.value), end='\r')
list.clear()
while True:
number = y
threads = []
for n in range(0,4):
t = Thread(target=process1, args=(counter,number,n))
threads.append(t)
t.start()
for t in threads:
t.join()
import random
from threading import Thread
import secp256k1 as ice
from time import sleep
print('\n ========= ================= ==ADDRESS HUNTER== ================= ==========\n\n')
y=1000000
count=-2000000
def process1(number):
line_count=0
num = random.randrange(0x8000000000000000,0xffffffffffffffff)
for i in range(number):
num+=i
addr = ice.privatekey_to_address(0, True, num)
lineA = (addr, hex(num))
line_count+=1
if '16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN' in lineA:
file=open(u"BTH.Target.Info.txt","a")
file.write('\n ' + str(lineA))
file.close()
wait = input("Press Enter to Exit.")
exit()
if line_count == y:
print(' current line: ', str(lineA))
line_count=0
while True:
count+=(2*y)
number = y
threads = []
print('\n Total Scanned Lines: ' + str(count) + '\n')
for n in range(0,2):
t = Thread(target=process1, args=(number,))
threads.append(t)
t.start()
for t in threads:
t.join()
import time
import random
import secp256k1 as ice
from time import sleep
from threading import Thread
from multiprocessing import Value
t = time.ctime()
print('',t)
print('\n |========== ========== ==========! PUBKEY HUNTER !========== ========== ==========||============\n\n')
print(' [*] create privkeys....', end='\r')
list=[]
a=2
y=1048576
counter = Value('L')
def process1(counter,number,n):
ran = random.randrange(0x8000000000000001,0xffffffffffffffff)
for i in range(number):
ran+=1
pub = ice.privatekey_to_h160(0, True, ran).hex()
lineA = pub, hex(ran)
list.append(lineA)
if len(list)==y:
for line in list:
line!='\n'
with counter.get_lock():
counter.value += 1
if '3ee4133d991f52fdf6a25c9834e0745ac74248a4' in line:
threads.clear()
a=0
f=open("16jY7.txt","a")
f.write(str(line) +"\n")
f.close()
print('\n\n Target found!! \n' + str(line))
exit()
if (counter.value)%y == 0:
print(' [ Recent-Line:', str(line),'] Total:', str(counter.value))#, end='\r')
list.clear()
while len(list)<=y:
number = y
threads = []
for n in range(a):
t = Thread(target=process1, args=(counter,number,n))
threads.append(t)
t.start()
for t in threads:
t.join()
import random
from threading import Thread
import secp256k1 as ice
from time import sleep
print('\n ========= ================= ==ADDRESS HUNTER== ================= ==========\n\n')
y=1000000
count=-2000000
def process1(number):
line_count=0
num = random.randrange(0x8000000000000000,0xffffffffffffffff)
for i in range(number):
num+=i
addr = ice.privatekey_to_address(0, True, num)
lineA = (addr, hex(num))
line_count+=1
if '16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN' in lineA:
file=open(u"BTH.Target.Info.txt","a")
file.write('\n ' + str(lineA))
file.close()
wait = input("Press Enter to Exit.")
exit()
if line_count == y:
print(' current line: ', str(lineA))
line_count=0
while True:
count+=(2*y)
number = y
threads = []
print('\n Total Scanned Lines: ' + str(count) + '\n')
for n in range(0,2):
t = Thread(target=process1, args=(number,))
threads.append(t)
t.start()
for t in threads:
t.join()
import random
from threading import Thread
import secp256k1 as ice
from time import sleep
print('\n ========= ================= ==ADDRESS HUNTER== ================= ==========\n\n')
y=1000000
count=-2000000
def process1(number):
line_count=0
num = random.randrange(0x8000000000000000,0xffffffffffffffff)
for i in range(number):
num+=i
addr = ice.privatekey_to_address(0, True, num)
lineA = (addr, hex(num))
line_count+=1
if '16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN' in lineA:
file=open(u"BTH.Target.Info.txt","a")
file.write('\n ' + str(lineA))
file.close()
wait = input("Press Enter to Exit.")
exit()
if line_count == y:
print(' current line: ', str(lineA))
line_count=0
while True:
count+=(2*y)
number = y
threads = []
print('\n Total Scanned Lines: ' + str(count) + '\n')
for n in range(0,2):
t = Thread(target=process1, args=(number,))
threads.append(t)
t.start()
for t in threads:
t.join()