Does anybody of you get a network connection!?
When trying to start client i get
root@btsdelegate:~/bitshares_toolkit/programs/client# ./bitshares_client --server 107.170.30.182:8765
================================================================
= =
= 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 "107.170.30.182:8765/default.log"
Logging RPC to file "107.170.30.182:8765/rpc.log"
Loading config "107.170.30.182:8765/config.json"
{
"rpc": {
"rpc_user": "user",
"rpc_password": "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 "107.170.30.182:8765/chain"
Using genesis block from file "/root/bitshares_toolkit/programs/client/genesis.dat"
Starting json rpc server on 127.0.0.1:0
Starting http json rpc server on 127.0.0.1:0
Error starting rpc server
Attempting to connect to peer 107.170.30.182:8764
(wallet closed) >>> getinfoo
Error: invalid command "getinfoo"
(wallet closed) >>> getinfo
{
"blockchain_head_block_num": 789,
"blockchain_head_block_time": "20140602T230030",
"network_num_connections": 0,
"wallet_balance": "[wallet is not open]",
"wallet_unlocked_seconds_remaining": 0,
"wallet_next_block_production_time": null,
"wallet_seconds_until_next_block_production": null,
"wallet_local_time": "20140603T111926",
"blockchain_bips_per_share": 12.500000453125017,
"blockchain_random_seed": "f9cfec66a3d38f95ddadf2b80932336e9d4c43a3",
"blockchain_shares": 79999997100000,
"network_num_connections_max": 12,
"network_protocol_version": 101,
"wallet_open": false,
"wallet_unlocked_until": "",
"wallet_version": 100
}
blockchain_head_block_num: 789 is this current state!? And the testnet is up also!?