Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
alek76
on 12/01/2024, 15:28:31 UTC
where did i go wrong ??  Grin
mpz_set_str (mpz_t rop, const char *str, int base)
These functions assign new values to already initialized integers.
Where are the Initialization Functions?  They should probably.
mpz_init (Gx)  mpz_init (Gy)  mpz_init (p)  mpz_init (n) 

https://gmplib.org/manual/Assigning-Integers
https://gmplib.org/manual/Initializing-Integers