Bitcoin Forum
June 14, 2024, 03:41:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: first pubkey coliisions - in signature transactions:) on: October 01, 2022, 05:29:24 AM

I try run this code (upper) on sagemath cell online
result is

signature matches
signature matches
False



2  Bitcoin / Development & Technical Discussion / Re: Pollard's kangaroo ECDLP solver on: September 16, 2022, 03:08:34 PM

i am getting same error tryed two different virtual server

I think maybe try using an internal ip address not public ip address
internal IP maybe 192.168.100 and 192.168.200 up to your server (maybe 10.10.0.100 and 10.10.0.200)
some cloud server has local network config (Digitalocean Linode Vultr) try use it before use internal ip address
if used at home local network maybe use ip address at the same router (internal ip address)
3  Bitcoin / Development & Technical Discussion / Re: Lattice Attack on: September 16, 2022, 01:33:51 PM
Traceback (most recent call last):
  File "/home/krash/lattack/lattice_attack.py", line 259, in <module>
    lattice_attack_cli(arg.f, arg.l)
  File "/home/krash/lattack/lattice_attack.py", line 239, in lattice_attack_cli
    result = recover_private_key(
  File "/home/krash/lattack/lattice_attack.py", line 195, in recover_private_key
    res = test_result(lattice, pub_key, curve)
  File "/home/krash/lattack/lattice_attack.py", line 93, in test_result
    if target_pubkey == ecdsa_lib.privkey_to_pubkey(cand1, curve):
  File "/home/krash/lattack/ecdsa_lib.py", line 129, in privkey_to_pubkey
    ec.derive_private_key(pv_key_int, ec_backend, backends.default_backend())
  File "/usr/lib/python3/dist-packages/cryptography/hazmat/primitives/asymmetric/ec.py", line 332, in derive_private_key
    raise TypeError("private_value must be an integer type.")
TypeError: private_value must be an integer type.

from OP maybe the problem is from the python version try to test on a different python version to solve a problem
recommend with python 3.7 try this
4  Bitcoin / Development & Technical Discussion / Re: Pollard's kangaroo ECDLP solver on: September 16, 2022, 01:17:45 PM
how to run server mode?

pc 1 ip 35.221.30.146
from pc1 i run ./kangaroo -w save.work -wi 300 -o result.txt -s -d 36 in.txt


and pc2:
Kangaroo.exe -w kang.work -wi 300 -c 35.221.30.146
Kangaroo v2.2
Number of CPU thread: 4
Cannot connect to server: 35.221.30.146
Cannot connect to host: Connection timed out

I guess you are using windows 10 or any Microsoft windows
try to check your firewall, I think the firewall is block on your server
just try to add Kangaroo.exe to the firewall allow to access
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!