Author Topic: [OVER] TITAN Test Net for XTS Open for Savvy Users  (Read 27521 times)

0 Members and 1 Guest are viewing this topic.

Offline svk

Could someone send me enough to try registering a name?

XTS5BKS8X9ALpwkataGZhawrnkbz1ZJT5UnhjpCHBxURp2T6kuLQe
Sent
Worker: dev.bitsharesblocks

Offline HackFisher

  • Hero Member
  • *****
  • Posts: 883
    • View Profile
Could someone send me enough to try registering a name?

XTS5BKS8X9ALpwkataGZhawrnkbz1ZJT5UnhjpCHBxURp2T6kuLQe

Sent.

Quote
5   1747.0    2014-06-03T17:21:00 hackfisher123       hackfisher123       testing             500000          10000   N/A            3a2ee8d29a3b3410c13a46c5aa5f93c2c311c6b2
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 JoeyD

Could someone send me enough to try registering a name?

XTS5BKS8X9ALpwkataGZhawrnkbz1ZJT5UnhjpCHBxURp2T6kuLQe

Offline HackFisher

  • Hero Member
  • *****
  • Posts: 883
    • View Profile
Did anyone actually receive any funds from me? I hope so as my balance is decreasing :)

In  my transaction history the "to" field only gives the account name while the transaction is pending, once it's confirmed it lists my account as the "to" and "from". Example, my transfer to hackfisher just now:

While pending:
Code: [Select]
#    BLK.TRX  TIMESTAMP           FROM                TO                  MEMO                 AMOUNT          FEE     VOTE         ID
11pending     2014-06-03T16:14:42 svk                 hackfisher123                           5000000         10000   N/A            9152ba784e17ab04708381ed6027a944567f648c
Once sent:
Code: [Select]
11   1689.0    2014-06-03T16:16:00 svk                 svk                                     5000000         10000   N/A            9152ba784e17ab04708381ed6027a944567f648c

Received, thanks.
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 svk

Did anyone actually receive any funds from me? I hope so as my balance is decreasing :)

In  my transaction history the "to" field only gives the account name while the transaction is pending, once it's confirmed it lists my account as the "to" and "from". Example, my transfer to hackfisher just now:

While pending:
Code: [Select]
#    BLK.TRX  TIMESTAMP           FROM                TO                  MEMO                 AMOUNT          FEE     VOTE         ID
11pending     2014-06-03T16:14:42 svk                 hackfisher123                           5000000         10000   N/A            9152ba784e17ab04708381ed6027a944567f648c
Once sent:
Code: [Select]
11   1689.0    2014-06-03T16:16:00 svk                 svk                                     5000000         10000   N/A            9152ba784e17ab04708381ed6027a944567f648c
Worker: dev.bitsharesblocks

Offline HackFisher

  • Hero Member
  • *****
  • Posts: 883
    • View Profile
Coolspeed, sent you some.

HackFisher, I can't seem to get your address registered.

Code: [Select]
wallet_add_contact_account
account_name: hackfisher
account_key: XTS5NNoD2WFeqRY6NkcHvb7n2NQvytzD6aW6Y6gGxGrYLvsQpp9KT
assert
!"Account name is already registered under a different key":
    {}
    th_a  wallet.cpp:585 add_contact_account

    {"account_name":"hackfisher","public_key":"XTS5NNoD2WFeqRY6NkcHvb7n2NQvytzD6aW6Y6gGxGrYLvsQpp9KT"}
    th_a  wallet.cpp:609 add_contact_account

    {"command":"wallet_add_contact_account"}
    th_a  cli.cpp:539 execute_command

And if I use capital letters in the account name it seems to encounter a bug:

Code: [Select]
wallet_add_contact_account
account_name: HackFisher
account_key: XTS5NNoD2WFeqRY6NkcHvb7n2NQvytzD6aW6Y6gGxGrYLvsQpp9KT
assert
is_valid_account_name( account_name ):
    {}
    th_a  wallet.cpp:580 add_contact_account

    {"account_name":"HackFisher","public_key":"XTS5NNoD2WFeqRY6NkcHvb7n2NQvytzD6aW6Y6gGxGrYLvsQpp9KT"}
    th_a  wallet.cpp:609 add_contact_account

    {"command":"wallet_add_contact_account"}
    th_a  cli.cpp:539 execute_command

I don't know, It seems it has already been registered by someone else, please using following name and address, thanks
hackfisher123
XTS5nd6Wxz87QdtHmmFGA3HGxvp3Lga6WY8K4V3vUvQHaaN4oKwAJ


Edit: I see, it might be registered as Keyhotee Founders IDs from genesisi.dat.
« Last Edit: June 03, 2014, 04:34:15 pm by HackFisher »
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 xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc

Could someone send me some BIPS?

XTS72E5WHYP79vY4FuNZB4eVUs4hw71Aynr3Cv8CB9e2rQWJpB57q

Offline svk

Coolspeed, sent you some.

HackFisher, I can't seem to get your address registered.

Code: [Select]
wallet_add_contact_account
account_name: hackfisher
account_key: XTS5NNoD2WFeqRY6NkcHvb7n2NQvytzD6aW6Y6gGxGrYLvsQpp9KT
assert
!"Account name is already registered under a different key":
    {}
    th_a  wallet.cpp:585 add_contact_account

    {"account_name":"hackfisher","public_key":"XTS5NNoD2WFeqRY6NkcHvb7n2NQvytzD6aW6Y6gGxGrYLvsQpp9KT"}
    th_a  wallet.cpp:609 add_contact_account

    {"command":"wallet_add_contact_account"}
    th_a  cli.cpp:539 execute_command

And if I use capital letters in the account name it seems to encounter a bug:

Code: [Select]
wallet_add_contact_account
account_name: HackFisher
account_key: XTS5NNoD2WFeqRY6NkcHvb7n2NQvytzD6aW6Y6gGxGrYLvsQpp9KT
assert
is_valid_account_name( account_name ):
    {}
    th_a  wallet.cpp:580 add_contact_account

    {"account_name":"HackFisher","public_key":"XTS5NNoD2WFeqRY6NkcHvb7n2NQvytzD6aW6Y6gGxGrYLvsQpp9KT"}
    th_a  wallet.cpp:609 add_contact_account

    {"command":"wallet_add_contact_account"}
    th_a  cli.cpp:539 execute_command
Worker: dev.bitsharesblocks

Offline coolspeed

  • Hero Member
  • *****
  • Posts: 536
    • View Profile
    • My Blog
XTS7x5egWP8DE8vmR38yAJkKp97oAFxdBmyxQo6gshCCL5VmZbYgc

Send me some test shares please :)
Please vote for  delegate.coolspeed    dac.coolspeed
BTS account: coolspeed
Sina Weibo:@coolspeed

Offline HackFisher

  • Hero Member
  • *****
  • Posts: 883
    • View Profile
Please send some for testing, thanks

XTS5NNoD2WFeqRY6NkcHvb7n2NQvytzD6aW6Y6gGxGrYLvsQpp9KT
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 crazybit

Please sent me some fund, thanks

XTS6YmGeNjZkqimUc7AVF3RJ1iX537XNPePxLEX7NuqzJ8FBsLCWx


BTW, i was rejected while connecting to seed node: 107.170.30.182:8764 with following error. is the connection pool full? please share if you have any available seed node.

Quote
1159635ms       th_a      connect_to_task ] Sent "hello" to peer 107.170.30.182:8764         node.cpp:2042
1159636ms       th_a      connect_to_task ] The hello message I just sent contains connection information: my_ip: 192.168.0.2, my_outbound_port: 2243, my_inbound_port: 2243         node.cpp:2044
1160206ms       th_a on_connection_reject ] Received a rejection from 107.170.30.182:8764 in response to my "hello", reason: "You're on a different chain than I am.  I'm on ?h W奾秕執??˙愱蔅? and you're on 炑乊.;珣哾=
?j ?p?耻琲˙?"         node.cpp:1276
1160209ms       th_a            read_loop ] disconnected eof
End of file
    {"message":"End of file"}
    asio  asio.cpp:22 fc::asio::detail::read_write_handler

    {"len":16}
    th_a  stcp_socket.cpp:73 bts::net::stcp_socket::readsome         message_oriented_connection.cpp:130
Delete you ~/.BitSharesX folder and start over again .. chains had a reset due to TITAN

thanks, replace the genesis.dat and it works now.

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
You can track our issues here: https://github.com/BitShares/bitshares_toolkit/issues

thx  :P  *cass <-- facepalm .. sure will use git for future issues...
█║▌║║█  - - -  The quieter you become, the more you are able to hear  - - -  █║▌║║█

Offline crazybit

A tip for those getting:

Code: [Select]
Error starting rpc server

The default config.json file uses port=0 for both RPC settings, just change them to two different ports and the RPC server will start correctly.

if you start up the client with the argument "--server" but without  the argument "--rpcport" and "--httpport",0 would be the default listen port for RPC and HTTP servers,  but the port 0 is invalid based on the existing checking logic, so that the RPC and HTTP servers would  not be started up properly. you can change the the variables "rpc_endpoint" and "httpd_endpoint" to non-zero value in file config.json to start up the RPC server ,and i think it is a program bug.
« Last Edit: June 03, 2014, 01:52:17 pm by CrazyBit »

Offline taoljj

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

thanks

Funds sent.

received nothing

try
XTS4xiLW1j8c8fJ1rYBphGaEXyhzrJAD3qreTWPL7R7kkw8hT1ffP

thanks



BTS      Witness: delegate.taoljj

Offline bytemaster

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.