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

0 Members and 1 Guest are viewing this topic.

Offline svk

Quote
Quote from: cass on Today at 11:37:55 AM
After stopping bitshares client (>>>stop) i'm not able to use keyboard on this terminal window... idk if this a bug are normal

Same issue here.

Known issue.  Try Ctrl+D to exit rather than "stop" in the short term.

I use "quit" and that seems to work fine.
Worker: dev.bitsharesblocks

Offline bytemaster

Quote
Quote from: cass on Today at 11:37:55 AM
After stopping bitshares client (>>>stop) i'm not able to use keyboard on this terminal window... idk if this a bug are normal

Same issue here.

Known issue.  Try Ctrl+D to exit rather than "stop" in the short term.   
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 cannot create wallet with latest build from git

Code: [Select]
(wallet closed) >>> wallet_create alexxy
new_passphrase:
new_passphrase (verify):
assert
password.size() > 8: password size: 1
    {"size":1}
    th_a  wallet.cpp:369 create_file
Unable to create wallet '/home/alexxy/.BitSharesXTS/wallets/alexxy'
    {"wallet_file_path":"/home/alexxy/.BitSharesXTS/wallets/alexxy"}
    th_a  wallet.cpp:401 create_file
Unable to create wallet 'alexxy' in /home/alexxy/.BitSharesXTS/wallets
    {"wallet_name":"alexxy","data_dir":"/home/alexxy/.BitSharesXTS/wallets"}
    th_a  wallet.cpp:361 create

    {"command":"wallet_create"}
    th_a  cli.cpp:518 execute_command

Your password should be bigger than 8 characters, yours was 1. (I made the same mistake)

Its 13 characters long and include special characters starting from position 2. So it may be problem with them

There's a known bug with special characters truncating the password, as you can see your password is counted as 1 character long, your special character at position 2 is counted as the end of the string.

Try again with a password without special characters, it's a testnet anyway..

You are right on the special character issue... we disable echo but are still attempting to parse the string as JSON.  There should be no restrictions so I will file an issue on this.   Good test!
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 svk

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.
Worker: dev.bitsharesblocks

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 xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
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

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

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Copying OpenSSL/ssl/openssl.cnf into target directory.
Error copying file (if different) from "/ssl/openssl.cnf" to "/openssl.cnf".
I just copied that file from /etc/ssl/openssl.cnf into the build directory

Offline dxtr

  • Full Member
  • ***
  • Posts: 71
  • United We Stand, Dispersed We Are.
    • View Profile
Hi,
While trying to compile by the guidlines, and having all depedencies in place, on Ubuntu 12.04 I get this:

libraries/fc/git_revision.cpp:9:46: error: ‘HEAD’ was not declared in this scope
libraries/fc/git_revision.cpp:9:46: error: ‘HASH’ was not declared in this scope
libraries/fc/git_revision.cpp:9:46: error: ‘NOTFOUND’ was not declared in this scope

When I try to workaround this with some random #define, i get different error:

Copying OpenSSL/ssl/openssl.cnf into target directory.
Error copying file (if different) from "/ssl/openssl.cnf" to "/openssl.cnf".


Does anyone know how to solve this?
Help me out:     wallet_approve_delegate mr.scroodge true

Offline taoljj

  • Full Member
  • ***
  • Posts: 177
    • View Profile
After stopping bitshares client (>>>stop) i'm not able to use keyboard on this terminal window... idk if this a bug are normal

Same issue here.


Code: [Select]
betax (locked) >>> getinfo
{
  "blockchain_head_block_num": 1456,
  "blockchain_head_block_time": "20140603T114300",
  "network_num_connections": 1,
  "wallet_balance": [[
      554944443,
      "XTS"
    ]
  ],
  "wallet_unlocked_seconds_remaining": 0,
  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,
  "wallet_local_time": "20140603T114316",
  "blockchain_bips_per_share": 12.500000570312526,
  "blockchain_random_seed": "967475268ecc09a61c5c281712bf8fc251369763",
  "blockchain_shares": 79999996350000,
  "network_num_connections_max": 12,
  "network_protocol_version": 101,
  "wallet_open": true,
  "wallet_unlocked_until": "",
  "wallet_version": 100
}
if if helps.

Have you deleted your old wallet?

XTS4xiLW1j8c8fJ1rYBphGaEXyhzrJAD3qreTWPL7R7kkw8hT1ffP

thanks
BTS      Witness: delegate.taoljj

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
After stopping bitshares client (>>>stop) i'm not able to use keyboard on this terminal window... idk if this a bug are normal

Same issue here.


Code: [Select]
betax (locked) >>> getinfo
{
  "blockchain_head_block_num": 1456,
  "blockchain_head_block_time": "20140603T114300",
  "network_num_connections": 1,
  "wallet_balance": [[
      554944443,
      "XTS"
    ]
  ],
  "wallet_unlocked_seconds_remaining": 0,
  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,
  "wallet_local_time": "20140603T114316",
  "blockchain_bips_per_share": 12.500000570312526,
  "blockchain_random_seed": "967475268ecc09a61c5c281712bf8fc251369763",
  "blockchain_shares": 79999996350000,
  "network_num_connections_max": 12,
  "network_protocol_version": 101,
  "wallet_open": true,
  "wallet_unlocked_until": "",
  "wallet_version": 100
}
if if helps.

Have you deleted your old wallet?
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
After stopping bitshares client (>>>stop) i'm not able to use keyboard on this terminal window... idk if this a bug are normal
█║▌║║█  - - -  The quieter you become, the more you are able to hear  - - -  █║▌║║█

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
Does anybody of you get a network connection!?

When trying to start client i get

Code: [Select]
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!?

█║▌║║█  - - -  The quieter you become, the more you are able to hear  - - -  █║▌║║█

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
Can you find out which block contains the tx?

Nothing has been sent, I have been getting
Code: [Select]
!error_code: Error evaluating transaction BTS_INVALID_NAME_ID any ideas?

They have been recorded on the transaction list, but nothing else. I can register accounts, update them etc and all have valid transactions.

Code: [Select]
wallet_transfer 2000000 XTS "bytemaster" xeroc1 "from betax"
assert
!error_code: Error evaluating transaction BTS_INVALID_NAME_ID
    {"error_code":"BTS_INVALID_NAME_ID","data":{"amount":2000000,"condition":{"asset_id":0,"delegate_id":0,"type":"withdraw_by_account_type","data":{"one_time_key":"XTS6BBGQ1bn7iHqa9UaxqNtKiqmHuki1JNdU8rPBWBmvpS3iudF1w","encrypted_memo_data":"d6961baf30efa2d34277ccee55f7f8a7ef42003137f95856e4e894c5a78cb94ad3b3032721434ff53aa32b3947c2bb8505a3e6cf16cbd6ec9291ee70cf74263f","owner":"XTSMAKDeuztnj97Am9ckcN3DZV32De26mCTh"}}}}
    th_a  transaction.cpp:420 fail

    {"op":{"amount":2000000,"condition":{"asset_id":0,"delegate_id":0,"type":"withdraw_by_account_type","data":{"one_time_key":"XTS6BBGQ1bn7iHqa9UaxqNtKiqmHuki1JNdU8rPBWBmvpS3iudF1w","encrypted_memo_data":"d6961baf30efa2d34277ccee55f7f8a7ef42003137f95856e4e894c5a78cb94ad3b3032721434ff53aa32b3947c2bb8505a3e6cf16cbd6ec9291ee70cf74263f","owner":"XTSMAKDeuztnj97Am9ckcN3DZV32De26mCTh"}}}}
    th_a  transaction.cpp:445 evaluate_deposit

    {"trx":{"expiration":null,"delegate_id":null,"operations":[{"type":"withdraw_op_type","data":{"balance_id":"XTSGGLvu8yzwwTW8GdandEPCeUKtuqSghQnW","amount":554944443,"claim_input_data":""}},{"type":"deposit_op_type","data":{"amount":2000000,"condition":{"asset_id":0,"delegate_id":0,"type":"withdraw_by_account_type","data":{"one_time_key":"XTS6BBGQ1bn7iHqa9UaxqNtKiqmHuki1JNdU8rPBWBmvpS3iudF1w","encrypted_memo_data":"d6961baf30efa2d34277ccee55f7f8a7ef42003137f95856e4e894c5a78cb94ad3b3032721434ff53aa32b3947c2bb8505a3e6cf16cbd6ec9291ee70cf74263f","owner":"XTSMAKDeuztnj97Am9ckcN3DZV32De26mCTh"}}}},{"type":"deposit_op_type","data":{"amount":552844443,"condition":{"asset_id":0,"delegate_id":0,"type":"withdraw_by_account_type","data":{"one_time_key":"XTS6YVwkNLQRp6CPFsmwuVRsWbHkrqvhDFYBnB7K1BHaKTLohZg9k","encrypted_memo_data":"a369e2437645fc44981f7824448c69001459e2e048eac25b8de06801c11ca1b7c0de2507cc1603dca32feea0f70b6178da1ce76c3550394b8c991cfa00704949","owner":"XTSEJzX5CWf6A58Cj62CzmmUpyhXzc6z1X9e"}}}}],"signatures":["206f266a239056e8f03de0159b69bbc0f8566519029aa7399bf378daf11c014f1c6d3f9d992676804f661163d3037127624c937fe3b1f769dbd8950d7c5e0443ad"]}}
    th_a  transaction.cpp:89 evaluate

    {"trx":{"expiration":null,"delegate_id":null,"operations":[{"type":"withdraw_op_type","data":{"balance_id":"XTSGGLvu8yzwwTW8GdandEPCeUKtuqSghQnW","amount":554944443,"claim_input_data":""}},{"type":"deposit_op_type","data":{"amount":2000000,"condition":{"asset_id":0,"delegate_id":0,"type":"withdraw_by_account_type","data":{"one_time_key":"XTS6BBGQ1bn7iHqa9UaxqNtKiqmHuki1JNdU8rPBWBmvpS3iudF1w","encrypted_memo_data":"d6961baf30efa2d34277ccee55f7f8a7ef42003137f95856e4e894c5a78cb94ad3b3032721434ff53aa32b3947c2bb8505a3e6cf16cbd6ec9291ee70cf74263f","owner":"XTSMAKDeuztnj97Am9ckcN3DZV32De26mCTh"}}}},{"type":"deposit_op_type","data":{"amount":552844443,"condition":{"asset_id":0,"delegate_id":0,"type":"withdraw_by_account_type","data":{"one_time_key":"XTS6YVwkNLQRp6CPFsmwuVRsWbHkrqvhDFYBnB7K1BHaKTLohZg9k","encrypted_memo_data":"a369e2437645fc44981f7824448c69001459e2e048eac25b8de06801c11ca1b7c0de2507cc1603dca32feea0f70b6178da1ce76c3550394b8c991cfa00704949","owner":"XTSEJzX5CWf6A58Cj62CzmmUpyhXzc6z1X9e"}}}}],"signatures":["206f266a239056e8f03de0159b69bbc0f8566519029aa7399bf378daf11c014f1c6d3f9d992676804f661163d3037127624c937fe3b1f769dbd8950d7c5e0443ad"]}}
    th_a  chain_database.cpp:874 evaluate_transaction

    {"trx":{"expiration":null,"delegate_id":null,"operations":[{"type":"withdraw_op_type","data":{"balance_id":"XTSGGLvu8yzwwTW8GdandEPCeUKtuqSghQnW","amount":554944443,"claim_input_data":""}},{"type":"deposit_op_type","data":{"amount":2000000,"condition":{"asset_id":0,"delegate_id":0,"type":"withdraw_by_account_type","data":{"one_time_key":"XTS6BBGQ1bn7iHqa9UaxqNtKiqmHuki1JNdU8rPBWBmvpS3iudF1w","encrypted_memo_data":"d6961baf30efa2d34277ccee55f7f8a7ef42003137f95856e4e894c5a78cb94ad3b3032721434ff53aa32b3947c2bb8505a3e6cf16cbd6ec9291ee70cf74263f","owner":"XTSMAKDeuztnj97Am9ckcN3DZV32De26mCTh"}}}},{"type":"deposit_op_type","data":{"amount":552844443,"condition":{"asset_id":0,"delegate_id":0,"type":"withdraw_by_account_type","data":{"one_time_key":"XTS6YVwkNLQRp6CPFsmwuVRsWbHkrqvhDFYBnB7K1BHaKTLohZg9k","encrypted_memo_data":"a369e2437645fc44981f7824448c69001459e2e048eac25b8de06801c11ca1b7c0de2507cc1603dca32feea0f70b6178da1ce76c3550394b8c991cfa00704949","owner":"XTSEJzX5CWf6A58Cj62CzmmUpyhXzc6z1X9e"}}}}],"signatures":["206f266a239056e8f03de0159b69bbc0f8566519029aa7399bf378daf11c014f1c6d3f9d992676804f661163d3037127624c937fe3b1f769dbd8950d7c5e0443ad"]}}
    th_a  chain_database.cpp:1143 store_pending_transaction

    {}
    th_a  client.cpp:427 wallet_transfer

    {"command":"wallet_transfer"}
    th_a  cli.cpp:518 execute_command

 
« Last Edit: June 03, 2014, 11:00:50 am by betax »
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline wackou

up and running, XTS649hZNYevZgEKLjNkv9WqjdfvzyvGtnqtjcLWFDxvXo4pSsrf9

thanks!
Please vote for witness wackou! More info at http://digitalgaia.io