check my account ID-1KcwMFRTLtnLnZ5a64AEdyQrAuVjuqY7D8 really need help,please
Hi! It seems correct to me:
$ curl http://gaia.blockstack.org/hub/1KcwMFRTLtnLnZ5a64AEdyQrAuVjuqY7D8/0/profile.json
[
{
"token": "eyJ0eXAiOiJ...[snip]",
"decodedToken": {
"header": {
"typ": "JWT",
"alg": "ES256K"
},
"payload": {
"jti": "43eb5a66-3a08-4b1c-9aa0-4afbd3c3a4d4",
"iat": "2017-11-08T10:01:29.903Z",
"exp": "2018-11-08T10:01:29.903Z",
"subject": {
"publicKey": "027c959c31c618f3bef0b5b6b4d0b3a667f71f32320e56114a06f677be671c03fd"
},
"issuer": {
"publicKey": "027c959c31c618f3bef0b5b6b4d0b3a667f71f32320e56114a06f677be671c03fd"
},
"claim": {
"@type": "Person",
"@context": "http://schema.org",
"name": "ONG CHYE HUAT",
"account": [
{
"@type": "Account",
"placeholder": false,
"service": "hackerNews",
"identifier": "popo2004fw",
"proofType": "http",
"proofUrl": "https://news.ycombinator.com/user?id=popo2004fw"
},
{
"@type": "Account",
"placeholder": false,
"service": "ethereum",
"identifier": "ethteam.eth",
"proofType": "http",
"proofUrl": ""
},
{
"@type": "Account",
"placeholder": false,
"service": "twitter",
"identifier": "woshigodlike1",
"proofType": "http",
"proofUrl": "https://twitter.com/woshigodlike1/status/928180650699513858"
},
{
"@type": "Account",
"placeholder": false,
"service": "instagram",
"identifier": "wanghongyu12345",
"proofType": "http",
"proofUrl": "https://www.instagram.com/p/BbOmm6LH1SN/"
},
{
"@type": "Account",
"placeholder": false,
"service": "facebook",
"identifier": "woshigodlike1",
"proofType": "http",
"proofUrl": "https://www.facebook.com/woshigodlike1/posts/144737882820399"
},
{
"@type": "Account",
"placeholder": false,
"service": "github",
"identifier": "popo2004w",
"proofType": "http",
"proofUrl": "https://gist.github.com/popo2004w/6f8114c1c65f95b7f550cd37193e2790"
}
],
"description": "no body help",
"image": [
{
"@type": "ImageObject",
"name": "avatar",
"contentUrl": "https://gaia.blockstack.org/hub/1KcwMFRTLtnLnZ5a64AEdyQrAuVjuqY7D8/0/avatar-0"
}
]
}
},
"signature": "JuyDNU-WHX9lkhou7UyPdjedWXhsos0qOuQ1Bhbe4fPGkyt27jFZUeOIk82CrQtWXmBLJFkX7DNFKoFEv71RhA"
}
}
I haven’t figured out how to do a automatic proof check, but doing a manual one for Twitter:
{
"@type": "Account",
"placeholder": false,
"service": "twitter",
"identifier": "woshigodlike1",
"proofType": "http",
"proofUrl": "https://twitter.com/woshigodlike1/status/928180650699513858"
},
Your ID is 1KcwMFRTLtnLnZ5a64AEdyQrAuVjuqY7D8
, if I open https://twitter.com/woshigodlike1/status/928180650699513858:
$ http https://twitter.com/woshigodlike1/status/928180650699513858 | grep "<title>"
<title>wanghongyu på Twitter: "Verifying my Blockstack ID is secured with the address 1KcwMFRTLtnLnZ5a64AEdyQrAuVjuqY7D8 https://t.co/OPuzYQKRav"</title>
And that looks correct
So maybe do a Hard Refresh CTRL+F5
on the blockstack page, or actually just try to register for the voucher https://blockstack.com/sale-registration (Sign in with Blockstack). You seem to be good to go from what I can tell.
A-ha, found a nice way to programmatically check:
https://explorer.blockstack.org/address/1KcwMFRTLtnLnZ5a64AEdyQrAuVjuqY7D8
Have a look, everything except GitHub is fine It doesn’t show the proof address, but since I already got that from Gaia, see your GitHub gist is 404: https://gist.github.com/popo2004w/6f8114c1c65f95b7f550cd37193e2790
Hey @odinho, thanks for helping @1KcwMFRTLtnLnZ5a64AE!
I wrote a program that does proof validation, if you’re interested Code is here.
@1KcwMFRTLtnLnZ5a64AE, your github looks valid so far, but we can’t verify the gist unless it is public