Post
Topic
Board Project Development
Re: C# - Give me few project ideas ?
by
HugoTheSpider
on 02/08/2015, 15:09:37 UTC
  • This graphic is just an incomplete draft of my suggested program.
  • It is about drawing the relationship graph between multiple identities, wallets and services (mixers, exchangers, casinos, faucets, payment gateways).
  • The purpose of the suggested program is to give the user the overview how well his anonymity is maintained.
  • The user should see whenever and how his identities are linked together just by viewing the graph.
  • The user should see what would happen if a service is handing out log files, just by viewing the graph.
  • The user should have to ability to add multiple identities, wallets and services and attach a bunch of bitcoin addresses and comments.
  • For anonymity sake, don't use an external service API. Parse the blockchain files yourself, it's not too hard if you just implement standard transactions. Using the bitcoin core RPC API with option -txindex=1 should work but I don't recommend it because it's too slow.
  • You can use Graphviz to draw the graph