Re: global blockchain identity

On 13 May 2016 at 08:37, Mountie Lee <mountie@paygate.net> wrote:

> I have different but similar idea of blockchain identity.
>
> in some case, we need strong KYC for specific address which is actually
> owned by whom or organization.
>

This is tying key value pairs to an identifier.


>
> first approach was assign my blockchain address to internet domain and get
> EV-SSL certificate.
>

Nice idea, it's asking a notary to sign key value pairs associated with a
key pair, tho satoshi did specifically create bitcoin to remove trusted
third parties to bring down the cost of finance


> letting user visit https://18PXYPJ2hLkRhsmHEyCDbRzbcdXBDD5ZxC.com to
> verify address ownership which were verified by trusted 3rd party.
> but Base58check encoding is case sensitive but domain is not
> case-sensitive.
>

there's case insensitive strings that can be derived from a bitcoin public
key (which also derives the address)

But you could simply make a document with the KYC fields tied to a bitcoin
URI then pay notaries to sign that.


>
> I know WonBeom had different approach at
> https://shepelt-github.gitbooks.io/openkeychain-spec/content/
> <https://shepelt-github.gitbooks.io/openkeychain-spec/content/>
>

Love the idea of reusing TLS and domains for identity.

But be aware that this is one approach of many.  The idea of "global"
should be that it is inclusive, not narrowed down by the spec.  This is why
using anyURI, neatly solves that problem.


>
>
>
> On Fri, May 13, 2016 at 3:15 PM, Melvin Carvalho <melvincarvalho@gmail.com
> > wrote:
>
>> I thought the discussion on global blockchain identity was quite
>> interesting.
>>
>> It seems to me that block chains contain several types of identifiers,
>> some for addresses, some for transactions, some for headers etc.
>>
>> I think in satoshi's original block chain the bitcoin:<address> type
>> indirect identifier makes a lot of sense.  But in a true super ledger
>> probably should should be extensible to allow things like http addresses
>> and free form uris so that you can fund a web page, email address, phone
>> etc.
>>
>> Strangely for someone as smart as satoshi, he left the scheme off the
>> block chain, but I suppose this was necessary for compacting the blocks and
>> increasing transactions per second.
>>
>> I'd like to see a future where block chain technology and global identity
>> come together in an elegant way on the web.  The best fit solution to me,
>> to date seems to be WebID, but I'd love to hear other views.
>>
>
>
>
> --
> Mountie Lee
>
> PayGate
> CTO, CISSP
> Tel : +82 2 2140 2700
> E-Mail : mountie@paygate.net
>
>

Received on Friday, 13 May 2016 10:23:20 UTC