Author Topic: Keyhotee Founder ID Registration Process  (Read 84996 times)

0 Members and 1 Guest are viewing this topic.

Offline bytemaster

I got a test message from Public Key 8f7Wepj8NEejZ9AkEDCaZZwkxxLPhDwhtdBSrv1vw4uvThvfi1 and It is Signed  Sy so that must be you. But no name is displayed.

Yep that's me and since you can't register without being a founder afaik all your messages should be from one. My guess is that the adresses aren't in the genesis block yet (that's why we all are doing this) so the names just aren't there to begin with.

Yeah that's what I think to. But do you see my name? Bitcoin3D. I am a Founder.

Am i right in thinking only Founders have valid keys to test with and therefore if its working (and it is we have swapped messages) then i think we are good?

I see now everyone one gets a play :-) how do we know if our founders ID has been correctly registered as it seems to act and appear the same as a non founder id?

We are working to produce better feedback in the tool.  When you first created your identity and entered your PTS address it should have printed your USD balance in the status string.  If you saw your balance you were ok. 

Things have been confusing because the real version will also support REGISTERING your ID with the blockchain via mining and the user interface does not make it clear that there is a difference.   We are preparing a new alpha that will provide better feedback for Founders.

Dan
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline earthbound

  • Full Member
  • ***
  • Posts: 120
    • View Profile
    • earthbound.io
I got a test message from Public Key 8f7Wepj8NEejZ9AkEDCaZZwkxxLPhDwhtdBSrv1vw4uvThvfi1 and It is Signed  Sy so that must be you. But no name is displayed.

Yep that's me and since you can't register without being a founder afaik all your messages should be from one. My guess is that the adresses aren't in the genesis block yet (that's why we all are doing this) so the names just aren't there to begin with.

Yeah that's what I think to. But do you see my name? Bitcoin3D. I am a Founder.

Am i right in thinking only Founders have valid keys to test with and therefore if its working (and it is we have swapped messages) then i think we are good?

I see now everyone one gets a play :-) how do we know if our founders ID has been correctly registered as it seems to act and appear the same as a non founder id?

When you select a Founder ID under Contacts, if it's registered it says so, on a dark green background. It also says "Keyhotee Founder" on a gold background.
I think I'm not alone when I say I'd like to see more and more planets fall under the ruthless dominion of our solar system. -Jack Handey

Offline stuartcharles

  • Sr. Member
  • ****
  • Posts: 281
    • View Profile
I got a test message from Public Key 8f7Wepj8NEejZ9AkEDCaZZwkxxLPhDwhtdBSrv1vw4uvThvfi1 and It is Signed  Sy so that must be you. But no name is displayed.

Yep that's me and since you can't register without being a founder afaik all your messages should be from one. My guess is that the adresses aren't in the genesis block yet (that's why we all are doing this) so the names just aren't there to begin with.

Yeah that's what I think to. But do you see my name? Bitcoin3D. I am a Founder.

Am i right in thinking only Founders have valid keys to test with and therefore if its working (and it is we have swapped messages) then i think we are good?

I see now everyone one gets a play :-) how do we know if our founders ID has been correctly registered as it seems to act and appear the same as a non founder id?
« Last Edit: January 06, 2014, 03:22:28 pm by stuartcharles »

Offline Bitcoin3D

  • Jr. Member
  • **
  • Posts: 27
  • Follow me: https://twitter.com/Bitcoin3D
    • View Profile
  • BitShares: bitcoin3d
I got a test message from Public Key 8f7Wepj8NEejZ9AkEDCaZZwkxxLPhDwhtdBSrv1vw4uvThvfi1 and It is Signed  Sy so that must be you. But no name is displayed.

Yep that's me and since you can't register without being a founder afaik all your messages should be from one. My guess is that the adresses aren't in the genesis block yet (that's why we all are doing this) so the names just aren't there to begin with.

Yeah that's what I think to. But do you see my name? Bitcoin3D. I am a Founder.
Bitcoin address: 19uYMBnPFsho8HDKMedtHP4gLgjoD1q34F

Offline stuartcharles

  • Sr. Member
  • ****
  • Posts: 281
    • View Profile
I think i have done everything correctly but keep getting the error

unable to connect to 162.243.67..........

and somthing about "no connection could be made because the target machine actively refused it........."

is this ok or do i need to do something?

Offline arcke

  • Full Member
  • ***
  • Posts: 115
    • View Profile
    • Diaspora
How do I get this started on a Mac or on Linux?

Am I supposed to compile this https://github.com/InvictusInnovations/keyhotee?
If so, it would be excellent if some more knowledgeable people can add a Compilation section to README.md.
If you want you can compile keyhotee on Linux. You can clone the repositories

git clone https://github.com/InvictusInnovations/keyhotee
cd keyhotee
git clone https://github.com/InvictusInnovations/Bitshares
cd Bitshares
git clone https://github.com/InvictusInnovations/fc
cd ../..

Now install dependencies boost, qt etc.

and compile

cmake .
make

maybe you need cmake flags -DBoost_INCLUDE_DIR:PATH=<boost-include> -DBoost_LIBRARY_DIR:PATH=/<boost-lib>

or you may need to use QTDIR=<qt-dir> cmake.
OpenPGP: 0x22d7e9cc35375665
PTS - PawnbhoiXhmkrKJEPAsCiwkpP81nRXJGTD
Diaspora profile - https://pod.orkz.net/u/arcke

Offline Sy

  • Full Member
  • ***
  • Posts: 91
    • View Profile
I got a test message from Public Key 8f7Wepj8NEejZ9AkEDCaZZwkxxLPhDwhtdBSrv1vw4uvThvfi1 and It is Signed  Sy so that must be you. But no name is displayed.

Yep that's me and since you can't register without being a founder afaik all your messages should be from one. My guess is that the adresses aren't in the genesis block yet (that's why we all are doing this) so the names just aren't there to begin with.
ptsweb.beeeeer.org Stats

Offline guaka

  • Newbie
  • *
  • Posts: 9
    • View Profile
    • Kasper.re
How do I get this started on a Mac or on Linux?

Am I supposed to compile this https://github.com/InvictusInnovations/keyhotee?
If so, it would be excellent if some more knowledgeable people can add a Compilation section to README.md.

Offline Bitcoin3D

  • Jr. Member
  • **
  • Posts: 27
  • Follow me: https://twitter.com/Bitcoin3D
    • View Profile
  • BitShares: bitcoin3d
I have not received a message from you Riverhead. But I did receive messages from a few others. I can not see any ID names or names, only Public keys from the senders. I don't know but I guess its because they are not founders, but not sure.
Bitcoin address: 19uYMBnPFsho8HDKMedtHP4gLgjoD1q34F

Offline Riverhead

Any one wanna test sending a message in Keyhotee please send to me. Public Key: 5YXH8GvvBDLxu1tQJzHECEw7F8WynGeK21R863wRb9ksmHvzVd

Would love to but mine can't connect to any nodes so i guess it won't work :D

As far as I know in the Alpha they does not have the mining enabled so you won't connect to anything but it should still work.  I sent you a message from Riverhead (54bkuu78GAm2YcRVueQFt4io2AbwV7Dg7RioovCUzYdkjgCQ81).  When I created the ID it was yellow (unregistered) for a while then went green.  Not sure if they are manually registering them or not but I also have 0 nodes but it eventually went through.


Offline MarshallDragon

  • Newbie
  • *
  • Posts: 4
    • View Profile
I just sent you emails bytemaster

Keyhotee ID: Marshall

Public Key: 7YXDQNfi5ima9yQQfKFwSgsaojUcQySQeozYCeXTfiQouL9fc6

Offline dxtr

  • Full Member
  • ***
  • Posts: 71
  • United We Stand, Dispersed We Are.
    • View Profile
Bitcoin3D, Ive just sent you a message, can you reply?
Help me out:     wallet_approve_delegate mr.scroodge true

Offline Bitcoin3D

  • Jr. Member
  • **
  • Posts: 27
  • Follow me: https://twitter.com/Bitcoin3D
    • View Profile
  • BitShares: bitcoin3d
I got a test message from Public Key 8f7Wepj8NEejZ9AkEDCaZZwkxxLPhDwhtdBSrv1vw4uvThvfi1 and It is Signed  Sy so that must be you. But no name is displayed.
Bitcoin address: 19uYMBnPFsho8HDKMedtHP4gLgjoD1q34F

Offline Sy

  • Full Member
  • ***
  • Posts: 91
    • View Profile
Any one wanna test sending a message in Keyhotee please send to me. Public Key: 5YXH8GvvBDLxu1tQJzHECEw7F8WynGeK21R863wRb9ksmHvzVd

Would love to but mine can't connect to any nodes so i guess it won't work :D
ptsweb.beeeeer.org Stats

Offline Bitcoin3D

  • Jr. Member
  • **
  • Posts: 27
  • Follow me: https://twitter.com/Bitcoin3D
    • View Profile
  • BitShares: bitcoin3d
Any one wanna test sending a message in Keyhotee please send to me. Public Key: 5YXH8GvvBDLxu1tQJzHECEw7F8WynGeK21R863wRb9ksmHvzVd
Bitcoin address: 19uYMBnPFsho8HDKMedtHP4gLgjoD1q34F