Author Topic: Initial delegates, let's get ready!  (Read 25367 times)

0 Members and 1 Guest are viewing this topic.

Offline sfinder

  • Hero Member
  • *****
  • Posts: 1205
  • 4 Cores CPU+100GB SSD+anti-DDoS Pro
    • View Profile
i did remove data dir but did not fix the problem

latest git pull.


Code: [Select]

~/local/bitshares_toolkit/programs/client$ rm ../../data/ -rf

./bitshares_client
================================================================
=                                                              =
=             Welcome to BitShares XTS                         =
=                                                              =
=  This software is in alpha testing and is not suitable for   =
=  real monetary transactions or trading.  Use at your own     =
=  risk.                                                       =
=                                                              =
=  Type 'help' for usage information.                          =
================================================================
Logging to file "/home/slava/.BitSharesXTS/default.log"
Logging RPC to file "/home/slava/.BitSharesXTS/rpc.log"
Loading config "/home/slava/.BitSharesXTS/config.json"
{
  "rpc": {
    "rpc_user": "",
    "rpc_password": "",
    "rpc_endpoint": "127.0.0.1:0",
    "httpd_endpoint": "127.0.0.1:0",
    "htdocs": "./htdocs"
  },
  "default_peers": [
    "107.170.30.182:8764"
  ],
  "ignore_console": false
}
Loading blockchain from "/home/slava/.BitSharesXTS/chain"
Using genesis block from file "/home/slava/local/bitshares_toolkit/programs/client/genesis.json"
Initializing genesis state
------------ error --------------
10
total_votes == total.amount:
    {"total_votes":999999999999994,"total_shares":{"amount":1999999999999988,"asset_id":0}}
    th_a  chain_database.cpp:1681 sanity_check

    {}
    th_a  chain_database.cpp:1688 sanity_check

    {}
    th_a  chain_database.cpp:1442 initialize_genesis

    {"data_dir":"/home/slava/.BitSharesXTS/chain"}
    th_a  chain_database.cpp:864 open

    {"data_dir":"/home/slava/.BitSharesXTS","genesis_dat":"/home/slava/local/bitshares_toolkit/programs/client/genesis.json"}
    th_a  client.cpp:325 open

Did you wipe your data dir?
Did you "git submodule update"?
微博:星在飘我在找|BTS X 受托人delegate ID:baidu
中国教育书店合作将20%收入捐献给贫困山区学生。
Cooperating with China Education Bookstore and will donate 20% of delegate income to the poor students

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
latest git pull.


Code: [Select]

~/local/bitshares_toolkit/programs/client$ rm ../../data/ -rf

./bitshares_client
================================================================
=                                                              =
=             Welcome to BitShares XTS                         =
=                                                              =
=  This software is in alpha testing and is not suitable for   =
=  real monetary transactions or trading.  Use at your own     =
=  risk.                                                       =
=                                                              =
=  Type 'help' for usage information.                          =
================================================================
Logging to file "/home/slava/.BitSharesXTS/default.log"
Logging RPC to file "/home/slava/.BitSharesXTS/rpc.log"
Loading config "/home/slava/.BitSharesXTS/config.json"
{
  "rpc": {
    "rpc_user": "",
    "rpc_password": "",
    "rpc_endpoint": "127.0.0.1:0",
    "httpd_endpoint": "127.0.0.1:0",
    "htdocs": "./htdocs"
  },
  "default_peers": [
    "107.170.30.182:8764"
  ],
  "ignore_console": false
}
Loading blockchain from "/home/slava/.BitSharesXTS/chain"
Using genesis block from file "/home/slava/local/bitshares_toolkit/programs/client/genesis.json"
Initializing genesis state
------------ error --------------
10
total_votes == total.amount:
    {"total_votes":999999999999994,"total_shares":{"amount":1999999999999988,"asset_id":0}}
    th_a  chain_database.cpp:1681 sanity_check

    {}
    th_a  chain_database.cpp:1688 sanity_check

    {}
    th_a  chain_database.cpp:1442 initialize_genesis

    {"data_dir":"/home/slava/.BitSharesXTS/chain"}
    th_a  chain_database.cpp:864 open

    {"data_dir":"/home/slava/.BitSharesXTS","genesis_dat":"/home/slava/local/bitshares_toolkit/programs/client/genesis.json"}
    th_a  client.cpp:325 open

Did you wipe your data dir?
Did you "git submodule update"?
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
latest git pull.


Code: [Select]

~/local/bitshares_toolkit/programs/client$ rm ../../data/ -rf

./bitshares_client
================================================================
=                                                              =
=             Welcome to BitShares XTS                         =
=                                                              =
=  This software is in alpha testing and is not suitable for   =
=  real monetary transactions or trading.  Use at your own     =
=  risk.                                                       =
=                                                              =
=  Type 'help' for usage information.                          =
================================================================
Logging to file "/home/slava/.BitSharesXTS/default.log"
Logging RPC to file "/home/slava/.BitSharesXTS/rpc.log"
Loading config "/home/slava/.BitSharesXTS/config.json"
{
  "rpc": {
    "rpc_user": "",
    "rpc_password": "",
    "rpc_endpoint": "127.0.0.1:0",
    "httpd_endpoint": "127.0.0.1:0",
    "htdocs": "./htdocs"
  },
  "default_peers": [
    "107.170.30.182:8764"
  ],
  "ignore_console": false
}
Loading blockchain from "/home/slava/.BitSharesXTS/chain"
Using genesis block from file "/home/slava/local/bitshares_toolkit/programs/client/genesis.json"
Initializing genesis state
------------ error --------------
10
total_votes == total.amount:
    {"total_votes":999999999999994,"total_shares":{"amount":1999999999999988,"asset_id":0}}
    th_a  chain_database.cpp:1681 sanity_check

    {}
    th_a  chain_database.cpp:1688 sanity_check

    {}
    th_a  chain_database.cpp:1442 initialize_genesis

    {"data_dir":"/home/slava/.BitSharesXTS/chain"}
    th_a  chain_database.cpp:864 open

    {"data_dir":"/home/slava/.BitSharesXTS","genesis_dat":"/home/slava/local/bitshares_toolkit/programs/client/genesis.json"}
    th_a  client.cpp:325 open
>>> approve bitcoiners

Offline spartako

  • Sr. Member
  • ****
  • Posts: 401
    • View Profile
Node specs:
* Server located in Germany.
* 32G RAM
* 4 core Intel Xeon E3-1230v2
* 256 GB SSD
* 2 TB SATA
* Ubuntu 12.04 LTS

Keys:
spartako-delegate-1: XTS6DDBA3URydxP2EPPtTwJ6JcSV28ut7ukN2HCVgrDuH4UCxF9Jv
spartako-delegate-2: XTS8LLDp6tZzh4bt5mBJXrigaff76xJCHzU1uqJrEryJpiZFcW3Ac
spartako-delegate-3: XTS7CGASnpNRTnfcqMhTTGAgbmpstVS3U3mWfHoAmwAXQaer7BvUD
spartako-delegate-4: XTS6o9KsYFpuPLQy9HCZGJrsxhnSFrv4DN4C3XNmb3kknFXikBBPP
spartako-delegate-5: XTS7xP4je99nWGnbNC2bKxNpTK5661iX4oLnj8Qije6KgxAWb5H5k

 
wallet_account_set_approval spartako

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
Another test net is up right now - just a test test network, we will do the real dry-run when we have more delegates

puppies, emski, your 10 keys are registered as initial delegates.
sfinder, for some reason Dan didn't see your post. Whoops. You'll get into the real dry run with everyone else.

puppies and emski should:

1) Pull latest (+ git submodule update) and build
2) Wipe data dir
3) "wallet_create" / "wallet_unlock 9999999"
4) "wallet_import_private_key <WIF_PRIVATE_KEY>" on each key (other readers: you must "wallet_account_create" first if you are not hard-coded delegate)
5) "rescan"

Leave it running for a while (50 minutes worst case)

6) "blockchain_get_delegates"  -> see the names of all your delegats
7) "blockchain_get_account_record <delegate_name>"

"blocks_produced" should be more than 0.
"blocks_missed" will be big but should stop increasing after you import your keys
« Last Edit: June 08, 2014, 03:24:18 am by toast »
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
Location: ShangHai, China
os: ubuntu
cpu: Intel I5-4200U
mem: 4G
alt-delegate-1: XTS57VJ3pc85WWJWCwNzPBcwNHEqHstavbhgFfHgc8nTmCchXGJAM
alt-delegate-2: XTS613zBdL38aPmLyMPtiTxKHnqiD7eiFZUsAFdVPzZmx4aZ8c8wq
alt-delegate-3: XTS5siws5HRdVw8XYjPtq1S2536ahueJXcrXsjhnk3PAffhpkYzZd
alt-delegate-4: XTS5iUxjeTmcdb2MrZBD32n73fLP1P1gBY4peWdaj1AZ6NrbBmr3y
alt-delegate-5: XTS72LSQVoJnQoMgeBrjihzAS6YLGWdhqRdD8NtLb6ukgoLL9GxLa
« Last Edit: June 08, 2014, 02:36:35 am by alt »

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
I'm not sure I count as qualified.  I'd like to give it a shot though.

 (I'm not sure what ports are open.  I can always googlefu it after work, but I'm on my lunch hour.)
toast edit: I removed your IP because I'm dumb and shouldn't have asked for it

Its running on a digital ocean droplet with 8GB of ram and 4cpus.

Currently based in New York, but I would gladly move it to Amsterdam, Singapore, or San Francisco if that was better for the network. 

Keys:
1: XTS8UTxLFKWaL2aFLxhwNC9C1JnTRrtDSpKTeAvB9yqNavVfFRkQ1
2: XTS5LGPcabhmv2Y3rpT5YP1Ba8nUFoU1P2GFrth81Za9TFV78EjBc
3: XTS6s5vsTDMJm429keEXJi4RSAHhgm2mf6GGuV7LnKvZYfPMeXFS1
4: XTS8djaCmGAU6VhQ6Ri1VEyr187cVaYar62if72rvTtUwNkvPCvqG
5: XTS6urf3pgJk15kWE24h5k8SwNrWn1Uq7JTbA2brfviZmmeLC9VPw

I'm not the most technically sound, but I've been able to get the previous test nets up and running just fine.  (I can follow simple directions)
« Last Edit: June 08, 2014, 01:27:22 am by toast »
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline Stan

  • Hero Member
  • *****
  • Posts: 2908
  • You need to think BIGGER, Pinky...
    • View Profile
    • Cryptonomex
  • BitShares: Stan
Enjoy!  Looks too fiddly for a user like me, I just need an application I can install, configure and run.
Yes  +5%

Sounds like a business opportunity for some entrepreneur. 

They are everywhere in this ecosystem right now!

Pay attention and grab your niche!

Preempting Adam's "there's no incentive, invictus hogging all the AGS"
Today we came up with a model that's gonna incentive the hell out of infrastructure development. Hang tight folks!

"You can't win Darth.
When I get my Delegate seat
I shall become more powerful than you can possibly imagine."


Delegate positions will be far more significant roles than is yet foreseen in the minds of men.

Prepare now, for there remains but little time.
« Last Edit: June 08, 2014, 01:25:19 am by Stan »
Anything said on these forums does not constitute an intent to create a legal obligation or contract of any kind.   These are merely my opinions which I reserve the right to change at any time.

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
I think the delicated node should seperate from seed node. avoid attack like ddos. security is the most important for delicated node.

Offline zhangweis

  • Sr. Member
  • ****
  • Posts: 305
    • View Profile
Node: 1 Core CPU/2G memory/20G SSD
Location: Qingdao, China

Public keys:
zhangweis-delegate-1:XTS6sSu1DhZUxpnoLz1wYvwsowUQpa4zyHFkqo972fKnU6xrEKVx8
zhangweis-delegate-2:XTS7CoMc1xHodpiVYS8gukQRhmrpxaBEz7oMaUy434HBLbJegtFo1
zhangweis-delegate-3:XTS7kcfTvho6h7juwajcNxBQA9rmiqd5iSFMZYywwbWRk9wqjo2Np
zhangweis-delegate-4:XTS6yyGEujvofqgQRfwvwWxMjZiFJwE4kBE1BpXtGpmhZ8aC58Dmb
zhangweis-delegate-5:XTS4yrt2mFvEcaNCD3HVYiDgWcS5jVpf3R9MfnTh6W3v3Y1W4vGrA
« Last Edit: June 08, 2014, 12:07:35 pm by zhangweis »
Weibo:http://weibo.com/zhangweis

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
Enjoy!  Looks too fiddly for a user like me, I just need an application I can install, configure and run.
Yes  +5%

Sounds like a business opportunity for some entrepreneur. 

They are everywhere in this ecosystem right now!

Pay attention and grab your niche!

Preempting Adam's "there's no incentive, invictus hogging all the AGS"
Today we came up with a model that's gonna incentive the hell out of infrastructure development. Hang tight folks!
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline bytemaster

Working on setting up the latest test net now.
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 toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
really? exposing the delegates’ IP addresses?

Wow, good point... I was thinking about how we need public seed nodes but we absolutely do not need all IPs. Editing OP now


Quote
got the following error while trying to run ./bitshares_client under ubuntu14.04.  Does it caused by testnet is not running ?

We had a bad checkin, sorry. Wipe data dir and try again.
But yes, there is no test net.
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline Stan

  • Hero Member
  • *****
  • Posts: 2908
  • You need to think BIGGER, Pinky...
    • View Profile
    • Cryptonomex
  • BitShares: Stan
Enjoy!  Looks too fiddly for a user like me, I just need an application I can install, configure and run.
Yes  +5%

Sounds like a business opportunity for some entrepreneur. 

They are everywhere in this ecosystem right now!

Pay attention and grab your niche!
Anything said on these forums does not constitute an intent to create a legal obligation or contract of any kind.   These are merely my opinions which I reserve the right to change at any time.

Offline muse-umum

  • Hero Member
  • *****
  • Posts: 717
  • BitShares everything
    • View Profile
really? exposing the delegates’ IP addresses?