Bitcoin Forum
April 26, 2024, 09:51:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [HOW TO] Gathering address tag from blockchain.info  (Read 795 times)
LKC (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 10, 2015, 03:11:49 PM
 #1

Hi,

Follow up the previous post. https://bitcointalk.org/index.php?topic=1145501.msg12185113#msg12185113

I did somehow develop a new heuristic to cluster Bitcoin address together using many kind of methods.

Now I want to evaluate the result. I found on blockchin.info that they have the tag for addresses.

However, I don't see how can I request the tag through their API.

Did anyone done something similar before?

(I also found this website, https://jsapi.apiary.io/apis/blockstem/reference/authentication.html

It provides the API to let you request for the address tag. Still trying to confirm what is the source of their tag with them.)

--------------------------------------------------------------------------------------------------------

Here is another idea to evaluate the result.

I was thinking maybe I can recreate the Bitcoin network with some models, and cluster the addresses in the artificial network.

With the artificial network, I might be able to know which addresses are in the same cluster in advance.

And compare it with the result after I cluster the addresses.

Just not sure if it is feasible.

----------------------------------------------------------------------------------------------------------



Any idea or help are very much appreciated!!!



1714168295
Hero Member
*
Offline Offline

Posts: 1714168295

View Profile Personal Message (Offline)

Ignore
1714168295
Reply with quote  #2

1714168295
Report to moderator
1714168295
Hero Member
*
Offline Offline

Posts: 1714168295

View Profile Personal Message (Offline)

Ignore
1714168295
Reply with quote  #2

1714168295
Report to moderator
1714168295
Hero Member
*
Offline Offline

Posts: 1714168295

View Profile Personal Message (Offline)

Ignore
1714168295
Reply with quote  #2

1714168295
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
DannyHamilton
Legendary
*
Offline Offline

Activity: 3374
Merit: 4610



View Profile
November 10, 2015, 03:20:15 PM
 #2

https://blockchain.info/address/16EW6Rv9P9AxFDBrZV816dD4sj1EAYUX3f?format=json

Code:
.
.
.
{
         "addr_tag_link":"http:\/\/bitknock.com\/calculator",
         "addr_tag":"Bitknock",
         .
         .
         .
}
.
.
.
micaman
Sr. Member
****
Offline Offline

Activity: 345
Merit: 500



View Profile WWW
November 10, 2015, 03:27:50 PM
 #3

There is also a list at https://blockchain.info/pt/tags
LKC (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 11, 2015, 11:17:31 AM
 #4

Got it, thanks everyone!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!