Author Topic: October 2nd Test Network  (Read 28553 times)

0 Members and 1 Guest are viewing this topic.

Offline clayop

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

Offline Fox

Witnesses are now updated. Please add votes for fox.
Thanks
Witness: fox

Offline ElMato

  • Sr. Member
  • ****
  • Posts: 288
    • View Profile
elmato updated to master (93a108487d6499bb84ab2c8815ae463055e9d767)

get_witness elmato
{
  "id": "1.6.28",
  "witness_account": "1.2.26510",
  "last_aslot": 27561,
  "signing_key": "GPH7TrF5cDX66egLWPLJ7YCnZD5vHeFTgNbPChV8MDQnVKMzDfPrK",
  "pay_vb": "1.13.52",
  "vote_id": "1:48",
  "total_votes": "155155361606",
  "url": "http://about:blank",
  "total_missed": 70,
  "last_confirmed_block_num": 11003
}

Offline jtme

"Normal" price feeding activated.

Can you provide "step-by-step" instruction for us?
I'm running with a modified version of xeroc's price feeding script, nothing else special.
Xeroc's: https://github.com/xeroc/python-graphenelib
Mine: https://github.com/abitmore/python-graphenelib

I had made some efforts to get it running, but don't have time to re-do it. I'll try to remember and post.
* Env: Ubuntu 14.04 LTS x86_64, python3 is pre-installed
* sudo apt-get install python3-numpy python3-prettytable python3-setuptools
* Install AutobahnPython
** git clone https://github.com/tavendo/AutobahnPython.git
** cd AutobahnPython
** git checkout v0.9.6
** cd autobahn
** python3 setup.py install
* git clone https://github.com/abitmore/python-graphenelib.git
** cd python-graphenelib
** python3 setup.py install
** cd scripts
** cp config-example.py config.py
** Edit config.py
** python3 pricefeeds.py

it is possible to install autobahn by
Code: [Select]
apt-get install python3-pip
pip3 install autobahn

pricefeeds.py was crashing by division by zero some hours ago, but now it is working fine.
publishing pricefeeds now

Offline Thom

I have a seed node up at 128.199.78.89 for test5. Ran out of time to replicate on the other systems.

I tried to get my witness going, I think it would have been good to go but I'll have to brush up on getting a wallet, necessary balance, voted into place etc.

I have a meeting to attend so I have to get going. I'll try to catch up and get a block producing witness tomorrow.

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

Offline wackou

wackou updated to latest master, still waiting for some votes to start producing blocks, thanks!

wackou up and running, proxy set to dan

Code: [Select]
get_witness wackou
{
  "id": "1.6.17",
  "witness_account": "1.2.83349",
  "last_aslot": 0,
  "signing_key": "GPH8C1Cz3LDu732VT74bYvNE2G25NLghV96zcMnFwLd4Z6aXWup9i",
  "vote_id": "1:37",
  "total_votes": 0,
  "url": "http://digitalgaia.io",
  "total_missed": 0
}
Please vote for witness wackou! More info at http://digitalgaia.io

Offline bytemaster

Latested witness node and GUI now properly indicate how long you should wait for 100% irreversibility. 
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 Spectral

spartako, thank you for the CORE :)

I imported account 'bitspace-testaccount1', I think it is working properly, and it is funded.

How much CORE is actually needed to get a witness up and running? It would seem I need 10k to become lifetime member first. After that?

Code: [Select]
itr->get_balance() >= -delta: Insufficient Balance: bitspace-testaccount1's balance of 5044.50000 CORE is less than required 10000 CORE
    {"a":"bitspace-testaccount1","b":"5044.50000 CORE","r":"10000 CORE"}


Also I feel I need to make a comment to everyone contributing since the early times: Great work on treading the ground and on the documentation! The whole procedure is much easier to follow now than it was in the beginning. +5% +5% +5%
Vote for BTS-2 witness: spectral (1.6.30)
0.9 DVS delegate: dvs1.bitspace
Stay tuned for bitspace-clains worker!

Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
"Normal" price feeding activated.

Can you provide "step-by-step" instruction for us?
I'm running with a modified version of xeroc's price feeding script, nothing else special.
Xeroc's: https://github.com/xeroc/python-graphenelib
Mine: https://github.com/abitmore/python-graphenelib

I had made some efforts to get it running, but don't have time to re-do it. I'll try to remember and post.
* Env: Ubuntu 14.04 LTS x86_64, python3 is pre-installed
* sudo apt-get install python3-numpy python3-prettytable python3-setuptools
* Install AutobahnPython
** git clone https://github.com/tavendo/AutobahnPython.git
** cd AutobahnPython
** git checkout v0.9.6
** cd autobahn
** python3 setup.py install
* git clone https://github.com/abitmore/python-graphenelib.git
** cd python-graphenelib
** python3 setup.py install
** cd scripts
** cp config-example.py config.py
** Edit config.py
** python3 pricefeeds.py
BitShares committee member: abit
BitShares witness: in.abit

Offline Thom

When I try to run the witness I get

Code: [Select]
witness_node: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found
Using ubuntu 14.04. I have done the update/upgrade/dist-upgrate.

A google search shows a number of others also have this issue.

What package am I missing? Do I seed the ppa:ubuntu-toolchain-r/test PPA?

I tried the PPA no luck. I resolved it with:
Code: [Select]
apt-get install libstdc++6-4.7-dev
 and then...
apt-get install libstdc++6
« Last Edit: October 02, 2015, 09:59:57 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 jtme

jtm1 updated but missing votes

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
delegate-clayop updated
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
"Normal" price feeding activated.

Can you provide "step-by-step" instruction for us?
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
I had to take down init node to compile because while it was running I didn't have enough RAM :(
All init nodes are running in one VPS? Number of init nodes are more than 1/3 of all witnesses.. Will it kill the network?
BitShares committee member: abit
BitShares witness: in.abit

Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
"Normal" price feeding activated.
BitShares committee member: abit
BitShares witness: in.abit