BitShares Forum

Main => General Discussion => Topic started by: bytemaster on June 02, 2014, 10:41:42 pm

Title: [OVER] TITAN Test Net for XTS Open for Savvy Users
Post by: bytemaster on June 02, 2014, 10:41:42 pm
Thanks to the hard work of many people the next revision of the XTS Test Net is up and running and has some major enhancements in ease of use and privacy.   With this latest test network you can now send to a name, register names, and sign up to become a delegate.  You can now specify your trust on various delegates and your wallet will automatically reallocate your votes the next time you make a transaction.

Perhaps the biggest improvement with the latest version is that you actually get MEANINGFUL  TO, FROM, and MEMO for every transaction.

I am starting a new thread for the latest chain because the other test thread was getting too long.   


Code: [Select]
wallet_create default masterpassword
OK
default (unlocked) >>> wallet_account_create youruser
"XTS6dkKH78T8tmAtmE6SxK6ZxHbPS73uuxnJ214vXVAfLiy6Ku6se"

(On my client... )
Code: [Select]
default (unlocked) >>> wallet_add_contact_account youruser XTS6dkKH78T8tmAtmE6SxK6ZxHbPS73uuxnJ214vXVAfLiy6Ku6se
OK
default (unlocked) >>> wallet_transfer 5555555 XTS "delegate-1" "youruser" "Test Memo"
....

(Back on your client..)

Code: [Select]
default (unlocked) >>> wallet_account_transaction_history
  #    BLK.TRX  TIMESTAMP           FROM                TO         MEMO           AMOUNT       FEE     VOTE         ID
----------------------------------------------------------------------------------------------------------------------------------
  1    740.0    2014-06-02T22:07:00 delegate-1    youruser    Test Memo    5555555         0       TODO       22a12290e....

default (unlocked) >>> wallet_account_register youruser youruser

Your name will now be registered and anyone can send you funds without having to use wallet_add_contact_account. 

Update your registration to be a delegate (or to change the arbitrary json object {} paired to your account).
Code: [Select]
default (unlocked) >>> wallet_account_update_registration youruser youruser {} true
...
default (unlocked) >>> blockchain_list_registered_accounts "your" 10
NAME                     KEY                                     REGISTERED                VOTES FOR      VOTES AGAINST  TRUST LEVEL
youruser (delegate)  XTS6dkKH78T8tmAtmE6SxK6ZxHbPS73uuxnJ214vXVAfLiy6Ku6se           2014-06-02T22:20:30   0                          0                        N/A

Adjust votes for your delegate...

Code: [Select]
default (unlocked) >>> wallet_set_delegate_trust_level youruser 5
default (unlocked) >>> blockchain_list_registered_accounts "your" 10
NAME                     KEY                                             REGISTERED            VOTES FOR      VOTES AGAINST  TRUST LEVEL
youruser (delegate)      XTS6dkKH78T8tmAtmE6SxK6ZxHbPS73uuxnJ214vXVAfLiy6Ku6se           2014-06-02T22:20:30   0              0              5

Known Issues:
1) Delegate Fee Registration not Enforced on Update
2) Wallet may not include enough fees in some cases
3) Sometimes wallet will attempt to vote for an invalid delegate (0)
4) Wallet cache of name updates may get out of sync (not reporting contacts as registered or delegates)

The known issues will likely be resolved in the next 24 hours...
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: betax on June 02, 2014, 10:55:06 pm
Please send me something

XTS5547qnJfrdRMjHBrEFK3QXmdYXimkE3gthmccUHrskEjmcRGkS

Thanks!

Edit: changed the account name to match user "betax"
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: bitcoinerS on June 02, 2014, 11:06:22 pm
getting an error after latest git pull

Code: [Select]
./bts_xt_client
================================================================
=                                                              =
=             Welcome to BitShares XT                          =
=                                                              =
=  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 /home/slava/.BitSharesXTS/default.log
Logging RPC to file /home/slava/.BitSharesXTS/rpc.log
Creating default config file /home/slava/.BitSharesXTS/config.json
Loading blockchain from /home/slava/.BitSharesXTS/chain
Using genesis block from file "genesis.dat"
Initializing genesis state
------------ error --------------
assert
fc::exists( genesis_file ): Genesis file 'genesis.dat' was not found.
    {"file":"genesis.dat"}
    th_a  chain_database.cpp:1151 initialize_genesis

    {"data_dir":"/home/slava/.BitSharesXTS/chain"}
    th_a  chain_database.cpp:736 open
unable to open blockchain from /home/slava/.BitSharesXTS/chain
    {"data_dir":"/home/slava/.BitSharesXTS/chain"}
    th_a  main.cpp:242 load_and_configure_chain_database
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: bytemaster on June 02, 2014, 11:08:34 pm
Please send me something

XTS5547qnJfrdRMjHBrEFK3QXmdYXimkE3gthmccUHrskEjmcRGkS

Thanks!

Sent
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: betax on June 02, 2014, 11:10:49 pm
Got it thanks!
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: toast on June 02, 2014, 11:26:17 pm
getting an error after latest git pull

Code: [Select]
./bts_xt_client
================================================================
=                                                              =
=             Welcome to BitShares XT                          =
=                                                              =
=  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 /home/slava/.BitSharesXTS/default.log
Logging RPC to file /home/slava/.BitSharesXTS/rpc.log
Creating default config file /home/slava/.BitSharesXTS/config.json
Loading blockchain from /home/slava/.BitSharesXTS/chain
Using genesis block from file "genesis.dat"
Initializing genesis state
------------ error --------------
assert
fc::exists( genesis_file ): Genesis file 'genesis.dat' was not found.
    {"file":"genesis.dat"}
    th_a  chain_database.cpp:1151 initialize_genesis

    {"data_dir":"/home/slava/.BitSharesXTS/chain"}
    th_a  chain_database.cpp:736 open
unable to open blockchain from /home/slava/.BitSharesXTS/chain
    {"data_dir":"/home/slava/.BitSharesXTS/chain"}
    th_a  main.cpp:242 load_and_configure_chain_database

What's the binary you're executing there?
You should run "./bitshares_client" from bitshares_toolkit/programs/client
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: bitcoinerS on June 02, 2014, 11:34:07 pm

You should run "./bitshares_client" from bitshares_toolkit/programs/client

Thanks. That worked.
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: AdamBLevine on June 03, 2014, 12:05:21 am
So it looks like this is for command line users only, yah?
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: bytemaster on June 03, 2014, 12:31:03 am
So it looks like this is for command line users only, yah?

Web wallet is almost ready.
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: toast on June 03, 2014, 02:29:25 am
So it looks like this is for command line users only, yah?

Web wallet is almost ready.

And it looks really pretty!
All we're missing is account/delegate registration. We should have it on this test net iteration.

XTS67sPzo5Pi9uoS2n13miwhtd9uyvVxx7E3e9F18YXuoBiz1Dj6V

thanks.

sent
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: taoljj on June 03, 2014, 03:40:14 am
XTS52hD9BWwuT3r1oJgdPKgsVgdVrxJFFGMS8abaQHEDVUG9v7fbR

thanks
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: bytemaster on June 03, 2014, 04:51:40 am
XTS52hD9BWwuT3r1oJgdPKgsVgdVrxJFFGMS8abaQHEDVUG9v7fbR

thanks

Funds sent.
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: zhangweis on June 03, 2014, 05:46:35 am
XTS5bKrovKc68j5fDqXYxZfCWECYMQXffe3EQonw9aqmoMPkDuT44

Thanks.
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: laow on June 03, 2014, 06:17:15 am
XTS7BR3669soA9Ea25avWTfL2rgyXo2BynXconTXek4zCM2noMbic

thanks.
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: denkhaus on June 03, 2014, 06:47:39 am
please send me some funds:

XTS82FYf7CCdGdqWkcwk1ATH3XC9we1BHFwm64vsSy5dW9dqWQ5r1

thx
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: xeroc on June 03, 2014, 07:21:46 am
Finally my machine connects to the network. What ever went wrong the last time, its working this time:

please send some to

XTS72E5WHYP79vY4FuNZB4eVUs4hw71Aynr3Cv8CB9e2rQWJpB57q
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: alexxy on June 03, 2014, 08:00:31 am
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
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: betax on June 03, 2014, 08:04:00 am
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)
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: laow on June 03, 2014, 09:09:50 am
XTS7BR3669soA9Ea25avWTfL2rgyXo2BynXconTXek4zCM2noMbic

thanks.

Sent
thanks betax, but my balance is still 0.  something wrong?
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: spartako on June 03, 2014, 09:12:41 am
XTS63axQwFHiSMvAc4gd69gFt6jiDEH6THbJivaNBDFud7FvvG5GF

Please send some founds, thanks
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: betax on June 03, 2014, 09:18:45 am
XTS7BR3669soA9Ea25avWTfL2rgyXo2BynXconTXek4zCM2noMbic

thanks.

Sent
thanks betax, but my balance is still 0.  something wrong?

These are my transactions.. but my balance has not been updated  to reflect this, so hold fire.
Code: [Select]
  84294967295.42949672952014-06-03T08:13:52 bytemaster          zhangweis           from betax          1000000         100000  TODO          6421fa870318f317332ab8444647038070edb225
  94294967295.42949672952014-06-03T08:19:09 bytemaster          bts101              bts101 from  betax  1000000         100000  TODO          6243409302cace14a1b5e8eff4539ff29e36d622
 104294967295.42949672952014-06-03T08:23:32 bytemaster          denkhaus            denkhaus from betax 1000000         100000  TODO          7196981d9ade36d04570bc2d9e47e8e30bf8f287
 114294967295.42949672952014-06-03T08:28:36 bytemaster          denkhaus            denkhaus from betax 2000000         100000  TODO          fbfea23254c1a50d0b4f765100b77f754264e4c3
 124294967295.42949672952014-06-03T08:29:06 bytemaster          bts101              bts101 from  betax  2000000         100000  TODO          5f309cc64bc5a1f1f764d4d9f12701016fba8812
 134294967295.42949672952014-06-03T08:31:01 bytemaster          zhangweis           zhangweis betax     2000000         100000  TODO          6e14e4238b83e80d7e240323f649aa9a746c0e71
 144294967295.42949672952014-06-03T08:33:17 bytemaster          xeroc1              xeroc from betax    2000000         100000  TODO          58898a55b96e399a8b8bef61933b2876b8533947
 154294967295.42949672952014-06-03T08:33:20 bytemaster          xeroc1              xeroc from betax    2000000         100000  TODO          254f865dbb955dca40b9738bce50c75666661b7f



Edit 3rd: Ill try to send some again

Edit 4rd: I am getting errors regarding names (maybe bytemaster was not the best name for the account  ???)

Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: alexxy on June 03, 2014, 09:24:13 am
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
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: taoljj on June 03, 2014, 09:46:21 am
XTS4xiLW1j8c8fJ1rYBphGaEXyhzrJAD3qreTWPL7R7kkw8hT1ffP

thanks
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: svk on June 03, 2014, 09:49:57 am
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..
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: JoeyD on June 03, 2014, 09:56:05 am
I also noticed that account-names can only use lowercase letters.

Would someone be so nice to send me some test-funds so I can try registering a name?

XTS5BKS8X9ALpwkataGZhawrnkbz1ZJT5UnhjpCHBxURp2T6kuLQe

Much obliged.

Is delegate registering enabled or not? I've got a vps running, so I thought it might be fun to give running a full node a go.
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: xeroc on June 03, 2014, 09:57:53 am

These are my transactions.. but my balance has not been updated  to reflect this, so hold fire.
Code: [Select]
  84294967295.42949672952014-06-03T08:13:52 bytemaster          zhangweis           from betax          1000000         100000  TODO          6421fa870318f317332ab8444647038070edb225
  94294967295.42949672952014-06-03T08:19:09 bytemaster          bts101              bts101 from  betax  1000000         100000  TODO          6243409302cace14a1b5e8eff4539ff29e36d622
 104294967295.42949672952014-06-03T08:23:32 bytemaster          denkhaus            denkhaus from betax 1000000         100000  TODO          7196981d9ade36d04570bc2d9e47e8e30bf8f287
 114294967295.42949672952014-06-03T08:28:36 bytemaster          denkhaus            denkhaus from betax 2000000         100000  TODO          fbfea23254c1a50d0b4f765100b77f754264e4c3
 124294967295.42949672952014-06-03T08:29:06 bytemaster          bts101              bts101 from  betax  2000000         100000  TODO          5f309cc64bc5a1f1f764d4d9f12701016fba8812
 134294967295.42949672952014-06-03T08:31:01 bytemaster          zhangweis           zhangweis betax     2000000         100000  TODO          6e14e4238b83e80d7e240323f649aa9a746c0e71
 144294967295.42949672952014-06-03T08:33:17 bytemaster          xeroc1              xeroc from betax    2000000         100000  TODO          58898a55b96e399a8b8bef61933b2876b8533947
 154294967295.42949672952014-06-03T08:33:20 bytemaster          xeroc1              xeroc from betax    2000000         100000  TODO          254f865dbb955dca40b9738bce50c75666661b7f

Edit 3rd: Ill try to send some again
Thanks
but my pockets are empty :-(
Code: [Select]
default (unlocked) >>> blockchain_get_transaction 58898a55b96e399a8b8bef61933b2876b8533947
null
default (unlocked) >>> blockchain_get_transaction 254f865dbb955dca40b9738bce50c75666661b7f
null
Wrong chain?

Code: [Select]
default (unlocked) >>> blockchain_get_config
{
  "blockchain_id": "1610cd0610680c57f8e08a68eff51288cc15c50bfa11a84290eaca429b1f0e14",
  "block_interval": 30,
  "max_block_size": 209715,
  "target_block_size": 104857,
  "max_blockchain_size": 107374182400,
  "symbol": "XTS",
  "version": 100,
  "min_block_fee": 1,
  "delegate_fire_votes_min": 11428571428571,
  "delegate_num": 7,
  "delegate_reg_fee": 4314116,
  "delegate_reward_min": 200,
  "name_size_max": 63,
  "data_size_max": 4096,
  "asset_reg_fee": 301988160,
  "asset_shares_max": 1000000000000000
}





Quote
Is delegate registering enabled or not? I've got a vps running, so I thought it might be fun to give running a full node a go.
Delegate registration and voting is enabled!
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: betax on June 03, 2014, 10:10:50 am
I am getting errors but my transaction list has recorded them. So back to square one.

Code: [Select]
betax (unlocked) >>> blockchain_get_config
{
  "blockchain_id": "1610cd0610680c57f8e08a68eff51288cc15c50bfa11a84290eaca429b1f0e14",
  "block_interval": 30,
  "max_block_size": 209715,
  "target_block_size": 104857,
  "max_blockchain_size": 107374182400,
  "symbol": "XTS",
  "version": 100,
  "min_block_fee": 1,
  "delegate_fire_votes_min": 11428571428571,
  "delegate_num": 7,
  "delegate_reg_fee": 43141165,
  "delegate_reward_min": 200,
  "name_size_max": 63,
  "data_size_max": 4096,
  "asset_reg_fee": 301988160,
  "asset_shares_max": 1000000000000000
}
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: xeroc on June 03, 2014, 10:41:24 am
Can you find out which block contains the tx?
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: wackou on June 03, 2014, 10:54:21 am
up and running, XTS649hZNYevZgEKLjNkv9WqjdfvzyvGtnqtjcLWFDxvXo4pSsrf9

thanks!
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: betax on June 03, 2014, 10:57:25 am
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

 
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: cass on June 03, 2014, 11:21:18 am
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!?

Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: cass on June 03, 2014, 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
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: betax on June 03, 2014, 11:45:01 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.


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?
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: taoljj on June 03, 2014, 11:57:58 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.


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
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: dxtr on June 03, 2014, 12:10:17 pm
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?
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: xeroc on June 03, 2014, 12:20:59 pm
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
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: crazybit on June 03, 2014, 12:43:13 pm
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
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: xeroc on June 03, 2014, 12:46:17 pm
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
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: xeroc on June 03, 2014, 12:46:42 pm
Could someone send me some BIPS?

XTS72E5WHYP79vY4FuNZB4eVUs4hw71Aynr3Cv8CB9e2rQWJpB57q
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: svk on June 03, 2014, 12:47:05 pm
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.
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: bytemaster on June 03, 2014, 12:58:21 pm
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!
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: bytemaster on June 03, 2014, 01:01:11 pm
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.   
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: svk on June 03, 2014, 01:03:12 pm
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.
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: bytemaster on June 03, 2014, 01:03:54 pm
You can track our issues here: https://github.com/BitShares/bitshares_toolkit/issues
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: taoljj on June 03, 2014, 01:10:48 pm
XTS52hD9BWwuT3r1oJgdPKgsVgdVrxJFFGMS8abaQHEDVUG9v7fbR

thanks

Funds sent.

received nothing

try
XTS4xiLW1j8c8fJ1rYBphGaEXyhzrJAD3qreTWPL7R7kkw8hT1ffP

thanks



Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: crazybit on June 03, 2014, 01:24:25 pm
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.
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: cass on June 03, 2014, 01:30:49 pm
You can track our issues here: https://github.com/BitShares/bitshares_toolkit/issues

thx  :P  *cass <-- facepalm .. sure will use git for future issues...
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: crazybit on June 03, 2014, 01:40:27 pm
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.
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: HackFisher on June 03, 2014, 02:33:00 pm
Please send some for testing, thanks

XTS5NNoD2WFeqRY6NkcHvb7n2NQvytzD6aW6Y6gGxGrYLvsQpp9KT
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: coolspeed on June 03, 2014, 03:15:24 pm
XTS7x5egWP8DE8vmR38yAJkKp97oAFxdBmyxQo6gshCCL5VmZbYgc

Send me some test shares please :)
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: svk on June 03, 2014, 03:58:28 pm
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
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: xeroc on June 03, 2014, 04:01:24 pm

Could someone send me some BIPS?

XTS72E5WHYP79vY4FuNZB4eVUs4hw71Aynr3Cv8CB9e2rQWJpB57q
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: HackFisher on June 03, 2014, 04:12:31 pm
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.
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: svk on June 03, 2014, 04:43:13 pm
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
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: HackFisher on June 03, 2014, 04:47:18 pm
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.
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: JoeyD on June 03, 2014, 05:12:08 pm
Could someone send me enough to try registering a name?

XTS5BKS8X9ALpwkataGZhawrnkbz1ZJT5UnhjpCHBxURp2T6kuLQe
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: HackFisher on June 03, 2014, 05:22:00 pm
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
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: svk on June 03, 2014, 05:22:14 pm
Could someone send me enough to try registering a name?

XTS5BKS8X9ALpwkataGZhawrnkbz1ZJT5UnhjpCHBxURp2T6kuLQe
Sent
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: HackFisher on June 03, 2014, 05:34:11 pm

Could someone send me some BIPS?

XTS72E5WHYP79vY4FuNZB4eVUs4hw71Aynr3Cv8CB9e2rQWJpB57q

Sent.
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: wackou on June 03, 2014, 06:05:41 pm
Could I have some too? Thanks!

XTS649hZNYevZgEKLjNkv9WqjdfvzyvGtnqtjcLWFDxvXo4pSsrf9
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: JoeyD on June 03, 2014, 07:11:01 pm
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

Thank you Hackerfisher

Sent

Thanks svk and yes it was more than enough to register my name and as a delegate, both fees were 10000 for me.

EDIT
It seems my delegate is listening on port 0.0.0.0:35503 is that correct? If not how or where do I change it?

EDIT2
Another thing I noticed is that the log mentions being connect to 8 nodes, but inside the client I only ever see the 1 num connected and single peer. Oh hang on, now I see 2 connected, one being myself.
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: denkhaus on June 03, 2014, 07:24:56 pm
please send me some funds to register  a delegate

XTS7CRjqF8hxM8pQdtguYn2F8rm2NhmmeSB2eEHCJqLzw1Qw8mvnW

thx
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: denkhaus on June 03, 2014, 07:32:58 pm
please send me some funds to register  a delegate

XTS7CRjqF8hxM8pQdtguYn2F8rm2NhmmeSB2eEHCJqLzw1Qw8mvnW

thx

yea received!
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: JoeyD on June 03, 2014, 07:44:25 pm
Sorry if it's too little, I was running into a lot of errors trying to figure out how the commands work and lost count of the zeros.

I haven't figured out how the memo thing works, could someone post an example command? Qoute marks don't work and it seems it cuts out after the first space, so are you supposed to use escape-characters for special characters like spaces and such?

EDIT
Also for people not seeing their balance go up, I had to do a blockchain rescan before I saw my new funds.

Wackou I tried sending you some with a memo a couple of times, but I think only one actually got accepted by the client.
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: svk on June 03, 2014, 07:55:58 pm
Sorry if it's too little, I was running into a lot of errors trying to figure out how the commands work and lost count of the zeros.

I haven't figured out how the memo thing works, could someone post an example command? Qoute marks don't work and it seems it cuts out after the first space, so are you supposed to use escape-characters for special characters like spaces and such?

EDIT
Also for people not seeing their balance go up, I had to do a blockchain rescan before I saw my new funds.

To send a memo:

Code: [Select]
wallet_transfer 1111 XTS from_account to_account "this is my message"
I don't know if it handles special characters, will send you a message once the recompile is done to test. I did send one earlier with a smiley and that worked :)
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: JoeyD on June 03, 2014, 07:58:49 pm
Sorry if it's too little, I was running into a lot of errors trying to figure out how the commands work and lost count of the zeros.

I haven't figured out how the memo thing works, could someone post an example command? Qoute marks don't work and it seems it cuts out after the first space, so are you supposed to use escape-characters for special characters like spaces and such?

EDIT
Also for people not seeing their balance go up, I had to do a blockchain rescan before I saw my new funds.

To send a memo:

Code: [Select]
wallet_transfer 1111 XTS from_account to_account "this is my message"
I don't know if it handles special characters, will send you a message once the recompile is done to test. I did send one earlier with a smiley and that worked :)

Odd I used the exact same format and it got rejected, hmm, maybe I used a single quote in the memo.

EDIT
Oh eventhough I've registered as a delegate I'm not seeing my num connected go up, it's back to 1 now. My log keeps mentioning being connected to 8 peers, but I'm not seeing them in the client software, is that a known issue/feature?
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: svk on June 03, 2014, 08:26:25 pm
Sorry if it's too little, I was running into a lot of errors trying to figure out how the commands work and lost count of the zeros.

I haven't figured out how the memo thing works, could someone post an example command? Qoute marks don't work and it seems it cuts out after the first space, so are you supposed to use escape-characters for special characters like spaces and such?

EDIT
Also for people not seeing their balance go up, I had to do a blockchain rescan before I saw my new funds.

To send a memo:

Code: [Select]
wallet_transfer 1111 XTS from_account to_account "this is my message"
I don't know if it handles special characters, will send you a message once the recompile is done to test. I did send one earlier with a smiley and that worked :)

Odd I used the exact same format and it got rejected, hmm, maybe I used a single quote in the memo.

EDIT
Oh eventhough I've registered as a delegate I'm not seeing my num connected go up, it's back to 1 now. My log keeps mentioning being connected to 8 peers, but I'm not seeing them in the client software, is that a known issue/feature?

Sent you a couple transactions with memos to test, special characters like çàé seem to work fine, but putting a single quote in there makes the memo blank.

Was gonna try a \' but now my balance is negative all of a sudden even though I had ~30 million left, gonna try to rescan..
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: JoeyD on June 03, 2014, 09:09:54 pm
Hmm, I needed to do a rescan to see your transactions as well, but I did get them.The spèçiàl çhàrs came out fine.

I was trying to put a " \' " in the memo, but due to my fat fingers and both those keys being next to my enter key, I sent out the transaction by accident before finishing. (Really needs a confirmation question in there before transmitting.) In later tests the client refuses all my messages with " \' " as being to big.
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: Fox on June 03, 2014, 09:30:57 pm
Request: Initial Funding
XTS73cZC8ZebD724nxZfnXkGi3Ag3S8a2L7ecMgkR84jY4aLf9VGK

Thanks,
Fox
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: bytemaster on June 03, 2014, 09:58:29 pm
Hmm, I needed to do a rescan to see your transactions as well, but I did get them.The spèçiàl çhàrs came out fine.

I was trying to put a " \' " in the memo, but due to my fat fingers and both those keys being next to my enter key, I sent out the transaction by accident before finishing. (Really needs a confirmation question in there before transmitting.) In later tests the client refuses all my messages with " \' " as being to big.

It does need confirmation... I'll add an issue for it.
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: bytemaster on June 03, 2014, 10:10:49 pm
It has been an incredibly productive day of bug fixing

Quote
Known Issues:
1) Delegate Fee Registration not Enforced on Update
2) Wallet may not include enough fees in some cases

3) Sometimes wallet will attempt to vote for an invalid delegate (0)
4) Wallet cache of name updates may get out of sync (not reporting contacts as registered or delegates)
The known issues will likely be resolved in the next 24 hours...

We have resolved all of these issues which means that we have to reset the chain because of #2... there are now invalid transactions (that did not pay enough fees) in the chain which will prevent users with the latest code from syncing.   

We have also made a whole host of usability enhancements to the CLI.     A new chain will be launching shortly.
Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: bytemaster on June 03, 2014, 10:28:24 pm
If you relaunch the client with --clear-peer-database and --resync-blockchain  while running the latest code then you can keep your current wallet and contacts.

The wallet will still have a bunch of your stale transactions... which we need to clear out.    We will get something to do that tomorrow.

New chain is up with a new genesis block to prevent people from accidentally connecting to an invalid network.

Run this command to make sure you have the latest genesis block.
Quote
default (unlocked) >>> blockchain_get_config
  "blockchain_id": "fad10934fe03db46d4cd1934a47845d5080059933df3770ff6558abb764864e2",

Title: Re: TITAN Test Net for XTS Open for Savvy Users
Post by: toast on June 03, 2014, 10:32:27 pm
New thread: https://bitsharestalk.org/index.php?topic=4853.0