All examples By author By category About

ConnorIngram

Bitcoin OTC Trust Weighted Ratings - D3 Visualization

Connor Ingram

  1. The dataset is a subset modified from https://snap.stanford.edu/data/soc-sign-bitcoinotc.html.

S. Kumar, F. Spezzano, V.S. Subrahmanian, C. Faloutsos. Edge Weight Prediction in Weighted Signed Networks. IEEE International Conference on Data Mining (ICDM), 2016.

The data used here is dractically cut down from ~35000 records to 1000. The entire dataset is too much to handle with this implementation, and a force-directed-graph would not be an intuitive choice. The data consists of nodes and links. Each node represents a Bitcoin OTC user (seller/buyer). Each directed edge is a transaction between a source and a target, with a rating that the source user has given the target user (on a scale of -10 to 10, 10 being completely trustworthy), and also a unix timestamp.