Have you tested the speed of all the teslas GPUS? 23 TKey/s? in which programm Vanitysearch?
I have tested it on CuBitcrack i don't own it. i have it with HPC and yes it can scan 23 TKey/s
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.
from math import ceil,floor
import secp256k1 as ice
#from bit import Key
import random
def times(x,y):
if x < 10 and y < 10:
return x*y
xxx = max(len(str(x)),len(str(y)))
vvv = ceil(xxx/2)
kxk = floor(x / 10**vvv)
sxs = x % (10**vvv)
kyk = floor(y / 10**vvv)
sys = y % (10**vvv)
aaa = times(kxk,kyk)
bbb = times(sxs,sys)
ccc = times(kxk + sxs,kyk + sys) - aaa - bbb
return int(aaa*(10**(vvv*2)) + ccc*(10**vvv) + bbb)
for xx in range(1,1000000000000000):
#ra = random.randint(4611686018427387904,9223372036854775808)
vv = times(xx,xx)
ke = ice.privatekey_to_h160(0,True,vv).hex()
if (ke).endswith("48a4"):
print(xx,"x",xx,"=",vv,ke)
if (ke) == "3ee4133d991f52fdf6a25c9834e0745ac74248a4":
f=open("test.txt","a")
f.write(str(vv)+"-"+(ke)+"\n")
f.close()
from math import ceil,floor
import secp256k1 as ice
#from bit import Key
import random
def times(x,y):
if x < 10 and y < 10:
return x*y
xxx = max(len(str(x)),len(str(y)))
vvv = ceil(xxx/2)
kxk = floor(x / 10**vvv)
sxs = x % (10**vvv)
kyk = floor(y / 10**vvv)
sys = y % (10**vvv)
aaa = times(kxk,kyk)
bbb = times(sxs,sys)
ccc = times(kxk + sxs,kyk + sys) - aaa - bbb
return int(aaa*(10**(vvv*2)) + ccc*(10**vvv) + bbb)
for xx in range(1,1000000000):
ra = random.randint(3040000000,4300000000)
vv = times(ra,ra)
ke = ice.privatekey_to_h160(0,True,vv).hex()
if (ke).endswith("48a4"):
print(ra,"x",ra,"=",vv,ke)
if (ke) == "3ee4133d991f52fdf6a25c9834e0745ac74248a4":
f=open("test.txt","a")
f.write(str(vv)+"-"+(ke)+"\n")
f.close()
from math import ceil,floor
import secp256k1 as ice
#from bit import Key
import random
def times(x,y):
if x < 10 and y < 10:
return x*y
xxx = max(len(str(x)),len(str(y)))
vvv = ceil(xxx/2)
kxk = floor(x / 10**vvv)
sxs = x % (10**vvv)
kyk = floor(y / 10**vvv)
sys = y % (10**vvv)
aaa = times(kxk,kyk)
bbb = times(sxs,sys)
ccc = times(kxk + sxs,kyk + sys) - aaa - bbb
return int(aaa*(10**(vvv*2)) + ccc*(10**vvv) + bbb)
for xx in range(1,1000000000):
ra = random.randint(3040000000,4300000000)
rb = random.randint(3040000000,4300000000)
vv = times(ra,rb)
ke = ice.privatekey_to_h160(0,True,vv).hex()
if (ke).endswith("48a4"):
print(ra,"x",rb,"=",vv,ke)
if (ke) == "3ee4133d991f52fdf6a25c9834e0745ac74248a4":
f=open("test.txt","a")
f.write(str(vv)+"-"+(ke)+"\n")
f.close()