Bitcoin Forum
May 22, 2024, 12:01:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Marketplace (Altcoins) / Window Compile Error Need Help 0.05 BTC on: March 24, 2014, 06:40:02 PM
Window Compile Error Need Help 0.05 BTC

Will pay if you can solve my this issue

Code:
In file included from ..\..\boost_1_55_0/boost/thread/shared_mutex.hpp:18:0,
                 from ..\..\boost_1_55_0/boost/thread/detail/thread_group.hpp:9

                 from ..\..\boost_1_55_0/boost/thread/thread.hpp:13,
                 from ..\..\boost_1_55_0/boost/thread.hpp:13,
                 from src\util.h:26,
                 from src\addrman.h:9,
                 from src\net.h:21,
                 from src\rpcnet.cpp:6:
..\..\boost_1_55_0/boost/thread/win32/shared_mutex.hpp: In instantiation of 'T
oost::shared_mutex::interlocked_compare_exchange(T*, T, T) [with T = boost::sha
ed_mutex::state_data]':
..\..\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:124:103:   required from
here
..\..\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:52:99: warning: derefere
cing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
                                                               *reinterpret_cas
<long*>(&comparand));

                   ^
..\..\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:52:99: warning: derefere
cing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
..\..\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: derefere
cing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             return *reinterpret_cast<T const*>(&res);
                                                    ^
..\..\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: derefere
cing 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\rpcnet.cpp:6:
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:58:118: warning: unused variable 'cryptopp_assert_26' [-Wun
sed-variable]
 #define CRYPTOPP_COMPILE_ASSERT_INSTANCE(assertion, instance) static CompileAs
ert<(assertion)> CRYPTOPP_ASSERT_JOIN(cryptopp_assert_, instance)

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

                 ^
src\cryptopp/misc.h:54:44: note: in expansion of macro 'CRYPTOPP_COMPILE_ASSERT
INSTANCE'
 #define CRYPTOPP_COMPILE_ASSERT(assertion) CRYPTOPP_COMPILE_ASSERT_INSTANCE(as
ertion, __LINE__)
                                            ^
src\cryptopp/algparam.h:26:9: note: in expansion of macro 'CRYPTOPP_COMPILE_ASS
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\rpcnet.cpp:6:
src\cryptopp/algparam.h: In instantiation of 'void CryptoPP::AlgorithmParameter
Template<T>::MoveInto(void*) const [with T = CryptoPP::RandomNumberGenerator*]'

src\rpcnet.cpp:246:1:   required from here
src\cryptopp/algparam.h:322:35: warning: unused variable 'p' [-Wunused-variable

   AlgorithmParametersTemplate<T>* p = new(buffer) AlgorithmParametersTemplate<
>(*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\rpcnet.cpp:6:
src\cryptopp/misc.h: At global scope:
src\cryptopp/misc.h:548:20: warning: 'std::string CryptoPP::StringNarrow(const
char_t*, bool)' defined but not used [-Wunused-function]
 static std::string StringNarrow(const wchar_t *str, bool throwOnError = true)
                    ^
In file included from ..\..\boost_1_55_0/boost/system/system_error.hpp:14:0,
                 from ..\..\boost_1_55_0/boost/thread/exceptions.hpp:22,
                 from ..\..\boost_1_55_0/boost/thread/win32/thread_primitives.h
p:16,
                 from ..\..\boost_1_55_0/boost/thread/win32/basic_timed_mutex.h
p:14,
                 from ..\..\boost_1_55_0/boost/thread/win32/mutex.hpp:9,
                 from ..\..\boost_1_55_0/boost/thread/mutex.hpp:14,
                 from src\allocators.h:10,
                 from src\serialize.h:22,
                 from src\netbase.h:10,
                 from src\net.h:19,
                 from src\rpcnet.cpp:6:
..\..\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();
                                    ^
..\..\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();
                                    ^
..\..\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:3235: recipe for target 'build/rpcnet.o' failed
mingw32-make: *** [build/rpcnet.o] Error 1


Trying compile my window wallet and got Error 1, and terminated. Will pay 0.005 BTC for anyone that can help.
2  Alternate cryptocurrencies / Announcements (Altcoins) / ♥♥ [ANN] DADCOIN [DAD][爸爸币] - KECCAK 3 - LAUNCH DATE END OF MARCH TBA. ♥♥ on: March 06, 2014, 05:26:19 PM


[ANN] ♥♥ DADCOIN ♥♥ [DAD] [爸爸币] - KECCAK 3 - HEART WARMING COIN -
LAUNCH DATE - End of March TBA





♥ Quick Technical Specifications♥

♥  Algorithm: Keccak (SHA-3)
♥  How many coins? 500,000,000
♥  Coin Maturity? 180 blocks to reduce block syncing issue
♥  Block reward? 200 DadCoin per block, halving every ~1 month
♥  Difficulty? Retargeting using Kimoto Gravity Well algorithm.
♥  Block time? 30 seconds
♥  Ports? 9668 for P2P, 9669 for RPC



♥ Dad Coin Downloads (To be link on release) ♥

♥ Wallet (Windows | Linux) ♥
♥ CPU Miner (Windows) ♥
♥ cgminer for ATI GPU ♥
♥ CudaMiner for Nvidia GPU ♥



♥ Dad Coin[DAD] Pools

- Pool 1 ( 6000 DAD )
- Pool 2 ( 5000 DAD )
- Pool 3 ( 4000 DAD )



♥ Dad Coin[DAD] Exchanges

- Exchange 1 ( 12000 DAD )
- Exchange 2 ( 8000 DAD )
- Exchange 3 ( 4000 DAD )



♥ Dad Coin[DAD] Fautets

- Fautet 1 ( 4000 DAD )



♥ Dad Coin[DAD] Paper Wallet

- Paper Wallet 1 ( 3000 DAD )



♥ Dad Coin[DAD] Games

- Game 1 ( 3000 DAD )
- Game 2 ( 3000 DAD )



♥ Dad Coin[DAD] Translation & Promotions

- Per article will be 2000 DAD


♥ Dad Coin[DAD] will be going towards


♥events for family photos
Games
Added to Major Exchange
Give away
Acceptance to payment for dad related site
♥and many other creative ideas to boost and promote Dad Coin.




♥♥ DAD PREPARATION ♥♥

Dad Coin will have all the unit testing done.
Window & Linux wallet made ready upon launch, no password protected launch.
Everything will be test in advance to ensure a safe and smooth launch.
No instant mining, Dad Coin will have its own forum and a photo gallery to show case all the great dad in the world.





The developer will premine 0.5% for bounty rewards.

The breakdown of the premine usage:

0.5% of the total coin 50m will be 250,000 coins

> Dad Gambling Games will get 10%-20% of the premine as Bank Roll.
> Dad Exchange 1,2,3 will get 5% each of the premine for extra funds to process withdrawal / deposit
> Dad Game & Events will be using 10-20% of the premine
> Dad Giveaway will be 10% of the premine
> Dad Pool operator will get 4% for first pool, 3% for 2nd pool and 2% for 3rd pool.
> Dad coin MAC OSX wallet will get 5% of the premine
> Dad coin logo design will get 4% of the premine
> Dad coin chinese translation will get 3% of the premine

So far the top events will use up like 54% of the premine (0.5%) which is around 0.29% of the premine

> We purposely set coin maturity to 180 blocks so that you will not so easily face error of coin FORKED and lost your mining.



> Dad coin final 47% of the premine 0.5% which is about 0.25% will be use for future development like improvement of wallet


Why we want premine 0.5%, as you know that its not easy to maintain a coin without the develop interest, everything is about crypto coin, so without
a solid base of premine coin (just 0.5%), the developer team will not able bring this coin to the next level.

We think 0.5% is pretty fair and not a SCAM coin. If we are to scam, we would do a bigger premine.


Dad coin team consist of 3 members, we have no financial difficulty, all grown up adults with solid income from market trading ( real fiat trading ) and
we create this coin is to

1) Learn new stuffs of managing a coin
2) Promote a solid and stable coin
3) Engage in the crypto world.



> LAUNCH DATE FINALIZE TO BE ANNOUNCE - END OF MARCH <-




No IPO, No Scam. A Coin Dedicated For Dad around the world.





Its not just another coin♥♥, its something to reflect the greatness of being a DAD♥♥.
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!