Bitcoin Forum
August 05, 2024, 12:13:36 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / Re: A very simple blockchain explorer. on: September 23, 2022, 03:46:00 PM
Can someone explain it to me? On this page https://learnmeabitcoin.com/glossary/private-key you say that:

Quote
A private key can be almost any 256-bit number.
When you create a public key, your private key is put through a special mathematical function, and this function can only handle numbers up to just below 256 bits. The maximum value is:

max = 115792089237316195423570985008687907852837564279074904382605163141518161494337
So when you generate a 256 bit number, you will want to check that it's below this maximum value.

But 2^256 is 115792089237316195423570985008687907853269984665640564039457584007913129639936

You can easily verify this
https://www.wolframalpha.com/input/?i=2%5E256

The number of private keys are limited by the secp256k1 Elliptic Curve Cryptography algorithm. It is the "n" value listed here https://en.bitcoin.it/wiki/Secp256k1

If you want to understand better how this work programmatically, you should see this very nice explanatory video: https://www.youtube.com/watch?v=iB3HcPgm_FI
2  Other / Bitcoin Wiki / Re: Request edit privileges here on: June 17, 2022, 04:11:19 PM
I will update some old stuff to reflect changes of the version 22 of BitcoinCore, thx a lot for the work!
AFAICS, no one has been able to successfully get edit privileges for the past few months [on this forum], so I'd suggest trying your luck on "here" or "here" instead.

Thx a lot SFR10, now I can contribute to the wiki!
3  Other / Bitcoin Wiki / Re: Request edit privileges here on: March 26, 2022, 01:00:17 PM
User on bitcoinwiki: manu

I will update some old stuff to reflect changes of the version 22 of BitcoinCore, thx a lot for the work!
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!