Author Topic: [OVER] New testnet iteration  (Read 18783 times)

0 Members and 1 Guest are viewing this topic.

Offline cgafeng

receive from bts101, thinks.

Code: [Select]
  #    BLK.TRX  TIMESTAMP            FROM                TO                  MEMO                                        AMOUNT           FEE
VOTE                                      ID
-----------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------
  1    194.0    2014-06-04T03:40:30  bts101              cgafeng                                                 10,000,000 XTS         0 XTS
BTC:1EYwcZ9cYVj6C9LMLafdcjK9wicVMDV376

Offline taoljj

  • Full Member
  • ***
  • Posts: 177
    • View Profile
XTS573GeM3zcSyQssLRZnMyN9z3XhX8eXNeKYdi5YGnj9wZaPnzUj

Thanks.

sent
BTS      Witness: delegate.taoljj

Offline taoljj

  • Full Member
  • ***
  • Posts: 177
    • View Profile
Code: [Select]
tao (locked) >>> get_info
{
  "blockchain_head_block_num": 192,
  "blockchain_head_block_time": "20140604T033700",
  "network_num_connections": 2,
  "wallet_balance": [[
      -38661310,
      "XTS"
    ]
  ],

- 38661310, "XTS"    what is the meaning?
BTS      Witness: delegate.taoljj

Offline taoljj

  • Full Member
  • ***
  • Posts: 177
    • View Profile
hackfisher123
XTS5nd6Wxz87QdtHmmFGA3HGxvp3Lga6WY8K4V3vUvQHaaN4oKwAJ


tks

sent
BTS      Witness: delegate.taoljj

Offline laow

  • Full Member
  • ***
  • Posts: 155
    • View Profile
hackfisher123
XTS5nd6Wxz87QdtHmmFGA3HGxvp3Lga6WY8K4V3vUvQHaaN4oKwAJ


tks
sent some, not much.
BTS acount: laow

Offline cgafeng

XTS4yqZJWMmSgEoai9pcLsDwp42oVC2j7tkSWzSbcUQKY4ARuqAf3
thinks.
BTC:1EYwcZ9cYVj6C9LMLafdcjK9wicVMDV376

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
XTS573GeM3zcSyQssLRZnMyN9z3XhX8eXNeKYdi5YGnj9wZaPnzUj

Thanks.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline HackFisher

  • Hero Member
  • *****
  • Posts: 883
    • View Profile
hackfisher123
XTS5nd6Wxz87QdtHmmFGA3HGxvp3Lga6WY8K4V3vUvQHaaN4oKwAJ


tks
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 taoljj

  • Full Member
  • ***
  • Posts: 177
    • View Profile
nice work.

account_name: taoljj
XTS5NUAgfhjRZntLe5nkxGDum2TXgQ2FH8tsJhtXF5CQXyJRAKbqV

thanks

Seed funds sent.




Funds received.

But
Code: [Select]
tao (unlocked) >>> blockchain_list_registered_accounts "taoljj" 1
NAME                     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_level
delegate_name: taoljj
assert
account_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

BTS      Witness: delegate.taoljj

Offline bytemaster

For 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!  +5%

It appears that the web interface is down, we probably hammered it too hard or Nikita shut it down for some reason. 
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 bytemaster

XTS838jybg8gaPPWadoKUxve2ue1gJVcxiHT3RmLuRaTZGp99RHon

thanks

Sent you some.
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 laow

  • Full Member
  • ***
  • Posts: 155
    • View Profile
XTS838jybg8gaPPWadoKUxve2ue1gJVcxiHT3RmLuRaTZGp99RHon

thanks
BTS acount: laow

Offline mavisjames

  • Jr. Member
  • **
  • Posts: 46
    • View Profile
For 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!  +5%
Pmp2K9S5t15hTEkrrFk1cfieb2Y2eVR6YG

BTSX ID: mdyyz

Offline bytemaster

For those who are curious about the web interface, you can see the work in progress here....

http://162.243.127.243:9989/
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 bytemaster

I 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.cpp
index 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)
           {

This sounds like an issue for Eric.... I sent you some funds.
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.