2020-02-23 05:43:25
*https://github.com/snowblossomcoin/channels/compare/3ea2f9954e7d...0fef1c459948*
https://github.com/snowblossomcoin/channels/commit/0fef1c45994808aaa3bf60393f52e87607c0f422 - Split out node and user keys
GitHub
2020-02-23 18:44:56
split the PKI up, or what's up there?
Rotonen
2020-02-23 18:46:44
If you copy the node keys then there are two nodes on the network with the same id
Fireduck
2020-02-23 18:46:55
Works but might go a little strange
Fireduck
2020-02-23 18:47:25
But people should be able to copy their id keys to other computers at desired
Fireduck
2020-02-23 18:47:30
As desired
Fireduck
2020-02-23 18:49:31
put another way, the node key signs network stuff like DHT registrations and TLS certs
Fireduck
2020-02-23 18:49:41
and the user key signs blocks and channel content
Fireduck
2020-02-23 18:52:24
eventually there will be different user keys for different identities on a single node
Fireduck
2020-02-23 18:52:41
but we are not there yet
Fireduck