Author Topic: Dry Run 9: [Block]Chain Hang Low (featuring guest performer: ~~BitUSD~~)  (Read 25612 times)

0 Members and 1 Guest are viewing this topic.

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
update your source code first.
Code: [Select]
git pull
git submodule update

ubuntu 14.02 cmake . make error

sudo apt-get update
sudo apt-get install cmake git libreadline-dev uuid-dev g++ libdb++-dev libdb-dev zip libssl-dev openssl build-essential python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-dev libboost-all-dev
git clone https://github.com/BitShares/bitshares_toolkit.git
cd bitshares_toolkit
git submodule init
git submodule update
cmake .
make
error:
[ 16%] Building C object libraries/fc/vendor/scrypt-jane/CMakeFiles/scrypt.dir/scrypt-jane.c.o
cc: error: unrecognized command line option ‘-no-integrated-as’
make[2]: *** [libraries/fc/vendor/scrypt-jane/CMakeFiles/scrypt.dir/scrypt-jane.c.o] Error 1
make[1]: *** [libraries/fc/vendor/scrypt-jane/CMakeFiles/scrypt.dir/all] Error 2
make: *** [all] Error 2
ubuntu@vm10-128-1-183:~/bitshares_toolkit$

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
stuck at block 1034 for 2 hours

Quote

tiger (unlocked) >>> info
{
  "blockchain_head_block_num": 1034,
  "blockchain_head_block_age": "2 hours old",
  "blockchain_head_block_timestamp": "20140715T233700",
  "blockchain_average_delegate_participation": 10.171198388721047,
  "blockchain_delegate_pay_rate": 18,
  "blockchain_blocks_left_in_round": 77,
  "blockchain_confirmation_requirement": 1,
  "blockchain_accumulated_fees": "21.89463 XTS",
  "blockchain_share_supply": 199999997792460,
  "blockchain_random_seed": "57ba59f7a2ee52c976d3e0385d409c327d1d52f6",
  "blockchain_database_version": 114,
  "blockchain_version": 107,
  "network_num_connections": 2,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140716T020335",
  "ntp_error": -0.014847000000000001,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "12 days in the future",
  "wallet_unlocked_until_timestamp": "20140727T154955",
  "wallet_block_production_enabled": false,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 100
}
tiger (unlocked) >>> info

Code: [Select]
tiger (unlocked) >>> about
{
  "bitshares_toolkit_revision": "23cd03536932cfbc081de47586316586c2fb16c4",
  "bitshares_toolkit_revision_age": "2 hours ago",
  "fc_revision": "06fe9e0303b10f8cd6ef6a8da506495e5b113c39",
  "fc_revision_age": "14 hours ago",
  "compile_date": "compiled on Jul 15 2014 at 21:41:11"
}
I guess it's not because of fork
It's because you missed block 1035.
I have meet this situation several times.

Offline sfinder

  • Hero Member
  • *****
  • Posts: 1205
  • 4 Cores CPU+100GB SSD+anti-DDoS Pro
    • View Profile
stuck at block 1034 for 2 hours

Quote

tiger (unlocked) >>> info
{
  "blockchain_head_block_num": 1034,
  "blockchain_head_block_age": "2 hours old",
  "blockchain_head_block_timestamp": "20140715T233700",
  "blockchain_average_delegate_participation": 10.171198388721047,
  "blockchain_delegate_pay_rate": 18,
  "blockchain_blocks_left_in_round": 77,
  "blockchain_confirmation_requirement": 1,
  "blockchain_accumulated_fees": "21.89463 XTS",
  "blockchain_share_supply": 199999997792460,
  "blockchain_random_seed": "57ba59f7a2ee52c976d3e0385d409c327d1d52f6",
  "blockchain_database_version": 114,
  "blockchain_version": 107,
  "network_num_connections": 2,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140716T020335",
  "ntp_error": -0.014847000000000001,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "12 days in the future",
  "wallet_unlocked_until_timestamp": "20140727T154955",
  "wallet_block_production_enabled": false,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 100
}
tiger (unlocked) >>> info

Code: [Select]
tiger (unlocked) >>> about
{
  "bitshares_toolkit_revision": "23cd03536932cfbc081de47586316586c2fb16c4",
  "bitshares_toolkit_revision_age": "2 hours ago",
  "fc_revision": "06fe9e0303b10f8cd6ef6a8da506495e5b113c39",
  "fc_revision_age": "14 hours ago",
  "compile_date": "compiled on Jul 15 2014 at 21:41:11"
}
« Last Edit: July 16, 2014, 02:08:42 am by sfinder »
微博:星在飘我在找|BTS X 受托人delegate ID:baidu
中国教育书店合作将20%收入捐献给贫困山区学生。
Cooperating with China Education Bookstore and will donate 20% of delegate income to the poor students

Offline zhao150

  • Hero Member
  • *****
  • Posts: 606
  • 老子早就不想当代表了
    • View Profile
ubuntu 14.02 cmake . make error

sudo apt-get update
sudo apt-get install cmake git libreadline-dev uuid-dev g++ libdb++-dev libdb-dev zip libssl-dev openssl build-essential python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-dev libboost-all-dev
git clone https://github.com/BitShares/bitshares_toolkit.git
cd bitshares_toolkit
git submodule init
git submodule update
cmake .
make
error:
[ 16%] Building C object libraries/fc/vendor/scrypt-jane/CMakeFiles/scrypt.dir/scrypt-jane.c.o
cc: error: unrecognized command line option ‘-no-integrated-as’
make[2]: *** [libraries/fc/vendor/scrypt-jane/CMakeFiles/scrypt.dir/scrypt-jane.c.o] Error 1
make[1]: *** [libraries/fc/vendor/scrypt-jane/CMakeFiles/scrypt.dir/all] Error 2
make: *** [all] Error 2
ubuntu@vm10-128-1-183:~/bitshares_toolkit$
老子早就不想当代表了

Offline HackFisher

  • Hero Member
  • *****
  • Posts: 883
    • View Profile
Is market depth enough to avoid following case happen when margin call? the collateral to sell on market could be not enough to destroy the BitUSD they backed(endorsement).

When BitUSD/XTS price are dropping too quickly, the guarantee is that all the BitUSD related with the collateral need to be destroyed,

Dead approach:
so how about the call price, which BitUSD/XTS is relative higher than real price, should be executed when match ordering with higher priority? wait, this is not fair to the XTS buyer force....they need to pay more BitUSD that they will not agree...


Another approach:
How about the system sell  all the left BitUSD that collateral can not back on the market? seems a dead approach too. So before the market orders which will cause price dropping quick get executed, the margin call should sell at the call price first, enough market depth is required to guarantee the margin call sell at that price. Otherwise, the market order matching need to be frozen to wait for more mature condition?

Margin Call not get executed in some cases, not sure it's a bug or due to market depth.
Maybe order matching need to enabled/disabled the same with margin call.

This  is my balance  :D
Code: [Select]
default (unlocked) >>> wallet_account_balance
ACCOUNT                         BALANCE                     
------------------------------------------------------------
alt                             199,967,998.0003 USD       
                                489,897.20000 XTS     

This is the transactions history
Code: [Select]
2014-07-16T00:44:05 1434      alt                 ORDER-4nRtXFXW      100.00000 XTS         0.10000 XTS         sell 100 XTS @ 1e+08 USD                c1e0b1c4
2014-07-16T00:47:04 1452      alt                 ORDER-Nnwz8BnB      1.00000 XTS           0.10000 XTS         short 1e+08 USD @ 1e+08 USD/XTS         5570da9d
2014-07-16T00:47:20 ERROR     ORDER-4nRtXFXW      UNKNOWN             0.99967 XTS           0.00000 XTS         pay ask @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-4nRtXFXW      alt                 99,967,999.0003 USD   0.00000 XTS         fill ask @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             1,240.0000 USD        999.99999 XTS       pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             60.0000 USD           10.00000 XTS        pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             12,245.0503 USD       9,955.32532 XTS     pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             8,927.8001 USD        9,919.77780 XTS     pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             70.0000 USD           10.00000 XTS        pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             8.0000 USD            10.00000 XTS        pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             7,000.0000 USD        9,999.99993 XTS     pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             99,967,999.0003 USD   0.00000 XTS         pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             4,990.0001 USD        9,980.00016 XTS     pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             3.0000 USD            10.00000 XTS        pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             0.1600 USD            1.00000 XTS         pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00000 XTS           10.00000 XTS        fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00000 XTS           10.00000 XTS        fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.99967 XTS           0.00000 XTS         fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00000 XTS           10.00000 XTS        fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00001 XTS           999.99999 XTS       fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00012 XTS           9,955.32532 XTS     fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00008 XTS           9,919.77780 XTS     fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00000 XTS           10.00000 XTS        fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00007 XTS           9,999.99993 XTS     fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00004 XTS           9,980.00016 XTS     fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00000 XTS           1.00000 XTS         fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:48:53 1463      alt                 ORDER-CCFJNYAZ      1.00000 XTS           0.10000 XTS         short 1e+08 USD @ 1e+08 USD/XTS         336c1e64
2014-07-16T00:49:10 ERROR     ORDER-4nRtXFXW      UNKNOWN             1.00000 XTS           0.00000 XTS         pay ask @ 99999999. USD / XTS           00000000
2014-07-16T00:49:10 ERROR     ORDER-4nRtXFXW      alt                 99,999,999.0000 USD   0.00000 XTS         fill ask @ 99999999. USD / XTS          00000000
2014-07-16T00:49:10 ERROR     ORDER-4nRtXFXW      alt                 99,999,999.0000 USD   0.00000 XTS         fill ask @ 99999999. USD / XTS          00000000
2014-07-16T00:49:10 ERROR     ORDER-CCFJNYAZ      UNKNOWN             99,999,999.0000 USD   0.00000 XTS         pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:49:10 ERROR     ORDER-CCFJNYAZ      alt                 1.00000 XTS           0.00000 XTS         fill bid @ 99999999. USD / XTS          00000000
« Last Edit: July 16, 2014, 02:07:33 am 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 alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
sent
Code: [Select]
2014-07-16T01:47:28 1814      alt                 webber              100.00000 XTS         0.10000 XTS                                                 5bfd8767
2014-07-16T01:47:44 1816      alt                 webber              10,000.0000 USD       0.10000 XTS                                                 745882be

Offline bitcoinba

  • Full Member
  • ***
  • Posts: 193
    • View Profile
The download from the first post on this thread for the Mac client is not working. When trying to open for the first time getting: An error occurred while trying to start.

Offline Webber

  • Sr. Member
  • ****
  • Posts: 223
    • View Profile
My new balance
Code: [Select]
default (unlocked) >>> wallet_account_balance
ACCOUNT                         BALANCE                     
------------------------------------------------------------
alt                             110,000,000,899.9999 USD   
                                489,796.00000 XTS       


some balance for test,thanks.
XTSEcqxbtU2GaaC2AvnHcr4gtjpgzD6snMYc
seems like a wrong address

sorry,try again.
XTS5jzw5uNYjQfX4dxSMs7BhtQAfyCk9HqfE5EmcFvwnBsphwJ8vo
Bitshares2.0 witness node:delegate.webber
Bitshares2.0 API:ws://114.215.116.57:8090

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
My new balance
Code: [Select]
default (unlocked) >>> wallet_account_balance
ACCOUNT                         BALANCE                     
------------------------------------------------------------
alt                             110,000,000,899.9999 USD   
                                489,796.00000 XTS       


some balance for test,thanks.
XTSEcqxbtU2GaaC2AvnHcr4gtjpgzD6snMYc
seems like a wrong address

Offline Webber

  • Sr. Member
  • ****
  • Posts: 223
    • View Profile
import my pts wallet failed :(
Code: [Select]
wallet.dat: file size not a multiple of the pagesize
wallet.dat: file size not a multiple of the pagesize
13 11DbException: Db::open: Invalid argument
Db::open: Invalid argument:
    {"what":"Db::open: Invalid argument"}
    th_a  bitcoin.cpp:338 import_bitcoin_wallet
error importing bitcoin wallet wallet.dat
    {"wallet_dat":"wallet.dat","account_name":"webber"}
    th_a  wallet.cpp:3529 import_bitcoin_wallet

    {}
    th_a  common_api_client.cpp:579 wallet_import_bitcoin

    {"command":"wallet_import_bitcoin"}
    th_a  cli.cpp:538 execute_command
Bitshares2.0 witness node:delegate.webber
Bitshares2.0 API:ws://114.215.116.57:8090

Xeldal

  • Guest
isn't that backward?

Nope. 
Ask -- is asking to sell XTS at some price in USD  (equivalent to bidding to buy USD for some XTS amount)
Bid -- is biding to buy XTS at some price in USD (equivalent to asking to sell USD for some XTS amount)

thats backward. it a USD market. you are buying and selling USD. also my shorts are not getting matched with bids (or asks in this case) that are in the order book.

is XTS/USD a usd market? or is USD/XTS a usd market.  They both are.  Its just your preference of how you look at it.  Either way your trading USD for XTS.
a bid for XTS/USD is the same as an ask for USD/XTS

if you want to buy USD you bid on USD priced in XTS (your selling XTS)
if you want to sell USD you ask on USD priced in XTS (your buying XTS)
[this is more akin to how the function call is arranged]
wallet_market_submit_bid <from_account_name> <quantity> <quantity_symbol> <quote_price> <quote_symbol>

said another way:
if you want to buy USD you bid some amount of XTS for the USD your buying
if you want to sell USD you ask for some amount of XTS for the USD your selling


Offline Webber

  • Sr. Member
  • ****
  • Posts: 223
    • View Profile
My new balance
Code: [Select]
default (unlocked) >>> wallet_account_balance
ACCOUNT                         BALANCE                     
------------------------------------------------------------
alt                             110,000,000,899.9999 USD   
                                489,796.00000 XTS       


some balance for test,thanks.
XTSEcqxbtU2GaaC2AvnHcr4gtjpgzD6snMYc
Bitshares2.0 witness node:delegate.webber
Bitshares2.0 API:ws://114.215.116.57:8090

Offline HackFisher

  • Hero Member
  • *****
  • Posts: 883
    • View Profile
Margin Call not get executed in some cases, not sure it's a bug or due to market depth.
Maybe order matching need to enabled/disabled the same with margin call.

This  is my balance  :D
Code: [Select]
default (unlocked) >>> wallet_account_balance
ACCOUNT                         BALANCE                     
------------------------------------------------------------
alt                             199,967,998.0003 USD       
                                489,897.20000 XTS     

This is the transactions history
Code: [Select]
2014-07-16T00:44:05 1434      alt                 ORDER-4nRtXFXW      100.00000 XTS         0.10000 XTS         sell 100 XTS @ 1e+08 USD                c1e0b1c4
2014-07-16T00:47:04 1452      alt                 ORDER-Nnwz8BnB      1.00000 XTS           0.10000 XTS         short 1e+08 USD @ 1e+08 USD/XTS         5570da9d
2014-07-16T00:47:20 ERROR     ORDER-4nRtXFXW      UNKNOWN             0.99967 XTS           0.00000 XTS         pay ask @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-4nRtXFXW      alt                 99,967,999.0003 USD   0.00000 XTS         fill ask @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             1,240.0000 USD        999.99999 XTS       pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             60.0000 USD           10.00000 XTS        pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             12,245.0503 USD       9,955.32532 XTS     pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             8,927.8001 USD        9,919.77780 XTS     pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             70.0000 USD           10.00000 XTS        pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             8.0000 USD            10.00000 XTS        pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             7,000.0000 USD        9,999.99993 XTS     pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             99,967,999.0003 USD   0.00000 XTS         pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             4,990.0001 USD        9,980.00016 XTS     pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             3.0000 USD            10.00000 XTS        pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      UNKNOWN             0.1600 USD            1.00000 XTS         pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00000 XTS           10.00000 XTS        fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00000 XTS           10.00000 XTS        fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.99967 XTS           0.00000 XTS         fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00000 XTS           10.00000 XTS        fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00001 XTS           999.99999 XTS       fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00012 XTS           9,955.32532 XTS     fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00008 XTS           9,919.77780 XTS     fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00000 XTS           10.00000 XTS        fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00007 XTS           9,999.99993 XTS     fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00004 XTS           9,980.00016 XTS     fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:47:20 ERROR     ORDER-Nnwz8BnB      alt                 0.00000 XTS           1.00000 XTS         fill bid @ 99999999. USD / XTS          00000000
2014-07-16T00:48:53 1463      alt                 ORDER-CCFJNYAZ      1.00000 XTS           0.10000 XTS         short 1e+08 USD @ 1e+08 USD/XTS         336c1e64
2014-07-16T00:49:10 ERROR     ORDER-4nRtXFXW      UNKNOWN             1.00000 XTS           0.00000 XTS         pay ask @ 99999999. USD / XTS           00000000
2014-07-16T00:49:10 ERROR     ORDER-4nRtXFXW      alt                 99,999,999.0000 USD   0.00000 XTS         fill ask @ 99999999. USD / XTS          00000000
2014-07-16T00:49:10 ERROR     ORDER-4nRtXFXW      alt                 99,999,999.0000 USD   0.00000 XTS         fill ask @ 99999999. USD / XTS          00000000
2014-07-16T00:49:10 ERROR     ORDER-CCFJNYAZ      UNKNOWN             99,999,999.0000 USD   0.00000 XTS         pay bid @ 99999999. USD / XTS           00000000
2014-07-16T00:49:10 ERROR     ORDER-CCFJNYAZ      alt                 1.00000 XTS           0.00000 XTS         fill bid @ 99999999. USD / XTS          00000000
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 alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
My new balance
Code: [Select]
default (unlocked) >>> wallet_account_balance
ACCOUNT                         BALANCE                     
------------------------------------------------------------
alt                             110,000,000,899.9999 USD   
                                489,796.00000 XTS       

Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani
20010 insufficient_funds: insufficient funds
"required":"936,261.18318 XTS"


wipe your data folder and rebuild... (there was a hard fork)


  "delegate_reg_fee": "0.00178 XTS",

Code: [Select]
liondani (unlocked) >>> config
{
  "blockchain_id": "4b9f25c5e7204fd2af460d7a63fad3ce758e873ade2679c6ac14cfb62d4f05a7",
  "symbol": "XTS",
  "name": "BitShares XTS",
  "version": 107,
  "genesis_timestamp": "20140715T000001",
  "block_interval": 10,
  "target_block_size": 25600,
  "max_block_size": 51200,
  "max_blockchain_size": 107374182400,
  "address_prefix": "XTS",
  "min_block_fee": 1,
  "inactivity_fee_apr": 10,
  "delegate_num": 101,
  "delegate_reg_fee": "0.00178 XTS",
  "name_size_max": 63,
  "memo_size_max": 19,
  "data_size_max": 65536,
  "symbol_size_max": 5,
  "symbol_size_min": 3,
  "asset_reg_fee": "30.24000 XTS",
  "asset_shares_max": 1000000000000000,
  "proposal_vote_message_max": 1024,
  "max_pending_queue_size": 100,
  "max_trx_per_second": 10
}