Author Topic: Test Net for Advanced Users  (Read 266974 times)

0 Members and 1 Guest are viewing this topic.

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
build failed for me.  Please let me know if you find a way around it.

Code: [Select]
/home/user/src/graphene/libraries/plugins/witness/witness.cpp:229:10: note: in expansion of macro ‘elog’
          elog("Not producing block because node appears to be on a minority fork with only ${pct}% witness participation", (capture) );
          ^
make[2]: *** [libraries/plugins/witness/CMakeFiles/graphene_witness.dir/witness.cpp.o] Error 1
make[1]: *** [libraries/plugins/witness/CMakeFiles/graphene_witness.dir/all] Error 2
make: *** [all] Error 2
user@user-desktop:~/src/graphene$

https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
How can I update fc submodule wit 71be796af50c407281a40e61e4199a87e0a19314 ? Please explain for a dummy

This is how I did it.  It is still building so I don't know if it worked yet.

Code: [Select]
git pull
git checkout test2
git submodule update --init --recursive
cd libraries
rm -r fc
git clone https://github.com/cryptonomex/fc.git
cd fc
git submodule update --init --recursive
cd ../..
cmake .
make

Thanks! Building now.
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
How can I update fc submodule wit 71be796af50c407281a40e61e4199a87e0a19314 ? Please explain for a dummy

This is how I did it.  It is still building so I don't know if it worked yet.

Code: [Select]
git pull
git checkout test2
git submodule update --init --recursive
cd libraries
rm -r fc
git clone https://github.com/cryptonomex/fc.git
cd fc
git submodule update --init --recursive
cd ../..
cmake .
make
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
How can I update fc submodule wit 71be796af50c407281a40e61e4199a87e0a19314 ? Please explain for a dummy
Anyone else getting this when trying to update the submodule

Code: [Select]
fatal: reference is not a tree: 80d967a70d21d26d27ef3a1544a177925b2a7bbe
Unable to checkout '80d967a70d21d26d27ef3a1544a177925b2a7bbe' in submodule path 'libraries/fc'

AWW
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
How can I update fc submodule wit 71be796af50c407281a40e61e4199a87e0a19314 ? Please explain for a dummy
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop


Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
An error in CMake.

Code: [Select]
CMake Error at CMakeLists.txt:36 (include):
  include could not find load file:
    GetGitRevisionDescription
CMake Error at CMakeLists.txt:37 (get_git_head_revision):
  Unknown CMake command "get_git_head_revision".
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline lafona

  • Sr. Member
  • ****
  • Posts: 231
    • View Profile
  • BitShares: lafona
Anyone else getting this when trying to update the submodule

Code: [Select]
fatal: reference is not a tree: 80d967a70d21d26d27ef3a1544a177925b2a7bbe
Unable to checkout '80d967a70d21d26d27ef3a1544a177925b2a7bbe' in submodule path 'libraries/fc'
BTS Witnesses: delegate-1.lafona     Witness Thread: https://bitsharestalk.org/index.php/topic,21569.msg280911/topicseen.html#msg280911
MUSE Witness: lafona

Offline Ander

  • Hero Member
  • *****
  • Posts: 3506
    • View Profile
  • BitShares: Ander
Whats different in this new test net?  How close is it getting?
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
Thanks puppies, will see how far I can get with that & leave 'flood_network' & other network commands until there is one
the vps I'm using for testing graphene is just sitting around right now.  If you need peers to join you let me know.

Are you running GUI node too?
I'm not running anything right now.  I could run a gui node, but you would not be able to sign up for new accounts with it.  You would have to import.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
Thanks puppies, will see how far I can get with that & leave 'flood_network' & other network commands until there is one
the vps I'm using for testing graphene is just sitting around right now.  If you need peers to join you let me know.

Are you running GUI node too?
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
The test network has been delayed because we have a random crash in block production that we just now identified the cause of.   

It took me 1M blocks to reproduce the issue on my local test net!

Somewhat disappointed but it's understandable. Can you tell ETA?

what is the nature of your disappointment, I dont understand?

Because I eagered for the new testnet
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline lakerta06

The test network has been delayed because we have a random crash in block production that we just now identified the cause of.   

It took me 1M blocks to reproduce the issue on my local test net!

Somewhat disappointed but it's understandable. Can you tell ETA?

what is the nature of your disappointment, I dont understand?

Offline lafona

  • Sr. Member
  • ****
  • Posts: 231
    • View Profile
  • BitShares: lafona
Thanks puppies, will see how far I can get with that & leave 'flood_network' & other network commands until there is one
the vps I'm using for testing graphene is just sitting around right now.  If you need peers to join you let me know.
Yeah same here
BTS Witnesses: delegate-1.lafona     Witness Thread: https://bitsharestalk.org/index.php/topic,21569.msg280911/topicseen.html#msg280911
MUSE Witness: lafona