Pages:
Author

Topic: My coin in need of help - page 2. (Read 1881 times)

newbie
Activity: 32
Merit: 0
June 28, 2014, 03:50:38 AM
#9
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://bitcointalksearch.org/topic/building-headless-bitcoin-and-bitcoin-qt-on-windows-149479

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.
full member
Activity: 326
Merit: 100
June 27, 2014, 10:22:00 PM
#8
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://bitcointalksearch.org/topic/building-headless-bitcoin-and-bitcoin-qt-on-windows-149479

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
newbie
Activity: 32
Merit: 0
June 27, 2014, 10:06:39 PM
#7
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://bitcointalksearch.org/topic/building-headless-bitcoin-and-bitcoin-qt-on-windows-149479

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
full member
Activity: 326
Merit: 100
June 27, 2014, 09:21:23 PM
#6
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://bitcointalksearch.org/topic/building-headless-bitcoin-and-bitcoin-qt-on-windows-149479

Follow it TO THE LETTER and you'll have it compiling in no time (although some of the libraries take hours to compile Wink )
full member
Activity: 183
Merit: 100
June 27, 2014, 06:51:12 PM
#5
It sounds like you shouldn't be making yet another crappy coin...
newbie
Activity: 32
Merit: 0
June 27, 2014, 05:12:40 PM
#4
I'm also having a problem building irc.o on Windows when I build pretty much 99% but 2 files didn't compile.

Code:
C:\deps\boost/boost/thread/win32/shared_mutex.hpp:52:99: warning: dereferencing
type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
C:\deps\boost/boost/thread/win32/shared_mutex.hpp:53:52: warning: dereferencing
type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             return *reinterpret_cast(&res);
                                                    ^
C:\deps\boost/boost/thread/win32/shared_mutex.hpp:53:52: warning: dereferencing
type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
In file included from C:\deps\boost/boost/system/system_error.hpp:14:0,
                 from C:\deps\boost/boost/thread/exceptions.hpp:22,
                 from C:\deps\boost/boost/thread/win32/thread_primitives.hpp:16,

                 from C:\deps\boost/boost/thread/win32/thread_data.hpp:11,
                 from C:\deps\boost/boost/thread/thread.hpp:15,
                 from C:\deps\boost/boost/thread.hpp:13,
                 from src\util.h:22,
                 from src\addrman.h:9,
                 from src\net.h:21,
                 from src\irc.cpp:8:
C:\deps\boost/boost/system/error_code.hpp: At global scope:
C:\deps\boost/boost/system/error_code.hpp:214:36: warning: 'boost::system::posix
_category' defined but not used [-Wunused-variable]
     static const error_category &  posix_category = generic_category();
                                    ^
C:\deps\boost/boost/system/error_code.hpp:215:36: warning: 'boost::system::errno
_ecat' defined but not used [-Wunused-variable]
     static const error_category &  errno_ecat     = generic_category();
                                    ^
C:\deps\boost/boost/system/error_code.hpp:216:36: warning: 'boost::system::nativ
e_ecat' defined but not used [-Wunused-variable]
newbie
Activity: 32
Merit: 0
June 27, 2014, 01:12:02 PM
#3
My coin called Flightcoin is being made for a gaming networks, for some strange reason it is making blocks but no coins are being generated. I have a pool I have created (with MPOS[thanks you theserapher for your awesome work]) mining all the blocks but no coins are being added at all, I don't I have forked it from the smallchange github but that didn't seem to work so well for the coins it self, you guys can review the code here at github https://github.com/flightcoin/flightcoin if anyone is interested in helping out which I would greatly appreciate, this coin is completely private and in no intentions in making any exchanges a long any road, it will be kept private at the gaming networks.

If anyone can help with my situation here, I will think of something to do for you. I don't have money or Bitcoins or any other type of currency to help you but with computer work, but I am sure the majority can do that, please respond here or PM me.

Thank you sooo much in advance for helping me and the gaming networks I support.

The problem is in main.cpp

Code:
if(nHeight < 17280) // no block reward within the first 3 days
        nSubsidy = 0;

Any block under block 17280 will reward no coins.  Grin

What if I put one block? Cause I did get to that part, I should be able to get blocks and coins unconfirmed, right? Thanks I'll edit that part of and update you if it works Cheesy
jr. member
Activity: 58
Merit: 10
June 27, 2014, 02:59:23 AM
#2
My coin called Flightcoin is being made for a gaming networks, for some strange reason it is making blocks but no coins are being generated. I have a pool I have created (with MPOS[thanks you theserapher for your awesome work]) mining all the blocks but no coins are being added at all, I don't I have forked it from the smallchange github but that didn't seem to work so well for the coins it self, you guys can review the code here at github https://github.com/flightcoin/flightcoin if anyone is interested in helping out which I would greatly appreciate, this coin is completely private and in no intentions in making any exchanges a long any road, it will be kept private at the gaming networks.

If anyone can help with my situation here, I will think of something to do for you. I don't have money or Bitcoins or any other type of currency to help you but with computer work, but I am sure the majority can do that, please respond here or PM me.

Thank you sooo much in advance for helping me and the gaming networks I support.

The problem is in main.cpp

Code:
if(nHeight < 17280) // no block reward within the first 3 days
        nSubsidy = 0;

Any block under block 17280 will reward no coins.  Grin
newbie
Activity: 32
Merit: 0
June 27, 2014, 02:13:34 AM
#1
My coin called Flightcoin is being made for a gaming networks, for some strange reason it is making blocks but no coins are being generated. I have a pool I have created (with MPOS[thanks you theserapher for your awesome work]) mining all the blocks but no coins are being added at all, I don't I have forked it from the smallchange github but that didn't seem to work so well for the coins it self, you guys can review the code here at github https://github.com/flightcoin/flightcoin if anyone is interested in helping out which I would greatly appreciate, this coin is completely private and in no intentions in making any exchanges a long any road, it will be kept private at the gaming networks.

If anyone can help with my situation here, I will think of something to do for you. I don't have money or Bitcoins or any other type of currency to help you but with computer work, but I am sure the majority can do that, please respond here or PM me.

Thank you sooo much in advance for helping me and the gaming networks I support.
Pages:
Jump to: