Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
63586230
Topic
1306983
Board
Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mcdouglasx
on
30/01/2024, 19:44:36 UTC
Quote from: mabdlmonem on
Today
at 05:06:05 PM
Anyone know how to get the private key for 58.5?
Code:
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)