Author Topic: Dry Run 12: Call Me Maybe  (Read 13342 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
all submitted shorts I made got stuck pending :(

Offline HackFisher

  • Hero Member
  • *****
  • Posts: 883
    • View Profile
The testnet init delegates seems down.
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 Riverhead

Check your orders list.  You can cancel unsuccessful orders.  Try 0.01 instead of .01.  This short worked for me:



riverheadtest (unlocked) >>> wallet_market_submit_short riverhead-test 5 0.01 USD








Offline maqifrnswa

  • Hero Member
  • *****
  • Posts: 661
    • View Profile
I'm trying to make a short order. XTS are leaving my account, but not showing up in the market order book. What am I doing wrong?

Code: [Select]
default (unlocked) >>> wallet_market_submit_short maqifrnswa 20 .01 USD
{
  "expiration": "20140809T201507",
  "delegate_slate_id": null,
  "operations": [{
      "type": "withdraw_op_type",
      "data": {
        "balance_id": "XTSHXiVKSa89YZLy7V9c8uutXog1YueoijBj",
        "amount": 200010000,
        "claim_input_data": ""
      }
    },{
      "type": "short_op_type",
      "data": {
        "amount": 200000000,
        "short_index": {
          "order_price": {
            "ratio": "0.001",
            "quote_asset_id": 22,
            "base_asset_id": 0
          },
          "owner": "XTSPqwyGr13os1Wyy4fBsFmdobBJ1vtdsrA2"
        }
      }
    }
  ],
  "signatures": [
    "1fbcb91544fdf03af7474f8411b3cc5b23e327efb8888461fb3bb94ce2fe6dba1eb64950eb47306174ec1c4dfea76e4782ced54a28a4ffdb17cbea5d8bef7e5071",
    "20de21d0df5c25a17a0327f47d5cd4540159f45d28d1ced6c64d291e3103d98ea9f052164c41fdb84ccd9830780efbe35a55fe52a25dab4f45238a02c1ddf313ff"
  ]
}
default (unlocked) >>> wallet_account_balance maqifrnswa
ACCOUNT                         BALANCE                     
============================================================
maqifrnswa                      20,690.24473 XTS           
                                0.02715 XTS (pay)           
default (unlocked) >>> wallet_market_submit_short maqifrnswa 20 .01 USD
{
  "expiration": "20140809T201519",
  "delegate_slate_id": null,
  "operations": [{
      "type": "withdraw_op_type",
      "data": {
        "balance_id": "XTSHXiVKSa89YZLy7V9c8uutXog1YueoijBj",
        "amount": 200010000,
        "claim_input_data": ""
      }
    },{
      "type": "short_op_type",
      "data": {
        "amount": 200000000,
        "short_index": {
          "order_price": {
            "ratio": "0.001",
            "quote_asset_id": 22,
            "base_asset_id": 0
          },
          "owner": "XTSGRG2ARbKHcA8aJKnpWe7cM5BaLf66SHf1"
        }
      }
    }
  ],
  "signatures": [
    "20df17e7aa78f60db81011bfa2a8f5696cba485fe383fa5d0f7fdc5bce2eda9600ef6aa466ca8ae066e600159af082126951cdc802779bd95143659b0cd15cf531",
    "1ff3118ddcaf116c8fbc0e508fb0b4f9b95c6b08e4d3bd7c2e8c0af3f65cf3d82c5bb7b4963125b57cdf63ab9f1b5084bef8c321d8d6a485adb2d7b331e4f4ac84"
  ]
}
default (unlocked) >>> wallet_market_order_list USD XTS
No market orders found.
default (unlocked) >>> wallet_account_balance maqifrnswa
ACCOUNT                         BALANCE                     
============================================================
maqifrnswa                      18,690.14473 XTS           
                                0.02715 XTS (pay)
maintains an Ubuntu PPA: https://launchpad.net/~showard314/+archive/ubuntu/bitshares [15% delegate] wallet_account_set_approval maqifrnswa true [50% delegate] wallet_account_set_approval delegate1.maqifrnswa true

Offline boombastic

  • Sr. Member
  • ****
  • Posts: 251
    • View Profile
    • AngelShares Explorer
I did transferred about 30 xts from another test laptop to this account voting myself
http://bitshares.dacplay.org/r/boombastic
Support My Witness: mr.agsexplorer
BTC: 1Bb6V1UStz45QMAamjaX8rDjsnQnBpHvE8

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
I have my Keyhotee ID private key imported, it appears to be a blockchain registered account (expected), but also it's been activated as delegate automatically (is this expected?).  I didn't enable my wallet to produce blocks resulting the missing blocks.
Yes that is expected .. however .. keyhotee names should have zero votes/approvals initially and thus not be nominated to produce blocks

Offline maqifrnswa

  • Hero Member
  • *****
  • Posts: 661
    • View Profile
looks fine now, it was like a switch, suddenly everyone started producing blocks at once...
maintains an Ubuntu PPA: https://launchpad.net/~showard314/+archive/ubuntu/bitshares [15% delegate] wallet_account_set_approval maqifrnswa true [50% delegate] wallet_account_set_approval delegate1.maqifrnswa true

Offline boombastic

  • Sr. Member
  • ****
  • Posts: 251
    • View Profile
    • AngelShares Explorer
I have my Keyhotee ID private key imported, it appears to be a blockchain registered account (expected), but also it's been activated as delegate automatically (is this expected?).  I didn't enable my wallet to produce blocks resulting the missing blocks.
http://bitshares.dacplay.org/r/boombastic
Support My Witness: mr.agsexplorer
BTC: 1Bb6V1UStz45QMAamjaX8rDjsnQnBpHvE8

Offline Riverhead

I see some of the init delegates are missing blocks as well.

Offline maqifrnswa

  • Hero Member
  • *****
  • Posts: 661
    • View Profile
no messages,

here is get_info during my 10 second slot:
Code: [Select]
  "blockchain_head_block_num": 5693,
  "blockchain_head_block_age": "18 seconds old",
  "blockchain_head_block_timestamp": "2014-08-09T14:36:20",
  "blockchain_average_delegate_participation": "94.39 %",
  "blockchain_confirmation_requirement": 1,
  "blockchain_accumulated_fees": "270.19296 XTS",
  "blockchain_delegate_pay_rate": "0.00223 XTS",
  "blockchain_share_supply": "1,999,999,999.80838 XTS",
  "blockchain_blocks_left_in_round": 64,
  "blockchain_next_round_time": "10 minutes in the future",
  "blockchain_next_round_timestamp": "2014-08-09T14:47:00",
  "blockchain_random_seed": "2c3013966326ddd792aec2f5c9e783c69d2e2f1a",
  "client_data_dir": "/home/showard/.BitSharesXTS",
  "network_num_connections": 4,
  "network_num_connections_max": 200,
  "ntp_time": "2014-08-09T14:36:38",
  "ntp_time_error": 0.072883000000000003,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "3 years 2 months in the future",
  "wallet_unlocked_until_timestamp": "2017-10-09T23:57:10",
  "wallet_scan_progress": "100.00 %",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "8 seconds ago",
  "wallet_next_block_production_timestamp": "2014-08-09T14:36:30"

everything looks right, maybe there aren't enough connections to propagate the block in time?
maintains an Ubuntu PPA: https://launchpad.net/~showard314/+archive/ubuntu/bitshares [15% delegate] wallet_account_set_approval maqifrnswa true [50% delegate] wallet_account_set_approval delegate1.maqifrnswa true

Offline bytemaster

Very odd...  does you client report any errors or log messages?

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 maqifrnswa

  • Hero Member
  • *****
  • Posts: 661
    • View Profile
Here's my info
Code: [Select]
  "blockchain_head_block_num": 5693,
  "blockchain_head_block_age": "18 seconds old",
  "blockchain_head_block_timestamp": "2014-08-09T14:36:20",
  "blockchain_average_delegate_participation": "94.39 %",
  "blockchain_confirmation_requirement": 1,
  "blockchain_accumulated_fees": "270.19296 XTS",
  "blockchain_delegate_pay_rate": "0.00223 XTS",
  "blockchain_share_supply": "1,999,999,999.80838 XTS",
  "blockchain_blocks_left_in_round": 64,
  "blockchain_next_round_time": "10 minutes in the future",
  "blockchain_next_round_timestamp": "2014-08-09T14:47:00",
  "blockchain_random_seed": "2c3013966326ddd792aec2f5c9e783c69d2e2f1a",
  "client_data_dir": "/home/showard/.BitSharesXTS",
  "network_num_connections": 4,
  "network_num_connections_max": 200,
  "ntp_time": "2014-08-09T14:36:38",
  "ntp_time_error": 0.072883000000000003,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "3 years 2 months in the future",
  "wallet_unlocked_until_timestamp": "2017-10-09T23:57:10",
  "wallet_scan_progress": "100.00 %",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "8 seconds ago",
  "wallet_next_block_production_timestamp": "2014-08-09T14:36:30"

you can see the current ime is correct, the "wallet_next_block_production_timestamp": "2014-08-09T14:36:30" is in the past 10 seconds, and the last block is correct - the settings are all correct. It just doesn't produce for some reason
« Last Edit: August 09, 2014, 02:39:03 pm by maqifrnswa »
maintains an Ubuntu PPA: https://launchpad.net/~showard314/+archive/ubuntu/bitshares [15% delegate] wallet_account_set_approval maqifrnswa true [50% delegate] wallet_account_set_approval delegate1.maqifrnswa true

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
yhea .. those guys voted for themselfs and havent noticed that they so have to produce blocks ..

Offline maqifrnswa

  • Hero Member
  • *****
  • Posts: 661
    • View Profile
also, something weird is going on such that only init delegates and producing blocks
Code: [Select]
ID    NAME (* next in line)           APPROVAL       PRODUCED MISSED   RELIABILITY   PAY RATE PAY BALANCE         LAST BLOCK
============================================================================================================================
299   bitcoiners                      0.0199999963 % 18       29       38.30 %       100 %    0.02553 XTS         5511     
302   spartako                        0.0150000000 % 0        1        0.00 %        50 %     0.00000 XTS         NONE     
301   crazybit                        0.0066795708 % 0        3        0.00 %        100 %    0.00000 XTS         NONE     
304   maqifrnswa                      0.0033349950 % 0        1        0.00 %        100 %    0.00000 XTS         NONE     
169   fox                             0.0005000011 % 25       28       47.17 %       100 %    0.02256 XTS         5214     
129   boombastic                      0.0000015000 % 0        7        0.00 %        100 %    0.00000 XTS         NONE     
204   koocaa                          0.0000015000 % 0        6        0.00 %        100 %    0.00000 XTS         NONE     
53    init52                          0.0000000033 % 59       0        100.00 %      100 %    0.06572 XTS         5550     
13    init12                          0.0000000033 % 60       0        100.00 %      100 %    0.06555 XTS         5586     
48    init47                          0.0000000033 % 58       0        100.00 %      100 %    0.06500 XTS         5567     
56    init55                          0.0000000032 % 58       0        100.00 %      100 %    0.06443 XTS         5585     
58    init57                          0.0000000032 % 58       0        100.00 %      100 %    0.06398 XTS         5581     
85    init84                          0.0000000032 % 59       0        100.00 %      100 %    0.06390 XTS         5535     
97    init96                          0.0000000032 % 58       0        100.00 %      100 %    0.06362 XTS         5577     
93    init92                          0.0000000032 % 57       1        98.28 %       100 %    0.06360 XTS         5582     
54    init53                          0.0000000032 % 58       0        100.00 %      100 %    0.06352 XTS         5551     
11    init10                          0.0000000032 % 58       0        100.00 %      100 %    0.06346 XTS         5574     
96    init95                          0.0000000032 % 57       0        100.00 %      100 %    0.06341 XTS         5562     
6     init5                           0.0000000032 % 58       0        100.00 %      100 %    0.06327 XTS         5558     
80    init79                          0.0000000032 % 57       0        100.00 %      100 %    0.06314 XTS         5575   
maintains an Ubuntu PPA: https://launchpad.net/~showard314/+archive/ubuntu/bitshares [15% delegate] wallet_account_set_approval maqifrnswa true [50% delegate] wallet_account_set_approval delegate1.maqifrnswa true

Offline bytemaster

Anyone have 4M XTS?    I don't have access to mine at the moment.
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.