BitShares Forum

Other => Graveyard => DevShares => Topic started by: wackou on December 23, 2014, 12:37:06 pm

Title: Is DevShares officially launched?
Post by: wackou on December 23, 2014, 12:37:06 pm
or is it still in development? (whatever that means ::) inception... :P)

In particular, my question is: what is the official place to get the source code from?
- continuously from the develop branch
- from the devshares branch
- only from the -dev tags

Thanks!
Title: Re: Is DevShares officially launched?
Post by: davidpbrown on December 23, 2014, 12:48:40 pm
The genesis block appears not to acknowledge BTS, so there was a suggestion they will reboot sometime later but you can compile on Linux with this below. If you had AGS/PTS 14th Dec, you might seem something enough to register a delegate with.

git clone https://github.com/BitShares/bitshares
cd bitshares
git checkout v0.4.28-dev1
git submodule init
git submodule update
cmake .
make
Title: Re: Is DevShares officially launched?
Post by: clayop on December 23, 2014, 12:57:52 pm
If you had AGS/PTS 14th Dec

IIRC it is Nov 5.
Title: Re: Is DevShares officially launched?
Post by: davidpbrown on December 23, 2014, 01:58:17 pm
No .. see https://bitsharestalk.org/index.php?topic=12491.msg164626#msg164626
Title: Re: Is DevShares officially launched?
Post by: vikram on December 23, 2014, 10:28:19 pm
The genesis block appears not to acknowledge BTS, so there was a suggestion they will reboot sometime later but you can compile on Linux with this below. If you had AGS/PTS 14th Dec, you might seem something enough to register a delegate with.

git clone https://github.com/BitShares/bitshares
cd bitshares
git checkout v0.4.28-dev1
git submodule init
git submodule update
cmake .
make

Yes, there are some reports of bad BTS allocation. If this is verified true we will reset the chain.

When officially announced, will provide info on how to get version. But in general for all chains, the only valid code is when you do "git checkout <tag_name>".
Title: Re: Is DevShares officially launched?
Post by: xiangxn on December 24, 2014, 06:55:54 am
why?
ver:v0.4.28-dev1-85-gcf6eab0
error:expired transaction
????
Title: Re: Is DevShares officially launched?
Post by: wackou on December 24, 2014, 11:09:07 am
git checkout v0.4.28-dev1

Thanks, I had that much figured out. I would like to know, though, if there's a branch I can continuously pull from (similar to master containing only official releases), as I could then implement devshares support in the bts_tools without manually having to add every tag
Title: Re: Is DevShares officially launched?
Post by: cass on December 24, 2014, 01:39:58 pm
Is devshare network active!?
Title: Re: Is DevShares officially launched?
Post by: merockstar on December 24, 2014, 08:40:13 pm
I've been thinking about trying to run a burner delegate just to replace one of the init delegates for quite some time, but haven't made the investment yet because I'm insecure about my abilities.

Wondering if maybe it would be appropriate to get some practice on the DevShare network first.
Title: Re: Is DevShares officially launched?
Post by: ozvic on December 25, 2014, 08:20:29 am
I've been thinking about trying to run a burner delegate just to replace one of the init delegates for quite some time, but haven't made the investment yet because I'm insecure about my abilities.

Unless you have the votes lined up already .. capitalist thinking by (the former) i3 .. don't think they'll be ditching their init's anytime soon.

Wondering if maybe it would be appropriate to get some practice on the DevShare network first.

My DevShares has no connections, just the one default peer supplied but not connecting.

Can anyone supply some peer details? Or are we not ready to go yet?