Author Topic: Dry Run 7: The Power of DPOS  (Read 126470 times)

0 Members and 1 Guest are viewing this topic.

Offline bytemaster

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


I just checked in code to fc that should address this.
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 spartako

  • Sr. Member
  • ****
  • Posts: 401
    • View Profile
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

wallet_account_set_approval spartako

Offline spartako

  • Sr. Member
  • ****
  • Posts: 401
    • View Profile
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
wallet_account_set_approval spartako

Offline vlight

  • Sr. Member
  • ****
  • Posts: 275
    • View Profile
  • BitShares: vlight
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

its all fake money
fake money, real competition  :P

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
Git submodule update

Sent from my SCH-I535 using Tapatalk

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 spartako

  • Sr. Member
  • ****
  • Posts: 401
    • View Profile
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

wallet_account_set_approval spartako

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
I've got my delegate and seed node (95.85.33.16:8764) on the new chain.  dele-puppy is #101 though and my 10% delegate pay will not keep me in long.  Please vote for dele-puppy

I am also looking at experimenting with running a delegate through tor.  If you would also like to see if this is possible, vote for tor-delegate.

voted for dele-puppy and tor-delegate

Thanks bitcoiners.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

clout

  • Guest
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

its all fake money

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
I've got my delegate and seed node (95.85.33.16:8764) on the new chain.  dele-puppy is #101 though and my 10% delegate pay will not keep me in long.  Please vote for dele-puppy

I am also looking at experimenting with running a delegate through tor.  If you would also like to see if this is possible, vote for tor-delegate.

voted for dele-puppy and tor-delegate
>>> approve bitcoiners

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
I've got my delegate and seed node (95.85.33.16:8764) on the new chain.  dele-puppy is #101 though and my 10% delegate pay will not keep me in long.  Please vote for dele-puppy

I am also looking at experimenting with running a delegate through tor.  If you would also like to see if this is possible, vote for tor-delegate.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline bytemaster

What does this mean?


Code: [Select]
>>> get_info
{

  "blockchain_delegate_pay_rate": 77111,

This is how much (in shares) a delegate gets paid per block.   It is based upon the moving average of transaction fees over the past 24 hours.
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 toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
What does this mean?


Code: [Select]
>>> get_info
{

  "blockchain_delegate_pay_rate": 77111,

# of satoshi the block producer will get
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
and of course  :P

Code: [Select]
wallet_approve_delegate liondani-delegate-5
wallet_transfer 19999 XTS betax1 betax1

thanks betax  :)
please give me your pts address  ;)

Code: [Select]
wallet_approve_delegate betax
wallet_transfer 20 XTS  liondani-win7 liondani-delegate-1

its ok my pleasure :)
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
What does this mean?


Code: [Select]
>>> get_info
{

  "blockchain_delegate_pay_rate": 77111,
>>> approve bitcoiners

sumantso

  • Guest
Still can't get the Windows GUI to run for the life of me. It just opens the splash page with bitsharesXT logo and then closes 3 seconds later. I have tried opening my firewall, ports, downloading in different browsers and nothing will get this going.

I am not sure if it's a comparability issue or if my computer is blocking something. I think Cass said he was having the same problem for one of his Windows laptops.

Any ideas?

I am using Windows 7 64bit.

You have to wait for the updated wallet anyway. The network has been hardforked.