It's 10 days left, so ! let's go!
Today is the day for mcdouglasx to reveal his secret?
Sometimes calculations are off, could be +/- hours or days. And that's barring no down time via power outages, equipment failure, etc.
Hopefully he is close.
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 bitcoin
target= 585
Div=10
N=115792089237316195423570985008687907852837564279074904382605163141518161494337
a=bitcoin.inv(Div,N)
b= target*a % N
print("target r:",target/Div)
print("pk:",b)
import bitcoin
target= 5851
Div=100
N=115792089237316195423570985008687907852837564279074904382605163141518161494337
a=bitcoin.inv(Div,N)
b= target*a % N
print("target r:",target/Div)
print("pk:",b)
import bitcoin
target= 585
Div=10
N=115792089237316195423570985008687907852837564279074904382605163141518161494337
a=bitcoin.inv(Div,N)
b= target*a % N
print("target r:",target/Div)
print("pk:",b)
import bitcoin
target= 5851
Div=100
N=115792089237316195423570985008687907852837564279074904382605163141518161494337
a=bitcoin.inv(Div,N)
b= target*a % N
print("target r:",target/Div)
print("pk:",b)
import bitcoin
target= 585
Div=10
N=115792089237316195423570985008687907852837564279074904382605163141518161494337
a=bitcoin.inv(Div,N)
b= target*a % N
print("target r:",target/Div)
print("pk:",b)
import bitcoin
target= 585
Div=10
N=115792089237316195423570985008687907852837564279074904382605163141518161494337
a=bitcoin.inv(Div,N)
b= target*a % N
print("target r:",target/Div)
print("pk:",b)
import bitcoin
target= 585
Div=10
N=115792089237316195423570985008687907852837564279074904382605163141518161494337
a=bitcoin.inv(Div,N)
b= target*a % N
print("target r:",target/Div)
print("pk:",b)
import tkinter as tk
from bitcoin import *
def update_bitcoin_key(value):
decimal_value = int(value)
hex_private_key = hex(int(decimal_value))[2:]
private_key = '0' * 47 + hex_private_key + "21"
public_key = privtopub(private_key)
address = pubtoaddr(public_key)
print(hex_private_key)
#print(public_key)
print(address)
root = tk . Tk () #remove spaces
value_slider = tk.Scale(root, from_=0x20000000000000000, to=0x3ffffffffffffffff, orient=tk.HORIZONTAL, length=400, command=update_bitcoin_key)
value_slider.pack(pady=20)
root.mainloop()
import tkinter as tk
from bitcoin import *
def update_bitcoin_key(value):
decimal_value = int(value)
hex_private_key = hex(int(decimal_value))[2:]
private_key = '0' * 47 + hex_private_key + "21"
public_key = privtopub(private_key)
address = pubtoaddr(public_key)
print(hex_private_key)
#print(public_key)
print(address)
root = tk . Tk () #remove spaces
value_slider = tk.Scale(root, from_=0x20000000000000000, to=0x3ffffffffffffffff, orient=tk.HORIZONTAL, length=400, command=update_bitcoin_key)
value_slider.pack(pady=20)
root.mainloop()
RUSTFLAGS="-C target-cpu=znver4" cargo build --release --target=x86_64-unknown-linux-gnu
./target/x86_64-unknown-linux-gnu/release/puzzle