Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
URL='https://www.reddit.com/r/neucoin/comments/3k57cx/beta_addresses/'
HDRS='' #removed
LST_DONE='lst_done.txt'
touch "$LST_DONE"
curl $HDRS -s "$URL" | grep -o 'N\w\{26,35\}' | sort | uniq | while read addr;
do
echo -n $addr | python check.py

A pseudonymous trust system for a decentralized anonymous marketplace

Dionysis Zindros, National Technical University of Athens dionyziz@gmail.com

Keywords

pseudonymous anonymous web-of-trust identity trust bitcoin namecoin proof-of-burn timelock decentralized anonymous marketplace openbazaar

Abstract