Well, thanks to all for contributions. There are several guides on how to install linux on a chromebook but I am trying also to generate a key without software. Or at least it would be the last option.
OK, but I don't understand what this has to do with your Chromebook...
You can always use dices if you don't want to use any software, but be careful to follow instructions for stronger encryption, and you will need to use something to calculate the last word.
Seed words work much better than single private key because you can use it to generate multiple bitcoin addresses.
This has to do with chromebook... since I am trying to generate a private key/wallet using this system
My idea was something like:
Generate a binary code (using phyton or other script language) for each private key
Convert this binary code in plan text (private key!)
Import private key in a wallet (offline) to get a public key!
Well, thanks to all for contributions. There are several guides on how to install linux on a chromebook but I am trying also to generate a key without software. Or at least it would be the last option.
Looking for an alternative, I am looking for a private key directly from a "binary" code.
But I am not able to generate a valid one with my (rude ...) method
:
I have taken a private key:
5KYZdUEo39z3FPrtuX2QbbwGnNP5zTd7yyr2SC1j299sBCnWjss
source:
https://jhoenicke.github.io/brainwallet.github.io/#generatorconverted in binary code with:
https://www.rapidtables.com/convert/number/binary-to-ascii.htmlI made some random changes in 0/1 (only few changes if 0 to 1 and vice versa). But I am not able to generate a valid private key converting back to text .... I get error invalid private key. It's a wrong method? Any suggestion?
I was wondering why starting from a binary code of exting private key I can't generate a new (valid) one?
What I am doing wrong here?