Bitcoin Forum
May 05, 2024, 05:23:26 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Archival / Re: GET YOUR PYRAMINING LINKS HERE (earn 10% on your BTC) on: September 19, 2012, 07:34:38 AM
Have fun!

http://pyramining.com/referral/876d4xzbg   
http://pyramining.com/referral/shecagpbz   
http://pyramining.com/referral/edgbxfy32   
http://pyramining.com/referral/xs2hzd7qn   
http://pyramining.com/referral/prxsdnbta
2  Bitcoin / Mining software (miners) / Re: RPC Miners (CPU/4way/CUDA/OpenCL) on: April 05, 2011, 04:01:40 AM
Quote
I keep getting this error when trying to compile, any ideas?

Compiling the remote miner server is giving you some troubles.  Which parts do you really need?  If you're compiling only RPC miners, just turn on the relevant portions and leave the rest off.  (CMakeLists.txt)

That gives me :
Code:
[  7%] Building CXX object cmake-rpcminer/CMakeFiles/rpcminer.dir/__/src/rpcminer/rpcminerclient.cpp.o
In file included from /home/tehrainbowguy/bit/src/rpcminer/rpcminerclient.cpp:22:0:
/home/tehrainbowguy/bit/src/rpcminer/hex.h:34:8: warning: extra tokens at end of #endif directive [enabled by default]
In file included from /home/tehrainbowguy/bit/src/rpcminer/../minercommon/minerheaders.h:58:0,
                 from /home/tehrainbowguy/bit/src/rpcminer/rpcminerclient.h:26,
                 from /home/tehrainbowguy/bit/src/rpcminer/rpcminerclient.cpp:19:
/home/tehrainbowguy/bit/src/rpcminer/../minercommon/../serialize.h: In function 'unsigned int GetSerializeSize(const boost::tuples::tuple<T0, T1, T2>&, int, int)':
/home/tehrainbowguy/bit/src/rpcminer/../minercommon/../serialize.h:579:31: error: 'get' was not declared in this scope
/home/tehrainbowguy/bit/src/rpcminer/../minercommon/../serialize.h:579:31: note: suggested alternatives:
/usr/include/boost/tuple/detail/tuple_basic.hpp:211:68: note:   'boost::tuples::get'
/usr/include/boost/tuple/detail/tuple_basic.hpp:225:74: note:   'boost::tuples::get'
/home/tehrainbowguy/bit/src/rpcminer/../minercommon/../serialize.h: In function 'void Serialize(Stream&, const boost::tuples::tuple<T0, T1, T2>&, int, int)':
/home/tehrainbowguy/bit/src/rpcminer/../minercommon/../serialize.h:588:19: error: 'get' was not declared in this scope
/home/tehrainbowguy/bit/src/rpcminer/../minercommon/../serialize.h:588:19: note: suggested alternatives:
/usr/include/boost/tuple/detail/tuple_basic.hpp:211:68: note:   'boost::tuples::get'
/usr/include/boost/tuple/detail/tuple_basic.hpp:225:74: note:   'boost::tuples::get'
/home/tehrainbowguy/bit/src/rpcminer/../minercommon/../serialize.h: In function 'void Unserialize(Stream&, boost::tuples::tuple<T0, T1, T2>&, int, int)':
/home/tehrainbowguy/bit/src/rpcminer/../minercommon/../serialize.h:596:21: error: 'get' was not declared in this scope
/home/tehrainbowguy/bit/src/rpcminer/../minercommon/../serialize.h:596:21: note: suggested alternatives:
/usr/include/boost/tuple/detail/tuple_basic.hpp:211:68: note:   'boost::tuples::get'
/usr/include/boost/tuple/detail/tuple_basic.hpp:225:74: note:   'boost::tuples::get'
/home/tehrainbowguy/bit/src/rpcminer/../minercommon/../serialize.h: In function 'unsigned int GetSerializeSize(const boost::tuples::tuple<T0, T1, T2, T3>&, int, int)':
/home/tehrainbowguy/bit/src/rpcminer/../minercommon/../serialize.h:610:31: error: 'get' was not declared in this scope
/home/tehrainbowguy/bit/src/rpcminer/../minercommon/../serialize.h:610:31: note: suggested alternatives:
/usr/include/boost/tuple/detail/tuple_basic.hpp:211:68: note:   'boost::tuples::get'
/usr/include/boost/tuple/detail/tuple_basic.hpp:225:74: note:   'boost::tuples::get'
/home/tehrainbowguy/bit/src/rpcminer/../minercommon/../serialize.h: In function 'void Serialize(Stream&, const boost::tuples::tuple<T0, T1, T2, T3>&, int, int)':
/home/tehrainbowguy/bit/src/rpcminer/../minercommon/../serialize.h:620:19: error: 'get' was not declared in this scope
/home/tehrainbowguy/bit/src/rpcminer/../minercommon/../serialize.h:620:19: note: suggested alternatives:
/usr/include/boost/tuple/detail/tuple_basic.hpp:211:68: note:   'boost::tuples::get'
/usr/include/boost/tuple/detail/tuple_basic.hpp:225:74: note:   'boost::tuples::get'
/home/tehrainbowguy/bit/src/rpcminer/../minercommon/../serialize.h: In function 'void Unserialize(Stream&, boost::tuples::tuple<T0, T1, T2, T3>&, int, int)':
/home/tehrainbowguy/bit/src/rpcminer/../minercommon/../serialize.h:629:21: error: 'get' was not declared in this scope
/home/tehrainbowguy/bit/src/rpcminer/../minercommon/../serialize.h:629:21: note: suggested alternatives:
/usr/include/boost/tuple/detail/tuple_basic.hpp:211:68: note:   'boost::tuples::get'
/usr/include/boost/tuple/detail/tuple_basic.hpp:225:74: note:   'boost::tuples::get'
make[2]: *** [cmake-rpcminer/CMakeFiles/rpcminer.dir/__/src/rpcminer/rpcminerclient.cpp.o] Error 1
make[1]: *** [cmake-rpcminer/CMakeFiles/rpcminer.dir/all] Error 2
make: *** [all] Error 2

##EDIT##

Ignore the above, adding
Code:
using namespace boost;
to serialize.h seems to fix it.

Thanks urizane
3  Other / CPU/GPU Bitcoin mining hardware / Re: New pure-python CPU miner, for fun and testing on: April 04, 2011, 09:16:01 PM
Thanks!  Smiley
4  Other / CPU/GPU Bitcoin mining hardware / Re: New pure-python CPU miner, for fun and testing on: April 04, 2011, 08:40:58 PM
I am loving the idea of this miner, much simpler than all of the others.

Just one question, any chance of a git repo?
5  Economy / Marketplace / Re: [PROMOTION] Get 5 BTC and 5 USD for joining Bitcoin2Cash! on: April 04, 2011, 07:42:54 PM
807274

Paypal as a deposit/withdrawal method perhaps?
6  Bitcoin / Mining software (miners) / Re: RPC Miners (CPU/4way/CUDA/OpenCL) on: April 04, 2011, 06:56:56 PM
I keep getting this error when trying to compile, any ideas?
Code:
Scanning dependencies of target bitcoind
[  2%] Building CXX object cmake-bitcoind/CMakeFiles/bitcoind.dir/__/src/db.cpp.o
[  4%] Building CXX object cmake-bitcoind/CMakeFiles/bitcoind.dir/__/src/init.cpp.o
[  7%] Building CXX object cmake-bitcoind/CMakeFiles/bitcoind.dir/__/src/irc.cpp.o
[  9%] Building CXX object cmake-bitcoind/CMakeFiles/bitcoind.dir/__/src/main.cpp.o
[ 12%] Building CXX object cmake-bitcoind/CMakeFiles/bitcoind.dir/__/src/net.cpp.o
[ 14%] Building CXX object cmake-bitcoind/CMakeFiles/bitcoind.dir/__/src/rpc.cpp.o
[ 17%] Building CXX object cmake-bitcoind/CMakeFiles/bitcoind.dir/__/src/script.cpp.o
[ 19%] Building CXX object cmake-bitcoind/CMakeFiles/bitcoind.dir/__/src/sha256.cpp.o
[ 21%] Building CXX object cmake-bitcoind/CMakeFiles/bitcoind.dir/__/src/util.cpp.o
[ 24%] Building CXX object cmake-bitcoind/CMakeFiles/bitcoind.dir/__/src/cryptopp/cpu.cpp.o
[ 26%] Building CXX object cmake-bitcoind/CMakeFiles/bitcoind.dir/__/src/cryptopp/sha.cpp.o
[ 29%] Building CXX object cmake-bitcoind/CMakeFiles/bitcoind.dir/__/src/gpucommon/gpucommon.cpp.o
[ 31%] Building CXX object cmake-bitcoind/CMakeFiles/bitcoind.dir/__/src/json/json_spirit_reader.cpp.o
[ 34%] Building CXX object cmake-bitcoind/CMakeFiles/bitcoind.dir/__/src/json/json_spirit_value.cpp.o
[ 36%] Building CXX object cmake-bitcoind/CMakeFiles/bitcoind.dir/__/src/json/json_spirit_writer.cpp.o
[ 39%] Building C object cmake-bitcoind/CMakeFiles/bitcoind.dir/__/src/minercommon/base64.c.o
[ 41%] Building CXX object cmake-bitcoind/CMakeFiles/bitcoind.dir/__/src/remote/remoteminer.cpp.o
/home/tehrainbowguy/bit/src/remote/remoteminer.cpp: In member function 'const unsigned int BitcoinMinerRemoteServer::GetReceiveRate(int)':
/home/tehrainbowguy/bit/src/remote/remoteminer.cpp:751:27: error: no match for 'operator=' in 'i = ((BitcoinMinerRemoteServer*)this)->BitcoinMinerRemoteServer::m_receiverate.std::map<_Key, _Tp, _Compare, _Alloc>::erase [with _Key = long int, _Tp = unsigned int, _Compare = std::less<long int>, _Alloc = std::allocator<std::pair<const long int, unsigned int> >, std::map<_Key, _Tp, _Compare, _Alloc>::iterator = std::_Rb_tree_iterator<std::pair<const long int, unsigned int> >](i)'
/home/tehrainbowguy/bit/src/remote/remoteminer.cpp:751:27: note: candidate is:
/usr/lib/gcc/i686-pc-linux-gnu/4.6.0/../../../../include/c++/4.6.0/bits/stl_tree.h:156:12: note: std::_Rb_tree_iterator<std::pair<const long int, unsigned int> >& std::_Rb_tree_iterator<std::pair<const long int, unsigned int> >::operator=(const std::_Rb_tree_iterator<std::pair<const long int, unsigned int> >&)
/usr/lib/gcc/i686-pc-linux-gnu/4.6.0/../../../../include/c++/4.6.0/bits/stl_tree.h:156:12: note:   no known conversion for argument 1 from 'void' to 'const std::_Rb_tree_iterator<std::pair<const long int, unsigned int> >&'
/home/tehrainbowguy/bit/src/remote/remoteminer.cpp: In member function 'const unsigned int BitcoinMinerRemoteServer::GetSendRate(int)':
/home/tehrainbowguy/bit/src/remote/remoteminer.cpp:770:24: error: no match for 'operator=' in 'i = ((BitcoinMinerRemoteServer*)this)->BitcoinMinerRemoteServer::m_sendrate.std::map<_Key, _Tp, _Compare, _Alloc>::erase [with _Key = long int, _Tp = unsigned int, _Compare = std::less<long int>, _Alloc = std::allocator<std::pair<const long int, unsigned int> >, std::map<_Key, _Tp, _Compare, _Alloc>::iterator = std::_Rb_tree_iterator<std::pair<const long int, unsigned int> >](i)'
/home/tehrainbowguy/bit/src/remote/remoteminer.cpp:770:24: note: candidate is:
/usr/lib/gcc/i686-pc-linux-gnu/4.6.0/../../../../include/c++/4.6.0/bits/stl_tree.h:156:12: note: std::_Rb_tree_iterator<std::pair<const long int, unsigned int> >& std::_Rb_tree_iterator<std::pair<const long int, unsigned int> >::operator=(const std::_Rb_tree_iterator<std::pair<const long int, unsigned int> >&)
/usr/lib/gcc/i686-pc-linux-gnu/4.6.0/../../../../include/c++/4.6.0/bits/stl_tree.h:156:12: note:   no known conversion for argument 1 from 'void' to 'const std::_Rb_tree_iterator<std::pair<const long int, unsigned int> >&'
make[2]: *** [cmake-bitcoind/CMakeFiles/bitcoind.dir/__/src/remote/remoteminer.cpp.o] Error 1
make[1]: *** [cmake-bitcoind/CMakeFiles/bitcoind.dir/all] Error 2
make: *** [all] Error 2
7  Economy / Marketplace / Re: Paypal? on: February 22, 2011, 12:05:12 PM
Ah... Thats sucky...  Undecided
8  Economy / Marketplace / Paypal? [CLOSED] on: February 22, 2011, 11:41:13 AM
Hi I'm new to bitcoin and Is there anyone willing to exchange bitcoins for cash via paypal?
I tryed coinpal but it requires a verified account which I do not have  Undecided

Nevermind..
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!