citp / BlockSci

A high-performance tool for blockchain science and exploration
https://citp.github.io/BlockSci/
GNU General Public License v3.0
1.34k stars 259 forks source link

How to actually tag an address or cluster? #339

Closed amichaelix closed 4 years ago

amichaelix commented 4 years ago

So I have been working with BlockSci 0.6 and everything is working great. The only one thing I didn't figure out is how to actually tag a cluster and/or address assuming I have a list of address<>entity. Is there a address.tag(tag:str) method?

maltemoeser commented 4 years ago

ClusterManager and Cluster have methods to provide tags. I haven't used these in a while, but I'll see if I can write up an example for the FAQ when I find the time.

maltemoeser commented 4 years ago

I've added an example to the FAQ: How do I use BlockSci's tagging feature?