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

0 Members and 1 Guest are viewing this topic.

Offline crazybit

tips for those got following error.
Quote
fc::sha256::hash( response.body.data(), response.body.size() ) == check:

seems there is some issue on the checksum, the workaround is to download the genesis file from http://bitshares.org/snapshots/xt_genesis.json directly, then rename to genesis.json and place in ----data-dir path manually

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
waitting for the real dry run  8)
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
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

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
You must create an account with that name first with "wallet_account_create welk1n-a".

Thanks, I will update instructions.

wei (unlocked) >>> wallet_import_private_key 5K1D1semMJdX6i4RSiWXHYLHhm7RhRXup2KswGzeEan3oqd2TY5 "welk1n-a"
10
is_valid_account( account_name ):
    {}
    th_a  wallet.cpp:784 import_private_key

    {"account_name":"welk1n-a"}
    th_a  wallet.cpp:811 import_private_key

    {"account_name":"welk1n-a"}
    th_a  wallet.cpp:830 import_wif_private_key

    {}
    th_a  common_api_client.cpp:202 wallet_import_private_key

    {"command":"wallet_import_private_key"}
    th_a  cli.cpp:574 execute_command

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 sfinder

  • Hero Member
  • *****
  • Posts: 1205
  • 4 Cores CPU+100GB SSD+anti-DDoS Pro
    • View Profile
I updated the source/compiled  and  run ./bitshares_client  without -- server and following is the output . look like "wallect closed"
------------------------------------------------------------------------------------
Using genesis block from file "/home/daniel/bitshares_toolkit/programs/client/genesis.json"
Not starting RPC server, use --server to enable the RPC interface
Listening for P2P connections on port 58273
Attempting to connect to peer 107.170.30.182:8764
Attempting to connect to peer 114.215.104.153:8764
Attempting to connect to peer 84.238.140.192:8764
(wallet closed) >>>

sfinder, can you type command "about" and tell us what your revision is?

Code: [Select]
"bitshares_toolkit_revision": "..."
"fc_revision": "..."
微博:星在飘我在找|BTS X 受托人delegate ID:baidu
中国教育书店合作将20%收入捐献给贫困山区学生。
Cooperating with China Education Bookstore and will donate 20% of delegate income to the poor students

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
create the account first

wei (unlocked) >>> wallet_import_private_key 5K1D1semMJdX6i4RSiWXHYLHhm7RhRXup2KswGzeEan3oqd2TY5 "welk1n-a"
10
is_valid_account( account_name ):
    {}
    th_a  wallet.cpp:784 import_private_key

    {"account_name":"welk1n-a"}
    th_a  wallet.cpp:811 import_private_key

    {"account_name":"welk1n-a"}
    th_a  wallet.cpp:830 import_wif_private_key

    {}
    th_a  common_api_client.cpp:202 wallet_import_private_key

    {"command":"wallet_import_private_key"}
    th_a  cli.cpp:574 execute_command


Offline welk1n

  • Jr. Member
  • **
  • Posts: 26
    • View Profile
wei (unlocked) >>> wallet_import_private_key 5K1D1semMJdX6i4RSiWXHYLHhm7RhRXup2KswGzeEan3oqd2TY5 "welk1n-a"
10
is_valid_account( account_name ):
    {}
    th_a  wallet.cpp:784 import_private_key

    {"account_name":"welk1n-a"}
    th_a  wallet.cpp:811 import_private_key

    {"account_name":"welk1n-a"}
    th_a  wallet.cpp:830 import_wif_private_key

    {}
    th_a  common_api_client.cpp:202 wallet_import_private_key

    {"command":"wallet_import_private_key"}
    th_a  cli.cpp:574 execute_command

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
this file is generated from json file.
something is wrong before this error.
the easy way is make clean and rebuild
I am getting a compilation error trying to build on clean Ubuntu 14.04 server

Code: [Select]
Building CXX object libraries/net/CMakeFiles/bts_net.dir/node.cpp.o
In file included from /root/bitshares_toolkit/libraries/client/include/bts/client/messages.hpp:3:0,
                 from /root/bitshares_toolkit/libraries/net/node.cpp:32:
/root/bitshares_toolkit/libraries/client/include/bts/client/client.hpp:6:34: fatal error: bts/api/common_api.hpp: No such file or directory
 #include <bts/api/common_api.hpp>
                                  ^
compilation terminated.
make[2]: *** [libraries/net/CMakeFiles/bts_net.dir/node.cpp.o] Error 1
make[1]: *** [libraries/net/CMakeFiles/bts_net.dir/all] Error 2
make: *** [all] Error 2

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
I am getting a compilation error trying to build on clean Ubuntu 14.04 server

Code: [Select]
Building CXX object libraries/net/CMakeFiles/bts_net.dir/node.cpp.o
In file included from /root/bitshares_toolkit/libraries/client/include/bts/client/messages.hpp:3:0,
                 from /root/bitshares_toolkit/libraries/net/node.cpp:32:
/root/bitshares_toolkit/libraries/client/include/bts/client/client.hpp:6:34: fatal error: bts/api/common_api.hpp: No such file or directory
 #include <bts/api/common_api.hpp>
                                  ^
compilation terminated.
make[2]: *** [libraries/net/CMakeFiles/bts_net.dir/node.cpp.o] Error 1
make[1]: *** [libraries/net/CMakeFiles/bts_net.dir/all] Error 2
make: *** [all] Error 2
>>> approve bitcoiners

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
you need update your code


i have removed data dir but still not fixing my problem



daniel@ubuntu:~/bitshares_toolkit/programs/client$ rm -rf /home/daniel/.BitSharesXTS
daniel@ubuntu:~/bitshares_toolkit/programs/client$ ./bitshares_client --server  ================================================================
=                                                              =
=             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.                          =
================================================================
Creating default config file "/home/daniel/.BitSharesXTS/config.json"
Logging to file "/home/daniel/.BitSharesXTS/default.log"
Logging RPC to file "/home/daniel/.BitSharesXTS/rpc.log"
{
  "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,
  "logging": {
    "includes": [],
    "appenders": [{
        "name": "default",
        "type": "file",
        "args": {
          "format": "${timestamp} ${thread_name} ${context} ${file}:${line} ${method} ${level}]  ${message}",
          "filename": "/home/daniel/.BitSharesXTS/default.log",
          "flush": true,
          "truncate": false
        },
        "enabled": true
      },{
        "name": "rpc",
        "type": "file",
        "args": {
          "format": "${timestamp} ${thread_name} ${context} ${file}:${line} ${method} ${level}]  ${message}",
          "filename": "/home/daniel/.BitSharesXTS/rpc.log",
          "flush": true,
          "truncate": false
        },
        "enabled": true
      }
    ],
    "loggers": [{
        "name": "default",
        "parent": null,
        "level": "debug",
        "enabled": true,
        "additivity": false,
        "appenders": [
          "default"
        ]
      },{
        "name": "rpc",
        "parent": null,
        "level": "debug",
        "enabled": true,
        "additivity": false,
        "appenders": [
          "rpc"
        ]
      }
    ]
  }
}
Loading blockchain from "/home/daniel/.BitSharesXTS/chain"
Using genesis block from file "/home/daniel/bitshares_toolkit/programs/client/genesis.json"
------------ error --------------
10
fc::sha256::hash( response.body.data(), response.body.size() ) == check:
    {}
    th_a  client.cpp:325 open

    {"data_dir":"/home/daniel/.BitSharesXTS"}
    th_a  client.cpp:341 open
daniel@ubuntu:~/bitshares_toolkit/programs/client$ ^C
daniel@ubuntu:~/bitshares_toolkit/programs/client$ rm -rf /home/daniel/.BitSharesXTS






sfinder, try
$ rm -rf ~/.BitSharesXTS


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"?

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
I am not entirely sure which data directory needs to be removed. I deleted

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

sfinder, try
$ rm -rf ~/.BitSharesXTS


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"?
>>> approve bitcoiners

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
sfinder, can you type command "about" and tell us what your revision is?

Code: [Select]
"bitshares_toolkit_revision": "..."
"fc_revision": "..."
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 bitder

  • Full Member
  • ***
  • Posts: 65
    • View Profile
$ git fetch
$ git rebase
$ git submodule update
$ make
$ rm -rf ~/.BitSharesXTS



i have removed data dir but still not fixing my problem



daniel@ubuntu:~/bitshares_toolkit/programs/client$ rm -rf /home/daniel/.BitSharesXTS
daniel@ubuntu:~/bitshares_toolkit/programs/client$ ./bitshares_client --server  ================================================================
=                                                              =
=             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.                          =
================================================================
Creating default config file "/home/daniel/.BitSharesXTS/config.json"
Logging to file "/home/daniel/.BitSharesXTS/default.log"
Logging RPC to file "/home/daniel/.BitSharesXTS/rpc.log"
{
  "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,
  "logging": {
    "includes": [],
    "appenders": [{
        "name": "default",
        "type": "file",
        "args": {
          "format": "${timestamp} ${thread_name} ${context} ${file}:${line} ${method} ${level}]  ${message}",
          "filename": "/home/daniel/.BitSharesXTS/default.log",
          "flush": true,
          "truncate": false
        },
        "enabled": true
      },{
        "name": "rpc",
        "type": "file",
        "args": {
          "format": "${timestamp} ${thread_name} ${context} ${file}:${line} ${method} ${level}]  ${message}",
          "filename": "/home/daniel/.BitSharesXTS/rpc.log",
          "flush": true,
          "truncate": false
        },
        "enabled": true
      }
    ],
    "loggers": [{
        "name": "default",
        "parent": null,
        "level": "debug",
        "enabled": true,
        "additivity": false,
        "appenders": [
          "default"
        ]
      },{
        "name": "rpc",
        "parent": null,
        "level": "debug",
        "enabled": true,
        "additivity": false,
        "appenders": [
          "rpc"
        ]
      }
    ]
  }
}
Loading blockchain from "/home/daniel/.BitSharesXTS/chain"
Using genesis block from file "/home/daniel/bitshares_toolkit/programs/client/genesis.json"
------------ error --------------
10
fc::sha256::hash( response.body.data(), response.body.size() ) == check:
    {}
    th_a  client.cpp:325 open

    {"data_dir":"/home/daniel/.BitSharesXTS"}
    th_a  client.cpp:341 open
daniel@ubuntu:~/bitshares_toolkit/programs/client$ ^C
daniel@ubuntu:~/bitshares_toolkit/programs/client$ rm -rf /home/daniel/.BitSharesXTS






sfinder, try
$ rm -rf ~/.BitSharesXTS


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"?
wallet_account_set_approval delegate.bitder 1

Offline sfinder

  • Hero Member
  • *****
  • Posts: 1205
  • 4 Cores CPU+100GB SSD+anti-DDoS Pro
    • View Profile

i have removed data dir but still not fixing my problem



daniel@ubuntu:~/bitshares_toolkit/programs/client$ rm -rf /home/daniel/.BitSharesXTS
daniel@ubuntu:~/bitshares_toolkit/programs/client$ ./bitshares_client --server  ================================================================
=                                                              =
=             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.                          =
================================================================
Creating default config file "/home/daniel/.BitSharesXTS/config.json"
Logging to file "/home/daniel/.BitSharesXTS/default.log"
Logging RPC to file "/home/daniel/.BitSharesXTS/rpc.log"
{
  "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,
  "logging": {
    "includes": [],
    "appenders": [{
        "name": "default",
        "type": "file",
        "args": {
          "format": "${timestamp} ${thread_name} ${context} ${file}:${line} ${method} ${level}]  ${message}",
          "filename": "/home/daniel/.BitSharesXTS/default.log",
          "flush": true,
          "truncate": false
        },
        "enabled": true
      },{
        "name": "rpc",
        "type": "file",
        "args": {
          "format": "${timestamp} ${thread_name} ${context} ${file}:${line} ${method} ${level}]  ${message}",
          "filename": "/home/daniel/.BitSharesXTS/rpc.log",
          "flush": true,
          "truncate": false
        },
        "enabled": true
      }
    ],
    "loggers": [{
        "name": "default",
        "parent": null,
        "level": "debug",
        "enabled": true,
        "additivity": false,
        "appenders": [
          "default"
        ]
      },{
        "name": "rpc",
        "parent": null,
        "level": "debug",
        "enabled": true,
        "additivity": false,
        "appenders": [
          "rpc"
        ]
      }
    ]
  }
}
Loading blockchain from "/home/daniel/.BitSharesXTS/chain"
Using genesis block from file "/home/daniel/bitshares_toolkit/programs/client/genesis.json"
------------ error --------------
10
fc::sha256::hash( response.body.data(), response.body.size() ) == check:
    {}
    th_a  client.cpp:325 open

    {"data_dir":"/home/daniel/.BitSharesXTS"}
    th_a  client.cpp:341 open
daniel@ubuntu:~/bitshares_toolkit/programs/client$ ^C
daniel@ubuntu:~/bitshares_toolkit/programs/client$ rm -rf /home/daniel/.BitSharesXTS






sfinder, try
$ rm -rf ~/.BitSharesXTS


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 bitder

  • Full Member
  • ***
  • Posts: 65
    • View Profile
sfinder, try
$ rm -rf ~/.BitSharesXTS


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"?
wallet_account_set_approval delegate.bitder 1

Offline bitder

  • Full Member
  • ***
  • Posts: 65
    • View Profile
Node spec: (currently running on Ubuntu 14.04 VM in Canada - can upgrade to dedicated HW or move to AWS. Will size as required)
1.5GB
1 vCPU

bitder-delegate-1: XTS6qTT13ykM2kshakrFS4M4o4TcpNPhkQuV1h8dL2UJbZyQU2yMd
bitder-delegate-2: XTS6SoXmqo5vdHYNXvyjxUoMQjeFFj2kXQHJKG4sK1JCESdmgJ7rt
bitder-delegate-3: XTS5BwuZQfFMpktrVsXLUDQxgnXg3iVY4EVQMbd1Y4BNz145kQdh6
bitder-delegate-4: XTS5TQbUB5UBmEG9ATLBhHe1Aw4AbctmTNji5QgHv9SFXX7rJAK64
bitder-delegate-5: XTS8Tq5MvRyU7PMBAMXCMRXTqNvfUzoHr9jK1Bo6K245FKZ5BFJxM
wallet_account_set_approval delegate.bitder 1