#pseudonympairsUnmoderated tagAll postsExplore CommunitiesTrending CommunitiesSteemitCryptoAcademyNewcomers' Communityআমার বাংলা ব্লগKorea • 한국 • KR • KOSteem AllianceSTEEM CN/中文SCT.암호화폐.CryptoWORLD OF XPILARAVLE 일상Comunidad LatinaSteem POD TeamTron Fan Club#pseudonympairsTrendingHotNewPayoutsMutedjohan-nygren (63)in #pseudonympairs • 5 years agoPseudonym Pairs fake accountsI think this script calculates collusion attacks in Pseudonym Pairs correct. If you attack with 10%, you'll be able to…johan-nygren (63)in #pseudonympairs • 5 years agoPerfecting randomization in Pseudonym Pairs, using consensus-by-betRandomization in Pseudonym Pairs is trivial if a random seed can be generated. How to do that is something that…johan-nygren (63)in #pseudonympairs • 5 years agoThe long-term goal of perfecting the randomization in Pseudonym PairsThe weak point in the randomization is the validators. To perfect randomization, Pseudonym Pairs will likely use a…johan-nygren (63)in #pseudonympairs • 5 years agoOne approach to man-in-the-middle attack in Pseudonym PairsConsidering adapting the protocol for the "pre-meetings" approach to man in middle attack. They actually improve the…johan-nygren (63)in #pseudonympairs • 6 years agoscheduling in Pseudonym Pairs revisitedPseudonym Pairs is built around a simple schedule, and all actions are contained within the period your…johan-nygren (63)in #pseudonympairs • 6 years agoPseudonym Pairs reference implementationThe code for issuing "border tokens", giving a random person the ability to issue one more. This mechanism is used to…johan-nygren (63)in #pseudonympairs • 6 years agoPseudonym Pairs as an egalitarian social coordination protocolThe game theory in Pseudonym Pairs is that pairs are broken if there is a conflict. As long as people play nice…johan-nygren (63)in #pse • 6 years agoPseudonym Pairs, most of what I think is needed for the full systemuint genesisEvent = 1580540400;johan-nygren (63)in #pseudonympairs • 6 years agoPseudonym Pairs reference implementationRoughly how I'm structuring the Pseudonym Pairs reference implementation at the moment. I'm not a coder, I'm learning…johan-nygren (63)in #pseudonympairs • 6 years agoThe algorithm for sorting into pairsWhen the event begins, people are in index[registry[msg.sender]]/2 , floored. uint[] index;johan-nygren (63)in #pseudonympairs • 6 years agoScheduler for Pseudonym Pairsuint pseudonymEvent = 1578726000;johan-nygren (63)in #pseudonympairs • 7 years agonew sorting mechanismnew one, lets people join continuously, everyone ends up in a pair, and people who opt-in can assign themselves to…johan-nygren (63)in #pseudonympairs • 7 years agoanother sorting mechanismanother one. good thing about this one is that every person sorted ends up in a pair, except if there is an uneven…johan-nygren (63)in #pseudonympairs • 7 years agoGas cost per person for scheduling, over infinite pseudonym eventsThis here does scheduling. No input needed except for the people using the system. Once deployed it operates with no…