Bitcoin Forum
July 06, 2024, 02:57:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Alternate cryptocurrencies / Mining (Altcoins) / Re: help on new altcoin on: June 02, 2014, 08:58:28 AM
reserve
22  Alternate cryptocurrencies / Mining (Altcoins) / Re: help on new altcoin on: May 31, 2014, 07:28:03 AM
Any help on this topic? I really need to know what exactly is going on
23  Alternate cryptocurrencies / Mining (Altcoins) / help on new altcoin on: May 31, 2014, 03:37:20 AM
Alright, I have made my coin, I know shitcoin, but whatever, I have been hashing speed on my new coin on the test net but the network hash rate it's still at the negative when you mine it, is there something going wrong that I'm doing? I have been hashing a decent speed with my 7950 but it's not happening very well because I see the hashing rate very high but I have been hashing almost about 8 hours with the 7950 and the ubuntu server itself. What am I doing wrong?
24  Alternate cryptocurrencies / Altcoin Discussion / Re: Help making windows QT client on: May 30, 2014, 04:18:15 PM
bumper
25  Alternate cryptocurrencies / Altcoin Discussion / Help making windows QT client on: May 27, 2014, 05:31:11 PM
Hello BitCoin talk, I have a problem with making my coin, I'm not sure if I am posting in the right place. If not guide me to the right place, i need help in making the windows client for my coin.

It has absolutely no intentions on getting popular or getting in the stocks or any exchange, it is actually going to a gaming networks that we are building, well basically I am trying to build our coin and it keeps giving me this error when I can clearly see this file.

Code:
C:\flc>make -f Makefile.Release
c:\Qt\4.8.6\bin\rcc.exe -name bitcoin src\qt\bitcoin.qrc -o release\qrc_bitcoin.
cpp
g++ -c -pipe -fno-keep-inline-dllexport -O2 -frtti -fexceptions -mthreads -fdiag
nostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-paramet
er -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV
6 -DWIN32 -D_MT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX
-DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -I"..\Qt\4.8.6
\include\QtCore" -I"..\Qt\4.8.6\include\QtGui" -I"..\Qt\4.8.6\include" -I"src" -
I"src\json" -I"src\qt" -I"..\deps\boost" -I"..\deps\db\build_unix" -I"..\deps\ss
l\include" -I"..\Qt\4.8.6\include\ActiveQt" -I"build" -I"build" -I"..\Qt\4.8.6\m
kspecs\win32-g++-4.6" -o build\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.6\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 -lws2_32 -lshlwapi -lmswsock -LC:/deps/boost/stage/lib -Lc:/deps/db/build_unix
 -Lc:/deps/ssl -lssl -lcrypto -ldb_cxx -lole32 -luuid -lgdi32 -lboost_system-mgw
46-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_53 -lQtGui4 -lQtCore4
./build\bitcoin.o: file not recognized: File format not recognized
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



Like I said I can clearly see the file right there in the windows browser, and it still wont make the exe file when it is done.
26  Alternate cryptocurrencies / Altcoin Discussion / Re: *** Complete Guide on How to Create a New Alt Coin *** on: May 27, 2014, 01:01:27 AM
I can compile on all the other systems but Windows, it just keeps giving me a problem like this one, if it is familiar to most people. Anyway I am able to fix this?


Code:
C:\flc>make -f Makefile.Release
c:\Qt\4.8.6\bin\rcc.exe -name bitcoin src\qt\bitcoin.qrc -o release\qrc_bitcoin.
cpp
g++ -c -pipe -fno-keep-inline-dllexport -O2 -frtti -fexceptions -mthreads -fdiag
nostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-paramet
er -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV
6 -DWIN32 -D_MT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX
-DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -I"..\Qt\4.8.6
\include\QtCore" -I"..\Qt\4.8.6\include\QtGui" -I"..\Qt\4.8.6\include" -I"src" -
I"src\json" -I"src\qt" -I"..\deps\boost" -I"..\deps\db\build_unix" -I"..\deps\ss
l\include" -I"..\Qt\4.8.6\include\ActiveQt" -I"build" -I"build" -I"..\Qt\4.8.6\m
kspecs\win32-g++-4.6" -o build\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.6\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 -lws2_32 -lshlwapi -lmswsock -LC:/deps/boost/stage/lib -Lc:/deps/db/build_unix
 -Lc:/deps/ssl -lssl -lcrypto -ldb_cxx -lole32 -luuid -lgdi32 -lboost_system-mgw
46-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_53 -lQtGui4 -lQtCore4
./build\bitcoin.o: file not recognized: File format not recognized
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 can clearly see the file right there, but not sure what exactly is going on with it.
27  Other / Beginners & Help / Re: Windows pool server? on: March 15, 2014, 08:57:17 PM
I'm thinking it's very unsupported since no one is answering. To be more specific it's for scrypt mining stratum server. Is there possibly by any chance it's possible to do?
28  Other / Beginners & Help / Re: Windows pool server? on: March 15, 2014, 04:18:22 PM
Anything on this topic?
29  Other / Beginners & Help / Windows pool server? on: March 14, 2014, 08:27:59 PM
How am I able to install a pool server on Windows like MPOS? Is there a tutorial on it?
30  Alternate cryptocurrencies / Altcoin Discussion / Re: help building litecoin for Windows on Ubuntu. on: March 10, 2014, 04:44:57 AM
Thank you sooo much, will try right away
31  Alternate cryptocurrencies / Altcoin Discussion / Re: help building litecoin for Windows on Ubuntu. on: March 05, 2014, 06:45:50 AM
any tutorial or anything?
32  Alternate cryptocurrencies / Altcoin Discussion / help building litecoin for Windows on Ubuntu. on: March 04, 2014, 10:07:47 PM
as the topic says I need some help building the litecoin source on Ubuntu but for Windows. was simple enough to build litecoind on Ubuntu but I just want to be able to build it on Unix so I can try it. have me a bunch of problems trying to compile it on widows so I though it be easier on Linux platform.
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!