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

0 Members and 1 Guest are viewing this topic.

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline bytemaster

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",

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

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.
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

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.
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 Fox

Request: Initial Funding
XTS73cZC8ZebD724nxZfnXkGi3Ag3S8a2L7ecMgkR84jY4aLf9VGK

Thanks,
Fox
Witness: fox

Offline JoeyD

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.
« Last Edit: June 03, 2014, 09:15:50 pm by JoeyD »

Offline svk

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

Offline JoeyD

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?
« Last Edit: June 03, 2014, 08:05:04 pm by JoeyD »

Offline svk

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

Offline JoeyD

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.
« Last Edit: June 03, 2014, 07:53:44 pm by JoeyD »

Offline denkhaus

  • Newbie
  • *
  • Posts: 18
    • View Profile
please send me some funds to register  a delegate

XTS7CRjqF8hxM8pQdtguYn2F8rm2NhmmeSB2eEHCJqLzw1Qw8mvnW

thx

yea received!

Offline denkhaus

  • Newbie
  • *
  • Posts: 18
    • View Profile
please send me some funds to register  a delegate

XTS7CRjqF8hxM8pQdtguYn2F8rm2NhmmeSB2eEHCJqLzw1Qw8mvnW

thx

Offline JoeyD

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.
« Last Edit: June 03, 2014, 07:25:56 pm by JoeyD »

Offline wackou

Could I have some too? Thanks!

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

Offline HackFisher

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

Could someone send me some BIPS?

XTS72E5WHYP79vY4FuNZB4eVUs4hw71Aynr3Cv8CB9e2rQWJpB57q

Sent.
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

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.

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

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Can you find out which block contains the tx?

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
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
}
« Last Edit: June 03, 2014, 10:13:42 am by betax »
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline xeroc

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

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!
« Last Edit: June 03, 2014, 10:01:36 am by xeroc »

Offline JoeyD

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.

Offline svk

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

Offline taoljj

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

thanks
BTS      Witness: delegate.taoljj

Offline alexxy

  • Full Member
  • ***
  • Posts: 175
    • View Profile
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
Vote for my delegates! alexxy | lexx
PTS: PmraxfZ852y9oEKrYMLX1ee3e4qRWPUTFC
BTS: alexxy

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
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  ???)

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

Offline spartako

  • Sr. Member
  • ****
  • Posts: 401
    • View Profile
XTS63axQwFHiSMvAc4gd69gFt6jiDEH6THbJivaNBDFud7FvvG5GF

Please send some founds, thanks
wallet_account_set_approval spartako

Offline laow

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

thanks.

Sent
thanks betax, but my balance is still 0.  something wrong?
BTS acount: laow

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
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)
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline alexxy

  • Full Member
  • ***
  • Posts: 175
    • View Profile
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
Vote for my delegates! alexxy | lexx
PTS: PmraxfZ852y9oEKrYMLX1ee3e4qRWPUTFC
BTS: alexxy

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Finally my machine connects to the network. What ever went wrong the last time, its working this time:

please send some to

XTS72E5WHYP79vY4FuNZB4eVUs4hw71Aynr3Cv8CB9e2rQWJpB57q

Offline denkhaus

  • Newbie
  • *
  • Posts: 18
    • View Profile
please send me some funds:

XTS82FYf7CCdGdqWkcwk1ATH3XC9we1BHFwm64vsSy5dW9dqWQ5r1

thx

Offline laow

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

thanks.
BTS acount: laow

Offline zhangweis

  • Sr. Member
  • ****
  • Posts: 305
    • View Profile
XTS5bKrovKc68j5fDqXYxZfCWECYMQXffe3EQonw9aqmoMPkDuT44

Thanks.
Weibo:http://weibo.com/zhangweis

Offline bytemaster

XTS52hD9BWwuT3r1oJgdPKgsVgdVrxJFFGMS8abaQHEDVUG9v7fbR

thanks

Funds sent.
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 taoljj

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

thanks
« Last Edit: June 03, 2014, 04:40:54 am by taoljj »
BTS      Witness: delegate.taoljj

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
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
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline bytemaster

So it looks like this is for command line users only, yah?

Web wallet is almost ready.
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 AdamBLevine

  • Sr. Member
  • ****
  • Posts: 492
    • View Profile
    • Let's Talk Bitcoin!
So it looks like this is for command line users only, yah?
Email me at adam@letstalkbitcoin.com

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile

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

Thanks. That worked.
>>> approve bitcoiners

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
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
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline bytemaster

Please send me something

XTS5547qnJfrdRMjHBrEFK3QXmdYXimkE3gthmccUHrskEjmcRGkS

Thanks!

Sent
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 bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
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
>>> approve bitcoiners

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
Please send me something

XTS5547qnJfrdRMjHBrEFK3QXmdYXimkE3gthmccUHrskEjmcRGkS

Thanks!

Edit: changed the account name to match user "betax"
« Last Edit: June 02, 2014, 11:10:12 pm by betax »
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline bytemaster

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...
« Last Edit: June 03, 2014, 10:33:24 pm by toast »
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.