Bitcoin Forum
June 24, 2024, 10:11:25 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Pools (Altcoins) / Re: [XMR] Monero Mining on: June 30, 2014, 03:53:50 PM
http://www.moneropool.net updated to latest pool version. Minimum payout threshold of 0.1XMR.
Possible to add custom ports on demand. PM me if need.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR] Boolberry [ANONYMOUS | CRYPTONOTE | ADDR ALIASES | NO IPO/PREMINE] on: June 29, 2014, 09:29:18 PM
Hi guys

Am new here  keep getting this message try to mine

2014-Jun-29 22:37:37.523185 Connecting bbr.farm:5555....
2014-Jun-29 22:37:38.550243 Connected bbr.farm:5555 OK
2014-Jun-29 22:37:40.311344 Getting scratchpad...
2014-Jun-29 22:39:48.388670 Failed to invoke http request to  /json_rpc
2014-Jun-29 22:39:48.391670 Failed to get scratchpad.  Disconnecting and retrying...
2014-Jun-29 22:39:48.394670 Connecting bbr.farm:5555....
2014-Jun-29 22:39:49.415728 Connected bbr.farm:5555 OK
2014-Jun-29 22:39:50.826809 Getting scratchpad...


Any ideas?

Try here http://bbr.moneropool.net:5555 to mine
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - Secure, private, untraceable cryptocurrency [CPU/GPU(NVIDIA+AMD)] on: June 28, 2014, 05:52:44 PM
New pool, http://www.moneropool.net
Strong real dedicated server (not Amazon instance or so), 2% fee, no downtime, DDOS protected
Location? Payout treshold? admin's IRC nickname?

Server is located in Czech Republic, EU (100 mbps for now, upgradeable to much more, Tier1 Premium BW). Payout treshold is 0.1. You can reach me on same IRC nickname as on forum.
Latest pool software, latest daemon.

Actually, fee is 1.9% + 0.1% for developers.
Updated. And since you are donating, I put you on top of the list (other can do the same, of course). I suppose the 0.1% is for 45Jmf8PnJKziGyrLouJMeBFw2yVyX1QB52sKEQ4S1VSU2NVsaVGPNu4bWKkaHaeZ6tWCepP6iceZk8X hTLzDaEVa72QrtVh, right?

Not sure, I think it is hardcored in pool script and that script transfer that automatically to pool developers.
And as soon we achive better hashrate, we will donate to Monero developers as well.
4  Alternate cryptocurrencies / Pools (Altcoins) / Re: [XMR] Monero Mining on: June 28, 2014, 01:46:19 PM
New pool, http://www.moneropool.net
Spread your hashrate
Strong real dedicated server, 2% fee, no downtime, DDOS protected, payout treshold 0.1
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - Secure, private, untraceable cryptocurrency [CPU/GPU(NVIDIA+AMD)] on: June 28, 2014, 12:53:17 PM
New pool, http://www.moneropool.net
Strong real dedicated server (not Amazon instance or so), 2% fee, no downtime, DDOS protected
Location? Payout treshold? admin's IRC nickname?

Server is located in Czech Republic, EU (100 mbps for now, upgradeable to much more, Tier1 Premium BW). Payout treshold is 0.1. You can reach me on same IRC nickname as on forum.
Latest pool software, latest daemon.

Actually, fee is 1.9% + 0.1% for developers.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - Secure, private, untraceable cryptocurrency [CPU/GPU(NVIDIA+AMD)] on: June 28, 2014, 08:28:15 AM
New pool, http://www.moneropool.net
Strong real dedicated server (not Amazon instance or so), 2% fee, no downtime, DDOS protected
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR] Boolberry [ANONYMOUS | CRYPTONOTE | ADDR ALIASES | NO IPO/PREMINE] on: June 24, 2014, 09:46:28 PM
otila, will this fix a bug?
boolberry\CMakeLists.txt:
Code:
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
if(MINGW)
  set(Boost_LIBRARIES "${Boost_LIBRARIES};ws2_32;mswsock")
elseif(NOT MSVC)
if(NOT APPLE)
  set(Boost_LIBRARIES "${Boost_LIBRARIES};rt;pthread")
endif()
endif()

Yes.  I have also

Code:
set(Boost_USE_STATIC_LIBS OFF)

because only Windows people like to link statically.  Kiss

Still no luck, not able to build it Sad

Any other solution?
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR] Boolberry [ANONYMOUS | CRYPTONOTE | ADDR ALIASES | NO IPO/PREMINE] on: June 24, 2014, 04:51:04 PM
Does anybody know how to solve this error:
Linking CXX executable simpleminer
/usr/bin/../libexec/gcc/x86_64-redhat-linux/4.8.2/ld: /usr/local/lib/libboost_thread.a(thread.o): undefined reference to symbol 'pthread_getspecific@@GLIBC_2.2.5'
/usr/bin/../libexec/gcc/x86_64-redhat-linux/4.8.2/ld: note: 'pthread_getspecific@@GLIBC_2.2.5' is defined in DSO /lib64/libpthread.so.0 so try adding it to the linker command line

So did you try adding it to the linker command line?

I reported this bug a couple of months ago..  Undecided
Add -lpthread after ${Boost_LIBRARIES} in src/CMakeLists.txt (and tests/CMakeLists.txt if wanted)

No help, now getting pages and pages of warnings and errors like this:
begin_catch'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x4e2): undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x4ff): undefined reference to `__cxa_rethrow'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x50c): undefined reference to `__cxa_begin_catch'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x528): undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x543): undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x553): undefined reference to `__cxa_begin_catch'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x573): undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x57d): undefined reference to `__cxa_begin_catch'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x59d): undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x5a4): undefined reference to `__cxa_rethrow'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x5b1): undefined reference to `__cxa_rethrow'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x5b9): undefined reference to `__cxa_end_catch'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x5d3): undefined reference to `__cxa_end_catch'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x5db): undefined reference to `__cxa_begin_catch'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x60b): undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x625): undefined reference to `operator delete(void*)'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x62a): undefined reference to `__cxa_rethrow'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x637): undefined reference to `__cxa_begin_catch'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x64f): undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x66b): undefined reference to `__cxa_end_catch'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x678): undefined reference to `__cxa_end_catch'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x685): undefined reference to `__cxa_rethrow'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x68a): undefined reference to `__cxa_rethrow'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x692): undefined reference to `__cxa_end_catch'
positional_options.cpp:(.text._ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSs S1_EEmRKSs[_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs]+0x69f): undefined reference to `__cxa_end_catch'
/usr/local/lib/libboost_program_options.a(positional_options.o)Sad.eh_frame+0x67): undefined reference to `__gxx_personality_v0'
/usr/local/lib/libboost_program_options.a(utf8_codecvt_facet.o)Sad.rodata._ZTIN5boost15program_options6detail18utf8_codecvt_facetE[_ZTIN5boost15program_options6detail18utf8_codecvt_facetE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/local/lib/libboost_program_options.a(utf8_codecvt_facet.o)Sad.rodata._ZTIN5boost15program_options6detail18utf8_codecvt_facetE[_ZTIN5boost15program_options6detail18utf8_codecvt_facetE]+0x10): undefined reference to `typeinfo for std::codecvt<wchar_t, char, __mbstate_t>'
/usr/local/lib/libboost_program_options.a(utf8_codecvt_facet.o)Sad.rodata._ZTVN5boost15program_options6detail18utf8_codecvt_facetE[_ZTVN5boost15program_options6detail18utf8_codecvt_facetE]+0x48): undefined reference to `std::codecvt<wchar_t, char, __mbstate_t>::do_length(__mbstate_t&, char const*, char const*, unsigned long) const'
collect2: error: ld returned 1 exit status
make[3]: *** [src/simplewallet] Error 1
make[2]: *** [src/CMakeFiles/simplewallet.dir/all] Error 2
make[1]: *** [src/CMakeFiles/simplewallet.dir/rule] Error 2
make: *** [simplewallet] Error 2
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR] Boolberry [ANONYMOUS | CRYPTONOTE | ADDR ALIASES | NO IPO/PREMINE] on: June 24, 2014, 04:30:32 PM
Does anybody know how to solve this error:
Linking CXX executable simpleminer
/usr/bin/../libexec/gcc/x86_64-redhat-linux/4.8.2/ld: /usr/local/lib/libboost_thread.a(thread.o): undefined reference to symbol 'pthread_getspecific@@GLIBC_2.2.5'
/usr/bin/../libexec/gcc/x86_64-redhat-linux/4.8.2/ld: note: 'pthread_getspecific@@GLIBC_2.2.5' is defined in DSO /lib64/libpthread.so.0 so try adding it to the linker command line
/lib64/libpthread.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[3]: *** [src/simpleminer] Error 1
make[2]: *** [src/CMakeFiles/simpleminer.dir/all] Error 2
make[1]: *** [src/CMakeFiles/simpleminer.dir/rule] Error 2
make: *** [simpleminer] Error 2


OS Centos 5.10 (64bit)
GCC 4.8.2
CMaker 2.8.8
Boost 1.55
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR] Boolberry [ANONYMOUS | CRYPTONOTE | ADDR ALIASES | NO IPO/PREMINE] on: June 22, 2014, 09:37:21 PM
Is possible to compile boolberry (or at least only simpleminer) on centos 5.8 (64bit)?
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR] Boolberry [ANONYMOUS | CRYPTONOTE | ADDR ALIASES | NO IPO/PREMINE] on: June 22, 2014, 12:28:26 PM
Is it possible that the newest source on github isn't buildable?
I'm not really good with c++ so if someone can helb me or point me to a git revison which is buildable?

Here is the compile error:
Code:
/tmp/ccx64VY3.ltrans7.ltrans.o: In function `handle_request_stat(boost::program_options::variables_map&, unsigned long)':
ccx64VY3.ltrans7.o:(.text+0x203f): undefined reference to `cn_fast_hash'
ccx64VY3.ltrans7.o:(.text+0x2079): undefined reference to `crypto::crypto_ops::generate_signature(crypto::hash const&, crypto::public_key const&, crypto::secret_key const&, crypto::signature&)'
ccx64VY3.ltrans7.o:(.text+0x23f1): undefined reference to `cn_fast_hash'
ccx64VY3.ltrans7.o:(.text+0x246b): undefined reference to `crypto::crypto_ops::generate_signature(crypto::hash const&, crypto::public_key const&, crypto::secret_key const&, crypto::signature&)'
/tmp/ccx64VY3.ltrans24.ltrans.o: In function `get_private_key(crypto::secret_key&, boost::program_options::variables_map&)':
ccx64VY3.ltrans24.o:(.text+0xc2): undefined reference to `crypto::crypto_ops::secret_key_to_public_key(crypto::secret_key const&, crypto::public_key&)'
/tmp/ccx64VY3.ltrans24.ltrans.o: In function `handle_update_maintainers_info(boost::program_options::variables_map&)':
ccx64VY3.ltrans24.o:(.text+0x139f): undefined reference to `currency::get_blob_hash(std::string const&)'
ccx64VY3.ltrans24.o:(.text+0x13c0): undefined reference to `crypto::crypto_ops::generate_signature(crypto::hash const&, crypto::public_key const&, crypto::secret_key const&, crypto::signature&)'
/tmp/ccx64VY3.ltrans28.ltrans.o: In function `generate_and_print_keys()':
ccx64VY3.ltrans28.o:(.text+0x6c5): undefined reference to `crypto::crypto_ops::generate_keys(crypto::public_key&, crypto::secret_key&)'
/tmp/ccx64VY3.ltrans28.ltrans.o: In function `main':
ccx64VY3.ltrans28.o:(.text.startup+0x1a4): undefined reference to `command_line::arg_help'
ccx64VY3.ltrans28.o:(.text.startup+0x490): undefined reference to `command_line::arg_help'
collect2: error: ld returned 1 exit status
make[3]: *** [src/connectivity_tool] Fehler 1

Thanks in advance for any help.
This is strange. It seems that connectivity tool target can't see crypto and common libs. or dependencies is broken, can't reproduse this issue on my linux, is anoyone have else have this problem ?I could ssh to server with this issue and try to fix.



Sent you PM
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!