Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - spartako

Pages: 1 ... 15 16 17 18 19 20 21 [22] 23 24 25 26 27
316
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 04, 2014, 09:33:43 pm »
I just checked in code to fc that should address this.

Thanks, now it works!

317
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 04, 2014, 09:17:48 pm »
Git submodule update

Sent from my SCH-I535 using Tapatalk

same problem with git submodule update, this is the last fc commit:
Code: [Select]
commit 0fced2ddffb380572ed50c181e8496a9d8777a62
Merge: c020913 c9c56ff
Author: Nikolai Mushegian <nikolai.mushegian@gmail.com>
Date:   Thu Jul 3 19:01:14 2014 -0400


318
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 04, 2014, 09:11:01 pm »
Running the latest wallet. Please vote for "light" delegate, which has 0% payrate. Unlike those with 100% payrate that belong to the same person  ;D

Voted for you ;)
Quote
328   light                           0.0505237855 % 18       1        94.74 %       0 %      6.84165 XTS     2947

319
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 04, 2014, 09:05:22 pm »
I have a compile problem:

Code: [Select]
[ 91%] Building CXX object libraries/api/CMakeFiles/bts_rpc_stubs.dir/__/rpc_stubs/common_api_rpc_client.cpp.o
/home/spartako/ssd/bitshares_toolkit/libraries/rpc_stubs/common_api_rpc_client.cpp: In member function ‘virtual bts::blockchain::signed_transaction bts::rpc_stubs::common_api_rpc_client::wallet_asset_create(const string&, const string&, const string&, const string&, const fc::variant&, int64_t, int64_t, bool)’:
/home/spartako/ssd/bitshares_toolkit/libraries/rpc_stubs/common_api_rpc_client.cpp:302:286: error: no matching function for call to ‘fc::rpc::json_connection::async_call(const char [20], fc::variant, fc::variant, fc::variant, fc::variant, fc::variant, fc::variant, fc::variant, fc::variant)’
   fc::variant result = get_json_connection()->async_call("wallet_asset_create", fc::variant(symbol), fc::variant(asset_name), fc::variant(issuer_name), fc::variant(description), fc::variant(data), fc::variant(maximum_share_supply), fc::variant(precision), fc::variant(is_market_issued)).wait();
                                                                                                                                                                                                                                                                                              ^
/home/spartako/ssd/bitshares_toolkit/libraries/rpc_stubs/common_api_rpc_client.cpp:302:286: note: candidates are:
In file included from /home/spartako/ssd/bitshares_toolkit/libraries/rpc_stubs/include/bts/rpc_stubs/common_api_rpc_client.hpp:19:0,
                 from /home/spartako/ssd/bitshares_toolkit/libraries/rpc_stubs/common_api_rpc_client.cpp:18:
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:56:26: note: fc::future<fc::variant> fc::rpc::json_connection::async_call(const string&, const fc::variant_object&)
          future<variant> async_call( const fc::string& method,
                          ^
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:56:26: note:   candidate expects 2 arguments, 9 provided
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:59:26: note: fc::future<fc::variant> fc::rpc::json_connection::async_call(const string&, fc::mutable_variant_object)
          future<variant> async_call( const fc::string& method, mutable_variant_object args );
                          ^
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:59:26: note:   candidate expects 2 arguments, 9 provided
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:62:26: note: fc::future<fc::variant> fc::rpc::json_connection::async_call(const string&, const variants&)
          future<variant> async_call( const fc::string& method,
                          ^
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:62:26: note:   candidate expects 2 arguments, 9 provided
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:65:26: note: fc::future<fc::variant> fc::rpc::json_connection::async_call(const string&)
          future<variant> async_call( const fc::string& method );
                          ^
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:65:26: note:   candidate expects 1 argument, 9 provided
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:67:26: note: fc::future<fc::variant> fc::rpc::json_connection::async_call(const string&, const fc::variant&)
          future<variant> async_call( const fc::string& method,
                          ^
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:67:26: note:   candidate expects 2 arguments, 9 provided
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:70:26: note: fc::future<fc::variant> fc::rpc::json_connection::async_call(const string&, const fc::variant&, const fc::variant&)
          future<variant> async_call( const fc::string& method,
                          ^
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:70:26: note:   candidate expects 3 arguments, 9 provided
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:74:26: note: fc::future<fc::variant> fc::rpc::json_connection::async_call(const string&, const fc::variant&, const fc::variant&, const fc::variant&)
          future<variant> async_call( const fc::string& method,
                          ^
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:74:26: note:   candidate expects 4 arguments, 9 provided
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:79:26: note: fc::future<fc::variant> fc::rpc::json_connection::async_call(const string&, const fc::variant&, const fc::variant&, const fc::variant&, const fc::variant&)
          future<variant> async_call( const fc::string& method,
                          ^
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:79:26: note:   candidate expects 5 arguments, 9 provided
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:85:26: note: fc::future<fc::variant> fc::rpc::json_connection::async_call(const string&, const fc::variant&, const fc::variant&, const fc::variant&, const fc::variant&, const fc::variant&)
          future<variant> async_call( const fc::string& method,
                          ^
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:85:26: note:   candidate expects 6 arguments, 9 provided
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:92:26: note: fc::future<fc::variant> fc::rpc::json_connection::async_call(const string&, const fc::variant&, const fc::variant&, const fc::variant&, const fc::variant&, const fc::variant&, const fc::variant&)
          future<variant> async_call( const fc::string& method,
                          ^
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:92:26: note:   candidate expects 7 arguments, 9 provided
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:100:26: note: fc::future<fc::variant> fc::rpc::json_connection::async_call(const string&, const fc::variant&, const fc::variant&, const fc::variant&, const fc::variant&, const fc::variant&, const fc::variant&, const fc::variant&)
          future<variant> async_call( const fc::string& method,
                          ^
/home/spartako/ssd/bitshares_toolkit/libraries/fc/include/fc/rpc/json_connection.hpp:100:26: note:   candidate expects 8 arguments, 9 provided
make[2]: *** [libraries/api/CMakeFiles/bts_rpc_stubs.dir/__/rpc_stubs/common_api_rpc_client.cpp.o] Error 1
make[1]: *** [libraries/api/CMakeFiles/bts_rpc_stubs.dir/all] Error 2
make: *** [all] Error 2


320
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 04, 2014, 09:00:51 am »
I have recompiled the new code but now I have serious problem.

I restarted the client, I had some network connections (about 6) but the client was no more able to add new blocks and I was stuck at the last block I had in the database.

For this problem my delegates started to create forks as you can see in this one:
Code: [Select]
10418
     2e4b78625a321f183b8de35ae29c0f50b779e6ba                       vikram9              0       182 2014-07-04T08:23:15      1269     YES                 YES
     6c2c9d95b9a3aef9699e376759784a460d8d1a5d                     spartako4              0       182 2014-07-04T08:27:15      1030     N/A                  NO

Now I disabled my delegates so they will miss all blocks until I am able to recover from this problem.

I tried also to remove the chain/ directory but now I am stuck at block 0

Code: [Select]
default (locked) >>> getinfo
{
  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": "16 seconds old",
  "blockchain_head_block_timestamp": "20140704T085945",
  "blockchain_average_delegate_participation": 0,
  "blockchain_blocks_left_in_round": 101,
  "blockchain_confirmation_requirement": 202,
  "blockchain_share_supply": 199999999981923,
  "blockchain_random_seed": "0000000000000000000000000000000000000000",
  "blockchain_database_version": 109,
  "blockchain_version": 104,
  "network_num_connections": 6,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140704T090001",
  "ntp_error": -0.0035049999999999999,
  "wallet_open": true,
  "wallet_unlocked": false,
  "wallet_unlocked_until": null,
  "wallet_unlocked_until_timestamp": null,
  "wallet_block_production_enabled": null,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}


Code: [Select]
{
  "bitshares_toolkit_revision": "86dea979e9ccffb763edc8a2456408c9e116d85d",
  "bitshares_toolkit_revision_age": "8 hours ago",
  "fc_revision": "0fced2ddffb380572ed50c181e8496a9d8777a62",
  "fc_revision_age": "10 hours ago",
  "compile_date": "compiled on Jul  4 2014 at 10:12:56"
}

EDIT: I solved the problem deleting the entire ~/.BitSharesXTS and using the command wallet_create_from_json, now spartako delegates are back.

321
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 03, 2014, 08:13:31 am »
Any ideas why latest git build throws exception on get_info?

Code: [Select]
alexxy (unlocked) >>> get_info
10 assert_exception: Assert Exception
delegate_record.valid() && delegate_record->is_delegate():
    {}
    th_a  chain_database.cpp:1057 get_slot_signee

    {"timestamp":"20140703T075730"}
    th_a  chain_database.cpp:1059 get_slot_signee

    {}
    th_a  chain_database.cpp:1075 get_next_producible_block_timestamp

    {}
    th_a  common_api_client.cpp:1971 get_info

    {"command":"get_info"}
    th_a  cli.cpp:538 execute_command


I have similar error but when I run blockchain_list_delegates (get_info is ok)
Code: [Select]
default (unlocked) >>> blockchain_list_delegates
10 assert_exception: Assert Exception
delegate_record.valid() && delegate_record->is_delegate():
    {}
    th_a  client.cpp:729 blockchain_list_delegates

    {}
    th_a  common_api_client.cpp:259 blockchain_list_delegates

    {"command":"blockchain_list_delegates"}
    th_a  cli.cpp:538 execute_command


EDIT: I solved after removing the .BitSharesXTS/chain/ directory

322
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 03, 2014, 07:57:24 am »
just wondering how you can list the assets that other than XTS. which command do you use for following list?
 

I think there isn't an option in the command wallet_account_transaction_history for filtering transaction of a given asset. I copied each transaction by hand in my output.

323
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 02, 2014, 03:59:33 pm »
It seems I lost 100 FREE.

I have issued 1M FREE, then I tried to send 100 FREE to demonstra but the transaction was pending for long time (more then 10 minutes) and I used the command wallet_clear_pending_transactions. So now I can't see the transaction any more but my balance it is not synced with my transactions:

Init balance: 1,000,0000 FREE
Code: [Select]
3411.11   2014-07-02T11:55:15 spartako-w          spartako-w          1.000000 FREE       0.10000 XTS                                                1b8b05d1
   3432.12   2014-07-02T12:01:00 spartako-w          demonstra           100.000000 FREE     0.10000 XTS                                                68a98a80
   3447.9    2014-07-02T12:05:30 spartako-w          bitdraw             100.000000 FREE     0.10000 XTS                                                30626c46

Finale balance: 999,700.000000 FREE but should be 999,800 FREE

I have made an issue: https://github.com/BitShares/bitshares_toolkit/issues/444

Thanks! I monitor the balance if 100 FREE come back in my wallet

You should be able to rescan to get them back, but beware the rescan may take a long time.

Yes, I tried to rescan but the balance was the same. I will retry in next hours

324
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 02, 2014, 03:56:51 pm »
It seems I lost 100 FREE.

I have issued 1M FREE, then I tried to send 100 FREE to demonstra but the transaction was pending for long time (more then 10 minutes) and I used the command wallet_clear_pending_transactions. So now I can't see the transaction any more but my balance it is not synced with my transactions:

Init balance: 1,000,0000 FREE
Code: [Select]
3411.11   2014-07-02T11:55:15 spartako-w          spartako-w          1.000000 FREE       0.10000 XTS                                                1b8b05d1
   3432.12   2014-07-02T12:01:00 spartako-w          demonstra           100.000000 FREE     0.10000 XTS                                                68a98a80
   3447.9    2014-07-02T12:05:30 spartako-w          bitdraw             100.000000 FREE     0.10000 XTS                                                30626c46

Finale balance: 999,700.000000 FREE but should be 999,800 FREE

I have made an issue: https://github.com/BitShares/bitshares_toolkit/issues/444

Thanks! I monitor the balance if 100 FREE come back in my wallet

325
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 02, 2014, 02:19:22 pm »
XTS6qkmjqq48eqUwQ6NR8jgrE26FVkTaC5qk4XhxQDiSwBmDeUQ98

Some funds please. :D :D

Sent
Code: [Select]
  3921.0    2014-07-02T14:17:45 spartako-w          metalallen          100.00000 XTS       0.10000 XTS                                                e30da037
   3925.0    2014-07-02T14:18:45 spartako-w          metalallen          100.000000 FREE     0.10000 XTS                                                2e6cff90


326
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 02, 2014, 12:30:03 pm »
Interested in testing, please send some funds to XTS7e4oBdiHZWpU2qLCm12LuNcnNpeSR7g2tWFFqnbv1faAYxU5f9 . Account name is wlz.  Thanks in advance :)

Sent

Code: [Select]
   3527.0    2014-07-02T12:28:45 spartako-w          wlz                 100.00000 XTS       0.10000 XTS                                                9984efd4
   3529.0    2014-07-02T12:29:15 spartako-w          wlz                 100.000000 FREE     0.10000 XTS                                                44816031

327
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 02, 2014, 12:27:19 pm »
please send me some funds to test the delegate: XTS5BqxLL4um17tU8FjsdLwPSR42i6cGNcyEZWPcG65agg9JLXzhd, thanks.

Sent
Code: [Select]
   3518.0    2014-07-02T12:26:00 spartako-w          mmlmmlmml           100.00000 XTS       0.10000 XTS                                                3c392db7
   3519.0    2014-07-02T12:26:15 spartako-w          mmlmmlmml           100.000000 FREE     0.10000 XTS                                                8836dd1c

328
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 02, 2014, 12:15:47 pm »
stuck at 2050 for 7 hours?????

  "blockchain_head_block_num": 2050,
  "blockchain_head_block_age": "7 hours old",



Code: [Select]
info
{
  "blockchain_head_block_num": 2050,
  "blockchain_head_block_age": "7 hours old",
  "blockchain_head_block_timestamp": "20140702T053215",
  "blockchain_average_delegate_participation": 38.373860182370819,
  "blockchain_blocks_left_in_round": 71,
  "blockchain_confirmation_requirement": 1,
  "blockchain_share_supply": 199999560990366,
  "blockchain_random_seed": "3876cc2ea5d4ec6d98d3ac02680af636f8f2ded4",
  "blockchain_database_version": 109,
  "blockchain_version": 104,
  "network_num_connections": 0,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140702T121010",
  "ntp_error": -0.0031089999999999998,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "15 weeks in the future",
  "wallet_unlocked_until_timestamp": "20141012T204512",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "6 minutes in the future",
  "wallet_next_block_production_timestamp": "20140702T121600",
  "wallet_version": 101
}

You have 0 connections:
"network_num_connections": 0

Try to remove the peers directory:
Code: [Select]
rm -rf ~/.BitSharesXTS/peers.leveldb/

329
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 02, 2014, 12:11:20 pm »
It seems I lost 100 FREE.

I have issued 1M FREE, then I tried to send 100 FREE to demonstra but the transaction was pending for long time (more then 10 minutes) and I used the command wallet_clear_pending_transactions. So now I can't see the transaction any more but my balance it is not synced with my transactions:

Init balance: 1,000,0000 FREE
Code: [Select]
3411.11   2014-07-02T11:55:15 spartako-w          spartako-w          1.000000 FREE       0.10000 XTS                                                1b8b05d1
   3432.12   2014-07-02T12:01:00 spartako-w          demonstra           100.000000 FREE     0.10000 XTS                                                68a98a80
   3447.9    2014-07-02T12:05:30 spartako-w          bitdraw             100.000000 FREE     0.10000 XTS                                                30626c46

Finale balance: 999,700.000000 FREE but should be 999,800 FREE

330
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 02, 2014, 12:06:08 pm »
wanna help testing.

send some funds please: XTS7ms7F25oUjGSZuMFaobyKoTuAtMLuDqUfN8szsrCtEeieHEa5x

Sent
Code: [Select]
   BLK.TRX  TIMESTAMP           FROM                TO                  AMOUNT              FEE                 MEMO                                   ID     
----------------------------------------------------------------------------------------------------------------------------------------------------------------
3440.10   2014-07-02T12:03:30 spartako-w          bitdraw             100.00000 XTS       0.10000 XTS                                                99b6fb1d
3447.9    2014-07-02T12:05:30 spartako-w          bitdraw             100.000000 FREE     0.10000 XTS                                                30626c46

Pages: 1 ... 15 16 17 18 19 20 21 [22] 23 24 25 26 27