sorryforthat
|
|
February 10, 2015, 04:20:01 PM |
|
big volume
This is really great news. I have been keeping an eye on it daily and its been doing very well. I am hoping to hear some good news from CZ soon
|
|
|
|
BitcoinFX
Legendary
Offline
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
|
|
February 11, 2015, 02:58:58 AM |
|
http://boolberry.blue - boolberry themed web proxy featuring 4096-bit SSL security by CAcert.org - still going strong! Have just renewed the SSL Cert. and removed most ads because the revenue was dire.
|
|
|
|
otila
|
|
February 13, 2015, 09:48:38 AM |
|
Please update cpuminer-multi before 64 MiB limit is reached. CZ's curl downloading code overwrites the scratchpad before writing to a temporary file first.
|
|
|
|
otila
|
|
February 13, 2015, 10:01:44 AM |
|
Core was generated by `simplewallet-boolberry --wallet-file wallet'. Program terminated with signal SIGABRT, Aborted. #0 0x00007ffb2508f8c7 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 55 return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig); (gdb) bt #0 0x00007ffb2508f8c7 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 #1 0x00007ffb2509152a in __GI_abort () at abort.c:89 #2 0x00007ffb259c66fd in __gnu_cxx::__verbose_terminate_handler () at ../../../../libstdc++-v3/libsupc++/vterminate.cc:95 #3 0x00007ffb259c4536 in __cxxabiv1::__terminate (handler=<optimized out>) at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:47 #4 0x00007ffb259c4581 in std::terminate () at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:57 #5 0x00007ffb259c4799 in __cxxabiv1::__cxa_throw (obj=0x7ffb224862c0, tinfo=0x6440a0 <typeinfo for boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_any_cast> >>, dest=0x509fc0 <boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_any_cast> >::~clone_impl()>) at ../../../../libstdc++-v3/libsupc++/eh_throw.cc:87 #6 0x00000000004f40f5 in void boost::throw_exception<boost::bad_any_cast>(boost::bad_any_cast const&) [clone .isra.817] () #7 0x00000000004f41da in std::string command_line::get_arg<std::string, false>(boost::program_options::variables_map const&, command_line::arg_descriptor<std::string, false> const&) [clone .isra.818] () #8 0x00000000004f4470 in currency::simple_wallet::handle_command_line(boost::program_options::variables_map const&) () #9 0x00000000004f7caa in currency::simple_wallet::init(boost::program_options::variables_map const&) () #10 0x00000000004d577c in main ()
that was latest git source compiled with gcc 4.9.2.. compiling with gcc 5.0.0: this is easy to fix /c/boolberry/contrib/epee/include/storages/portable_storage.h:430:16: warning: converting to ‘bool’ from ‘std::nullptr_t’ requires direct-initialization [-fpermissive] return nullptr; ^
this is funkier [ 87%] Building CXX object src/CMakeFiles/daemon.dir/daemon/daemon.cpp.o In file included from /c/boolberry/contrib/epee/include/storages/portable_storage_template_helper.h:29:0, from /c/boolberry/contrib/epee/include/storages/levin_abstract_invoke2.h:29, from /c/boolberry/src/p2p/net_node.h:22, from /c/boolberry/src/daemon/daemon.cpp:18: /c/boolberry/contrib/epee/include/storages/portable_storage.h: In member function ‘bool epee::serialization::portable_storage::get_next_section(epee::serialization::portable_storage::harray, epee::serialization::section*&)’: /c/boolberry/contrib/epee/include/storages/portable_storage.h:430:16: warning: converting to ‘bool’ from ‘std::nullptr_t’ requires direct-initialization [-fpermissive] return nullptr; ^ In file included from /c/boolberry/src/p2p/net_node.h:267:0, from /c/boolberry/src/daemon/daemon.cpp:18: /c/boolberry/src/p2p/net_node.inl: In instantiation of ‘nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback)::<lambda(const typename nodetool::node_server<t_payload_net_handler>::net_server::t_connection_context&, const boost::system::error_code&)>::<lambda(int, const nodetool::COMMAND_PING::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&)> [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]’: /c/boolberry/src/p2p/net_node.inl:1108:9: required from ‘struct nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback)::<lambda(const typename nodetool::node_server<t_payload_net_handler>::net_server::t_connection_context&, const boost::system::error_code&)> [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::net_server::t_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>]::<lambda(int, const struct nodetool::COMMAND_PING::response&, nodetool::node_server<currency::t_currency_protocol_handler<currency::core> >::p2p_connection_context&)>’ /c/boolberry/src/p2p/net_node.inl:1091:90: required from ‘nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback)::<lambda(const typename nodetool::node_server<t_payload_net_handler>::net_server::t_connection_context&, const boost::system::error_code&)> [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::net_server::t_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>]’ /c/boolberry/src/p2p/net_node.inl:1075:117: required from ‘struct nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback) [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda(const t_connection_context&, const class boost::system::error_code&)>’ /c/boolberry/src/p2p/net_node.inl:1118:6: required from ‘bool nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback) [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]’ /c/boolberry/src/p2p/net_node.inl:1198:15: required from ‘int nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]’ /c/boolberry/src/p2p/net_node.h:113:255: required from ‘int nodetool::node_server<t_payload_net_handler>::handle_invoke_map(bool, int, const string&, std::string&, t_context&, bool&) [with t_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; std::string = std::basic_string<char>]’ /c/boolberry/src/p2p/net_node.h:109:161: required from ‘int nodetool::node_server<t_payload_net_handler>::invoke(int, const string&, std::string&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; std::string = std::basic_string<char>; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]’ /c/boolberry/src/daemon/daemon.cpp:254:1: required from here /c/boolberry/src/p2p/net_node.inl:1103:371: error: redeclaration of ‘const peerid_type pr’ In file included from /c/boolberry/src/p2p/net_node.h:267:0, from /c/boolberry/src/daemon/daemon.cpp:18: /c/boolberry/src/p2p/net_node.inl:1101:37: note: ‘const peerid_type pr’ previously declared here if(rsp.status != PING_OK_RESPONSE_STATUS_TEXT || pr != rsp.peer_id) ^ In file included from /c/boolberry/src/p2p/net_node.h:267:0, from /c/boolberry/src/daemon/daemon.cpp:18: /c/boolberry/src/p2p/net_node.inl: In instantiation of ‘nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback)::<lambda(const typename nodetool::node_server<t_payload_net_handler>::net_server::t_connection_context&, const boost::system::error_code&)> [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::net_server::t_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>]’: /c/boolberry/src/p2p/net_node.inl:1075:117: required from ‘struct nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback) [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda(const t_connection_context&, const class boost::system::error_code&)>’ /c/boolberry/src/p2p/net_node.inl:1118:6: required from ‘bool nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback) [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]’ /c/boolberry/src/p2p/net_node.inl:1198:15: required from ‘int nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]’ /c/boolberry/src/p2p/net_node.h:113:255: required from ‘int nodetool::node_server<t_payload_net_handler>::handle_invoke_map(bool, int, const string&, std::string&, t_context&, bool&) [with t_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; std::string = std::basic_string<char>]’ /c/boolberry/src/p2p/net_node.h:109:161: required from ‘int nodetool::node_server<t_payload_net_handler>::invoke(int, const string&, std::string&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; std::string = std::basic_string<char>; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]’ /c/boolberry/src/daemon/daemon.cpp:254:1: required from here /c/boolberry/src/p2p/net_node.inl:1092:9: sorry, unimplemented: non-trivial designated initializers not supported [=](int code, const COMMAND_PING::response& rsp, p2p_connection_context& context) ^ In file included from /c/boolberry/contrib/epee/include/net/abstract_tcp_server2.h:275:0, from /c/boolberry/contrib/epee/include/net/levin_server_cp2.h:32, from /c/boolberry/src/p2p/net_node.h:20, from /c/boolberry/src/daemon/daemon.cpp:18: /c/boolberry/contrib/epee/include/net/abstract_tcp_server2.inl: At global scope: /c/boolberry/contrib/epee/include/net/abstract_tcp_server2.inl:745:8: warning: ‘bool epee::net_utils::boosted_tcp_server<t_protocol_handler>::connect_async(const string&, const string&, uint32_t, t_callback, const string&) [with t_callback = nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback) [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda(const t_connection_context&, const boost::system::error_code&)>; t_protocol_handler = epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<currency::currency_connection_context> >; std::string = std::basic_string<char>; uint32_t = unsigned int]’, declared using local type ‘nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback) [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda(const t_connection_context&, const boost::system::error_code&)>’, is used but never defined [-fpermissive] bool boosted_tcp_server<t_protocol_handler>::connect_async(const std::string& adr, const std::string& port, uint32_t conn_timeout, t_callback cb, const std::string& bind_ip) ^ src/CMakeFiles/daemon.dir/build.make:54: recipe for target 'src/CMakeFiles/daemon.dir/daemon/daemon.cpp.o' failed make[3]: *** [src/CMakeFiles/daemon.dir/daemon/daemon.cpp.o] Error 1
|
|
|
|
crypto_zoidberg (OP)
|
|
February 14, 2015, 04:12:12 AM |
|
Core was generated by `simplewallet-boolberry --wallet-file wallet'. Program terminated with signal SIGABRT, Aborted. #0 0x00007ffb2508f8c7 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 55 return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig); (gdb) bt #0 0x00007ffb2508f8c7 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 #1 0x00007ffb2509152a in __GI_abort () at abort.c:89 #2 0x00007ffb259c66fd in __gnu_cxx::__verbose_terminate_handler () at ../../../../libstdc++-v3/libsupc++/vterminate.cc:95 #3 0x00007ffb259c4536 in __cxxabiv1::__terminate (handler=<optimized out>) at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:47 #4 0x00007ffb259c4581 in std::terminate () at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:57 #5 0x00007ffb259c4799 in __cxxabiv1::__cxa_throw (obj=0x7ffb224862c0, tinfo=0x6440a0 <typeinfo for boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_any_cast> >>, dest=0x509fc0 <boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_any_cast> >::~clone_impl()>) at ../../../../libstdc++-v3/libsupc++/eh_throw.cc:87 #6 0x00000000004f40f5 in void boost::throw_exception<boost::bad_any_cast>(boost::bad_any_cast const&) [clone .isra.817] () #7 0x00000000004f41da in std::string command_line::get_arg<std::string, false>(boost::program_options::variables_map const&, command_line::arg_descriptor<std::string, false> const&) [clone .isra.818] () #8 0x00000000004f4470 in currency::simple_wallet::handle_command_line(boost::program_options::variables_map const&) () #9 0x00000000004f7caa in currency::simple_wallet::init(boost::program_options::variables_map const&) () #10 0x00000000004d577c in main ()
that was latest git source compiled with gcc 4.9.2.. What boost version have you used ? It looks like and wellknown problem with locale vs boost locale problems. compiling with gcc 5.0.0: this is easy to fix /c/boolberry/contrib/epee/include/storages/portable_storage.h:430:16: warning: converting to ‘bool’ from ‘std::nullptr_t’ requires direct-initialization [-fpermissive] return nullptr; ^
this is funkier [ 87%] Building CXX object src/CMakeFiles/daemon.dir/daemon/daemon.cpp.o In file included from /c/boolberry/contrib/epee/include/storages/portable_storage_template_helper.h:29:0, from /c/boolberry/contrib/epee/include/storages/levin_abstract_invoke2.h:29, from /c/boolberry/src/p2p/net_node.h:22, from /c/boolberry/src/daemon/daemon.cpp:18: /c/boolberry/contrib/epee/include/storages/portable_storage.h: In member function ‘bool epee::serialization::portable_storage::get_next_section(epee::serialization::portable_storage::harray, epee::serialization::section*&)’: /c/boolberry/contrib/epee/include/storages/portable_storage.h:430:16: warning: converting to ‘bool’ from ‘std::nullptr_t’ requires direct-initialization [-fpermissive] return nullptr; ^ In file included from /c/boolberry/src/p2p/net_node.h:267:0, from /c/boolberry/src/daemon/daemon.cpp:18: /c/boolberry/src/p2p/net_node.inl: In instantiation of ‘nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback)::<lambda(const typename nodetool::node_server<t_payload_net_handler>::net_server::t_connection_context&, const boost::system::error_code&)>::<lambda(int, const nodetool::COMMAND_PING::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&)> [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]’: /c/boolberry/src/p2p/net_node.inl:1108:9: required from ‘struct nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback)::<lambda(const typename nodetool::node_server<t_payload_net_handler>::net_server::t_connection_context&, const boost::system::error_code&)> [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::net_server::t_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>]::<lambda(int, const struct nodetool::COMMAND_PING::response&, nodetool::node_server<currency::t_currency_protocol_handler<currency::core> >::p2p_connection_context&)>’ /c/boolberry/src/p2p/net_node.inl:1091:90: required from ‘nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback)::<lambda(const typename nodetool::node_server<t_payload_net_handler>::net_server::t_connection_context&, const boost::system::error_code&)> [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::net_server::t_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>]’ /c/boolberry/src/p2p/net_node.inl:1075:117: required from ‘struct nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback) [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda(const t_connection_context&, const class boost::system::error_code&)>’ /c/boolberry/src/p2p/net_node.inl:1118:6: required from ‘bool nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback) [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]’ /c/boolberry/src/p2p/net_node.inl:1198:15: required from ‘int nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]’ /c/boolberry/src/p2p/net_node.h:113:255: required from ‘int nodetool::node_server<t_payload_net_handler>::handle_invoke_map(bool, int, const string&, std::string&, t_context&, bool&) [with t_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; std::string = std::basic_string<char>]’ /c/boolberry/src/p2p/net_node.h:109:161: required from ‘int nodetool::node_server<t_payload_net_handler>::invoke(int, const string&, std::string&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; std::string = std::basic_string<char>; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]’ /c/boolberry/src/daemon/daemon.cpp:254:1: required from here /c/boolberry/src/p2p/net_node.inl:1103:371: error: redeclaration of ‘const peerid_type pr’ In file included from /c/boolberry/src/p2p/net_node.h:267:0, from /c/boolberry/src/daemon/daemon.cpp:18: /c/boolberry/src/p2p/net_node.inl:1101:37: note: ‘const peerid_type pr’ previously declared here if(rsp.status != PING_OK_RESPONSE_STATUS_TEXT || pr != rsp.peer_id) ^ In file included from /c/boolberry/src/p2p/net_node.h:267:0, from /c/boolberry/src/daemon/daemon.cpp:18: /c/boolberry/src/p2p/net_node.inl: In instantiation of ‘nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback)::<lambda(const typename nodetool::node_server<t_payload_net_handler>::net_server::t_connection_context&, const boost::system::error_code&)> [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::net_server::t_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>]’: /c/boolberry/src/p2p/net_node.inl:1075:117: required from ‘struct nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback) [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda(const t_connection_context&, const class boost::system::error_code&)>’ /c/boolberry/src/p2p/net_node.inl:1118:6: required from ‘bool nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback) [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]’ /c/boolberry/src/p2p/net_node.inl:1198:15: required from ‘int nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]’ /c/boolberry/src/p2p/net_node.h:113:255: required from ‘int nodetool::node_server<t_payload_net_handler>::handle_invoke_map(bool, int, const string&, std::string&, t_context&, bool&) [with t_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; std::string = std::basic_string<char>]’ /c/boolberry/src/p2p/net_node.h:109:161: required from ‘int nodetool::node_server<t_payload_net_handler>::invoke(int, const string&, std::string&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; std::string = std::basic_string<char>; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]’ /c/boolberry/src/daemon/daemon.cpp:254:1: required from here /c/boolberry/src/p2p/net_node.inl:1092:9: sorry, unimplemented: non-trivial designated initializers not supported [=](int code, const COMMAND_PING::response& rsp, p2p_connection_context& context) ^ In file included from /c/boolberry/contrib/epee/include/net/abstract_tcp_server2.h:275:0, from /c/boolberry/contrib/epee/include/net/levin_server_cp2.h:32, from /c/boolberry/src/p2p/net_node.h:20, from /c/boolberry/src/daemon/daemon.cpp:18: /c/boolberry/contrib/epee/include/net/abstract_tcp_server2.inl: At global scope: /c/boolberry/contrib/epee/include/net/abstract_tcp_server2.inl:745:8: warning: ‘bool epee::net_utils::boosted_tcp_server<t_protocol_handler>::connect_async(const string&, const string&, uint32_t, t_callback, const string&) [with t_callback = nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback) [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda(const t_connection_context&, const boost::system::error_code&)>; t_protocol_handler = epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<currency::currency_connection_context> >; std::string = std::basic_string<char>; uint32_t = unsigned int]’, declared using local type ‘nodetool::node_server<t_payload_net_handler>::try_ping(nodetool::basic_node_data&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&, t_callback) [with t_callback = nodetool::node_server<t_payload_net_handler>::handle_handshake(int, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request&, typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response&, nodetool::node_server<t_payload_net_handler>::p2p_connection_context&) [with t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::request = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::request; typename nodetool::node_server<t_payload_net_handler>::COMMAND_HANDSHAKE::response = nodetool::COMMAND_HANDSHAKE_T<currency::CORE_SYNC_DATA>::response; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda()>; t_payload_net_handler = currency::t_currency_protocol_handler<currency::core>; nodetool::node_server<t_payload_net_handler>::p2p_connection_context = nodetool::p2p_connection_context_t<currency::currency_connection_context>; typename t_payload_net_handler::connection_context = currency::currency_connection_context]::<lambda(const t_connection_context&, const boost::system::error_code&)>’, is used but never defined [-fpermissive] bool boosted_tcp_server<t_protocol_handler>::connect_async(const std::string& adr, const std::string& port, uint32_t conn_timeout, t_callback cb, const std::string& bind_ip) ^ src/CMakeFiles/daemon.dir/build.make:54: recipe for target 'src/CMakeFiles/daemon.dir/daemon/daemon.cpp.o' failed make[3]: *** [src/CMakeFiles/daemon.dir/daemon/daemon.cpp.o] Error 1
Never tried with gcc 5.0.0... didn't even knew that it have been released....
|
|
|
|
otila
|
|
February 15, 2015, 09:37:46 AM |
|
What boost version have you used ? It looks like and wellknown problem with locale vs boost locale problems.
boost 1.57.0.. what's it doing [pid 1048] 11:33:23.512095 timerfd_settime(5, 0, {it_interval={0, 0}, it_value={300, 0}}, {it_interval={9223372036854775807, 140734110736360}, it_value={493921239041, 65}}) = 0 <0.000012> [pid 1048] 11:33:23.512280 open("/.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = -1 EACCES (Permission denied) <0.000016> [pid 1048] 11:33:23.512350 ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {c_iflags=0x6d02, c_oflags=0x5, c_cflags=0x4bf, c_lflags=0x8a3b, c_line=0, c_cc="\x03\x1c\x7f\x15\x04\x00\x01\xff\x11\x13\x1a\xff\x12\x0f\x17\x16\xff\x00\x00"}) = 0 <0.000013> [pid 1048] 11:33:23.512408 fstat(1, {st_dev=makedev(0, 12), st_ino=32, st_mode=S_IFCHR|0620, st_nlink=1, st_uid=500, st_gid=5, st_blksize=1024, st_blocks=0, st_rdev=makedev(136, 29), st_atime=2015/02/15-11:33:20, st_mtime=2015/02/15-11:33:20, st_ctime=2015/02/13-11:50:55}) = 0 <0.000010> [pid 1048] 11:33:23.512493 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8cf782d000 <0.000011> [pid 1048] 11:33:23.512540 write(1, "\33[1;37mBoolberry wallet v0.3.0.41(6481c84)\33[0m", 46Boolberry wallet v0.3.0.41(6481c84)) = 46 <0.000021>
|
|
|
|
twats
|
|
February 15, 2015, 09:52:47 AM |
|
your non-installable wallet isnt working i've started it and its stay as freezed
|
|
|
|
@bb
|
|
February 15, 2015, 02:34:11 PM |
|
This week I found 4 blocks on solo mining BBR, but the wallet didnt show correct balance, my last balance before solo mining is 10 BBR, plus 4 blocks(by solo mining) x 14 BBR, the balance should be around 66 BBR instead just showing 53 BBR.
Anyone has same problem ?
|
|
|
|
jwinterm
Legendary
Offline
Activity: 3136
Merit: 1116
|
|
February 15, 2015, 03:42:06 PM |
|
This week I found 4 blocks on solo mining BBR, but the wallet didnt show correct balance, my last balance before solo mining is 10 BBR, plus 4 blocks(by solo mining) x 14 BBR, the balance should be around 66 BBR instead just showing 53 BBR.
Anyone has same problem ?
Maybe one block got orphaned?
|
|
|
|
@bb
|
|
February 16, 2015, 09:11:14 AM |
|
?
Maybe one block got orphaned? I checked the blocks from wallet and boolbd log, nothing is wrong, any other tools that can check whether the block is orphaned or not ?
|
|
|
|
crypto_zoidberg (OP)
|
|
February 16, 2015, 10:09:46 AM |
|
?
Maybe one block got orphaned? I checked the blocks from wallet and boolbd log, nothing is wrong, any other tools that can check whether the block is orphaned or not ? could you list, what exac transfers you see in your wallet. Screenshot or log Another solution: rebuild the wallet and see how it goes Zoidberg
|
|
|
|
Sema89
Member
Offline
Activity: 70
Merit: 10
|
|
February 16, 2015, 12:01:40 PM |
|
Hello, I having this problem when I trying to sync with network. 2015-Feb-16 11:27:04.270589 [P2P8]Connecting to 107.170.228.11:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:05.750737 [P2P8]Connect failed to 107.170.228.11:10101 2015-Feb-16 11:27:05.753737 [P2P8]Connecting to 107.170.97.197:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:06.998862 [P2P8]Connect failed to 107.170.97.197:10101 2015-Feb-16 11:27:07.000862 [P2P8]Connecting to 188.226.215.102:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:08.062756 [P2P8]Connect failed to 188.226.215.102:10101 2015-Feb-16 11:27:08.062756 [P2P8]Connecting to 128.199.196.65:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:09.930932 [P2P8]Connect failed to 128.199.196.65:10101 2015-Feb-16 11:27:09.933933 [P2P8]Connecting to 107.170.228.11:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:11.407080 [P2P8]Connect failed to 107.170.228.11:10101 2015-Feb-16 11:27:11.410080 [P2P8]Failed to connect to any of seed peers, continuing without seeds 2015-Feb-16 11:27:13.414281 [P2P8]Connecting to 188.226.215.102:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:14.475387 [P2P8]Connect failed to 188.226.215.102:10101 2015-Feb-16 11:27:14.477387 [P2P8]Connecting to 128.199.196.65:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:16.361575 [P2P8]Connect failed to 128.199.196.65:10101 2015-Feb-16 11:27:16.363576 [P2P8]Connecting to 107.170.228.11:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:18.070339 [P2P8]Connect failed to 107.170.228.11:10101 2015-Feb-16 11:27:18.070339 [P2P8]Connecting to 107.170.97.197:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:19.309638 [P2P8]Connect failed to 107.170.97.197:10101 2015-Feb-16 11:27:19.311639 [P2P8]Connecting to 188.226.215.102:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:20.367938 [P2P8]Connect failed to 188.226.215.102:10101 2015-Feb-16 11:27:20.367938 [P2P8]Failed to connect to any of seed peers, continuing without seeds 2015-Feb-16 11:27:22.368330 [P2P8]Connecting to 107.170.228.11:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:23.854073 [P2P8]Connect failed to 107.170.228.11:10101 2015-Feb-16 11:27:23.856073 [P2P8]Connecting to 107.170.97.197:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:25.130396 [P2P8]Connect failed to 107.170.97.197:10101 2015-Feb-16 11:27:25.130396 [P2P8]Connecting to 188.226.215.102:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:26.192501 [P2P8]Connect failed to 188.226.215.102:10101
|
|
|
|
clintar
|
|
February 16, 2015, 10:01:59 PM |
|
Hello, I having this problem when I trying to sync with network. 2015-Feb-16 11:27:04.270589 [P2P8]Connecting to 107.170.228.11:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:05.750737 [P2P8]Connect failed to 107.170.228.11:10101 2015-Feb-16 11:27:05.753737 [P2P8]Connecting to 107.170.97.197:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:06.998862 [P2P8]Connect failed to 107.170.97.197:10101 2015-Feb-16 11:27:07.000862 [P2P8]Connecting to 188.226.215.102:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:08.062756 [P2P8]Connect failed to 188.226.215.102:10101 2015-Feb-16 11:27:08.062756 [P2P8]Connecting to 128.199.196.65:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:09.930932 [P2P8]Connect failed to 128.199.196.65:10101 2015-Feb-16 11:27:09.933933 [P2P8]Connecting to 107.170.228.11:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:11.407080 [P2P8]Connect failed to 107.170.228.11:10101 2015-Feb-16 11:27:11.410080 [P2P8]Failed to connect to any of seed peers, continuing without seeds 2015-Feb-16 11:27:13.414281 [P2P8]Connecting to 188.226.215.102:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:14.475387 [P2P8]Connect failed to 188.226.215.102:10101 2015-Feb-16 11:27:14.477387 [P2P8]Connecting to 128.199.196.65:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:16.361575 [P2P8]Connect failed to 128.199.196.65:10101 2015-Feb-16 11:27:16.363576 [P2P8]Connecting to 107.170.228.11:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:18.070339 [P2P8]Connect failed to 107.170.228.11:10101 2015-Feb-16 11:27:18.070339 [P2P8]Connecting to 107.170.97.197:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:19.309638 [P2P8]Connect failed to 107.170.97.197:10101 2015-Feb-16 11:27:19.311639 [P2P8]Connecting to 188.226.215.102:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:20.367938 [P2P8]Connect failed to 188.226.215.102:10101 2015-Feb-16 11:27:20.367938 [P2P8]Failed to connect to any of seed peers, continuing without seeds 2015-Feb-16 11:27:22.368330 [P2P8]Connecting to 107.170.228.11:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:23.854073 [P2P8]Connect failed to 107.170.228.11:10101 2015-Feb-16 11:27:23.856073 [P2P8]Connecting to 107.170.97.197:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:25.130396 [P2P8]Connect failed to 107.170.97.197:10101 2015-Feb-16 11:27:25.130396 [P2P8]Connecting to 188.226.215.102:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:26.192501 [P2P8]Connect failed to 188.226.215.102:10101 Try adding --add-priority-node 59.120.166.36:10101 --add-priority-node 62.201.213.25:10101 --add-priority-node 95.85.21.33:10101 --add-priority-node 66.228.33.249:10101 as command line options
|
|
|
|
@bb
|
|
February 17, 2015, 04:00:22 AM Last edit: February 17, 2015, 05:09:01 AM by @bb |
|
?
Maybe one block got orphaned? I checked the blocks from wallet and boolbd log, nothing is wrong, any other tools that can check whether the block is orphaned or not ? could you list, what exac transfers you see in your wallet. Screenshot or log Another solution: rebuild the wallet and see how it goes Zoidberg This is the screenshot Balance: 111.351162000000 Unlocked: 111.351162000000 Est. value: BTC/USD 2015-02-17 02:04Received14.442514000000... Transaction id: 2362a61a4f75b5ae5fc0e32f80352d8496817c9a2fa197758df0bc729a9e4882 size: 379 bytes fee: 0.000000000000 unlock_time: 10 split transfers: 0.000004000000 0.000010000000 0.000500000000 0.002000000000 0.040000000000 0.400000000000 4.000000000000 10.000000000000 2015-02-16 22:04Received14.444277000000... Transaction id: 674866fac6f60ae43daeef832a66c33fb5cdbb4accccc08fd03339d8f9e62d88 size: 378 bytes fee: 0.000000000000 unlock_time: 10 split transfers: 0.000007000000 0.000070000000 0.000200000000 0.004000000000 0.040000000000 0.400000000000 4.000000000000 10.000000000000 2015-02-16 13:34Received14.449135000000... Transaction id: a4178fb3820301b38a85fabaff1af0898ce8603c3afc226bfda31dd3ac658f27 size: 378 bytes fee: 0.000000000000 unlock_time: 10 split transfers: 0.000005000000 0.000030000000 0.000100000000 0.009000000000 0.040000000000 0.400000000000 4.000000000000 10.000000000000 2015-02-16 08:41Received14.449968000000... Transaction id: 6ffc5ee1f412ea081223711e8de5b6a25abec2fc18fa02a6503bcdd06b9d9ef4 size: 379 bytes fee: 0.000000000000 unlock_time: 10 split transfers: 0.000008000000 0.000060000000 0.000900000000 0.009000000000 0.040000000000 0.400000000000 4.000000000000 10.000000000000 2015-02-16 06:37Received14.450946000000... Transaction id: 07521fcf118a712d9d83ff9c51b0c03fb4edb41bf5532da79a65df8cc0e0003b size: 340 bytes fee: 0.000000000000 unlock_time: 10 split transfers: 0.000006000000 0.000040000000 0.000900000000 0.050000000000 0.400000000000 4.000000000000 10.000000000000 2015-02-15 18:11Received14.456156000000... Transaction id: 032d04c19b07291b4280c8bc11ffb6a27f334152d45ad8469bee1cadb3cb3c2b size: 378 bytes fee: 0.000000000000 unlock_time: 10 split transfers: 0.000006000000 0.000050000000 0.000100000000 0.006000000000 0.050000000000 0.400000000000 4.000000000000 10.000000000000 2015-02-15 16:50Received14.456708000000... Transaction id: 86d678a1dea80c8f0b308cd6bab45bdf7dde1dbaf2cd59877cbe24bac094fccb size: 341 bytes fee: 0.000000000000 unlock_time: 10 split transfers: 0.000008000000 0.000700000000 0.006000000000 0.050000000000 0.400000000000 4.000000000000 10.000000000000 2015-02-09 22:50Received14.514231000000... Transaction id: 617d04537b7767023bb38e44d57e5a3f1901300c9a923a40ab61ff6912750c81 size: 376 bytes fee: 0.000000000000 unlock_time: 10 split transfers: 0.000001000000 0.000030000000 0.000200000000 0.004000000000 0.010000000000 0.500000000000 4.000000000000 10.000000000000 2015-02-09 17:02Received14.516903000000... Transaction id: 5ca5f7e3141b905b662d4e46a4fc51bf5f78f7b24b8bfa89e599be8b3a7ce8cf size: 340 bytes fee: 0.000000000000 unlock_time: 10 split transfers: 0.000003000000 0.000900000000 0.006000000000 0.010000000000 0.500000000000 4.000000000000 10.000000000000 2015-01-06 09:47Sent0.011000000000... 2015-01-06 09:46Sent0.011000000000... 2015-01-02 14:12Sent10.001000000000@cncoinpayment I think there are now 2 blocks that did not count by wallet. Because the balance before solomining is 10BBR.
|
|
|
|
crypto_zoidberg (OP)
|
|
February 17, 2015, 05:48:50 AM |
|
Hello, I having this problem when I trying to sync with network. 2015-Feb-16 11:27:04.270589 [P2P8]Connecting to 107.170.228.11:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:05.750737 [P2P8]Connect failed to 107.170.228.11:10101 2015-Feb-16 11:27:05.753737 [P2P8]Connecting to 107.170.97.197:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:06.998862 [P2P8]Connect failed to 107.170.97.197:10101 2015-Feb-16 11:27:07.000862 [P2P8]Connecting to 188.226.215.102:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:08.062756 [P2P8]Connect failed to 188.226.215.102:10101 2015-Feb-16 11:27:08.062756 [P2P8]Connecting to 128.199.196.65:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:09.930932 [P2P8]Connect failed to 128.199.196.65:10101 2015-Feb-16 11:27:09.933933 [P2P8]Connecting to 107.170.228.11:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:11.407080 [P2P8]Connect failed to 107.170.228.11:10101 2015-Feb-16 11:27:11.410080 [P2P8]Failed to connect to any of seed peers, continuing without seeds 2015-Feb-16 11:27:13.414281 [P2P8]Connecting to 188.226.215.102:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:14.475387 [P2P8]Connect failed to 188.226.215.102:10101 2015-Feb-16 11:27:14.477387 [P2P8]Connecting to 128.199.196.65:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:16.361575 [P2P8]Connect failed to 128.199.196.65:10101 2015-Feb-16 11:27:16.363576 [P2P8]Connecting to 107.170.228.11:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:18.070339 [P2P8]Connect failed to 107.170.228.11:10101 2015-Feb-16 11:27:18.070339 [P2P8]Connecting to 107.170.97.197:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:19.309638 [P2P8]Connect failed to 107.170.97.197:10101 2015-Feb-16 11:27:19.311639 [P2P8]Connecting to 188.226.215.102:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:20.367938 [P2P8]Connect failed to 188.226.215.102:10101 2015-Feb-16 11:27:20.367938 [P2P8]Failed to connect to any of seed peers, continuing without seeds 2015-Feb-16 11:27:22.368330 [P2P8]Connecting to 107.170.228.11:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:23.854073 [P2P8]Connect failed to 107.170.228.11:10101 2015-Feb-16 11:27:23.856073 [P2P8]Connecting to 107.170.97.197:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:25.130396 [P2P8]Connect failed to 107.170.97.197:10101 2015-Feb-16 11:27:25.130396 [P2P8]Connecting to 188.226.215.102:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:26.192501 [P2P8]Connect failed to 188.226.215.102:10101 Try adding --add-priority-node 59.120.166.36:10101 --add-priority-node 62.201.213.25:10101 --add-priority-node 95.85.21.33:10101 --add-priority-node 66.228.33.249:10101 as command line options Thank you Clintar! Also i've reconfigured seed nodes and now it should work and be more stable. Sorry for inconvenience! Zoidberg
|
|
|
|
Sema89
Member
Offline
Activity: 70
Merit: 10
|
|
February 17, 2015, 05:49:21 AM |
|
How much kh/s I get with c3.8xlarge? in scrypt is around 270 kh/s and in cryptonight coin is 800h/s. Hello, I having this problem when I trying to sync with network. 2015-Feb-16 11:27:04.270589 [P2P8]Connecting to 107.170.228.11:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:05.750737 [P2P8]Connect failed to 107.170.228.11:10101 2015-Feb-16 11:27:05.753737 [P2P8]Connecting to 107.170.97.197:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:06.998862 [P2P8]Connect failed to 107.170.97.197:10101 2015-Feb-16 11:27:07.000862 [P2P8]Connecting to 188.226.215.102:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:08.062756 [P2P8]Connect failed to 188.226.215.102:10101 2015-Feb-16 11:27:08.062756 [P2P8]Connecting to 128.199.196.65:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:09.930932 [P2P8]Connect failed to 128.199.196.65:10101 2015-Feb-16 11:27:09.933933 [P2P8]Connecting to 107.170.228.11:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:11.407080 [P2P8]Connect failed to 107.170.228.11:10101 2015-Feb-16 11:27:11.410080 [P2P8]Failed to connect to any of seed peers, continuing without seeds 2015-Feb-16 11:27:13.414281 [P2P8]Connecting to 188.226.215.102:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:14.475387 [P2P8]Connect failed to 188.226.215.102:10101 2015-Feb-16 11:27:14.477387 [P2P8]Connecting to 128.199.196.65:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:16.361575 [P2P8]Connect failed to 128.199.196.65:10101 2015-Feb-16 11:27:16.363576 [P2P8]Connecting to 107.170.228.11:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:18.070339 [P2P8]Connect failed to 107.170.228.11:10101 2015-Feb-16 11:27:18.070339 [P2P8]Connecting to 107.170.97.197:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:19.309638 [P2P8]Connect failed to 107.170.97.197:10101 2015-Feb-16 11:27:19.311639 [P2P8]Connecting to 188.226.215.102:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:20.367938 [P2P8]Connect failed to 188.226.215.102:10101 2015-Feb-16 11:27:20.367938 [P2P8]Failed to connect to any of seed peers, continuing without seeds 2015-Feb-16 11:27:22.368330 [P2P8]Connecting to 107.170.228.11:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:23.854073 [P2P8]Connect failed to 107.170.228.11:10101 2015-Feb-16 11:27:23.856073 [P2P8]Connecting to 107.170.97.197:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:25.130396 [P2P8]Connect failed to 107.170.97.197:10101 2015-Feb-16 11:27:25.130396 [P2P8]Connecting to 188.226.215.102:10101(white=1, last_seen: never)... 2015-Feb-16 11:27:26.192501 [P2P8]Connect failed to 188.226.215.102:10101 Try adding --add-priority-node 59.120.166.36:10101 --add-priority-node 62.201.213.25:10101 --add-priority-node 95.85.21.33:10101 --add-priority-node 66.228.33.249:10101 as command line options Where I need to paste this? I'm running in windows.
|
|
|
|
clintar
|
|
February 17, 2015, 06:15:39 AM Last edit: February 17, 2015, 06:36:08 AM by clintar |
|
How much kh/s I get with c3.8xlarge? in scrypt is around 270 kh/s and in cryptonight coin is 800h/s. Where I need to paste this? I'm running in windows.
Not sure the speed. You can create a shortcut to the wallet executable and add those to the end in the shortcut properties, then again if cz fixed the seed nodes you shouldn't have to anymore.
|
|
|
|
clintar
|
|
February 17, 2015, 06:54:24 AM Last edit: February 17, 2015, 07:05:32 AM by clintar |
|
?
Maybe one block got orphaned? I checked the blocks from wallet and boolbd log, nothing is wrong, any other tools that can check whether the block is orphaned or not ? could you list, what exac transfers you see in your wallet. Screenshot or log Another solution: rebuild the wallet and see how it goes Zoidberg This is the screenshot Balance: 111.351162000000 Unlocked: 111.351162000000 Est. value: BTC/USD ...snip... 2015-02-16 08:41Received14.449968000000... Transaction id: 6ffc5ee1f412ea081223711e8de5b6a25abec2fc18fa02a6503bcdd06b9d9ef4size: 379 bytes fee: 0.000000000000 unlock_time: 10 split transfers: 0.000008000000 0.000060000000 0.000900000000 0.009000000000 0.040000000000 0.400000000000 4.000000000000 10.000000000000 2015-02-16 06:37Received14.450946000000... Transaction id: 07521fcf118a712d9d83ff9c51b0c03fb4edb41bf5532da79a65df8cc0e0003b size: 340 bytes fee: 0.000000000000 unlock_time: 10 split transfers: 0.000006000000 0.000040000000 0.000900000000 0.050000000000 0.400000000000 4.000000000000 10.000000000000 2015-02-15 18:11Received14.456156000000... Transaction id: 032d04c19b07291b4280c8bc11ffb6a27f334152d45ad8469bee1cadb3cb3c2b size: 378 bytes fee: 0.000000000000 unlock_time: 10 split transfers: 0.000006000000 0.000050000000 0.000100000000 0.006000000000 0.050000000000 0.400000000000 4.000000000000 10.000000000000 2015-02-15 16:50Received14.456708000000... Transaction id: 86d678a1dea80c8f0b308cd6bab45bdf7dde1dbaf2cd59877cbe24bac094fccbsize: 341 bytes fee: 0.000000000000 unlock_time: 10 split transfers: 0.000008000000 0.000700000000 0.006000000000 0.050000000000 0.400000000000 4.000000000000 10.000000000000 ...snip... I think there are now 2 blocks that did not count by wallet. Because the balance before solomining is 10BBR. Looks like these two bolded ones were orphaned. I can't look them up at chainradar.com Edit: I didn't see that question before about the solo intensity setting. You may want to message mbk for that info. I'm not sure.
|
|
|
|
ciscomtng
Newbie
Offline
Activity: 1
Merit: 0
|
|
February 17, 2015, 06:55:27 AM |
|
thank for your information
|
|
|
|
Sema89
Member
Offline
Activity: 70
Merit: 10
|
|
February 17, 2015, 09:16:58 AM |
|
[2015-02-17 09:14:14] ADDENDUM APPLIED: 196729 --> 196730 10 blocks added [2015-02-17 09:14:14] Stratum detected new block [2015-02-17 09:14:14] thread 14: 642194 hashes, 18.84 kh/s [2015-02-17 09:14:14] thread 30: 642414 hashes, 18.85 kh/s [2015-02-17 09:14:14] thread 11: 643292 hashes, 18.87 kh/s [2015-02-17 09:14:14] thread 0: 643271 hashes, 18.87 kh/s [2015-02-17 09:14:14] thread 25: 643131 hashes, 18.87 kh/s [2015-02-17 09:14:14] thread 22: 640960 hashes, 18.80 kh/s [2015-02-17 09:14:14] thread 13: 643001 hashes, 18.86 kh/s [2015-02-17 09:14:14] thread 3: 640335 hashes, 18.79 kh/s [2015-02-17 09:14:14] thread 28: 641241 hashes, 18.81 kh/s [2015-02-17 09:14:14] thread 9: 644088 hashes, 18.90 kh/s [2015-02-17 09:14:14] thread 23: 641612 hashes, 18.82 kh/s [2015-02-17 09:14:14] thread 27: 643215 hashes, 18.87 kh/s [2015-02-17 09:14:14] thread 5: 641319 hashes, 18.81 kh/s [2015-02-17 09:14:14] thread 15: 641389 hashes, 18.82 kh/s [2015-02-17 09:14:14] thread 8: 640880 hashes, 18.80 kh/s [2015-02-17 09:14:14] Thread 14 is going to scan with start nonce=6ffffff2, end_ nonce=70113faa [2015-02-17 09:14:14] thread 10: 642707 hashes, 18.86 kh/s [2015-02-17 09:14:14] thread 20: 642434 hashes, 18.85 kh/s [2015-02-17 09:14:14] thread 16: 640599 hashes, 18.79 kh/s [2015-02-17 09:14:14] thread 7: 643715 hashes, 18.89 kh/s [2015-02-17 09:14:14] thread 6: 642808 hashes, 18.86 kh/s [2015-02-17 09:14:14] thread 26: 641524 hashes, 18.82 kh/s [2015-02-17 09:14:14] thread 31: 641197 hashes, 18.81 kh/s [2015-02-17 09:14:14] thread 29: 643027 hashes, 18.86 kh/s [2015-02-17 09:14:14] thread 19: 643145 hashes, 18.87 kh/s [2015-02-17 09:14:14] thread 2: 641442 hashes, 18.82 kh/s [2015-02-17 09:14:14] thread 4: 641684 hashes, 18.83 kh/s [2015-02-17 09:14:14] thread 12: 644095 hashes, 18.90 kh/s [2015-02-17 09:14:14] thread 1: 634173 hashes, 18.61 kh/s [2015-02-17 09:14:14] thread 18: 640770 hashes, 18.80 kh/s [2015-02-17 09:14:14] thread 24: 642825 hashes, 18.86 kh/s [2015-02-17 09:14:14] thread 21: 641174 hashes, 18.81 kh/s [2015-02-17 09:14:14] thread 17: 643609 hashes, 18.88 kh/s [2015-02-17 09:14:14] Thread 30 is going to scan with start nonce=efffffe2, end_ nonce=f011411d [2015-02-17 09:14:14] Thread 11 is going to scan with start nonce=57fffff5, end_ nonce=58114739 [2015-02-17 09:14:14] Thread 0 is going to scan with start nonce=00000000, end_n once=00114720 [2015-02-17 09:14:14] Thread 25 is going to scan with start nonce=c7ffffe7, end_ nonce=c8114610 [2015-02-17 09:14:14] Thread 22 is going to scan with start nonce=afffffea, end_ nonce=b0113726 [2015-02-17 09:14:14] Thread 13 is going to scan with start nonce=67fffff3, end_ nonce=68114537 [2015-02-17 09:14:14] Thread 3 is going to scan with start nonce=17fffffd, end_n once=181132ec [2015-02-17 09:14:14] Thread 28 is going to scan with start nonce=dfffffe4, end_ nonce=e011390e [2015-02-17 09:14:14] Thread 9 is going to scan with start nonce=47fffff7, end_n once=48114cb5 [2015-02-17 09:14:14] Thread 23 is going to scan with start nonce=b7ffffe9, end_ nonce=b8113ba0 [2015-02-17 09:14:14] Thread 27 is going to scan with start nonce=d7ffffe5, end_ nonce=d81146a2 [2015-02-17 09:14:14] Thread 5 is going to scan with start nonce=27fffffb, end_n once=281139ae [2015-02-17 09:14:14] Thread 15 is going to scan with start nonce=77fffff1, end_ nonce=78113a20 [2015-02-17 09:14:14] Thread 8 is going to scan with start nonce=3ffffff8, end_n once=401136a7 [2015-02-17 09:14:14] Thread 10 is going to scan with start nonce=4ffffff6, end_ nonce=50114335 [2015-02-17 09:14:14] Thread 20 is going to scan with start nonce=9fffffec, end_ nonce=a011414a [2015-02-17 09:14:14] Thread 16 is going to scan with start nonce=7ffffff0, end_ nonce=801134b0 [2015-02-17 09:14:14] Thread 7 is going to scan with start nonce=37fffff9, end_n once=38114a26 [2015-02-17 09:14:14] Thread 6 is going to scan with start nonce=2ffffffa, end_n once=301143eb [2015-02-17 09:14:14] Thread 26 is going to scan with start nonce=cfffffe6, end_ nonce=d0113b02 [2015-02-17 09:14:14] Thread 31 is going to scan with start nonce=f7ffffe1, end_ nonce=f81138be [2015-02-17 09:14:14] Thread 29 is going to scan with start nonce=e7ffffe3, end_ nonce=e8114555 [2015-02-17 09:14:14] Thread 19 is going to scan with start nonce=97ffffed, end_ nonce=9811462f [2015-02-17 09:14:14] Thread 2 is going to scan with start nonce=0ffffffe, end_n once=10113a8a [2015-02-17 09:14:14] Thread 4 is going to scan with start nonce=1ffffffc, end_n once=20113c32 [2015-02-17 09:14:14] Thread 12 is going to scan with start nonce=5ffffff4, end_ nonce=60114cbe [2015-02-17 09:14:14] Thread 1 is going to scan with start nonce=07ffffff, end_n once=08110890 [2015-02-17 09:14:14] Thread 18 is going to scan with start nonce=8fffffee, end_ nonce=901135db [2015-02-17 09:14:14] Thread 24 is going to scan with start nonce=bfffffe8, end_ nonce=c01143f6 [2015-02-17 09:14:14] Thread 21 is going to scan with start nonce=a7ffffeb, end_ nonce=a811389f [2015-02-17 09:14:14] Thread 17 is going to scan with start nonce=87ffffef, end_ nonce=88114961 [2015-02-17 09:14:31] Pool set diff to 63161284 [2015-02-17 09:14:31] Stratum detected new block [2015-02-17 09:14:31] thread 30: 323775 hashes, 18.83 kh/s [2015-02-17 09:14:31] thread 25: 324228 hashes, 18.86 kh/s [2015-02-17 09:14:31] thread 2: 323123 hashes, 18.81 kh/s [2015-02-17 09:14:31] thread 14: 324367 hashes, 18.87 kh/s [2015-02-17 09:14:31] thread 17: 322921 hashes, 18.80 kh/s [2015-02-17 09:14:31] thread 9: 324377 hashes, 18.89 kh/s [2015-02-17 09:14:31] thread 4: 322777 hashes, 18.79 kh/s [2015-02-17 09:14:31] thread 16: 322875 hashes, 18.80 kh/s [2015-02-17 09:14:31] thread 24: 321833 hashes, 18.74 kh/s [2015-02-17 09:14:31] thread 19: 323338 hashes, 18.83 kh/s [2015-02-17 09:14:31] thread 0: 324188 hashes, 18.86 kh/s [2015-02-17 09:14:31] thread 23: 324162 hashes, 18.87 kh/s [2015-02-17 09:14:31] thread 10: 324260 hashes, 18.88 kh/s [2015-02-17 09:14:31] thread 11: 324230 hashes, 18.86 kh/s [2015-02-17 09:14:31] thread 26: 323298 hashes, 18.82 kh/s [2015-02-17 09:14:31] thread 7: 322861 hashes, 18.80 kh/s [2015-02-17 09:14:31] thread 31: 323881 hashes, 18.86 kh/s [2015-02-17 09:14:31] thread 21: 323350 hashes, 18.83 kh/s [2015-02-17 09:14:31] thread 3: 324442 hashes, 18.89 kh/s [2015-02-17 09:14:31] thread 29: 323029 hashes, 18.81 kh/s [2015-02-17 09:14:31] thread 28: 323838 hashes, 18.85 kh/s [2015-02-17 09:14:31] thread 20: 323391 hashes, 18.83 kh/s [2015-02-17 09:14:31] thread 8: 323846 hashes, 18.86 kh/s [2015-02-17 09:14:31] thread 5: 324492 hashes, 18.89 kh/s [2015-02-17 09:14:31] thread 6: 324344 hashes, 18.88 kh/s [2015-02-17 09:14:31] thread 27: 323899 hashes, 18.86 kh/s [2015-02-17 09:14:31] thread 22: 323825 hashes, 18.84 kh/s [2015-02-17 09:14:31] Thread 30 is going to scan with start nonce=efffffe2, end_ nonce=f0113e0b [2015-02-17 09:14:31] thread 12: 323093 hashes, 18.81 kh/s [2015-02-17 09:14:31] thread 15: 323563 hashes, 18.84 kh/s [2015-02-17 09:14:31] thread 18: 322972 hashes, 18.80 kh/s [2015-02-17 09:14:31] thread 1: 319479 hashes, 18.60 kh/s [2015-02-17 09:14:31] thread 13: 324126 hashes, 18.87 kh/s [2015-02-17 09:14:31] Thread 25 is going to scan with start nonce=c7ffffe7, end_ nonce=c811443d [2015-02-17 09:14:31] Thread 2 is going to scan with start nonce=0ffffffe, end_n once=10113944 [2015-02-17 09:14:31] Thread 14 is going to scan with start nonce=6ffffff2, end_ nonce=7011462e [2015-02-17 09:14:31] Thread 17 is going to scan with start nonce=87ffffef, end_ nonce=88113673 [2015-02-17 09:14:31] Thread 9 is going to scan with start nonce=47fffff7, end_n once=48114a5a [2015-02-17 09:14:31] Thread 4 is going to scan with start nonce=1ffffffc, end_n once=20113489 [2015-02-17 09:14:31] Thread 16 is going to scan with start nonce=7ffffff0, end_ nonce=801135d4 [2015-02-17 09:14:31] Thread 24 is going to scan with start nonce=bfffffe8, end_ nonce=c0112794 [2015-02-17 09:14:31] Thread 19 is going to scan with start nonce=97ffffed, end_ nonce=98113c22 [2015-02-17 09:14:31] Thread 0 is going to scan with start nonce=00000000, end_n once=001143cb [2015-02-17 09:14:31] Thread 23 is going to scan with start nonce=b7ffffe9, end_ nonce=b811475d [2015-02-17 09:14:31] Thread 10 is going to scan with start nonce=4ffffff6, end_ nonce=501148c0 [2015-02-17 09:14:31] Thread 11 is going to scan with start nonce=57fffff5, end_ nonce=58114452 [2015-02-17 09:14:31] Thread 26 is going to scan with start nonce=cfffffe6, end_ nonce=d0113b8f [2015-02-17 09:14:31] Thread 7 is going to scan with start nonce=37fffff9, end_n once=381135ac [2015-02-17 09:14:31] Thread 31 is going to scan with start nonce=f7ffffe1, end_ nonce=f811437f [2015-02-17 09:14:31] Thread 21 is going to scan with start nonce=a7ffffeb, end_ nonce=a8113c4a [2015-02-17 09:14:31] Thread 3 is going to scan with start nonce=17fffffd, end_n once=18114b43 [2015-02-17 09:14:31] Thread 29 is going to scan with start nonce=e7ffffe3, end_ nonce=e81137e1 [2015-02-17 09:14:31] Thread 28 is going to scan with start nonce=dfffffe4, end_ nonce=e01142ec [2015-02-17 09:14:31] Thread 20 is going to scan with start nonce=9fffffec, end_ nonce=a0113cda [2015-02-17 09:14:31] Thread 8 is going to scan with start nonce=3ffffff8, end_n once=4011431c [2015-02-17 09:14:31] Thread 5 is going to scan with start nonce=27fffffb, end_n once=28114bef [2015-02-17 09:14:31] Thread 6 is going to scan with start nonce=2ffffffa, end_n once=301149e9 [2015-02-17 09:14:31] Thread 27 is going to scan with start nonce=d7ffffe5, end_ nonce=d81143c2 [2015-02-17 09:14:31] Thread 22 is going to scan with start nonce=afffffea, end_ nonce=b0113ec2 [2015-02-17 09:14:31] Thread 12 is going to scan with start nonce=5ffffff4, end_ nonce=601138d1 [2015-02-17 09:14:31] Thread 15 is going to scan with start nonce=77fffff1, end_ nonce=78113f38 [2015-02-17 09:14:31] Thread 18 is going to scan with start nonce=8fffffee, end_ nonce=90113725 [2015-02-17 09:14:31] Thread 1 is going to scan with start nonce=07ffffff, end_n once=0811078b [2015-02-17 09:14:31] Thread 13 is going to scan with start nonce=67fffff3, end_ nonce=681146e9 [2015-02-17 09:14:32] thread 28: 8767 hashes, 18.73 kh/s [2015-02-17 09:14:32] Thread 28 is going to scan with start nonce=e0002223, end_ nonce=e01148a9 [2015-02-17 09:14:32] Pool set diff to 102261126 [2015-02-17 09:14:32] Stratum detected new block [2015-02-17 09:14:32] thread 2: 12071 hashes, 19.34 kh/s [2015-02-17 09:14:32] thread 9: 12014 hashes, 19.25 kh/s [2015-02-17 09:14:32] thread 13: 11704 hashes, 18.76 kh/s [2015-02-17 09:14:32] thread 1: 11785 hashes, 18.89 kh/s [2015-02-17 09:14:32] thread 10: 11948 hashes, 19.15 kh/s [2015-02-17 09:14:32] thread 28: 3109 hashes, 19.93 kh/s [2015-02-17 09:14:32] thread 16: 12050 hashes, 19.31 kh/s [2015-02-17 09:14:32] thread 11: 11943 hashes, 19.14 kh/s [2015-02-17 09:14:32] thread 26: 11943 hashes, 19.14 kh/s [2015-02-17 09:14:32] thread 31: 11940 hashes, 19.13 kh/s [2015-02-17 09:14:32] thread 27: 11826 hashes, 18.95 kh/s [2015-02-17 09:14:32] thread 14: 12008 hashes, 19.24 kh/s [2015-02-17 09:14:32] thread 25: 12092 hashes, 19.38 kh/s [2015-02-17 09:14:32] thread 0: 11952 hashes, 19.15 kh/s [2015-02-17 09:14:32] thread 8: 11906 hashes, 19.08 kh/s [2015-02-17 09:14:32] thread 22: 11798 hashes, 18.91 kh/s [2015-02-17 09:14:32] thread 21: 11934 hashes, 19.13 kh/s [2015-02-17 09:14:32] thread 17: 12031 hashes, 19.28 kh/s [2015-02-17 09:14:32] thread 5: 11929 hashes, 19.12 kh/s [2015-02-17 09:14:32] thread 7: 11928 hashes, 19.12 kh/s [2015-02-17 09:14:32] thread 20: 11937 hashes, 19.13 kh/s [2015-02-17 09:14:32] thread 19: 11968 hashes, 19.18 kh/s [2015-02-17 09:14:32] thread 30: 12144 hashes, 18.99 kh/s [2015-02-17 09:14:32] thread 29: 11921 hashes, 19.10 kh/s [2015-02-17 09:14:32] thread 12: 11799 hashes, 18.91 kh/s [2015-02-17 09:14:32] thread 24: 11980 hashes, 19.20 kh/s [2015-02-17 09:14:32] thread 15: 11795 hashes, 18.90 kh/s [2015-02-17 09:14:32] Thread 2 is going to scan with start nonce=0ffffffe, end_n once=1011b5df [2015-02-17 09:14:32] thread 3: 11928 hashes, 19.12 kh/s [2015-02-17 09:14:32] thread 4: 12030 hashes, 19.28 kh/s [2015-02-17 09:14:32] thread 18: 11629 hashes, 18.64 kh/s [2015-02-17 09:14:32] thread 6: 11795 hashes, 18.90 kh/s [2015-02-17 09:14:32] thread 23: 11958 hashes, 19.16 kh/s [2015-02-17 09:14:32] Thread 9 is going to scan with start nonce=47fffff7, end_n once=4811a06f [2015-02-17 09:14:32] Thread 13 is going to scan with start nonce=67fffff3, end_ nonce=68112bfb [2015-02-17 09:14:32] Thread 1 is going to scan with start nonce=07ffffff, end_n once=08114a74 [2015-02-17 09:14:32] Thread 10 is going to scan with start nonce=4ffffff6, end_ nonce=501187a4 [2015-02-17 09:14:32] Thread 28 is going to scan with start nonce=dfffffe4, end_ nonce=e0123edd [2015-02-17 09:14:32] Thread 16 is going to scan with start nonce=7ffffff0, end_ nonce=8011aded [2015-02-17 09:14:32] Thread 11 is going to scan with start nonce=57fffff5, end_ nonce=581185c2 [2015-02-17 09:14:32] Thread 26 is going to scan with start nonce=cfffffe6, end_ nonce=d01185b3 [2015-02-17 09:14:32] Thread 31 is going to scan with start nonce=f7ffffe1, end_ nonce=f811848d [2015-02-17 09:14:32] Thread 27 is going to scan with start nonce=d7ffffe5, end_ nonce=d81159c0 [2015-02-17 09:14:32] Thread 14 is going to scan with start nonce=6ffffff2, end_ nonce=70119e29 [2015-02-17 09:14:32] Thread 25 is going to scan with start nonce=c7ffffe7, end_ nonce=c811bdab [2015-02-17 09:14:32] Thread 0 is going to scan with start nonce=00000000, end_n once=0011892e [2015-02-17 09:14:32] Thread 8 is going to scan with start nonce=3ffffff8, end_n once=401177df [2015-02-17 09:14:32] Thread 22 is going to scan with start nonce=afffffea, end_ nonce=b0114f41 [2015-02-17 09:14:32] Thread 21 is going to scan with start nonce=a7ffffeb, end_ nonce=a8118257 [2015-02-17 09:14:32] Thread 17 is going to scan with start nonce=87ffffef, end_ nonce=8811a6c9 [2015-02-17 09:14:32] Thread 5 is going to scan with start nonce=27fffffb, end_n once=28118086 [2015-02-17 09:14:32] Thread 7 is going to scan with start nonce=37fffff9, end_n once=38118024 [2015-02-17 09:14:32] Thread 20 is going to scan with start nonce=9fffffec, end_ nonce=a0118378 [2015-02-17 09:14:32] Thread 19 is going to scan with start nonce=97ffffed, end_ nonce=98118f1e [2015-02-17 09:14:32] Thread 30 is going to scan with start nonce=efffffe2, end_ nonce=f01161ee [2015-02-17 09:14:32] Thread 29 is going to scan with start nonce=e7ffffe3, end_ nonce=e8117d6d [2015-02-17 09:14:32] Thread 12 is going to scan with start nonce=5ffffff4, end_ nonce=60114fab [2015-02-17 09:14:32] Thread 24 is going to scan with start nonce=bfffffe8, end_ nonce=c011939b [2015-02-17 09:14:32] Thread 15 is going to scan with start nonce=77fffff1, end_ nonce=78114e27 [2015-02-17 09:14:32] Thread 3 is going to scan with start nonce=17fffffd, end_n once=18118028 [2015-02-17 09:14:32] Thread 4 is going to scan with start nonce=1ffffffc, end_n once=2011a676 [2015-02-17 09:14:32] Thread 18 is going to scan with start nonce=8fffffee, end_ nonce=90110fcb [2015-02-17 09:14:32] Thread 6 is going to scan with start nonce=2ffffffa, end_n once=30114e30 [2015-02-17 09:14:32] Thread 23 is going to scan with start nonce=b7ffffe9, end_ nonce=b8118b58 [2015-02-17 09:14:32] accepted: 11/11 (100.00%), 611900.33 h/s at diff 102261126 (yay!!!) It is started mining? 1.19 mh/s is good for 32v cpu machine?
|
|
|
|
|