Author Topic: Dry Run 2: The Real Deal  (Read 145390 times)

0 Members and 1 Guest are viewing this topic.

Offline testz

sent some HSBC shares to the following guys, just for fun, not real HSBC shares. :D

Get it, thanks!  :)

Offline crazybit

sent some HSBC shares to the following guys, just for fun, not real HSBC shares. :D

Quote
18350.0    2014-06-18T06:40:15 crazybit            xeroc               Shares of HSBC                       10,000.000000 HSBC        0.010000 XTS        9fcb4e7f
  18351.0    2014-06-18T06:40:30 crazybit            spartako            Shares of HSBC                       10,000.000000 HSBC        0.010000 XTS        b9debac2
  18352.0    2014-06-18T06:41:00 crazybit            betax               Shares of HSBC                       10,000.000000 HSBC        0.010000 XTS        311db446
  18352.1    2014-06-18T06:41:00 crazybit            cgafeng             Shares of HSBC                       10,000.000000 HSBC        0.010000 XTS        a6d0be23
  18353.0    2014-06-18T06:41:30 crazybit            mauritso            Shares of HSBC                       10,000.000000 HSBC        0.010000 XTS        32489b64
  18353.1    2014-06-18T06:41:30 crazybit            puppies             Shares of HSBC                       10,000.000000 HSBC        0.010000 XTS        fd042d38
  18355.0    2014-06-18T06:43:15 crazybit            ags                 Shares of HSBC                       10,000.000000 HSBC        0.010000 XTS        06c0dad5
  18355.1    2014-06-18T06:43:15 crazybit            delegate-alt        Shares of HSBC                       10,000.000000 HSBC        0.010000 XTS        3d4f84ff
  18356.0    2014-06-18T06:43:30 crazybit            alexxy              Shares of HSBC                       10,000.000000 HSBC        0.010000 XTS        8d7d321c
  18357.0    2014-06-18T06:43:45 crazybit            testz               Shares of HSBC                       10,000.000000 HSBC        0.010000 XTS        a5a8a40d
  18358.0    2014-06-18T06:44:15 crazybit            bitsuperlab         Shares of HSBC                       10,000.000000 HSBC        0.010000 XTS        bd08


Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
They missed to tell us about a recent commit:
https://github.com/BitShares/bitshares_toolkit/commit/55053c244f3057841b86a5b46fad654d7e1ce636

You need to run:
wallet_toggle_delegate_block_production <delegate> true

In order for delegates to produce blocks!

EDIT: doesn't seem to work .. i reverted to the previous commit to keep my delegate online AND producing blocks
« Last Edit: June 18, 2014, 07:10:53 am by xeroc »

Offline muse-umum

  • Hero Member
  • *****
  • Posts: 717
  • BitShares everything
    • View Profile
Same as what Xeldal met, my delegates have stopped working. I built with the latest codes.

  "block_production_enabled": false,

Code: [Select]
heyd (unlocked) >>> info
{
  "blockchain_head_block_num": 18346,
  "blockchain_head_block_time": "20140618T063845",
  "blockchain_head_block_time_rel": "1 second old",
  "blockchain_confirmation_requirement": 1,
  "blockchain_average_delegate_participation": 74.102368220015279,
  "network_num_connections": 20,
  "ntp_time": "20140618T063846.274894",
  "ntp_error_seconds": -0.0015269999999999999,
  "wallet_unlocked_seconds_remaining": 9986809,
  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,
  "wallet_local_time": "20140618T063846",
  "blockchain_random_seed": "5ae3cf375a3d49771c448271f9c7a24f6f376e48",
  "blockchain_shares": 10000752930064,
  "network_num_connections_max": 999,
  "network_protocol_version": 101,
  "wallet_open": true,
  "wallet_unlocked_until": "20141011T204535",
  "wallet_version": 100
}
heyd (unlocked) >>> about
{
  "bitshares_toolkit_revision": "b81f9ac56623a4ae8bbc608b8a1f819e48938ac1",
  "bitshares_toolkit_revision_age": "6 hours ago",
  "fc_revision": "9002b024693a8ac749a4d5f0b64821b2a1e8eab9",
  "fc_revision_age": "11 hours ago",
  "compile_date": "compiled on Jun 18 2014 at 02:54:02"
}

Code: [Select]
heyd (unlocked) >>> wallet_toggle_delegate_block_production init-delegate-96 true
OK
heyd (unlocked) >>> wallet_rescan_blockchain
Rescanning blockchain...
|----------------------------------------------------------------------------------------------------|
|====================================================================================================|
Scan complete.
OK
heyd (unlocked) >>> wallet_get_account init-delegate-96                         
{
  "index": 8,
  "id": 96,
  "name": "init-delegate-96",
  "public_data": null,
  "owner_key": "XTS5HHx85ASdW3b4UmyV8g2rLyYRfHeTj8aH6E1DTE11jFUBr96as",
  "active_key_history": [[
      "20140618T025823",
      "XTS5HHx85ASdW3b4UmyV8g2rLyYRfHeTj8aH6E1DTE11jFUBr96as"
    ]
  ],
  "registration_date": "20140601T000000",
  "last_update": "20140601T000000",
  "delegate_info": {
    "votes_for": 93576540633,
    "votes_against": 0,
    "blocks_produced": 272,
    "blocks_missed": 42,
    "pay_balance": 18372613,
    "next_secret_hash": "0a67f9d19499c8e3e8952c6d2c95e122f6d8bed2",
    "last_block_num_produced": 17608
  },
  "meta_data": null,
  "account_address": "XTSNdngzms5KBFqgpFF7dTJNZnJXT3xAXzZG",
  "trust_level": 0,
  "block_production_enabled": false,
  "private_data": null
}
« Last Edit: June 18, 2014, 06:39:15 am by heyD »

Offline networker

  • Sr. Member
  • ****
  • Posts: 322
    • View Profile
my delegate "crazybit " still in the inactive list ,could anyone pls give me some trust, would like to test the block generation.

putting you in dry run 3

Would you mind putting  me in dry run 3 too ?
my delegate "networker"

Offline alexxy

  • Full Member
  • ***
  • Posts: 175
    • View Profile
heh my init delegates work like a charm, hovever my keyhotee id delegate alexxy didnt have a chance to produce block
Vote for my delegates! alexxy | lexx
PTS: PmraxfZ852y9oEKrYMLX1ee3e4qRWPUTFC
BTS: alexxy

Offline muse-umum

  • Hero Member
  • *****
  • Posts: 717
  • BitShares everything
    • View Profile
Is this an error?
I've set wallet_toggle_delegate_block_production init-delegate-42 true
and  wallet_get_account init-delegate-42 says  "block_production_enabled": false,

Quote
xeldal-w (unlocked) >>> wallet_toggle_delegate_block_production init-delegate-42 true
OK
xeldal-w (unlocked) >>> wallet_get_account init-delegate-42
{
  "index": 4,
  "id": 42,
  "name": "init-delegate-42",
  "public_data": null,
  "owner_key": "XTS5iNWht2kEmdWNDf6cRz6HiVEs2zk3X61GpQvrQT1wQf66xucit",
  "active_key_history": [[
      "20140618T035618",
      "XTS5iNWht2kEmdWNDf6cRz6HiVEs2zk3X61GpQvrQT1wQf66xucit"
    ]
  ],
  "registration_date": "20140601T000000",
  "last_update": "20140601T000000",
  "delegate_info": {
    "votes_for": 85012306379,
    "votes_against": 0,
    "blocks_produced": 193,
    "blocks_missed": 113,
    "pay_balance": 13562297,
    "next_secret_hash": "677e403d0b6c7341cca966ce584a630b5a317e30",
    "last_block_num_produced": 17209
  },
  "meta_data": null,
  "account_address": "XTSJBUPebvzdAsmhxvzvqRdwKtTKg7Y9bvX5",
  "trust_level": 0,
  "block_production_enabled": false,
  "private_data": null
}

The same to me. Built with the latest codes.

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
can't understand the balance.
this is my transaction history
Code: [Select]
default (unlocked) >>> wallet_account_transaction_history alt                                                                                                             
    BLK.TRX  TIMESTAMP           FROM                TO                  MEMO                                             AMOUNT             FEE              ID
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----

   pending   2014-06-11T07:49:15 UNKNOWN             UNKNOWN                                                        0.000000 XTS        0.000000 XTS        3d60360b
    370.0    2014-06-13T05:17:15 alt                 alt                 register alt                               0.000000 XTS        0.010044 XTS        2e486166
    396.0    2014-06-13T05:35:45 alt                 init-delegate-18    test                                       0.100000 XTS        0.010000 XTS        09dd2374
    399.0    2014-06-13T05:37:45 alt                 init-delegate-18    idle                                       1.000000 XTS        0.010000 XTS        4594491e
  10092.1    2014-06-16T06:41:45 alt                 dorian              hello                                      0.100000 XTS        0.010000 XTS        f65a6b4d
  10296.0    2014-06-16T08:05:00 clout               alt                                                           50.000000 XTS        0.000000 XTS        e2c9cbc9
  10339.0    2014-06-16T08:22:45 mauritso            alt                                                           10.000000 XTS        0.000000 XTS        37671f7e
  10341.0    2014-06-16T08:23:15 mauritso            alt                                                          10.000000 LOVE        0.000000 XTS        fe819ec6
  10355.0    2014-06-16T08:30:45 betax               alt                                                           20.000000 XTS        0.000000 XTS        2ebd73be
  10384.0    2014-06-16T08:42:15 betax               alt                                                      100,000.000000 HAP        0.000000 XTS        851d86be
  10511.0    2014-06-16T09:32:15 spartako            alt                 some love                               100.000000 LOVE        0.000000 XTS        870cd6e6
  11421.0    2014-06-16T15:23:45 alt                 ORDER-6B31qfya      buy 10 XTS @ 100 HAP                   1,000.000000 HAP        0.010000 XTS        d50281b3
  12754.0    2014-06-16T23:31:45 alt                 delegate-alt        register delegate                         11.000000 HAP        0.010000 XTS        898b13ea
  12764.0    2014-06-16T23:34:15 alt                 delegate-alt        register delegate                         11.000000 XTS        0.010000 XTS        890fcb45
  12772.0    2014-06-16T23:37:15 alt                 dorian              send LOVE                                20.000000 LOVE        0.010000 XTS        35e018a8
  12776.0    2014-06-16T23:38:15 alt                 delegate-alt        register delegate                        11.000000 LOVE        0.010000 XTS        c7e40cb1
  12777.0    2014-06-16T23:38:30 alt                 delegate-alt        register delegate                          1.000000 XTS        0.010000 XTS        35aa0c54
  12911.0    2014-06-17T00:20:45 alt                 alt                 create DREAM (Dream)                       0.000000 XTS        0.000000 XTS        a7f1c1fe
  12919.0    2014-06-17T00:23:30 alt                 alt                 create HELLO (Dream)                       0.000000 XTS        0.000000 XTS        0dd5c404
  12919.1    2014-06-17T00:23:30 alt                 alt                 create HELLO (Dream)                       0.000000 XTS        0.000000 XTS        5bea9de8
  12923.0    2014-06-17T00:25:00 alt                 alt                 create APPLE (Dream)                       0.000000 XTS        0.000000 XTS        4070120d
  12927.0    2014-06-17T00:26:45 alt                 alt                 create ORA (Dream)                         0.000000 XTS        0.000000 XTS        3cb5c470
  12936.0    2014-06-17T00:29:45 alt                 alt                 hello                                    100.000000 ORA        0.000000 XTS        691dc61f
  12936.1    2014-06-17T00:29:45 alt                 alt                 hello                                     10.000000 ORA        0.000000 XTS        cb830aea
  12939.0    2014-06-17T00:30:30 alt                 alt                 hello                                    889.000000 ORA        0.000000 XTS        f6b7b739
  12962.0    2014-06-17T00:38:00 alt                 alt                 create DRINK (drink)                       0.000000 XTS        0.000000 XTS        3c4916b0
  12966.0    2014-06-17T00:39:30 alt                 alt                 buy you a drink                    9,999,999.000000 DRINK        0.000000 XTS        32a95de5
  12969.0    2014-06-17T00:40:15 alt                 delegate-alt        drink                              9,000,000.000000 DRINK        0.010000 XTS        d79413a4
  13791.0    2014-06-17T05:28:30 alt                 networker                                                      2.000000 XTS        0.010000 XTS        da389b2e
  17412.4    2014-06-18T01:24:45 alt                 delegate-alt        test flood ...                          10.000000 DRINK        0.010000 XTS        a815759a
  17412.6    2014-06-18T01:24:45 alt                 delegate-alt        test flood ...                          10.000000 DRINK        0.010000 XTS        e579167b
  17412.0    2014-06-18T01:24:45 alt                 delegate-alt        test flood ...                          10.000000 DRINK        0.010000 XTS        00115a80
  17412.5    2014-06-18T01:24:45 alt                 delegate-alt        test flood ...                          10.000000 DRINK        0.010000 XTS        cd87c4b9
  17412.2    2014-06-18T01:24:45 alt                 delegate-alt        test flood ...                          10.000000 DRINK        0.010000 XTS        9192aa1f
  17412.1    2014-06-18T01:24:45 alt                 delegate-alt        test flood ...                          10.000000 DRINK        0.010000 XTS        78f1d803
  17412.3    2014-06-18T01:24:45 alt                 delegate-alt        test flood ...                          10.000000 DRINK        0.010000 XTS        95cb9277
  17413.0    2014-06-18T01:25:00 alt                 delegate-alt        test flood ...                          10.000000 DRINK        0.010000 XTS        b0dbee8b
   pending   2014-06-18T01:34:23 alt                 delegate-alt        test flood...                           12.000000 DRINK        0.010000 XTS        d5d36e58
   pending   2014-06-18T01:34:23 alt                 delegate-alt        test flood...                           13.000000 DRINK        0.010000 XTS        f4a242fd
   pending   2014-06-18T01:34:23 alt                 delegate-alt        test flood...                           11.000000 DRINK        0.010000 XTS        ca027b09
   pending   2014-06-18T01:34:23 alt                 delegate-alt        test flood...                           10.000000 DRINK        0.010000 XTS        2229adc8
   pending   2014-06-18T01:41:03 alt                 delegate-alt        test flood...                           10.000000 DRINK        0.010000 XTS        87dfe5d1
   pending   2014-06-18T01:41:03 alt                 delegate-alt        test flood...                           12.000000 DRINK        0.010000 XTS        3a3df2f1
   pending   2014-06-18T01:41:03 alt                 delegate-alt        test flood...                           13.000000 DRINK        0.010000 XTS        0dd41950
   pending   2014-06-18T01:41:03 alt                 delegate-alt        test flood...                           11.000000 DRINK        0.010000 XTS        7cfe74d6
  17469.0    2014-06-18T01:41:30 alt                 delegate-alt        test flood...                           13.000000 DRINK        0.010000 XTS        9034b4a1
  17471.0    2014-06-18T01:42:15 alt                 delegate-alt        test flood...                           12.000000 DRINK        0.010000 XTS        c40c4f10
  17486.0    2014-06-18T01:46:15 alt                 delegate-alt        test flood...                           10.000000 DRINK        0.010000 XTS        72c8f31a
  17487.1    2014-06-18T01:46:30 alt                 delegate-alt        test flood...                           12.000000 DRINK        0.010000 XTS        cb6c22c5
  17487.0    2014-06-18T01:46:30 alt                 delegate-alt        test flood...                           11.000000 DRINK        0.010000 XTS        b92a168c
  17487.2    2014-06-18T01:46:30 alt                 delegate-alt        test flood...                           13.000000 DRINK        0.010000 XTS        dd75389f
  17493.0    2014-06-18T01:48:15 alt                 delegate-alt        test flood...                           10.000000 DRINK        0.010000 XTS        034b26a5
  17493.1    2014-06-18T01:48:15 alt                 delegate-alt        test flood...                           11.000000 DRINK        0.010000 XTS        f7827952
  17494.1    2014-06-18T01:48:30 alt                 delegate-alt        test flood...                           13.000000 DRINK        0.010000 XTS        963b033f
  17494.0    2014-06-18T01:48:30 alt                 delegate-alt        test flood...                           12.000000 DRINK        0.010000 XTS        67f4dd77
   pending   2014-06-18T02:04:25 alt                 delegate-alt        test flood...                           10.000000 DRINK        0.010000 XTS        e15cd926
   pending   2014-06-18T02:04:26 alt                 delegate-alt        test flood...                           11.000000 DRINK        0.010000 XTS        ab18779f
   pending   2014-06-18T02:04:27 alt                 delegate-alt        test flood...                           12.000000 DRINK        0.010000 XTS        a88ae121
   pending   2014-06-18T02:04:28 alt                 delegate-alt        test flood...                           13.000000 DRINK        0.010000 XTS        992ca441
   pending   2014-06-18T02:06:45 alt                 delegate-alt        test flood...                           10.000000 DRINK        0.010000 XTS        12fe004e
   pending   2014-06-18T02:06:46 alt                 delegate-alt        test flood...                           11.000000 DRINK        0.010000 XTS        3883ee08
   pending   2014-06-18T02:06:47 alt                 delegate-alt        test flood...                           12.000000 DRINK        0.010000 XTS        679f5b60
   pending   2014-06-18T02:06:48 alt                 delegate-alt        test flood...                           13.000000 DRINK        0.010000 XTS        a9bbfa5b
   pending   2014-06-18T02:08:19 alt                 delegate-alt        test flood...                           10.000000 DRINK        0.010000 XTS        b9c5e39e
   pending   2014-06-18T02:08:21 alt                 delegate-alt        test flood...                           10.000000 DRINK        0.010000 XTS        1fa8a494
...............
   pending   2014-06-18T03:42:12 alt                 delegate-alt        test flood...                           10.000000 DRINK        0.010000 XTS        ceba9be8
from this, I get about 80 XTS from clout,mauritso,betax. send about 12 XTS to delegate-alt
but the balance is only 3 XTS.
Code: [Select]
default (unlocked) >>> wallet_account_balance alt                                                                                                         
alt:
    999,803.000000 DRINK
    98,989.000000 HAP
    79.000000 LOVE
    999.000000 ORA
    3.009740 XTS
I have rescan before get balance.
Maybe create asset have spent much XTS, but not show on the history list?

Xeldal

  • Guest
Is this an error?
I've set wallet_toggle_delegate_block_production init-delegate-42 true
and  wallet_get_account init-delegate-42 says  "block_production_enabled": false,

Quote
xeldal-w (unlocked) >>> wallet_toggle_delegate_block_production init-delegate-42 true
OK
xeldal-w (unlocked) >>> wallet_get_account init-delegate-42
{
  "index": 4,
  "id": 42,
  "name": "init-delegate-42",
  "public_data": null,
  "owner_key": "XTS5iNWht2kEmdWNDf6cRz6HiVEs2zk3X61GpQvrQT1wQf66xucit",
  "active_key_history": [[
      "20140618T035618",
      "XTS5iNWht2kEmdWNDf6cRz6HiVEs2zk3X61GpQvrQT1wQf66xucit"
    ]
  ],
  "registration_date": "20140601T000000",
  "last_update": "20140601T000000",
  "delegate_info": {
    "votes_for": 85012306379,
    "votes_against": 0,
    "blocks_produced": 193,
    "blocks_missed": 113,
    "pay_balance": 13562297,
    "next_secret_hash": "677e403d0b6c7341cca966ce584a630b5a317e30",
    "last_block_num_produced": 17209
  },
  "meta_data": null,
  "account_address": "XTSJBUPebvzdAsmhxvzvqRdwKtTKg7Y9bvX5",
  "trust_level": 0,
  "block_production_enabled": false,
  "private_data": null
}

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
Has anyone tried to run a delegate through Tor yet?  I've noticed that nodes broadcast their local IP.  If I am running behind a router through tor, and I broadcast 192.168.1.2 would that be enough to prevent someone from finding my IP?  Is there a better way to broadcast through tor, without giving up your IP?
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Xeldal

  • Guest
3rd times the charm i guess

another fresh rebuild this time back to normal.
Code: [Select]
"blockchain_head_block_num": 17907,
  "blockchain_head_block_time": "20140618T040600",
  "blockchain_head_block_time_rel": "14 seconds old",
  "blockchain_confirmation_requirement": 2,
  "blockchain_average_delegate_participation": 77.662129703763014,
  "network_num_connections": 10,
  "ntp_time": "20140618T040614.894843",
  "ntp_error_seconds": 0.42322100000000001,
  "wallet_unlocked_seconds_remaining": 0,
  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,
  "wallet_local_time": "20140618T040614",
  "blockchain_random_seed": "f31780c5622f1c8a161f467f1767bb6688cbf8aa",
  "blockchain_shares": 10000753196660,
  "network_num_connections_max": 12,
  "network_protocol_version": 101,
  "wallet_open": false,
  "wallet_unlocked_until": "",
  "wallet_version": 100

same revision
Code: [Select]
(wallet closed) >>> about
{
  "bitshares_toolkit_revision": "b81f9ac56623a4ae8bbc608b8a1f819e48938ac1",
  "bitshares_toolkit_revision_age": "4 hours ago",
  "fc_revision": "9002b024693a8ac749a4d5f0b64821b2a1e8eab9",
  "fc_revision_age": "8 hours ago",
  "compile_date": "compiled on Jun 17 2014 at 23:13:14"
}

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
and some times transfer failed
Code: [Select]
default (unlocked) >>> wallet_transfer 13 DRINK alt delegate-alt "test flood..."
31005 insufficient_funds: insufficient funds

    {"current_balance_record":{"balance":0,"condition":{"asset_id":10,"delegate_id":17,"type":"withdraw_signature_type","data":{"owner":"XTSLWeDvytxWHxe4QVzKKxGFqy8woas
xJm1K","memo":{"one_time_key":"XTS5cvkcg9fdYqARpHz8p2CQrK7SWzypnp9eoNshXm5gSRqgftJij","encrypted_memo_data":"dbdf5de38b227851e360ae2bb02d83b60249e88cd33cd54eb13bc6b8be8
07f60f61a3be5d30aba8f24208e09c53d4f46a8387b2dd545a42ce4f3dd4737451ea3"}}},"last_update":"20140618T025300"},"amount":1000000,"current_balance_record->balance - amount":-
1000000}
    th_a  balance_operations.cpp:80 evaluate

    {"op":{"balance_id":"XTSBrJnZLZ8cLRMTU6gwJ8SjyTH7GBHgkBzp","amount":1000000,"claim_input_data":""}}
    th_a  balance_operations.cpp:164 evaluate

    {"op":{"type":"withdraw_op_type","data":{"balance_id":"XTSBrJnZLZ8cLRMTU6gwJ8SjyTH7GBHgkBzp","amount":1000000,"claim_input_data":""}}}
    th_a  operation_factory.hpp:51 evaluate

    {"trx":{"expiration":null,"delegate_id":null,"operations":[{"type":"withdraw_op_type","data":{"balance_id":"XTSBrJnZLZ8cLRMTU6gwJ8SjyTH7GBHgkBzp","amount":1000000,"
claim_input_data":""}},{"type":"withdraw_op_type","data":{"balance_id":"XTSKu4YBFNwCjUhSkTkqyZEPLYWqVL7VwFbB","amount":12000000,"claim_input_data":""}},{"type":"withdra
w_op_type","data":{"balance_id":"XTSFWtxkbLEdHs4fSzVqwVwgbg8Do5RrFLMR","amount":10000,"claim_input_data":""}},{"type":"deposit_op_type","data":{"amount":13000000,"condi
tion":{"asset_id":10,"delegate_id":333,"type":"withdraw_signature_type","data":{"owner":"XTSDYicNZHx6bvLgb644STFGnhHZo622WCyr","memo":{"one_time_key":"XTS73P5XDcjRrhnJS
2G4douZV1e7LvcWDjiztbo2iC4U3NxeaNo9H","encrypted_memo_data":"d58dd6d7751b8a8e515e523837e03d95f14c1f1be9890c5bd4d02e98a94e177d673ffa272c6715a52f3a4dba50572151d0bd88e3f28
59176cffbb34f159746c5"}}}}}],"signatures":["2000bcece222f0bc535b06318906ced4ca930bb67226a872903ee1c5fc4ff6421c82baacee46d25f250eabc071a2065e5fac0c0ac200a15ad78c5c9bfea8
94c109","1f22ff50d7939b719baa5258918a31b99c0041bc89c361699f1919f2f288c4b6514d7a3a1d142972d8e74efe5ed1c3c63084acd45149f85d797ace16f7ce758960","1f0b65410ac4def2346893c352
2782c21a16dca0696b6ef677ba603d9a22656c6772e0930a50f473854ba730c3513e6bf198baaa71aa66df54acdba1e7d2fc846e"]}}
    th_a  transaction_evaluation_state.cpp:149 evaluate
    {"trx":{"expiration":null,"delegate_id":null,"operations":[{"type":"withdraw_op_type","data":{"balance_id":"XTSBrJnZLZ8cLRMTU6gwJ8SjyTH7GBHgkBzp","amount":1000000,"
claim_input_data":""}},{"type":"withdraw_op_type","data":{"balance_id":"XTSKu4YBFNwCjUhSkTkqyZEPLYWqVL7VwFbB","amount":12000000,"claim_input_data":""}},{"type":"withdra
w_op_type","data":{"balance_id":"XTSFWtxkbLEdHs4fSzVqwVwgbg8Do5RrFLMR","amount":10000,"claim_input_data":""}},{"type":"deposit_op_type","data":{"amount":13000000,"condi
tion":{"asset_id":10,"delegate_id":333,"type":"withdraw_signature_type","data":{"owner":"XTSDYicNZHx6bvLgb644STFGnhHZo622WCyr","memo":{"one_time_key":"XTS73P5XDcjRrhnJS
2G4douZV1e7LvcWDjiztbo2iC4U3NxeaNo9H","encrypted_memo_data":"d58dd6d7751b8a8e515e523837e03d95f14c1f1be9890c5bd4d02e98a94e177d673ffa272c6715a52f3a4dba50572151d0bd88e3f28
59176cffbb34f159746c5"}}}}}],"signatures":["2000bcece222f0bc535b06318906ced4ca930bb67226a872903ee1c5fc4ff6421c82baacee46d25f250eabc071a2065e5fac0c0ac200a15ad78c5c9bfea8
94c109","1f22ff50d7939b719baa5258918a31b99c0041bc89c361699f1919f2f288c4b6514d7a3a1d142972d8e74efe5ed1c3c63084acd45149f85d797ace16f7ce758960","1f0b65410ac4def2346893c352
2782c21a16dca0696b6ef677ba603d9a22656c6772e0930a50f473854ba730c3513e6bf198baaa71aa66df54acdba1e7d2fc846e"]}}
    th_a  chain_database.cpp:996 evaluate_transaction

    {"trx":{"expiration":null,"delegate_id":null,"operations":[{"type":"withdraw_op_type","data":{"balance_id":"XTSBrJnZLZ8cLRMTU6gwJ8SjyTH7GBHgkBzp","amount":1000000,"
claim_input_data":""}},{"type":"withdraw_op_type","data":{"balance_id":"XTSKu4YBFNwCjUhSkTkqyZEPLYWqVL7VwFbB","amount":12000000,"claim_input_data":""}},{"type":"withdra
w_op_type","data":{"balance_id":"XTSFWtxkbLEdHs4fSzVqwVwgbg8Do5RrFLMR","amount":10000,"claim_input_data":""}},{"type":"deposit_op_type","data":{"amount":13000000,"condi
tion":{"asset_id":10,"delegate_id":333,"type":"withdraw_signature_type","data":{"owner":"XTSDYicNZHx6bvLgb644STFGnhHZo622WCyr","memo":{"one_time_key":"XTS73P5XDcjRrhnJS
2G4douZV1e7LvcWDjiztbo2iC4U3NxeaNo9H","encrypted_memo_data":"d58dd6d7751b8a8e515e523837e03d95f14c1f1be9890c5bd4d02e98a94e177d673ffa272c6715a52f3a4dba50572151d0bd88e3f28
59176cffbb34f159746c5"}}}}}],"signatures":["2000bcece222f0bc535b06318906ced4ca930bb67226a872903ee1c5fc4ff6421c82baacee46d25f250eabc071a2065e5fac0c0ac200a15ad78c5c9bfea8
94c109","1f22ff50d7939b719baa5258918a31b99c0041bc89c361699f1919f2f288c4b6514d7a3a1d142972d8e74efe5ed1c3c63084acd45149f85d797ace16f7ce758960","1f0b65410ac4def2346893c352
2782c21a16dca0696b6ef677ba603d9a22656c6772e0930a50f473854ba730c3513e6bf198baaa71aa66df54acdba1e7d2fc846e"]}}
    th_a  chain_database.cpp:1335 store_pending_transaction

    {}
    th_a  common_api_client.cpp:492 wallet_transfer

    {"command":"wallet_transfer"}
    th_a  cli.cpp:570 execute_command
default (unlocked) >>> wallet_account_balance
alt:
    999,790.000000 DRINK
    98,989.000000 HAP
    79.000000 LOVE
    999.000000 ORA
    2.999740 XTS

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
when I first run the automation test script, without sleep before wallet_transfer.
all transfer is pending and seems will never resolve.
Code: [Select]
  17412.6    2014-06-18T01:24:45 alt                 delegate-alt        test flood ...                          10.000000 DRINK        0.010000 XTS        e579167b
  17412.3    2014-06-18T01:24:45 alt                 delegate-alt        test flood ...                          10.000000 DRINK        0.010000 XTS        95cb9277
  17412.0    2014-06-18T01:24:45 alt                 delegate-alt        test flood ...                          10.000000 DRINK        0.010000 XTS        00115a80
  17413.0    2014-06-18T01:25:00 alt                 delegate-alt        test flood ...                          10.000000 DRINK        0.010000 XTS        b0dbee8b
   pending   2014-06-18T01:34:23 alt                 delegate-alt        test flood...                           13.000000 DRINK        0.010000 XTS        f4a242fd
   pending   2014-06-18T01:34:23 alt                 delegate-alt        test flood...                           10.000000 DRINK        0.010000 XTS        2229adc8
   pending   2014-06-18T01:34:23 alt                 delegate-alt        test flood...                           12.000000 DRINK        0.010000 XTS        d5d36e58
   pending   2014-06-18T01:34:23 alt                 delegate-alt        test flood...                           11.000000 DRINK        0.010000 XTS        ca027b09
   pending   2014-06-18T01:41:03 alt                 delegate-alt        test flood...                           13.000000 DRINK        0.010000 XTS        0dd41950
   pending   2014-06-18T01:41:03 alt                 delegate-alt        test flood...                           10.000000 DRINK        0.010000 XTS        87dfe5d1
   pending   2014-06-18T01:41:03 alt                 delegate-alt        test flood...                           11.000000 DRINK        0.010000 XTS        7cfe74d6
   pending   2014-06-18T01:41:03 alt                 delegate-alt        test flood...                           12.000000 DRINK        0.010000 XTS        3a3df2f1
  17469.0    2014-06-18T01:41:30 alt                 delegate-alt        test flood...                           13.000000 DRINK        0.010000 XTS        9034b4a1
  17471.0    2014-06-18T01:42:15 alt                 delegate-alt        test flood...                           12.000000 DRINK        0.010000 XTS        c40c4f10
  17486.0    2014-06-18T01:46:15 alt                 delegate-alt        test flood...                           10.000000 DRINK        0.010000 XTS        72c8f31a
  17487.0    2014-06-18T01:46:30 alt                 delegate-alt        test flood...                           11.000000 DRINK        0.010000 XTS        b92a168c

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
here is a script for automation test,
hope you like it

https://bitsharestalk.org/index.php?topic=5102.0

Xeldal

  • Guest
New build again, now stuck on 6923
Code: [Select]
"blockchain_head_block_num": 6923,
  "blockchain_head_block_time": "20140615T115615",
  "blockchain_head_block_time_rel": "62 hours old",
  "blockchain_confirmation_requirement": 278,
  "blockchain_average_delegate_participation": 5.8606730711135278,
  "network_num_connections": 10,
  "ntp_time": null,
  "wallet_unlocked_seconds_remaining": 999305,
  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,
  "wallet_local_time": "20140618T022308",
  "blockchain_random_seed": "c752c956ef242f8f17f174f81650dd8dce9a7694",
  "blockchain_shares": 10000147000033,
  "network_num_connections_max": 12,
  "network_protocol_version": 101,
  "wallet_open": true,
  "wallet_unlocked_until": "20140629T155813",
  "wallet_version": 100
« Last Edit: June 18, 2014, 02:33:17 am by Xeldal »