BitShares Forum

Other => Graveyard => KeyID => Topic started by: toast on October 10, 2014, 09:17:03 pm

Title: Public Test Net for 0.0.3 - feat. Key Graph
Post by: toast on October 10, 2014, 09:17:03 pm
https://github.com/keyid/keyid

branch "public_testnet".  DON'T USE MASTER, THAT'S THE REAL NETWORK! Make sure you are transferring "DNST" and not "DNS"!

Try:

Code: [Select]
keyid_set_edge from_acct to_acct edge_name edge_value
keyid_get_edges from_acct [to_acct] [edge_name]
Title: Re: Public Test Net for 0.0.3 - feat. Key Graph
Post by: xeroc on October 10, 2014, 09:40:50 pm
can i set any edge_name/edge_value pair? or are there restrictions?
Title: Re: Public Test Net for 0.0.3 - feat. Key Graph
Post by: toast on October 10, 2014, 09:42:54 pm
can i set any edge_name/edge_value pair? or are there restrictions?

Edge names starting with "_chain/" are reserved for anything we bring on-chain. The value can be arbitrary data, though I'm considering enforcing valid JSON.
Title: Re: Public Test Net for 0.0.3 - feat. Key Graph
Post by: xeroc on October 10, 2014, 09:47:14 pm
I am starting to grasp what this is all about ..
still unsure about what you mean by
Quote
anything we bring on-chain.
But I am sure we will see soon enough ..

BTW, we might need a 36h day to test all current testnets :) And hopefully it's going to be a lot "worse" soon ;-D
Title: Re: Public Test Net for 0.0.3 - feat. Key Graph
Post by: xfund on October 11, 2014, 04:19:11 am
 +5%
Title: Re: Public Test Net for 0.0.3 - feat. Key Graph
Post by: COiN on October 11, 2014, 07:05:37 am
Trying to finish the Mac Build on GitHub for the testnet branch: BUILD_OSX.md

8 ) To build the Desktop Client

- first 2 clone commands

And get permission denied. Do I need to request access?
Would like to try it.

Cloning into 'web_wallet'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Title: Re: Public Test Net for 0.0.3 - feat. Key Graph
Post by: dexinwong on October 11, 2014, 07:09:58 am
 +5% +5%
Title: Re: Public Test Net for 0.0.3 - feat. Key Graph
Post by: gamey on October 11, 2014, 07:40:49 am
I am starting to grasp what this is all about ..
still unsure about what you mean by
Quote
anything we bring on-chain.
But I am sure we will see soon enough ..

BTW, we might need a 36h day to test all current testnets :) And hopefully it's going to be a lot "worse" soon ;-D

After getting to ask Toast the same questions myself, on-chain means that the data is actually verified by the DAC.  off-chain will be data that is not verified (enforced) but only signed.

If I'm wrong I hope to be corrected.  :-\
Title: Re: Public Test Net for 0.0.3 - feat. Key Graph
Post by: mtang on October 11, 2014, 02:17:34 pm
Great