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

Pages: [1] 2 3 4 5 6 7 8 ... 12
1
General Discussion / Re: Btsx 0.49 is not syncing
« on: August 29, 2014, 07:31:32 pm »
I also cannot sync blockchain. I'm using latest git version

Code: [Select]
(wallet closed) >>> get_info
{
  "blockchain_head_block_num": 327173,
  "blockchain_head_block_age": "63 hours old",
  "blockchain_head_block_timestamp": "2014-08-27T04:58:50",
  "blockchain_average_delegate_participation": "0.45 %",
  "blockchain_confirmation_requirement": 1,
  "blockchain_accumulated_fees": "160,425.15752 BTSX",
  "blockchain_delegate_pay_rate": "1.32626 BTSX",
  "blockchain_share_supply": "1,999,934,067.88056 BTSX",
  "blockchain_blocks_left_in_round": 67,
  "blockchain_next_round_time": "at least 11 minutes in the future",
  "blockchain_next_round_timestamp": "2014-08-29T19:42:20",
  "blockchain_random_seed": "c55f140b26b6b0bc535de80b69e004ff7b83b1cd",
  "client_data_dir": "/home/alexxy/.BitSharesX",
  "client_version": "0.4.10",
  "network_num_connections": 0,
  "network_num_connections_max": 200,
  "ntp_time": "2014-08-29T19:31:18",
  "ntp_time_error": -0.23666599999999999,
  "wallet_open": false,
  "wallet_unlocked": null,
  "wallet_unlocked_until": null,
  "wallet_unlocked_until_timestamp": null,
  "wallet_last_scanned_block_timestamp": null,
  "wallet_scan_progress": null,
  "wallet_block_production_enabled": null,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null
}


2
General Discussion / Re: Dry Run 10: Viva la Vida Delegada
« on: July 17, 2014, 11:12:33 am »
when compiling new binaries i get this error when trying to update submodules

Code: [Select]
git submodule update
Code: [Select]
xxx:bitshares_toolkit x$ git submodule update
fatal: reference is not a tree: d539f9d42d6283c1739bf2bfbdd3b367263372f8
Unable to checkout 'd539f9d42d6283c1739bf2bfbdd3b367263372f8' in submodule path 'programs/web_wallet'

Any ideas?

Do

Code: [Select]
cd programs/web_wallet
git reset --hard origin/master
git checkout master
cd ../../

3
General Discussion / Re: Dry Run 10: Viva la Vida Delegada
« on: July 17, 2014, 09:55:56 am »
Vote for my delegates =D

4
General Discussion / Re: Dry Run 8: Need for Speed
« on: July 09, 2014, 04:35:56 am »
Why delegate register pay are so insane in this dry run?!

Code: [Select]
alexxy (unlocked) >>> wallet_account_transaction_history
     BLK.TRX  TIMESTAMP           FROM                TO                  AMOUNT                FEE                 MEMO                                   ID     
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
    2774.0    2014-07-09T04:31:50 alexxy              alexxy              0.00000 XTS           188,540.34423 XTS   update alexxy                          c550355a
   PENDING    2014-07-09T04:31:50 alexxy              alexxy              0.00000 XTS           188,540.34423 XTS   update alexxy                          d4a44725
    2778.0    2014-07-09T04:32:50 alexxy              alexxy-1            0.00000 XTS           214,578.27765 XTS   register alexxy-1 as a delegate        401a4626
    2779.0    2014-07-09T04:33:10 alexxy              alexxy-2            0.00000 XTS           244,296.96401 XTS   register alexxy-2 as a delegate        e84ce370
alexxy (unlocked) >>>

Vote for my 3 delegates:

alexxy
alexxy-1
alexxy-2


5
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 07, 2014, 02:44:58 pm »
Vote also for some of my delegates =D

6
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 03, 2014, 07:58:42 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


7
General Discussion / Re: Dry Run 6: Great Scott!
« on: June 29, 2014, 05:51:14 pm »
Latest git master crashes with segfault. Backtrace included
Code: [Select]
(wallet closed) >>>
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff1062700 (LWP 12202)]
0x00007ffff49913d3 in std::_Rb_tree_increment(std::_Rb_tree_node_base const*) () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/libstdc++.so.6
(gdb) bt
#0  0x00007ffff49913d3 in std::_Rb_tree_increment(std::_Rb_tree_node_base const*) () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/libstdc++.so.6
#1  0x0000000000bf3dd4 in operator++ (this=<synthetic pointer>) at /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/include/g++-v4/bits/stl_tree.h:283
#2  CEPoll::update_events (this=0x154c268 <CUDT::s_UDTUnited+488>, uid=@0x7fffe0000ad0: 969631102,
    eids=std::set with 576 elements<error reading variable: Cannot access memory at address 0x5b3a22736e6f698c>, events=events@entry=8, enable=enable@entry=true)
    at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/epoll.cpp:345
#3  0x0000000000bf8b8b in CRendezvousQueue::updateConnStatus (this=0x1591e30) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:848
#4  0x0000000000bf9b2d in CRcvQueue::worker (param=0x155f0c0) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:1090
#5  0x00007ffff717b0d4 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff4141c5d in clone () from /lib64/libc.so.6
(gdb) up
#1  0x0000000000bf3dd4 in operator++ (this=<synthetic pointer>) at /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/include/g++-v4/bits/stl_tree.h:283
283             _M_node = _Rb_tree_increment(_M_node);
(gdb) up
#2  CEPoll::update_events (this=0x154c268 <CUDT::s_UDTUnited+488>, uid=@0x7fffe0000ad0: 969631102,
    eids=std::set with 576 elements<error reading variable: Cannot access memory at address 0x5b3a22736e6f698c>, events=events@entry=8, enable=enable@entry=true)
    at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/epoll.cpp:345
345        for (set<int>::iterator i = eids.begin(); i != eids.end(); ++ i)
(gdb) up
#3  0x0000000000bf8b8b in CRendezvousQueue::updateConnStatus (this=0x1591e30) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:848
848                 CUDT::s_UDTUnited.m_EPoll.update_events(i->m_iID, i->m_pUDT->m_sPollID, UDT_EPOLL_ERR, true);
(gdb) up
#4  0x0000000000bf9b2d in CRcvQueue::worker (param=0x155f0c0) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:1090
1090          self->m_pRendezvousQueue->updateConnStatus();
(gdb) up
#5  0x00007ffff717b0d4 in start_thread () from /lib64/libpthread.so.0
(gdb) up
#6  0x00007ffff4141c5d in clone () from /lib64/libc.so.6

Git sumodule update?

already done. It was fixed by dropping all except wallet from ~/.BitSharesXTS dir

8
General Discussion / Re: Dry Run 6: Great Scott!
« on: June 29, 2014, 11:05:02 am »
Latest git master crashes with segfault. Backtrace included
Code: [Select]
(wallet closed) >>>
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff1062700 (LWP 12202)]
0x00007ffff49913d3 in std::_Rb_tree_increment(std::_Rb_tree_node_base const*) () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/libstdc++.so.6
(gdb) bt
#0  0x00007ffff49913d3 in std::_Rb_tree_increment(std::_Rb_tree_node_base const*) () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/libstdc++.so.6
#1  0x0000000000bf3dd4 in operator++ (this=<synthetic pointer>) at /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/include/g++-v4/bits/stl_tree.h:283
#2  CEPoll::update_events (this=0x154c268 <CUDT::s_UDTUnited+488>, uid=@0x7fffe0000ad0: 969631102,
    eids=std::set with 576 elements<error reading variable: Cannot access memory at address 0x5b3a22736e6f698c>, events=events@entry=8, enable=enable@entry=true)
    at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/epoll.cpp:345
#3  0x0000000000bf8b8b in CRendezvousQueue::updateConnStatus (this=0x1591e30) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:848
#4  0x0000000000bf9b2d in CRcvQueue::worker (param=0x155f0c0) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:1090
#5  0x00007ffff717b0d4 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff4141c5d in clone () from /lib64/libc.so.6
(gdb) up
#1  0x0000000000bf3dd4 in operator++ (this=<synthetic pointer>) at /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/include/g++-v4/bits/stl_tree.h:283
283             _M_node = _Rb_tree_increment(_M_node);
(gdb) up
#2  CEPoll::update_events (this=0x154c268 <CUDT::s_UDTUnited+488>, uid=@0x7fffe0000ad0: 969631102,
    eids=std::set with 576 elements<error reading variable: Cannot access memory at address 0x5b3a22736e6f698c>, events=events@entry=8, enable=enable@entry=true)
    at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/epoll.cpp:345
345        for (set<int>::iterator i = eids.begin(); i != eids.end(); ++ i)
(gdb) up
#3  0x0000000000bf8b8b in CRendezvousQueue::updateConnStatus (this=0x1591e30) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:848
848                 CUDT::s_UDTUnited.m_EPoll.update_events(i->m_iID, i->m_pUDT->m_sPollID, UDT_EPOLL_ERR, true);
(gdb) up
#4  0x0000000000bf9b2d in CRcvQueue::worker (param=0x155f0c0) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:1090
1090          self->m_pRendezvousQueue->updateConnStatus();
(gdb) up
#5  0x00007ffff717b0d4 in start_thread () from /lib64/libpthread.so.0
(gdb) up
#6  0x00007ffff4141c5d in clone () from /lib64/libc.so.6

9
General Discussion / Re: Dry Run 6: Great Scott!
« on: June 28, 2014, 01:14:07 pm »
Ghmm, I'm constatntly getting segfault with latest git master

10
General Discussion / Re: Dry Run 6: Great Scott!
« on: June 27, 2014, 06:07:34 pm »
@bytemaster

Any ideas why i cannot co,mpile latest git?

Code: [Select]
[ 92%] Building CXX object libraries/client/CMakeFiles/bts_client.dir/client.cpp.o
/home/alexxy/Src/bitshares_toolkit/libraries/client/client.cpp:427:17: error: 'scoped_connection' in namespace 'fc' does not name a type
             fc::scoped_connection _time_discontinuity_connection;
                 ^
/home/alexxy/Src/bitshares_toolkit/libraries/client/client.cpp: In member function 'void bts::client::detail::client_impl::start_delegate_loop()':
/home/alexxy/Src/bitshares_toolkit/libraries/client/client.cpp:609:16: error: '_time_discontinuity_connection' was not declared in this scope
           if (!_time_discontinuity_connection.connected())
                ^


11
General Discussion / Re: Dry Run 6: Great Scott!
« on: June 27, 2014, 08:30:47 am »
Latest git master doesnt build

Code: [Select]
[ 92%] Building CXX object libraries/client/CMakeFiles/bts_client.dir/client.cpp.o
/home/alexxy/Src/bitshares_toolkit/libraries/client/client.cpp:427:17: error: 'scoped_connection' in namespace 'fc' does not name a type
             fc::scoped_connection _time_discontinuity_connection;
                 ^
/home/alexxy/Src/bitshares_toolkit/libraries/client/client.cpp: In member function 'void bts::client::detail::client_impl::start_delegate_loop()':
/home/alexxy/Src/bitshares_toolkit/libraries/client/client.cpp:603:16: error: '_time_discontinuity_connection' was not declared in this scope
           if (!_time_discontinuity_connection.connected())
                ^

12
General Discussion / Re: Dry Run 5: The Final Countdown
« on: June 24, 2014, 08:18:51 am »
Well my delegates are up and running on node with 60+ connections =D

13
General Discussion / Re: Dry Run 5: The Final Countdown
« on: June 23, 2014, 11:35:41 pm »
Any idea why i cannot register delegates?

Code: [Select]
alexxy (unlocked) >>> wallet_account_register "lexx" "alexxy" null 75   
10 assert_exception: Assert Exception
opt_account.valid():
    {}
    th_a  wallet.cpp:1883 register_account

    {"account_to_register":"lexx","public_data":null,"pay_with_account_name":"alexxy","delegate_production_fee":75}
    th_a  wallet.cpp:1942 register_account

    {"account_name":"lexx","data":null}
    th_a  client.cpp:2285 wallet_account_register

    {}
    th_a  common_api_client.cpp:532 wallet_account_register

    {"command":"wallet_account_register"}
    th_a  cli.cpp:535 execute_command

Maybe rescan? It doesn't recognize your KID

Already did rescan, And i have some XTS

Does "lexx" exist locally?

No. I did a try for different names however i always get this error

14
General Discussion / Re: Dry Run 5: The Final Countdown
« on: June 23, 2014, 11:31:05 pm »
Any idea why i cannot register delegates?

Code: [Select]
alexxy (unlocked) >>> wallet_account_register "lexx" "alexxy" null 75   
10 assert_exception: Assert Exception
opt_account.valid():
    {}
    th_a  wallet.cpp:1883 register_account

    {"account_to_register":"lexx","public_data":null,"pay_with_account_name":"alexxy","delegate_production_fee":75}
    th_a  wallet.cpp:1942 register_account

    {"account_name":"lexx","data":null}
    th_a  client.cpp:2285 wallet_account_register

    {}
    th_a  common_api_client.cpp:532 wallet_account_register

    {"command":"wallet_account_register"}
    th_a  cli.cpp:535 execute_command

Maybe rescan? It doesn't recognize your KID

Already did rescan, And i have some XTS

15
General Discussion / Re: Dry Run 5: The Final Countdown
« on: June 23, 2014, 11:27:37 pm »
Any idea why i cannot register delegates?

Code: [Select]
alexxy (unlocked) >>> wallet_account_register "lexx" "alexxy" null 75   
10 assert_exception: Assert Exception
opt_account.valid():
    {}
    th_a  wallet.cpp:1883 register_account

    {"account_to_register":"lexx","public_data":null,"pay_with_account_name":"alexxy","delegate_production_fee":75}
    th_a  wallet.cpp:1942 register_account

    {"account_name":"lexx","data":null}
    th_a  client.cpp:2285 wallet_account_register

    {}
    th_a  common_api_client.cpp:532 wallet_account_register

    {"command":"wallet_account_register"}
    th_a  cli.cpp:535 execute_command

Pages: [1] 2 3 4 5 6 7 8 ... 12