You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Joinstr protocol uses curve trees for sybil resistance. It involves proving ownership of a taproot unspent output of certain amount, age etc. This is different from fidelity bonds used in joinmarket that require locking bitcoin. However, it increases the cost of sybil attack.
Waxwing has created a rust library which makes it easier to implement:
Joinstr protocol uses curve trees for sybil resistance. It involves proving ownership of a taproot unspent output of certain amount, age etc. This is different from fidelity bonds used in joinmarket that require locking bitcoin. However, it increases the cost of sybil attack.
Waxwing has created a rust library which makes it easier to implement:
https://github.com/AdamISZ/aut-ct?tab=readme-ov-file#worked-example
Users will need to submit these proofs for joining a pool while sending a join request.
The text was updated successfully, but these errors were encountered: