0 Members and 1 Guest are viewing this topic.
# BLK.TRX TIMESTAMP FROM TO MEMO AMOUNT FEEVOTE ID------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 1 194.0 2014-06-04T03:40:30 bts101 cgafeng 10,000,000 XTS 0 XTS
XTS573GeM3zcSyQssLRZnMyN9z3XhX8eXNeKYdi5YGnj9wZaPnzUjThanks.
tao (locked) >>> get_info{ "blockchain_head_block_num": 192, "blockchain_head_block_time": "20140604T033700", "network_num_connections": 2, "wallet_balance": [[ -38661310, "XTS" ] ],
hackfisher123XTS5nd6Wxz87QdtHmmFGA3HGxvp3Lga6WY8K4V3vUvQHaaN4oKwAJtks
Quote from: taoljj on June 04, 2014, 12:56:42 amnice work.account_name: taoljjXTS5NUAgfhjRZntLe5nkxGDum2TXgQ2FH8tsJhtXF5CQXyJRAKbqVthanksSeed funds sent.
nice work.account_name: taoljjXTS5NUAgfhjRZntLe5nkxGDum2TXgQ2FH8tsJhtXF5CQXyJRAKbqVthanks
tao (unlocked) >>> blockchain_list_registered_accounts "taoljj" 1NAME KEY REGISTERED VOTES FOR VOTES AGAINST TRUST LEVEL taoljj XTS5NUAgfhjRZntLe5nkxGDum2TXgQ2FH8tsJhtXF5CQXyJRAKbqV 2014-06-04T01:27:00 N/A N/A 0....tao (unlocked) >>> wallet_set_delegate_trust_leveldelegate_name: taoljjassertaccount_record->is_delegate(): taoljj is not a delegate {"d":"taoljj"} th_a client.cpp:564 wallet_set_delegate_trust_level {"delegate_name":"taoljj","user_trust_level":0} th_a client.cpp:567 wallet_set_delegate_trust_level {"command":"wallet_set_delegate_trust_level"} th_a cli.cpp:548 execute_command
Quote from: bytemaster on June 04, 2014, 01:24:34 amFor those who are curious about the web interface, you can see the work in progress here....http://162.243.127.243:9989/when do we get to start playing with it?? looks great though!
For those who are curious about the web interface, you can see the work in progress here....http://162.243.127.243:9989/
XTS838jybg8gaPPWadoKUxve2ue1gJVcxiHT3RmLuRaTZGp99RHonthanks
Quote from: bytemaster on June 04, 2014, 12:17:36 amI found the issue, the seed node wasn't listening on the right port because it was relaunched to quickly. Things are connecting now.I can't connect to the feed node except patched the code.I have no upnp support and without public IP.We should detect if bind to a special port is failed. Code: [Select]diff --git a/libraries/net/node.cpp b/libraries/net/node.cppindex 2c6d2ec..56584c4 100644--- a/libraries/net/node.cpp+++ b/libraries/net/node.cpp@@ -476,7 +476,7 @@ namespace bts { namespace net { // detect if this fails. try {- _message_connection.bind(*local_endpoint);+ //_message_connection.bind(*local_endpoint); } catch (const fc::exception& except) {
I found the issue, the seed node wasn't listening on the right port because it was relaunched to quickly. Things are connecting now.
diff --git a/libraries/net/node.cpp b/libraries/net/node.cppindex 2c6d2ec..56584c4 100644--- a/libraries/net/node.cpp+++ b/libraries/net/node.cpp@@ -476,7 +476,7 @@ namespace bts { namespace net { // detect if this fails. try {- _message_connection.bind(*local_endpoint);+ //_message_connection.bind(*local_endpoint); } catch (const fc::exception& except) {