when trying to start client i get this error
{
"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:8765"
],
"ignore_console": false
}
Loading blockchain from "/home/bitshares/.BitSharesXTS/chain"
Using genesis block from file "/home/bitshares/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
Listening to P2P connections on port 8765
Attempting to map UPNP port...
Attempting to connect to peer 107.170.30.182:8765
after a few minutes i've checked connections via
(wallet closed) >>> getinfo
{
"blockchain_head_block_num": 828,
"blockchain_head_block_time": "20140601T221000",
"network_num_connections": 0,
"wallet_balance": 0,
"wallet_unlocked_seconds_remaining": 0,
"wallet_next_block_production_time": null,
"wallet_seconds_until_next_block_production": null,
"wallet_local_time": "20140601T230623",
"blockchain_asset_reg_fee": 301988160,
"blockchain_asset_shares_max": 1000000000000000,
"blockchain_bips_per_share": 12.500000093750002,
"blockchain_block_fee_min": 1,
"blockchain_block_interval": 30,
"blockchain_block_size_max": 209715,
"blockchain_block_size_target": 104857,
"blockchain_delegate_fire_votes_min": 11428571428571,
"blockchain_delegate_num": 7,
"blockchain_delegate_reg_fee": 43141165,
"blockchain_delegate_reward_min": 200,
"blockchain_id": "1610cd0610680c57f8e08a68eff51288cc15c50bfa11a84290eaca429b1f0e14",
"blockchain_name_size_max": 63,
"blockchain_name_data_size_max": 4096,
"blockchain_random_seed": "a0e6741bfe17b6473cdc9d06b5fd353683e269ca",
"blockchain_shares": 79999999400000,
"blockchain_size_max": 107374182400,
"blockchain_symbol": "XTS",
"blockchain_version": 100,
"network_num_connections_max": 12,
"network_protocol_version": 101,
"wallet_balance_bips": 0,
"wallet_open": false,
"wallet_unlocked_until": "",
"wallet_version": 100
}
Or did i miss something i had to do!?
Ubunutu 14 clean install