Bitcoin Alpha
Bitcoin Alpha trust weighted signed network
@kaggle.boneacrabonjac_bitcoin_alpha
Bitcoin Alpha trust weighted signed network
@kaggle.boneacrabonjac_bitcoin_alpha
This is who-trusts-whom network of people who trade using Bitcoin on a platform called Bitcoin Alpha. Since Bitcoin users are anonymous, there is a need to maintain a record of users' reputation to prevent transactions with fraudulent and risky users. Members of Bitcoin Alpha rate other members in a scale of -10 (total distrust) to +10 (total trust) in steps of 1. This is the first explicit weighted signed directed network available for research.
Each line has one rating with the following format:
SOURCE, TARGET, RATING, TIME, where:
CREATE TABLE bitcoinalpha (
"unnamed_0" BIGINT -- Unnamed: 0,
"source" BIGINT,
"target" BIGINT,
"rating" BIGINT,
"time" BIGINT
);Anyone who has the link will be able to view this.