BitShares Forum

Main => Technical Support => Topic started by: okidoki on December 15, 2014, 07:54:49 am

Title: Just compiled Linux verion. BitShares starts now in "Test Network"... :(
Post by: okidoki on December 15, 2014, 07:54:49 am
Soebody knows what do I have to change to launch in real network and not in Test Network? Can somebody correct what gets downloaded on Github?

Thanks.
Title: Re: Just compiled Linux verion. BitShares starts now in "Test Network"... :(
Post by: pc on December 15, 2014, 08:29:48 am
You may have downloaded the wrong branch. Check libraries/blockchain/include/bts/blockchain/config.hpp - there's a #define BTS_TEST_NETWORK that should be commented out. Looks fine in the v0.4.26 tagged version: https://github.com/BitShares/bitshares/blob/v0.4.26/libraries/blockchain/include/bts/blockchain/config.hpp
Title: Re: Just compiled Linux verion. BitShares starts now in "Test Network"... :(
Post by: xeroc on December 15, 2014, 09:50:19 am
I noticed that message too ... still was on the main network ..
type "about" in the console. If you see this hash:
Code: [Select]
  "bitshares_revision": "2e82bd9a8acc0111f3cafc51c68d84e8abc15304",
you are on the main network and found a bug ... else you screwed sth. up when compiling
Title: Re: Just compiled Linux verion. BitShares starts now in "Test Network"... :(
Post by: okidoki on December 15, 2014, 10:21:50 pm
Thanks... I did not know that the branch was changed... Now everything fine :)