BitShares Forum

Other => Graveyard => KeyID => Topic started by: toast on October 01, 2014, 06:39:56 am

Title: [DNS]: Dry run for ambitious technical delegates + bug bounty
Post by: toast on October 01, 2014, 06:39:56 am
current master branch
https://github.com/keyid/keyid

Try this:

http://docs.docker.com/installation/ubuntulinux/
Code: [Select]
docker run keyid/keyid

$50 BitUSD for anyone that finds anything that prevents this from being tagged 0.0.1 and launching
* web GUI doesn't count
* excessive logging doesn't count


Oh and here's a rough roadmap for building the core features. I'll make a more complete writeup soon.

* 0.0.1 lets us start paying delegates (and lets me pay DNS IOU from various dev funds), block explorers and exchanges and such can start integrating
* 0.1.0 will have a complete GUI for basic KeyID functionality (authentication, editing public data) with a simple, focused UX. Acquire lots of KeyID users here.
* 0.2.0 will have a working auction with GUI, DNSchain integration, and basic mail functionality. Ready for liftoff.
Title: Re: [DNS]: Dry run for ambitious technical delegates + bug bounty
Post by: clayop on October 01, 2014, 04:42:42 pm
I have a problem. The wallet automatically shut down after 5 second. Here's my terminal code

Code: [Select]
clayop@ubuntu:~$ sudo docker run keyid/keyid
Loading blockchain from: /root/.KeyID-Test112/chain
Creating default config file at: /root/.KeyID-Test112/config.json
Logging to file: /root/.KeyID-Test112/logs/default/default.log
Logging RPC to file: /root/.KeyID-Test112/logs/rpc/rpc.log
Logging blockchain to file: /root/.KeyID-Test112/logs/blockchain/blockchain.log
Logging P2P to file: /root/.KeyID-Test112/logs/p2p/p2p.log
Initializing genesis state from built-in genesis file
Please be patient, this will take a few minutes...
Successfully re-indexed 0 blocks in 0 seconds.                     
Not starting RPC server, use --server to enable the RPC interface
Attempting to map P2P port 1995 with UPNP...
Listening for P2P connections on port 1995
Adding peer 104.131.204.143:1995 to peer database
Adding peer 104.131.204.143:2195 to peer database
Adding peer 104.131.204.143:2095 to peer database
(wallet closed) >>>
shutting down
clayop@ubuntu:~$
Title: Re: [DNS]: Dry run for ambitious technical delegates + bug bounty
Post by: toast on October 01, 2014, 05:07:24 pm
This dry run is over.

Current master branch is the real thing, but it is not public yet.