From 0b6095bb58352d79ddd3fe622445b84219d3b61e Mon Sep 17 00:00:00 2001 From: Vahid Date: Sun, 19 Oct 2025 19:19:53 -0400 Subject: [PATCH 1/6] Draft bitcoin graph dataset yaml. --- datasets/eba.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 datasets/eba.yaml diff --git a/datasets/eba.yaml b/datasets/eba.yaml new file mode 100644 index 000000000..4d2090f7b --- /dev/null +++ b/datasets/eba.yaml @@ -0,0 +1,33 @@ +Name: Bitcoin Graph +Description: Temporal Graph of Bitcoin Transactions +Documentation: https://eba.b1aab.ai +Contact: https://github.com/B1AAB/EBA/issues +ManagedBy: Vahid Jalili +UpdateFrequency: Annually +Tags: + - bitcoin + - blockchain + - cryptocurrency + - graph +License: CC BY-NC-SA 4.0 +Citation: +Resources: + - Description: Bitcoin Graph in TSV format and Neo4j database dump + ARN: + Region: + Type: + Explore: +DataAtWork: + Tutorials: + - Title: Bitcoin address clustering using its neighborhood + URL: https://github.com/B1AAB/GraphStudio/blob/main/quickstart/graph_101.ipynb + NotebookURL: https://github.com/B1AAB/GraphStudio/blob/main/quickstart/graph_101.ipynb + AuthorName: Vahid Jalili + AuthorURL: https://www.linkedin.com/in/jalilivahid + Publications: + - Title: + URL: + AuthorName: + AuthorURL: +ADXCategories: + - Financial Services Data \ No newline at end of file From 4b895b75141e12190674a3e34bec28258bb64665 Mon Sep 17 00:00:00 2001 From: Vahid Date: Tue, 28 Oct 2025 18:57:13 -0400 Subject: [PATCH 2/6] Add publication details. --- datasets/eba.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/datasets/eba.yaml b/datasets/eba.yaml index 4d2090f7b..981d6cb75 100644 --- a/datasets/eba.yaml +++ b/datasets/eba.yaml @@ -25,9 +25,9 @@ DataAtWork: AuthorName: Vahid Jalili AuthorURL: https://www.linkedin.com/in/jalilivahid Publications: - - Title: - URL: - AuthorName: - AuthorURL: + - Title: The Temporal Graph of Bitcoin Transactions + URL: https://arxiv.org/abs/2510.20028 + AuthorName: Vahid Jalili + AuthorURL: www.linkedin.com/in/jalilivahid ADXCategories: - - Financial Services Data \ No newline at end of file + - Financial Services Data From 5ac9359859fbe0ae32a60c5060fe4cf332cbadb5 Mon Sep 17 00:00:00 2001 From: Vahid Date: Tue, 28 Oct 2025 18:58:14 -0400 Subject: [PATCH 3/6] Update AuthorURL to include 'https://' prefix --- datasets/eba.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasets/eba.yaml b/datasets/eba.yaml index 981d6cb75..fe2d491ea 100644 --- a/datasets/eba.yaml +++ b/datasets/eba.yaml @@ -28,6 +28,6 @@ DataAtWork: - Title: The Temporal Graph of Bitcoin Transactions URL: https://arxiv.org/abs/2510.20028 AuthorName: Vahid Jalili - AuthorURL: www.linkedin.com/in/jalilivahid + AuthorURL: https://www.linkedin.com/in/jalilivahid ADXCategories: - Financial Services Data From 00b90f3e7023b69493cf336454ab71fc5ef2155f Mon Sep 17 00:00:00 2001 From: Vahid Date: Mon, 10 Nov 2025 23:04:20 -0500 Subject: [PATCH 4/6] Update resource details in eba.yaml --- datasets/eba.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datasets/eba.yaml b/datasets/eba.yaml index fe2d491ea..77d60d2aa 100644 --- a/datasets/eba.yaml +++ b/datasets/eba.yaml @@ -13,8 +13,8 @@ License: CC BY-NC-SA 4.0 Citation: Resources: - Description: Bitcoin Graph in TSV format and Neo4j database dump - ARN: - Region: + ARN: arn:aws:s3:::bitcoin-graph + Region: US West (Oregon) us-west-2 Type: Explore: DataAtWork: From 3e8cb2624a7519ba467402cbb3e539c5c3b9327c Mon Sep 17 00:00:00 2001 From: Vahid Date: Mon, 10 Nov 2025 23:05:52 -0500 Subject: [PATCH 5/6] Specify S3 Bucket type in eba.yaml --- datasets/eba.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/datasets/eba.yaml b/datasets/eba.yaml index 77d60d2aa..ab9858fe1 100644 --- a/datasets/eba.yaml +++ b/datasets/eba.yaml @@ -15,8 +15,7 @@ Resources: - Description: Bitcoin Graph in TSV format and Neo4j database dump ARN: arn:aws:s3:::bitcoin-graph Region: US West (Oregon) us-west-2 - Type: - Explore: + Type: S3 Bucket DataAtWork: Tutorials: - Title: Bitcoin address clustering using its neighborhood From bc7b95513579c6a71d879fc1964693d9111018ab Mon Sep 17 00:00:00 2001 From: Vahid Date: Mon, 10 Nov 2025 23:14:36 -0500 Subject: [PATCH 6/6] Enhance dataset description for Bitcoin Graph --- datasets/eba.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasets/eba.yaml b/datasets/eba.yaml index ab9858fe1..f9bda4d47 100644 --- a/datasets/eba.yaml +++ b/datasets/eba.yaml @@ -1,5 +1,5 @@ Name: Bitcoin Graph -Description: Temporal Graph of Bitcoin Transactions +Description: A temporal graph of Bitcoin transactions that encompasses the complete trading details of over 8.72 billion BTC, consisting of over 2.4 billion nodes and 39.72 billion time-stamped edges spanning more than a decade. This makes it a complete resource for developing models on Bitcoin and a large-scale resource for benchmarking graph neural networks. Documentation: https://eba.b1aab.ai Contact: https://github.com/B1AAB/EBA/issues ManagedBy: Vahid Jalili