Bitcoin Forum
May 11, 2024, 12:47:26 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 »
341  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CommunityCoin (COMM) Fair & FREE Distribution | Pure PoS | Join Community on: April 14, 2014, 10:53:19 AM
I've been advised to publicly share my experience with the community to prevent others from going through a similar experience.

Last night I agreed to purchase 1 million COMM for 0.2 BTC from 'SANBASHIYI'.  Having read very positive reviews from senior members who'd done business with SANBASHIYI I made the mistake of not using an escrow service.  Everything went smoothly and SANBASHIYI even acknowledged receiving the funds.  His last reply was "OK WAIT A MINUTE"...then he was gone.

Transaction:
https://blockchain.info/address/1L2GCsKRfzevQYAdXPJm9poaUERdZsSwQd

The unfortunate reality is that people are willing to sell their reputations and good name for what in the big picture is an insignificant amount.  

To minimize this loss I've asked Community Coin's developer if he would consider sending me SANBAYISHI's second round coins.  Either way I've come away from this experience appreciating the culture of Community Coin so much more.

It's experiences like this which make us 1000X stronger and wiser.  

wow sad to see that. that is worth 2M comms right? Hope the community can donate some to you.
342  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CommunityCoin (COMM) Fair & FREE Distribution | Pure PoS | Join Community on: April 14, 2014, 10:50:04 AM
do we have a multipool for comm or not yet?
343  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: April 14, 2014, 10:00:37 AM
hope we can go to the promised moon this week  Tongue
344  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: April 14, 2014, 09:56:37 AM
should I put in $200 in nmc again?  Cool
345  Bitcoin / Development & Technical Discussion / Re: Building headless Bitcoin and Bitcoin-qt on Windows on: April 14, 2014, 07:55:36 AM
Code:
c:\Wellcoin>make -f makefile.release
g++ -c -pipe -D_FORTIFY_SOURCE=2 -O2 -frtti -fexceptions -mthreads -fdiagnostics
-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wst
ack-protector -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAF
E -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DWIN32 -D_MT -DQT_THREAD_SUPPORT -DQT_D
LL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_
HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_NEEDS_QMAIN -I"..\
Qt\4.8.5\include\QtCore" -I"..\Qt\4.8.5\include\QtNetwork" -I"..\Qt\4.8.5\includ
e\QtGui" -I"..\Qt\4.8.5\include" -I"src" -I"src\json" -I"src\qt" -I"..\deps\boos
t_1_55_0" -I"..\deps\boost_1_55_0\stage\lib" -I"..\openssl-1.0.1e\include" -I"..
\openssl-1.0.1e" -I"..\deps\miniupnpc" -I"..\deps\boost_1_55_0\stage\lib" -I"..\
deps\db-4.8.30.NC\build_unix" -I"src\leveldb\include" -I"src\leveldb\helpers" -I
"..\Qt\4.8.5\include\ActiveQt" -I"build" -I"build" -I"..\Qt\4.8.5\mkspecs\win32-
g++" -o build\bitcoin.o src\qt\bitcoin.cpp
In file included from src/schnorr.h:11:0,
                 from src/hash.h:17,
                 from src/net.h:22,
                 from src/main.h:10,
                 from src/wallet.h:13,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
src/cryptopp/osrng.h:43:0: warning: ignoring #pragma comment  [-Wunknown-pragmas
]
 #pragma comment(lib, "advapi32.lib")
 ^
In file included from ..\deps\boost_1_55_0/boost/bind/bind.hpp:29:0,
                 from ..\deps\boost_1_55_0/boost/bind.hpp:22,
                 from ..\deps\boost_1_55_0/boost/thread/detail/thread.hpp:29,
                 from ..\deps\boost_1_55_0/boost/thread/thread_only.hpp:22,
                 from ..\deps\boost_1_55_0/boost/thread/thread.hpp:12,
                 from ..\deps\boost_1_55_0/boost/thread.hpp:13,
                 from src/util.h:26,
                 from src/bignum.h:12,
                 from src/main.h:8,
                 from src/wallet.h:13,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
..\deps\boost_1_55_0/boost/bind/arg.hpp: In constructor 'boost::arg<I>::arg(cons
t T&)':
..\deps\boost_1_55_0/boost/bind/arg.hpp:37:22: warning: typedef 'T_must_be_place
holder' locally defined but not used [-Wunused-local-typedefs]
         typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -
1 ];
                      ^
In file included from ..\deps\boost_1_55_0/boost/tuple/tuple.hpp:33:0,
                 from ..\deps\boost_1_55_0/boost/thread/detail/async_func.hpp:37
,
                 from ..\deps\boost_1_55_0/boost/thread/future.hpp:22,
                 from ..\deps\boost_1_55_0/boost/thread.hpp:24,
                 from src/util.h:26,
                 from src/bignum.h:12,
                 from src/main.h:8,
                 from src/wallet.h:13,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
..\deps\boost_1_55_0/boost/tuple/detail/tuple_basic.hpp: In function 'typename b
oost::tuples::access_traits<typename boost::tuples::element<N, boost::tuples::co
ns<HT, TT> >::type>::const_type boost::tuples::get(const boost::tuples::cons<HT,
 TT>&)':
..\deps\boost_1_55_0/boost/tuple/detail/tuple_basic.hpp:228:45: warning: typedef
 'cons_element' locally defined but not used [-Wunused-local-typedefs]
   typedef BOOST_DEDUCED_TYPENAME impl::type cons_element;
                                             ^
In file included from src/cryptopp/pubkey.h:35:0,
                 from src/cryptopp/eccrypto.h:7,
                 from src/schnorr.h:12,
                 from src/hash.h:17,
                 from src/net.h:22,
                 from src/main.h:10,
                 from src/wallet.h:13,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
src/cryptopp/modarith.h: In copy constructor 'CryptoPP::ModularArithmetic::Modul
arArithmetic(const CryptoPP::ModularArithmetic&)':
src/cryptopp/modarith.h:29:2: warning: base class 'class CryptoPP::AbstractRing<
CryptoPP::Integer>' should be explicitly initialized in the copy constructor [-W
extra]
  ModularArithmetic(const ModularArithmetic &ma)
  ^
In file included from src/wallet.h:13:0,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
src/main.h: At global scope:
src/main.h:1271:25: warning: non-static data member initializers only available
with -std=c++11 or -std=gnu++11 [enabled by default]
     int CURRENT_VERSION=112;
                         ^
In file included from src/walletdb.h:9:0,
                 from src/wallet.h:19,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
src/base58.h: In member function 'bool CBitcoinAddress::IsValid() const':
src/base58.h:315:13: error: duplicate case value
             case SCRIPT_ADDRESS_TEST:
             ^
src/base58.h:302:13: error: previously used here
             case PUBKEY_ADDRESS:
             ^
src/base58.h: In member function 'CTxDestination CBitcoinAddress::Get() const':
src/base58.h:356:9: error: duplicate case value
         case SCRIPT_ADDRESS_TEST: {
         ^
src/base58.h:349:9: error: previously used here
         case PUBKEY_ADDRESS:
         ^
In file included from ..\deps\boost_1_55_0/boost/thread/shared_mutex.hpp:18:0,
                 from ..\deps\boost_1_55_0/boost/thread/detail/thread_group.hpp:
9,
                 from ..\deps\boost_1_55_0/boost/thread/thread.hpp:13,
                 from ..\deps\boost_1_55_0/boost/thread.hpp:13,
                 from src/util.h:26,
                 from src/bignum.h:12,
                 from src/main.h:8,
                 from src/wallet.h:13,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp: In instantiation of 'T
 boost::shared_mutex::interlocked_compare_exchange(T*, T, T) [with T = boost::sh
ared_mutex::state_data]':
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:124:103:   required fro
m here
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:52:99: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
                                                               *reinterpret_cast
<long*>(&comparand));

                   ^
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:52:99: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             return *reinterpret_cast<T const*>(&res);
                                                    ^
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
In file included from src/cryptopp/simple.h:10:0,
                 from src/cryptopp/filters.h:6,
                 from src/cryptopp/randpool.h:5,
                 from src/cryptopp/osrng.h:10,
                 from src/schnorr.h:11,
                 from src/hash.h:17,
                 from src/net.h:22,
                 from src/main.h:10,
                 from src/wallet.h:13,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
src/cryptopp/algparam.h: In instantiation of 'CryptoPP::ConstByteArrayParameter:
:ConstByteArrayParameter(const T&, bool) [with T = std::basic_string<char>]':
src/cryptopp/filters.h:793:132:   required from here
src/cryptopp/misc.h:61:118: warning: unused variable 'cryptopp_assert_26' [-Wunu
sed-variable]
 #define CRYPTOPP_COMPILE_ASSERT_INSTANCE(assertion, instance) static CompileAss
ert<(assertion)> CRYPTOPP_ASSERT_JOIN(cryptopp_assert_, instance)

                                      ^
src/cryptopp/misc.h:64:39: note: in definition of macro 'CRYPTOPP_DO_ASSERT_JOIN
'
 #define CRYPTOPP_DO_ASSERT_JOIN(X, Y) X##Y
                                       ^
src/cryptopp/misc.h:61:97: note: in expansion of macro 'CRYPTOPP_ASSERT_JOIN'
 #define CRYPTOPP_COMPILE_ASSERT_INSTANCE(assertion, instance) static CompileAss
ert<(assertion)> CRYPTOPP_ASSERT_JOIN(cryptopp_assert_, instance)

                 ^
src/cryptopp/misc.h:57:44: note: in expansion of macro 'CRYPTOPP_COMPILE_ASSERT_
INSTANCE'
 #define CRYPTOPP_COMPILE_ASSERT(assertion) CRYPTOPP_COMPILE_ASSERT_INSTANCE(ass
ertion, __LINE__)
                                            ^
src/cryptopp/algparam.h:26:9: note: in expansion of macro 'CRYPTOPP_COMPILE_ASSE
RT'
         CRYPTOPP_COMPILE_ASSERT(sizeof(CPP_TYPENAME T::value_type) == 1);
         ^
In file included from src/cryptopp/filters.h:11:0,
                 from src/cryptopp/randpool.h:5,
                 from src/cryptopp/osrng.h:10,
                 from src/schnorr.h:11,
                 from src/hash.h:17,
                 from src/net.h:22,
                 from src/main.h:10,
                 from src/wallet.h:13,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
src/cryptopp/algparam.h: In instantiation of 'void CryptoPP::AlgorithmParameters
Template<T>::MoveInto(void*) const [with T = CryptoPP::RandomNumberGenerator*]':

src\qt\bitcoin.cpp:301:1:   required from here
src/cryptopp/algparam.h:322:35: warning: unused variable 'p' [-Wunused-variable]

   AlgorithmParametersTemplate<T>* p = new(buffer) AlgorithmParametersTemplate<T
>(*this);
                                   ^
In file included from src/cryptopp/simple.h:10:0,
                 from src/cryptopp/filters.h:6,
                 from src/cryptopp/randpool.h:5,
                 from src/cryptopp/osrng.h:10,
                 from src/schnorr.h:11,
                 from src/hash.h:17,
                 from src/net.h:22,
                 from src/main.h:10,
                 from src/wallet.h:13,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
src/cryptopp/misc.h: At global scope:
src/cryptopp/misc.h:551:20: warning: 'std::string CryptoPP::StringNarrow(const w
char_t*, bool)' defined but not used [-Wunused-function]
 static std::string StringNarrow(const wchar_t *str, bool throwOnError = true)
                    ^
makefile.release:860: recipe for target 'build/bitcoin.o' failed
mingw32-make: *** [build/bitcoin.o] Error 1
How I can solve the problem?

i think you have to go to root/src/cryptopp then make

then edit makefile.mingw or qmake to include cryptopp in libpaths.
Very thanks you
But another error is gone
please help me

Code:
c:\Wellcoin>make -f makefile.release
g++ -c -pipe -D_FORTIFY_SOURCE=2 -O2 -frtti -fexceptions -mthreads -fdiagnostics
-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wst
ack-protector -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAF
E -DUSE_IPV6=1 -DWIN32 -D_MT -DQT_THREAD_SUPPORT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT
_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE
_MMXEXT -DQT_HAVE_SSE2 -DQT_NEEDS_QMAIN -I"..\QT\4.8.5\include\QtCore" -I"..\QT\
4.8.5\include\QtNetwork" -I"..\QT\4.8.5\include\QtGui" -I"..\QT\4.8.5\include" -
I"src" -I"src\json" -I"src\qt" -I"src\cryptopp" -I"..\deps\boost_1_55_0" -I"c:\d
eps\boost_1_55_0\stage\lib" -I"..\openssl-1.0.1e\include" -I"..\openssl-1.0.1e"
-I"..\deps\miniupnpc" -I"miniupnpc" -I"c:\deps\boost_1_55_0\stage\lib" -I"..\dep
s\db-4.8.30.NC\build_unix" -I"mgw32-mt-sd-1_55_0" -I"src\leveldb\include" -I"src
\leveldb\helpers" -I"..\QT\4.8.5\include\ActiveQt" -I"build" -I"build" -I"..\QT\
4.8.5\mkspecs\win32-g++" -o build\bitcoin.o src\qt\bitcoin.cpp
In file included from src/schnorr.h:11:0,
                 from src/hash.h:17,
                 from src/net.h:22,
                 from src/main.h:10,
                 from src/wallet.h:13,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
src/cryptopp/osrng.h:43:0: warning: ignoring #pragma comment  [-Wunknown-pragmas
]
 #pragma comment(lib, "advapi32.lib")
 ^
In file included from ..\deps\boost_1_55_0/boost/bind/bind.hpp:29:0,
                 from ..\deps\boost_1_55_0/boost/bind.hpp:22,
                 from ..\deps\boost_1_55_0/boost/thread/detail/thread.hpp:29,
                 from ..\deps\boost_1_55_0/boost/thread/thread_only.hpp:22,
                 from ..\deps\boost_1_55_0/boost/thread/thread.hpp:12,
                 from ..\deps\boost_1_55_0/boost/thread.hpp:13,
                 from src/util.h:26,
                 from src/bignum.h:12,
                 from src/main.h:8,
                 from src/wallet.h:13,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
..\deps\boost_1_55_0/boost/bind/arg.hpp: In constructor 'boost::arg<I>::arg(cons
t T&)':
..\deps\boost_1_55_0/boost/bind/arg.hpp:37:22: warning: typedef 'T_must_be_place
holder' locally defined but not used [-Wunused-local-typedefs]
         typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -
1 ];
                      ^
In file included from ..\deps\boost_1_55_0/boost/tuple/tuple.hpp:33:0,
                 from ..\deps\boost_1_55_0/boost/thread/detail/async_func.hpp:37
,
                 from ..\deps\boost_1_55_0/boost/thread/future.hpp:22,
                 from ..\deps\boost_1_55_0/boost/thread.hpp:24,
                 from src/util.h:26,
                 from src/bignum.h:12,
                 from src/main.h:8,
                 from src/wallet.h:13,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
..\deps\boost_1_55_0/boost/tuple/detail/tuple_basic.hpp: In function 'typename b
oost::tuples::access_traits<typename boost::tuples::element<N, boost::tuples::co
ns<HT, TT> >::type>::const_type boost::tuples::get(const boost::tuples::cons<HT,
 TT>&)':
..\deps\boost_1_55_0/boost/tuple/detail/tuple_basic.hpp:228:45: warning: typedef
 'cons_element' locally defined but not used [-Wunused-local-typedefs]
   typedef BOOST_DEDUCED_TYPENAME impl::type cons_element;
                                             ^
In file included from src/cryptopp/pubkey.h:35:0,
                 from src/cryptopp/eccrypto.h:7,
                 from src/schnorr.h:12,
                 from src/hash.h:17,
                 from src/net.h:22,
                 from src/main.h:10,
                 from src/wallet.h:13,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
src/cryptopp/modarith.h: In copy constructor 'CryptoPP::ModularArithmetic::Modul
arArithmetic(const CryptoPP::ModularArithmetic&)':
src/cryptopp/modarith.h:29:2: warning: base class 'class CryptoPP::AbstractRing<
CryptoPP::Integer>' should be explicitly initialized in the copy constructor [-W
extra]
  ModularArithmetic(const ModularArithmetic &ma)
  ^
In file included from src/wallet.h:13:0,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
src/main.h: At global scope:
src/main.h:1271:25: warning: non-static data member initializers only available
with -std=c++11 or -std=gnu++11 [enabled by default]
     int CURRENT_VERSION=112;
                         ^
In file included from src/walletdb.h:9:0,
                 from src/wallet.h:19,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
src/base58.h: In member function 'bool CBitcoinAddress::IsValid() const':
src/base58.h:315:13: error: duplicate case value
             case SCRIPT_ADDRESS_TEST:
             ^
src/base58.h:302:13: error: previously used here
             case PUBKEY_ADDRESS:
             ^
src/base58.h: In member function 'CTxDestination CBitcoinAddress::Get() const':
src/base58.h:356:9: error: duplicate case value
         case SCRIPT_ADDRESS_TEST: {
         ^
src/base58.h:349:9: error: previously used here
         case PUBKEY_ADDRESS:
         ^
In file included from ..\deps\boost_1_55_0/boost/thread/shared_mutex.hpp:18:0,
                 from ..\deps\boost_1_55_0/boost/thread/detail/thread_group.hpp:
9,
                 from ..\deps\boost_1_55_0/boost/thread/thread.hpp:13,
                 from ..\deps\boost_1_55_0/boost/thread.hpp:13,
                 from src/util.h:26,
                 from src/bignum.h:12,
                 from src/main.h:8,
                 from src/wallet.h:13,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp: In instantiation of 'T
 boost::shared_mutex::interlocked_compare_exchange(T*, T, T) [with T = boost::sh
ared_mutex::state_data]':
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:125:103:   required fro
m here
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:53:99: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
                                                               *reinterpret_cast
<long*>(&comparand));

                   ^
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:53:99: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:54:52: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             return *reinterpret_cast<T const*>(&res);
                                                    ^
..\deps\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:54:52: warning: derefer
encing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
In file included from src/cryptopp/simple.h:10:0,
                 from src/cryptopp/filters.h:6,
                 from src/cryptopp/randpool.h:5,
                 from src/cryptopp/osrng.h:10,
                 from src/schnorr.h:11,
                 from src/hash.h:17,
                 from src/net.h:22,
                 from src/main.h:10,
                 from src/wallet.h:13,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
src/cryptopp/algparam.h: In instantiation of 'CryptoPP::ConstByteArrayParameter:
:ConstByteArrayParameter(const T&, bool) [with T = std::basic_string<char>]':
src/cryptopp/filters.h:793:132:   required from here
src/cryptopp/misc.h:61:118: warning: unused variable 'cryptopp_assert_26' [-Wunu
sed-variable]
 #define CRYPTOPP_COMPILE_ASSERT_INSTANCE(assertion, instance) static CompileAss
ert<(assertion)> CRYPTOPP_ASSERT_JOIN(cryptopp_assert_, instance)

                                      ^
src/cryptopp/misc.h:64:39: note: in definition of macro 'CRYPTOPP_DO_ASSERT_JOIN
'
 #define CRYPTOPP_DO_ASSERT_JOIN(X, Y) X##Y
                                       ^
src/cryptopp/misc.h:61:97: note: in expansion of macro 'CRYPTOPP_ASSERT_JOIN'
 #define CRYPTOPP_COMPILE_ASSERT_INSTANCE(assertion, instance) static CompileAss
ert<(assertion)> CRYPTOPP_ASSERT_JOIN(cryptopp_assert_, instance)

                 ^
src/cryptopp/misc.h:57:44: note: in expansion of macro 'CRYPTOPP_COMPILE_ASSERT_
INSTANCE'
 #define CRYPTOPP_COMPILE_ASSERT(assertion) CRYPTOPP_COMPILE_ASSERT_INSTANCE(ass
ertion, __LINE__)
                                            ^
src/cryptopp/algparam.h:26:9: note: in expansion of macro 'CRYPTOPP_COMPILE_ASSE
RT'
         CRYPTOPP_COMPILE_ASSERT(sizeof(CPP_TYPENAME T::value_type) == 1);
         ^
In file included from src/cryptopp/filters.h:11:0,
                 from src/cryptopp/randpool.h:5,
                 from src/cryptopp/osrng.h:10,
                 from src/schnorr.h:11,
                 from src/hash.h:17,
                 from src/net.h:22,
                 from src/main.h:10,
                 from src/wallet.h:13,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
src/cryptopp/algparam.h: In instantiation of 'void CryptoPP::AlgorithmParameters
Template<T>::MoveInto(void*) const [with T = CryptoPP::RandomNumberGenerator*]':

src\qt\bitcoin.cpp:301:1:   required from here
src/cryptopp/algparam.h:322:35: warning: unused variable 'p' [-Wunused-variable]

   AlgorithmParametersTemplate<T>* p = new(buffer) AlgorithmParametersTemplate<T
>(*this);
                                   ^
In file included from src/cryptopp/simple.h:10:0,
                 from src/cryptopp/filters.h:6,
                 from src/cryptopp/randpool.h:5,
                 from src/cryptopp/osrng.h:10,
                 from src/schnorr.h:11,
                 from src/hash.h:17,
                 from src/net.h:22,
                 from src/main.h:10,
                 from src/wallet.h:13,
                 from src/init.h:8,
                 from src\qt\bitcoin.cpp:13:
src/cryptopp/misc.h: At global scope:
src/cryptopp/misc.h:551:20: warning: 'std::string CryptoPP::StringNarrow(const w
char_t*, bool)' defined but not used [-Wunused-function]
 static std::string StringNarrow(const wchar_t *str, bool throwOnError = true)
                    ^
In file included from ..\deps\boost_1_55_0/boost/system/system_error.hpp:14:0,
                 from ..\deps\boost_1_55_0/boost/thread/exceptions.hpp:22,
                 from ..\deps\boost_1_55_0/boost/thread/win32/thread_primitives.
hpp:16,
                 from ..\deps\boost_1_55_0/boost/thread/win32/basic_timed_mutex.
hpp:14,
                 from ..\deps\boost_1_55_0/boost/thread/win32/mutex.hpp:9,
                 from c:/deps/boost_1_55_0/boost/thread/mutex.hpp:14,
                 from src/allocators.h:10,
                 from src\qt\walletmodel.h:6,
                 from src\qt\bitcoin.cpp:9:
..\deps\boost_1_55_0/boost/system/error_code.hpp:222:36: warning: 'boost::system
::posix_category' defined but not used [-Wunused-variable]
     static const error_category &  posix_category = generic_category();
                                    ^
..\deps\boost_1_55_0/boost/system/error_code.hpp:223:36: warning: 'boost::system
::errno_ecat' defined but not used [-Wunused-variable]
     static const error_category &  errno_ecat     = generic_category();
                                    ^
..\deps\boost_1_55_0/boost/system/error_code.hpp:224:36: warning: 'boost::system
::native_ecat' defined but not used [-Wunused-variable]
     static const error_category &  native_ecat    = system_category();
                                    ^
makefile.release:860: recipe for target 'build/bitcoin.o' failed
mingw32-make: *** [build/bitcoin.o] Error 1

c:\Wellcoin>


Late reply, but have you included the cryptopp in makefile.mingw and qmake?
346  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS ★MULTIPOOL★ Join Our Thriving Community! on: April 14, 2014, 07:46:02 AM
mintpal got the zeits. Lol. was worried for nothing.

http://zeitcoin-explorer.info:2750/

btw block explorer is not being updated.
347  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS ★MULTIPOOL★ Join Our Thriving Community! on: April 14, 2014, 07:43:21 AM
i am worried. the block explorer is not showing my transaction, mintpal not showing my transaction, but wallet shows it  Huh
348  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS ★MULTIPOOL★ Join Our Thriving Community! on: April 14, 2014, 07:40:03 AM
hi,
I withdraw zeit from my wallet 1.0.2

details:
Code:
Status: 19 confirmations, broadcast through 6 nodes
Date: 4/14/2014 12:31
To: MaJiArMFrq9n3gzcgHNvHAbrD5GEAz4P3D
Debit: -3623171.00 ZEIT
Transaction fee: -0.20 ZEIT
Net amount: -3623171.20 ZEIT
Transaction ID: 4f7ad186bc62ee67351503ece850c8e4e17bbc7456855ffd301810a409b6b7db

transaction went through, but never reached mintpal.  Huh can anyone guide me whats wrong
349  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CTD] [SHA-3] CateDoge!Time warp patched! v1.3, Rapid transactions on: April 14, 2014, 06:19:44 AM
Update is coming soon to fix heartbleed bug with openssl.
350  Alternate cryptocurrencies / Altcoin Discussion / Re: [Service] Cryptocurrencies creation service! on: April 14, 2014, 06:16:58 AM
Currently working on Scrypt PoW/PoS model coin. Once I get it up and running smoothly. Will add it to services!
Difficulty retarget will be KGW.
Also offering services for forking your coin if you have a problem.
351  Alternate cryptocurrencies / Altcoin Discussion / [Service] Cryptocurrencies creation service! on: April 14, 2014, 06:07:27 AM
I got PM'ed about compiling a win-qt, creating genesis block, creating new coin. So I am now offering Altcoin creation service for those who are interested!

Currently I can create coins of following algos

-SHA256
-SHA3
-Scrypt

Altcoin creation includes but not limited to:

Compiling the coin on windows.
Compiling qt and daemon on linux (64 bit currently)
Running up your nodes on linux machines(You have to pay for the hosting) (up to 3)



Please note some of the people in this community will get my services for free. And they know that already  Cheesy
352  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CommunityCoin (COMM) Fair & FREE Distribution | Pure PoS | Join Community on: April 14, 2014, 05:54:20 AM
wow this is getting big  Shocked 25 pages last night were 101
353  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS ★MULTIPOOL★ Join Our Thriving Community! on: April 13, 2014, 04:35:33 PM
wow so zeit is going up and up. for the first time i did a good investment. but coinex shat on it Sad
354  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CommunityCoin (COMM) Fair & FREE Distribution | Pure PoS | Join Community on: April 13, 2014, 03:05:52 PM
Hi, i have been quite busy with the stufff around here, and missed the original launch thread. Don't know how.

Is Comm purely POS coin or the coins were generated in PoW?
Interested in the project either way. Just wanted to know

pos, 100% premined and givenaway

Oh, I read that in the official thread now. it'd be great if devs updated whether all the stake positions have been already taken or not.
355  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CommunityCoin (COMM) Fair & FREE Distribution | Pure PoS | Join Community on: April 13, 2014, 03:00:09 PM
Hi, i have been quite busy with the stufff around here, and missed the original launch thread. Don't know how.

Is Comm purely POS coin or the coins were generated in PoW?
Interested in the project either way. Just wanted to know
356  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CTD] [SHA-3] CateDoge!Time warp patched! v1.3, Rapid transactions on: April 13, 2014, 08:56:20 AM
Dev,  could OpenSSL bug afect CateDoge wallet?

"A bug in OpenSSL, used by Bitcoin-Qt/Bitcoin Core, could allow your bitcoins to be stolen. Immediately updating Bitcoin Core to 0.9.1 is required in some cases".
https://bitcointalk.org/index.php?topic=562400.0


I was looking into it. Since we are using tls. I think we'll need to upgrade. An update is to come tomorrow. Since I am off from work. I cannot release an update right now. (I am in a place where I don't have all the libs compiled and theres no work machine present). I will release the update tomorrow.
357  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CTD] [SHA-3] CateDoge!Time warp patched! v1.3, Rapid transactions on: April 13, 2014, 08:53:33 AM
Support the coin. See if we can get this back up in the air. Smiley

Hope I can run some marketing soon.

After it is reviewed, it should be published.

Here's some tip for shill accounts:
- Don't use a similar naming pattern on all of them
- Don't have each one post directly after another
- Don't register all of them at the same date.


Okay, I have no idea why these accounts posted these things in my forum. I did not create or use or tell anyone to use these shill accounts. Why are they spamming my forum  Huh
358  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CTD] [SHA-3] CateDoge!Time warp patched! v1.3, Rapid transactions on: April 12, 2014, 09:43:18 AM
because bitcoins down and most altcoins are down. those already being traded do have volumes. but releasing new in these days is not a good idea at all. unless a country named coin
359  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CTD] [SHA-3] CateDoge!Time warp patched! v1.3, Rapid transactions on: April 11, 2014, 05:43:19 PM
its possible that you have permission problems

Try running as administrator, and if you're not gonna mine solo, you can try removing "server=1" from the conf.

Tried to run as administrator - does not work. Differently tried the result is the same. On the laptop will not start too.

ok, use rpcuser=abc
rpcpassword=DKl20DKowiDMSJKLOiwieoUI302HJI30Kjoiw

example. Use this. Then update, if it worked?

Thanks, it works. But only on the laptop.
Nevertheless, thank you all.

Good that you got it to work. just copy the file from laptop to pc. It should work.

Awais, how much of the premine did you use to restore lost balance? I'm up to 30 mil CTD now. I can drop some back and/or put more into the give-away if you want me to.

Edit: 32 Mil.

I have given away 20000000 coins in total. to 2 pool owners.
360  Economy / Computer hardware / Re: [POWERED BY GRIDSEED] The Hashra Atlantis LIMITED EDITION on: April 11, 2014, 12:29:08 PM
I was looking at http://hashra.com/gridseedbladeplus/

A bit confused,

DETAILS:
This is our BLADE PLUS package including all accessories needed to get mining.
Each BLADE comes with 2 boards each with 40 GC3355 55nm Chips (Total 80 Chips) offering very low power consumption.
Total power usage is approximately 90W
Total hashing power of at least 5.2 MH using HASHRA BLADE CONTROLA firmware.

there are 2 boards so power consumption is 180W. Is it possible?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!