Pages:
Author

Topic: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU/GPU minable! - page 3. (Read 122097 times)

newbie
Activity: 29
Merit: 0
newbie
Activity: 29
Merit: 0
newbie
Activity: 29
Merit: 0
<30 days to half reward, it will be most silent half reward in crypto history.
newbie
Activity: 29
Merit: 0
25% 42% of all coins already emmited, 292 92 days left to half reward, difficulty is ultra low, fuguecoin can be mined even on cpu! Shocked

CPU miner was never released.

I rediscovered cpu miner for fugue, this one is for windows. It works in solo mode and, theoretically, in pool too. But i couldn't test pool mode, because there is no any. I put fcminer on site, and now i can say that cpu miner was released.
http://fuguecoin.eu/fcminer.zip
sr. member
Activity: 309
Merit: 250
Node IP address change

Because first page of thread is almost expired, i made a small site dedicated to fuguecoin.
There are info, files, network hashrate & profit calculator.
www.fuguecoin.eu

wow this coin still active?. node please. any exchange?

1. Yes.

2. 5.9.56.229 176.9.26.47 or 95.24.44.228:50001

3. Not at present.



Cheers

Graham


Very Nice Graham! Thank you for your help ...my node is up and running now Smiley
legendary
Activity: 2254
Merit: 1278
Node IP address change

Because first page of thread is almost expired, i made a small site dedicated to fuguecoin.
There are info, files, network hashrate & profit calculator.
www.fuguecoin.eu

wow this coin still active?. node please. any exchange?

1. Yes.

2. 5.9.56.229 176.9.26.47 or 95.24.44.228:50001

3. Not at present.



Cheers

Graham
legendary
Activity: 2254
Merit: 1278
in my actual mood i stuck at following Point  Roll Eyes
Quote
Add “+widgets” to the relevant line in the .pro

Okay, rather than an ad hoc edit, a better approach is to add the proper switching code:

Code:
greaterThan(QT_MAJOR_VERSION, 4) {
    QT += widgets
    DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
}


thusly:

https://github.com/gjhiggins/fuguecoin-1/commit/9b318bffe35bf665e16c3de42432f691be3c456f

Cheers

Graham
legendary
Activity: 2282
Merit: 1051
unnamed.Exchange, join the Cool Kids!!!
in my actual mood i stuck at following Point  Roll Eyes

Quote
Add “+widgets” to the relevant line in the .pro



https://github.com/fuguecoin/fuguecoin/blob/master/bitcoin-qt.pro#L229

>>> SOURCES += src/qt/bitcoin.cpp \   <<<<

is this the relevant line ?   Huh
and how should it Looks like ?


u can compare my brain with a sloth ... Sorry about that.
legendary
Activity: 2282
Merit: 1051
unnamed.Exchange, join the Cool Kids!!!
havent sleep the past 48 hours ..   my brain cant process the solution at this Moment :-)
ii will retry it tomorrow

thank you for your Reply .
legendary
Activity: 2254
Merit: 1278
please can someone tell me what i did wrong while compiling -QT ? ...

#include

Either:

Add “+widgets” to the relevant line in the .pro file and continue to compile with Qt5
http://doc.qt.io/qt-5/qapplication.html

or

Use Qt4 ... if you have qmake-qt4 available on the command line

Cheers

Graham
legendary
Activity: 2660
Merit: 1240
Another resurrection?

Want me to fire up the old pool again? Smiley
legendary
Activity: 2282
Merit: 1051
unnamed.Exchange, join the Cool Kids!!!
Good Morning .

please can someone tell me what i did wrong while compiling -QT ? ...
deps Folder &  libs should be fine ,  compiling different other Clients work without Problem :-)


so please , where is the misstake .


Thank you






--C:\fugue\fuguecoin-master>mingw32-make -f Makefile.Release


g++ -c -pipe -fno-keep-inline-dllexport -D_FORTIFY_SOURCE=2 -O2 -frtti -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fexceptions -mthreads -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DWIN32 -DWIN32_LEAN_AND_MEAN -D_MT -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I"src" -I"src\json" -I"src\qt" -I"..\..\deps\miniupnpc" -I"src\leveldb\include" -I"src\leveldb\helpers" -I"..\..\deps\boost_1_55_0" -I"..\..\deps\db-4.8.30.NC\build_unix" -I"..\..\deps\openssl-1.0.1h\include" -I"..\..\Qt\5.2.0\include" -I"..\..\Qt\5.2.0\include\QtNetwork" -I"..\..\Qt\5.2.0\include\QtGui" -I"..\..\Qt\5.2.0\include\QtCore" -I"build" -I"..\..\Qt\5.2.0\mkspecs\win32-g++" -o build\bitcoin.o src\qt\bitcoin.cpp
src\qt\bitcoin.cpp:5:24: fatal error: QApplication: No such file or directory
 #include
                        ^
compilation terminated.
Makefile.Release:7127: recipe for target 'build/bitcoin.o' failed
mingw32-make: *** [build/bitcoin.o] Error 1


------C:\fugue\fuguecoin-master>
legendary
Activity: 2254
Merit: 1278
wow thank you very much. my wallet sync again  Grin

np, you're welcome.

Just a suggestion: the difficulty is minimal atm and Fuguecoin offers convenient in-wallet mining from the debug console:

setgenerate true 1 will start mining using 1 core, setgenerate true 2, ditto but with 2 cores and setgenerate true -1 will start mining with all cores.

(Right now, you only need setgenerate true 1 to ensure a steady stream of FC)

setgenerate false will stop mining

* gjhiggins makes mental note to investigate restoring the “mining” tab.

Cheers

Graham
hero member
Activity: 887
Merit: 500
Because first page of thread is almost expired, i made a small site dedicated to fuguecoin.
There are info, files, network hashrate & profit calculator.
www.fuguecoin.eu

wow this coin still active?. node please. any exchange?

1. Yes.

2. 5.9.56.229 or 95.24.44.228:50001

3. Not at present.

Lightweight block explorer at https://minkiz.co/acme *


Cheers

Graham

* self-signed SSL cert, CA cert, DYR: archive.org



wow thank you very much. my wallet sync again  Grin
legendary
Activity: 2254
Merit: 1278
Because first page of thread is almost expired, i made a small site dedicated to fuguecoin.
There are info, files, network hashrate & profit calculator.
www.fuguecoin.eu

wow this coin still active?. node please. any exchange?

1. Yes.

2. 5.9.56.229 or 95.24.44.228:50001

3. Not at present.

Lightweight block explorer at https://minkiz.co/acme *


Cheers

Graham

* self-signed SSL cert, CA cert, DYR: archive.org
hero member
Activity: 887
Merit: 500
Because first page of thread is almost expired, i made a small site dedicated to fuguecoin.
There are info, files, network hashrate & profit calculator.
www.fuguecoin.eu


wow this coin still active?. node please. any exchange?
newbie
Activity: 29
Merit: 0
Because first page of thread is almost expired, i made a small site dedicated to fuguecoin.
There are info, files, network hashrate & profit calculator.
www.fuguecoin.eu
legendary
Activity: 2254
Merit: 1278
CPU miner was never released.

Perhaps not as a standalone optimized CPU miner but the in-wallet miner works fine.

Cheers

Graham
sr. member
Activity: 2366
Merit: 305
Duelbits - $100k Bonus/week
25% of all coins already emmited, 292 days left to half reward, difficulty is ultra low, fuguecoin can be mined even on cpu! Shocked

CPU miner was never released.
newbie
Activity: 29
Merit: 0
25% of all coins already emmited, 292 days left to half reward, difficulty is ultra low, fuguecoin can be mined even on cpu! Shocked
Pages:
Jump to: