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 - laow

Pages: 1 ... 3 4 5 6 7 8 9 [10] 11
136
General Discussion / Re: Dry Run 6: Great Scott!
« on: June 26, 2014, 07:27:02 am »
same error, can't compile the latest code.
Current git-master is not compiling:
Quote
[ 86%] Building CXX object libraries/net/CMakeFiles/bts_net.dir/node.cpp.o
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp: In constructor ‘bts::net::detail::node_impl::node_impl()’:
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp:475:21: error: ‘class fc::rate_limiting_group’ has no member named ‘set_actual_rate_time_constant’
       _rate_limiter.set_actual_rate_time_constant(fc::seconds(2));
                     ^
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp: In member function ‘void bts::net::detail::node_impl::bandwidth_monitor_loop()’:
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp:893:52: error: ‘class fc::rate_limiting_group’ has no member named ‘get_actual_download_rate’
         uint32_t usage_this_second = _rate_limiter.get_actual_download_rate() + _rate_limiter.get_actual_upload_rate();
                                                    ^
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp:893:95: error: ‘class fc::rate_limiting_group’ has no member named ‘get_actual_upload_rate’
         uint32_t usage_this_second = _rate_limiter.get_actual_download_rate() + _rate_limiter.get_actual_upload_rate();
                                                                                               ^
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp:905:22: warning: unused variable ‘average_this_hour’ [-Wunused-variable]
             uint32_t average_this_hour = (uint32_t)boost::accumulate(_average_network_usage_minutes, UINT64_C(0)) / _average_network_usage_minutes.size();
                      ^
make[2]: *** [libraries/net/CMakeFiles/bts_net.dir/node.cpp.o] Fehler 1
make[1]: *** [libraries/net/CMakeFiles/bts_net.dir/all] Fehler 2
make: *** [all] Fehler 2


137
General Discussion / Re: Dry Run 6: Great Scott!
« on: June 26, 2014, 02:02:41 am »
it is curious, see from the 0.0.6 windows client. there are none forks.

Code: [Select]
>> blockchain_list_forks

[]




we got 2 forks already for this round

(unlocked) >>> blockchain_list_forks
[
  111,
  135
]

138
General Discussion / Re: Dry Run 5: The Final Countdown
« on: June 25, 2014, 07:32:03 am »
I just noticed that the default bandwidth limit may be a cause of forks with the stress testing going on.  A delegate with 40 connections that produces a block that is 200KB is going to have a hard time propagating that block with a 100KB / second limit.

There are command line arguments to adjust this and I am increasing the default size.

Thanks bytemaster for your hard work. But I guess it's 3AM in VA at this moment. Have a good rest and fight against the forks tomorrow.
+5%  you guys need  a good rest.

139
General Discussion / Re: Dry Run 5: The Final Countdown
« on: June 25, 2014, 07:08:09 am »
I am doing some spam testing. why I get negative delegate votes?  ???

see from the block explorer,like block #2972

Code: [Select]
NET DELEGATE VOTES
bts101:  -0.1 XTS
bts102:  -0.1 XTS
bts103:  1 XTS


This is very curious.... looks like a TRX fee amount.   

I have three delegates in one wallet. see at block #2635, sometimes all the  three delegates can get the positive votes.
Code: [Select]
bts101:  3 XTS
bts102:  3 XTS
bts103:  3 XTS

140
General Discussion / Re: Dry Run 5: The Final Countdown
« on: June 25, 2014, 06:48:25 am »
I have updated to the latest code, and  doing some spam testing. why I get negative delegate votes?  ???

see from the block explorer,like block #2972

Code: [Select]
NET DELEGATE VOTES
bts101:  -0.1 XTS
bts102:  -0.1 XTS
bts103:  1 XTS


141
General Discussion / Re: Dry Run 5: The Final Countdown
« on: June 25, 2014, 02:45:51 am »
hi bm,  still can't compile.

Code: [Select]
[ 46%] Built target udt
[ 47%] Building CXX object libraries/fc/CMakeFiles/udt_client.dir/tests/udt_client.cpp.o
/root/bitshares_toolkit/libraries/fc/tests/udt_client.cpp: In function ‘int main()’:
/root/bitshares_toolkit/libraries/fc/tests/udt_client.cpp:17:41: error: ‘memset’ was not declared in this scope
    memset(&(serv_addr.sin_zero), '\0', 8);
                                         ^
/root/bitshares_toolkit/libraries/fc/tests/udt_client.cpp:26:18: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
    char* hello = "hello world! 3\n";
                  ^
/root/bitshares_toolkit/libraries/fc/tests/udt_client.cpp:27:59: error: ‘strlen’ was not declared in this scope
    if (UDT::ERROR == UDT::send(client, hello, strlen(hello) + 1, 0))
                                                           ^
make[2]: *** [libraries/fc/CMakeFiles/udt_client.dir/tests/udt_client.cpp.o] Error 1
make[1]: *** [libraries/fc/CMakeFiles/udt_client.dir/all] Error 2
make: *** [all] Error 2


142
General Discussion / Re: Dry Run 5: The Final Countdown
« on: June 25, 2014, 02:12:44 am »
I think  I have updated to the fork fix code,  I will try make a fresh compile.

can't compile the latest code, seems missing file.
Code: [Select]
CMake Error at libraries/fc/CMakeLists.txt:233 (add_executable):
  Cannot find source file:

    tests/udt_client.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx


143
General Discussion / Re: Dry Run 5: The Final Countdown
« on: June 24, 2014, 08:34:09 am »
The wallet's status bar is yellow now. what does it mean ?

144
General Discussion / Re: Dry Run 4: A New Hope
« on: June 21, 2014, 02:19:01 am »
Code: [Select]
250.0    2014-06-21T01:56:30 bts101              bts101              update bts101 as a delegate                0.000000 XTS       20.981502 XTS        321fca43
   pending   2014-06-21T01:56:30 bts101              bts101              update bts101 as a delegate                0.000000 XTS       20.981502 XTS        51f69ce4
double spent when register a delegate, is it a bug?
I just run "wallet_account_update_registration bts101 bts101 null true" once.

145
General Discussion / Re: Dry Run 3: A Game of Delegates
« on: June 20, 2014, 08:55:08 am »
I use  "wallet_account_update_registration" to update one of my accounts as delegate, it cost me 20 xts. 
Before the transaction is confirmed(the account became a delegate), I type the same command many times.
I can see form "wallet_account_transaction_history",  there are many pending 20 xts transaction and my balance is reduce.
I only need to pay 20 xts once to become a delegate.  How can I get my pending xts back?

"wallet_account_register" seems have the same problem.

146
中文 (Chinese) / Re: 致BTSer,不厚积又何来薄发?
« on: June 16, 2014, 06:31:46 am »
 +5%

147
General Discussion / Re: [ACTIVE] new testnet *WITH GUI! WOW!* inside
« on: June 06, 2014, 05:14:41 am »
I also have the similar bug. delete the data-dir, run the client with "--server", then the client will crash.

Code: [Select]
Initializing genesis state
------------ error --------------
assert
total_votes == total.amount:
    {"total_votes":79999999999976,"total_shares":{"amount":159999999999952,"asset_id":0}}
    th_a  chain_database.cpp:1573 sanity_check

    {}
    th_a  chain_database.cpp:1580 sanity_check

    {}
    th_a  chain_database.cpp:1334 initialize_genesis

    {"data_dir":"/root/.BitSharesXTS/chain"}
    th_a  chain_database.cpp:810 open

    {"data_dir":"/root/.BitSharesXTS","genesis_dat":"/root/bitshares_toolkit/programs/client/genesis.json"}
    th_a  client.cpp:324 open


148
General Discussion / Re: [ACTIVE] New testnet iteration
« on: June 04, 2014, 03:35:26 am »
hackfisher123
XTS5nd6Wxz87QdtHmmFGA3HGxvp3Lga6WY8K4V3vUvQHaaN4oKwAJ


tks
sent some, not much.

149
General Discussion / Re: [ACTIVE] New testnet iteration
« on: June 04, 2014, 01:39:36 am »
XTS838jybg8gaPPWadoKUxve2ue1gJVcxiHT3RmLuRaTZGp99RHon

thanks

150
General Discussion / Re: TITAN Test Net for XTS Open for Savvy Users
« on: June 03, 2014, 09:09:50 am »
XTS7BR3669soA9Ea25avWTfL2rgyXo2BynXconTXek4zCM2noMbic

thanks.

Sent
thanks betax, but my balance is still 0.  something wrong?

Pages: 1 ... 3 4 5 6 7 8 9 [10] 11