Bitcoin Forum
May 06, 2024, 02:24:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Looking for help. What parameters will be for 120 bit privkey ?  (Read 99 times)
COBRAS (OP)
Member
**
Offline Offline

Activity: 847
Merit: 22

$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk


View Profile
October 28, 2022, 05:08:58 AM
 #1

Hi


what parameters of delta ana gamma use for 120 bit privkey ?

In code privkey = x = 0x5f87 +1


Big thank you.





Code:

from random import randint

N =    115792089237316195423570985008687907852837564279074904382605163141518161494337

def inv(v): return pow(v, N-2, N)
def divnum(a, b): return ( (a * inv(b) ) % N )

i=0
#input2^^120 = 0x9fd24b3abe244d6c443df56fa494dc

input = 0x5f87 +1

delta = 12

gamma = 2

d1= 80

while i < 2**61:
    d= (divnum(input,delta))
    s = divnum(i,gamma) %N
    result = divnum(d,s)
    
    if result <input and result >=0:
        print("result",hex(result),"i",hex(i),"input",hex(input))
        
    i = i +1


$$$ P2P NETWORK FOR BTC WALLET.DAT BRUTE F ORCE .JOIN NOW=GET MANY COINS NOW !!!
https://github.com/phrutis/LostWallet  https://t.me/+2niP9bQ8uu43MDg6
1715005486
Hero Member
*
Offline Offline

Posts: 1715005486

View Profile Personal Message (Offline)

Ignore
1715005486
Reply with quote  #2

1715005486
Report to moderator
1715005486
Hero Member
*
Offline Offline

Posts: 1715005486

View Profile Personal Message (Offline)

Ignore
1715005486
Reply with quote  #2

1715005486
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715005486
Hero Member
*
Offline Offline

Posts: 1715005486

View Profile Personal Message (Offline)

Ignore
1715005486
Reply with quote  #2

1715005486
Report to moderator
1715005486
Hero Member
*
Offline Offline

Posts: 1715005486

View Profile Personal Message (Offline)

Ignore
1715005486
Reply with quote  #2

1715005486
Report to moderator
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6728


bitcoincleanup.com / bitmixlist.org


View Profile WWW
October 28, 2022, 08:43:24 AM
 #2

They could be anything as long as we don't know what algorithm you are using. If you give us a link to the paper of Wikipedia page you're basing this calculation on, we'll be able to better help you.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!