Post
Topic
Board Altcoin Discussion
Re: My coin in need of help
by
DJFML
on 28/06/2014, 07:50:38 UTC
It sounds like you shouldn't be making yet another crappy coin...

He's already specified it's not to be released, so why do you or anyone else care about its qualities?

Creating an altcoin is a great way to learn some coding skills and linux commands if you've never used them before. Cut him a bit of slack for trying something interesting!



To the OP, it looks like your boost libraries were not configured perfectly. If you aren't already, try this guide: https://bitcointalk.org/index.php?topic=149479.0

Follow it TO THE LETTER and you'll have it compiling in no time (although some of the libraries take hours to compile Wink )

You're right, I'm not releasing it to the public, I'm releasing it to a gaming networks as an alternative to get stuff for free in game.

Thanks loads!! I'll rebuild my boost libraries as soon as I get home tonight. Cheesy


I struggled for months on the windows section of the code, and if you can get that working you've already done a lot better than some coin devs


lol about that, I have been working on the windows side of things for about a month already Q.Q I have been struggling as well, and I actually got 99.something % done and a new error just pops up at the very last part that something ld.exe is missing and I got this

Code:
C:\deps\boost/boost/thread/win32/shared_mutex.hpp:53:52: warning: dereferencing
type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
c:\Qt\4.8.4\bin\rcc.exe -name bitcoin src\qt\bitcoin.qrc -o release\qrc_bitcoin.
cpp
g++ -c -pipe -O2 -frtti -fexceptions -mthreads -fdiagnostics-show-option -Wall -
Wextra -Wformat -Wformat-security -Wno-unused-parameter -DUNICODE -DQT_LARGEFILE
_SUPPORT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6 -D
USE_UPNP=1 -DSTATICLIB -DWIN32 -D_MT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CO
RE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SS
E2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"C:\Qt\4.8.4\include\QtCore" -I"C:\Qt\
4.8.4\include\QtGui" -I"C:\Qt\4.8.4\include" -I"src" -I"src\json" -I"src\qt" -I"
C:\deps\boost" -I"C:\deps\db\build_windows" -I"C:\deps\ssl\include" -I"C:\Qt\4.8
.4\include\ActiveQt" -I"build" -I"build" -I"C:\Qt\4.8.4\mkspecs\win32-g++" -o bu
ild\qrc_bitcoin.o release\qrc_bitcoin.cpp
g++ -Wl,-s -mthreads -Wl,-subsystem,windows -o release\flightcoin-qt.exe object_
script.flightcoin-qt.Release  -L"c:\Qt\4.8.4\lib" -lmingwthrd -lmingw32 -lqtmain
 build\bitcoin-qt_res.o -lshlwapi -lssl -lcrypto -ldb_cxx -lws2_32 -lole32 -lole
aut32 -luuid -lgdi32 -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt
-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_5
3 -lminiupnpc -liphlpapi -lws2_32 -lshlwapi -lmswsock -LC:/deps/boost/stage/lib
-LC:/deps/db/build_windows -LC:/deps/ssl -lssl -lcrypto -ldb_cxx -lole32 -luuid
-lgdi32 -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lbo
ost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53 -lQtGui4 -l
QtCore4
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot fin
d -ldb_cxx
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot fin
d -lboost_system-mgw46-mt-sd-1_53
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot fin
d -lboost_filesystem-mgw46-mt-sd-1_53
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot fin
d -lboost_program_options-mgw46-mt-sd-1_53
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot fin
d -lboost_thread-mgw46-mt-sd-1_53
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot fin
d -lminiupnpc
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot fin
d -ldb_cxx
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot fin
d -lboost_system-mgw46-mt-sd-1_53
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot fin
d -lboost_filesystem-mgw46-mt-sd-1_53
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot fin
d -lboost_program_options-mgw46-mt-sd-1_53
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot fin
d -lboost_thread-mgw46-mt-sd-1_53
collect2.exe: error: ld returned 1 exit status
makefile.release:253: recipe for target 'release\flightcoin-qt.exe' failed
mingw32-make: *** [release\flightcoin-qt.exe] Error 1


I seem to have gotten super close but its just that its missing, I can't find it either so I am actually going to find it somewhere where Google leads me.lol for helping me I will help you out which I did go thru trial and error with about 2 files that needed to be switched.