SFCryptocurrencyDevs / parity-bitcoin

The Parity Bitcoin client
GNU General Public License v3.0
3 stars 2 forks source link

[Log] Potential Places for Changes - What the Fork?!? #8

Open robertDurst opened 6 years ago

robertDurst commented 6 years ago

Here I will leave a list of potential changes to motivate the forking of this repo. This is not a list of Bitcoin improvements or even a list of logical/well-thought changes. This is mostly a list of interesting changes along the lines of "hey I am bored, it's a weekend night and I have no night plans or morning plans, I'd like to hack on Bitcoin."

If you have ever had that thought, this log is for you!

robertDurst commented 6 years ago

New Key Version

Could Stellar's ED25519 keys work with Bitcoin (in a forked network of course)?

Differences:

These follow a very similar process to bitcoin keys:

  1. Generate elliptic key pair
  2. Encode key pair
  3. Verify and sign stuff

I have a rough construction of ED25519 keys here: https://github.com/robertDurst/friendlierBot/blob/master/stellar_keypair/src/lib.rs