[snowblossomcoin/snowblossom] Issue closed by fireduck64
[snowblossomcoin/snowblossom] Issue closed by fireduck64
[snowblossomcoin/snowblossom] #78 add vote tally page
[snowblossomcoin/snowblossom] #88 adding pool failover to pool miner
[snowblossomcoin/snowblossom] Issue closed by fireduck64
Slowing down adding transactions enough to see the fee shift before pool is full
so use a semaphore pivoting on that?
Just for testing, don't need very fancy
Btw, I don't know if you need it, but I happen to have spent a lot of time messing with x509 certificates. Also happen to be testing my own CA library and command line tools.
In channels I have a thing that builds an x509 cert signed with the node's key pair
and when a node connects to another it always knows what node id (and thus public key) it is expecting so can validate the cert
that leads to a race to masquerade?
in the case of channels, it isn't hard to create a new node and get it into the peer tables
but pretending to be a different node that exists would involve finding a public key that hashed to the same node id (address)
so basically impossible
check