Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to map addresses to exchanges or pools? #160

Closed
liuzf13 opened this issue Sep 12, 2018 · 1 comment
Closed

Is there any way to map addresses to exchanges or pools? #160

liuzf13 opened this issue Sep 12, 2018 · 1 comment
Labels
question Question related to using BlockSci

Comments

@liuzf13
Copy link

liuzf13 commented Sep 12, 2018

Hi everyone,

I'm a new bee to block chain. Thanks to blocksci, Now I can get input and output addressed from some transactions. 

I'm wondering is there any way to map those addresses to exchanges like Bitfinex or Bittrex?

Thanks!
@maltemoeser
Copy link
Member

BlockSci allows to tag address clusters, but we don't provide any such tags. There are a few public sources that you could try, such as WalletExplorer or Blockchain.info, but they may not be reliable or complete.

Furthermore, you can map blocks to pools by looking at the information contained in the coinbase transaction, but again there's no guarantee that this information is correct.

blocksci.get_miner(chain[300005])
>>> 'SlushPool'

@maltemoeser maltemoeser added the question Question related to using BlockSci label Sep 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question related to using BlockSci
Projects
None yet
Development

No branches or pull requests

2 participants