Neptune-Crypto / neptune-core

anonymous peer-to-peer cash
Apache License 2.0
24 stars 7 forks source link

Populate mempool on new peer connection #31

Open Sword-Smith opened 1 year ago

Sword-Smith commented 1 year ago

When a new peer is connected, the n most heavy transactions (highest fee per byte) should be shared. This should be done through a transaction ID where the receiver can then request the transaction if it does not know it.

n doesn't have to be more than 5 to ensure that not too much bandwidth is used.