Author Topic: The Final Countdown!  (Read 14925 times)

0 Members and 1 Guest are viewing this topic.

38PTSWarrior

  • Guest
Happy New Year!!

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Is this normal, can it be safely ignored? I wouldn't have mentioned it if were only a warning, but it says error..

Code: [Select]
[ 81%] Building CXX object libraries/app/CMakeFiles/graphene_app.dir/plugin.cpp.o
/home/admin/BitShares2_build/libraries/app/application.cpp: In lambda function:
/home/admin/BitShares2_build/libraries/app/application.cpp:277:16: error: ‘genesis’ was not declared in this scope
                genesis.initial_chain_id = fc::sha256::hash( egenesis_json );
                ^

No, the build failed using the same method as I have always used.



you are sure you have pulled the most recent version?

Here are the commands used:

git clone https://github.com/cryptonomex/graphene.git "/home/admin/BitShares2_build
git fetch --all
git checkout master && git pull

git submodule update --init --recursive

the repository is github.com/bitshares/bitshares-2 now .. you need to follow the submodule procedure again too

Offline Thom

Is this normal, can it be safely ignored? I wouldn't have mentioned it if were only a warning, but it says error..

Code: [Select]
[ 81%] Building CXX object libraries/app/CMakeFiles/graphene_app.dir/plugin.cpp.o
/home/admin/BitShares2_build/libraries/app/application.cpp: In lambda function:
/home/admin/BitShares2_build/libraries/app/application.cpp:277:16: error: ‘genesis’ was not declared in this scope
                genesis.initial_chain_id = fc::sha256::hash( egenesis_json );
                ^

No, the build failed using the same method as I have always used.



you are sure you have pulled the most recent version?

Here are the commands used:

git clone https://github.com/cryptonomex/graphene.git "/home/admin/BitShares2_build
git fetch --all
git checkout master && git pull
git submodule update --init --recursive

The /home/admin/BitShares2_build folder was completely empty according to "ls -lsa".
« Last Edit: October 13, 2015, 05:07:00 pm by Thom »
Injustice anywhere is a threat to justice everywhere - MLK |  Verbaltech2 Witness Reports: https://bitsharestalk.org/index.php/topic,23902.0.html

Offline Pheonike


Can the bitshares homepage be updating with a message saying the the transition in progress, please check back today for further instructions or something?

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Is this normal, can it be safely ignored? I wouldn't have mentioned it if were only a warning, but it says error..

Code: [Select]
[ 81%] Building CXX object libraries/app/CMakeFiles/graphene_app.dir/plugin.cpp.o
/home/admin/BitShares2_build/libraries/app/application.cpp: In lambda function:
/home/admin/BitShares2_build/libraries/app/application.cpp:277:16: error: ‘genesis’ was not declared in this scope
                genesis.initial_chain_id = fc::sha256::hash( egenesis_json );
                ^

No, the build failed using the same method as I have always used.



you are sure you have pulled the most recent version?

Offline Thom

Is this normal, can it be safely ignored? I wouldn't have mentioned it if were only a warning, but it says error..

Code: [Select]
[ 81%] Building CXX object libraries/app/CMakeFiles/graphene_app.dir/plugin.cpp.o
/home/admin/BitShares2_build/libraries/app/application.cpp: In lambda function:
/home/admin/BitShares2_build/libraries/app/application.cpp:277:16: error: ‘genesis’ was not declared in this scope
                genesis.initial_chain_id = fc::sha256::hash( egenesis_json );
                ^

No, the build failed using the same method as I have always used.

Anyone else seeing this error?

Injustice anywhere is a threat to justice everywhere - MLK |  Verbaltech2 Witness Reports: https://bitsharestalk.org/index.php/topic,23902.0.html

Offline speedy

  • Hero Member
  • *****
  • Posts: 1160
    • View Profile
  • BitShares: speedy
Is https://graphene.bitshares.org going to switch to the real 2.0 blockchain, or do we have to wait for Openledger to see a webwallet?

Offline Thom

Now that's explicit!

Thanks. I found libraries/egenesis in the build tree so I kindof figured that was the case. Build is 65% complete. I will start it as seed07 and deploy to the other 3 nodes once it is built. I presume that's what you meant by "join".
Injustice anywhere is a threat to justice everywhere - MLK |  Verbaltech2 Witness Reports: https://bitsharestalk.org/index.php/topic,23902.0.html

Offline bytemaster

I still don't get it exactly, what BM means by "join" and where the genesis is.

I am just building src from the master, clean get of lastest. Looking at the src tree now to "find the genesis", if it needs to be pulled out as a separate file like in the testnet. Based on posts I saw yesterday that seems unlikely. I just like things to be explicit, makes life so much easier!

There is no need to specify a genesis file in the release.  It is built into the binary.
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 Thom

I still don't get it exactly, what BM means by "join" and where the genesis is.

I am just building src from the master, clean get of lastest. Looking at the src tree now to "find the genesis", if it needs to be pulled out as a separate file like in the testnet. Based on posts I saw yesterday that seems unlikely. I just like things to be explicit, makes life so much easier!
Injustice anywhere is a threat to justice everywhere - MLK |  Verbaltech2 Witness Reports: https://bitsharestalk.org/index.php/topic,23902.0.html

Offline fav

  • Hero Member
  • *****
  • Posts: 4278
  • No Pain, No Gain
    • View Profile
    • Follow Me!
  • BitShares: fav
Could you be more specific?

I just looked on github but it wasn't clear where this genesis is.

Is it a matter of just building from master and it will be included within the binaries produced?

in the source package you can download

Offline Thom

Could you be more specific?

I just looked on github but it wasn't clear where this genesis is.

Is it a matter of just building from master and it will be included within the binaries produced?
Injustice anywhere is a threat to justice everywhere - MLK |  Verbaltech2 Witness Reports: https://bitsharestalk.org/index.php/topic,23902.0.html

Offline bytemaster

Genesis file has been checked into github.   Waiting for witnesses to join so they can be voted in.

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 neo_lee

  • Jr. Member
  • **
  • Posts: 27
    • View Profile
    • http:// weibo.com/neolee2010
BTS: neo
weibo: weibo.com/neolee2010

Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani
The last bts1 block number is ?


Quote
3826419

I am shutting down my 0.9.3c server now. Regardless if your client is still "on", no blocks are bing produced. I always intended to stop it when 2.0 was launched, but it doesn't appear any blocks are being produced anyway, regardless of the client running or not.

BSB also confirms this.

Correction, blocks are still being produced on 1.0, but I am shutting down my server now anyway.

I am confused!!!  This block is after the snapshot! Not?
Which was the last bts1 block before the snapshot?