Pages:
Author

Topic: [ANN][CFC2]Coffeecoin | This coin is under the RevivalCoinGroup management - page 55. (Read 252873 times)

sr. member
Activity: 308
Merit: 250

Fantastic news, Being able to spend our coffee coins for COFFEE!
sr. member
Activity: 322
Merit: 250
a good coin,i like,but the price is too low these days
sr. member
Activity: 334
Merit: 250
Trying to compile the latest wallet under linux. But I just get this:

Code:
src/qt/overviewpage.cpp:16:33: fatal error: QNetworkAccessManager: File or directory not found
 #include
                                 ^
compilation terminated.
make: *** [build/overviewpage.o] Error 1
Any help on this please?

Open the coffeecoin-qt.pro file and remove the first character on the first line where it says: 'QT += core gui network',
this should do the trick

You mean the first line should read "T += core gui network"? That doesn't work either (and also makes no sense imho Wink). But thanks.
Other suggestions?

No before the 'Q' there was a strange a character in my case, after removing this it was OK so the line
should read : QT += core gui network

Ah ok. No, my file was already ok on this point. It seems like the file of a class cannot be found. If I grep over the sources I only find instanciations of the class but never a definition.

This class is part of the Qt libraries ( QtNetwork ), are you building a Qt4 or a Qt5 version? Make sure you have the devel packages of Qt installed
I'm using qmake-qt4.

I also compiled dozens of other wallets which also use "QT += network" in their .pro file. So I doubt I'm missing anything, do I?

A quick grep on other wallets shows no usage of the QNetworkAccessManager class, I had exactly the same problem yesterday and here it was simply solved by
removing the character which was in front of the 'QT += core gui network' line. I also compiled the Qt4 version

Do you have a '/usr/include/QtNetwork' directory?  The QNetworkAccessManager header file should be in there
There's a /usr/include/qt4/QtNetwork directory with the header file in it (qnetworkaccessmanager.h).
So I appended this path to line 5 of the .pro file and now it seems to compile (still running).

Thanks a lot! Smiley


edit: cheered to soon lol. I'll investigate later as I have to leave now.
Code:
build/overviewpage.o: In Funktion `OverviewPage::handleAdvsTimerUpdate()':
overviewpage.cpp:(.text+0x1648): Nicht definierter Verweis auf `QNetworkRequest::QNetworkRequest(QUrl const&)'
overviewpage.cpp:(.text+0x1654): Nicht definierter Verweis auf `QNetworkAccessManager::get(QNetworkRequest const&)'
overviewpage.cpp:(.text+0x165c): Nicht definierter Verweis auf `QNetworkRequest::~QNetworkRequest()'
overviewpage.cpp:(.text+0x1a5c): Nicht definierter Verweis auf `QNetworkRequest::~QNetworkRequest()'
build/overviewpage.o: In Funktion `OverviewPage::handleLoadAdvsFinished(QNetworkReply*)':
overviewpage.cpp:(.text+0x1d66): Nicht definierter Verweis auf `QNetworkReply::error() const'
build/overviewpage.o: In Funktion `OverviewPage::OverviewPage(QWidget*)':
overviewpage.cpp:(.text+0x2777): Nicht definierter Verweis auf `QNetworkAccessManager::QNetworkAccessManager(QObject*)'
collect2: error: ld returned 1 exit status
make: *** [coffeecoin-qt] Fehler 1

Try this before running make:

qmake "Qt+=network"

That's it! Thank you very much!  Kiss

You're welcome, but it means that there is something wrong with the 'coffeecoin-qt.pro' file, the first line in this file
should take care of enabling the network module of Qt. Most likely the problem is caused by the byte-order mark which
is in front of the 'QT += core gui network' line.
full member
Activity: 198
Merit: 100
voted on mintpal #450


lol who did you voted #450 if i just voted for #556

The guy loves Coffeecoin so much but voted for another coin.  Grin
sr. member
Activity: 322
Merit: 250
voted on mintpal #450


lol who did you voted #450 if i just voted for #556
full member
Activity: 123
Merit: 100
i love coffee,
coffee is my second blood
coffee to the moon
full member
Activity: 123
Merit: 100
full member
Activity: 181
Merit: 100
Sorry if this might be a dumb question, but I couldn't find any explanation on this:

What means the "Coin Age Maturity" or "max coin age" in POS? Do you have to move your coins to start staking again?

No, you don't have to move your coins. You will start all over again if you do that.

Min Coin Age: # hours or days  - minimum holding period to get a stake.

Coin Age Maturity: # days - maximum holding period to get the full stake for your coins.

What is the minimum holding period to get a stake, and the maximum holding period to get the full stake for your Coffeecoins?

Is the minimum holding period about 1 day?

For CFC minimum 30 days holding period to get a stake.
full member
Activity: 181
Merit: 100
Sorry if this might be a dumb question, but I couldn't find any explanation on this:

What means the "Coin Age Maturity" or "max coin age" in POS? Do you have to move your coins to start staking again?

No, you don't have to move your coins. You will start all over again if you do that.

Min Coin Age: # hours or days  - minimum holding period to get a stake.

Coin Age Maturity: # days - maximum holding period to get the full stake for your coins.
Thank you. Not sure if I got it right, though Smiley

Say you have 1000 coins and yearly interest is 10%. Then you should have 1100 after ~360 days (for easyness). If the max coin age is 180 days..what does this mean in numbers? Are we talking about "interest on interest" here?

You're correct, those coins that you got from staking will also mature, eventually will also give you interest.
sr. member
Activity: 310
Merit: 250
Sorry if this might be a dumb question, but I couldn't find any explanation on this:

What means the "Coin Age Maturity" or "max coin age" in POS? Do you have to move your coins to start staking again?

No, you don't have to move your coins. You will start all over again if you do that.

Min Coin Age: # hours or days  - minimum holding period to get a stake.

Coin Age Maturity: # days - maximum holding period to get the full stake for your coins.

What is the minimum holding period to get a stake, and the maximum holding period to get the full stake for your Coffeecoins?

Is the minimum holding period about 1 day?
hero member
Activity: 984
Merit: 1000
Sorry if this might be a dumb question, but I couldn't find any explanation on this:

What means the "Coin Age Maturity" or "max coin age" in POS? Do you have to move your coins to start staking again?

No, you don't have to move your coins. You will start all over again if you do that.

Min Coin Age: # hours or days  - minimum holding period to get a stake.

Coin Age Maturity: # days - maximum holding period to get the full stake for your coins.
Thank you. Not sure if I got it right, though Smiley

Say you have 1000 coins and yearly interest is 10%. Then you should have 1100 after ~360 days (for easyness). If the max coin age is 180 days..what does this mean in numbers? Are we talking about "interest on interest" here?
full member
Activity: 181
Merit: 100
Sorry if this might be a dumb question, but I couldn't find any explanation on this:

What means the "Coin Age Maturity" or "max coin age" in POS? Do you have to move your coins to start staking again?

No, you don't have to move your coins. You will start all over again if you do that.

Min Coin Age: # hours or days  - minimum holding period to get a stake.

Coin Age Maturity: # days - maximum holding period to get the full stake for your coins.
hero member
Activity: 984
Merit: 1000
Sorry if this might be a dumb question, but I couldn't find any explanation on this:

What means the "Coin Age Maturity" or "max coin age" in POS? Do you have to move your coins to start staking again?
full member
Activity: 568
Merit: 100
umachit.fund
hero member
Activity: 984
Merit: 1000
Trying to compile the latest wallet under linux. But I just get this:

Code:
src/qt/overviewpage.cpp:16:33: fatal error: QNetworkAccessManager: File or directory not found
 #include
                                 ^
compilation terminated.
make: *** [build/overviewpage.o] Error 1
Any help on this please?

Open the coffeecoin-qt.pro file and remove the first character on the first line where it says: 'QT += core gui network',
this should do the trick

You mean the first line should read "T += core gui network"? That doesn't work either (and also makes no sense imho Wink). But thanks.
Other suggestions?

No before the 'Q' there was a strange a character in my case, after removing this it was OK so the line
should read : QT += core gui network

Ah ok. No, my file was already ok on this point. It seems like the file of a class cannot be found. If I grep over the sources I only find instanciations of the class but never a definition.

This class is part of the Qt libraries ( QtNetwork ), are you building a Qt4 or a Qt5 version? Make sure you have the devel packages of Qt installed
I'm using qmake-qt4.

I also compiled dozens of other wallets which also use "QT += network" in their .pro file. So I doubt I'm missing anything, do I?

A quick grep on other wallets shows no usage of the QNetworkAccessManager class, I had exactly the same problem yesterday and here it was simply solved by
removing the character which was in front of the 'QT += core gui network' line. I also compiled the Qt4 version

Do you have a '/usr/include/QtNetwork' directory?  The QNetworkAccessManager header file should be in there
There's a /usr/include/qt4/QtNetwork directory with the header file in it (qnetworkaccessmanager.h).
So I appended this path to line 5 of the .pro file and now it seems to compile (still running).

Thanks a lot! Smiley


edit: cheered to soon lol. I'll investigate later as I have to leave now.
Code:
build/overviewpage.o: In Funktion `OverviewPage::handleAdvsTimerUpdate()':
overviewpage.cpp:(.text+0x1648): Nicht definierter Verweis auf `QNetworkRequest::QNetworkRequest(QUrl const&)'
overviewpage.cpp:(.text+0x1654): Nicht definierter Verweis auf `QNetworkAccessManager::get(QNetworkRequest const&)'
overviewpage.cpp:(.text+0x165c): Nicht definierter Verweis auf `QNetworkRequest::~QNetworkRequest()'
overviewpage.cpp:(.text+0x1a5c): Nicht definierter Verweis auf `QNetworkRequest::~QNetworkRequest()'
build/overviewpage.o: In Funktion `OverviewPage::handleLoadAdvsFinished(QNetworkReply*)':
overviewpage.cpp:(.text+0x1d66): Nicht definierter Verweis auf `QNetworkReply::error() const'
build/overviewpage.o: In Funktion `OverviewPage::OverviewPage(QWidget*)':
overviewpage.cpp:(.text+0x2777): Nicht definierter Verweis auf `QNetworkAccessManager::QNetworkAccessManager(QObject*)'
collect2: error: ld returned 1 exit status
make: *** [coffeecoin-qt] Fehler 1

Try this before running make:

qmake "Qt+=network"

That's it! Thank you very much!  Kiss
sr. member
Activity: 322
Merit: 250
I don't understand to distribution here - full member, but got 300 CC

https://www.dropbox.com/s/6bkrwocdjnzrqon/the%20list.txt

their where 4 stages of distribution im not to sure but has a full member i got 100k it was the third after it was 600 coins

voted #554
hero member
Activity: 490
Merit: 504
I don't understand to distribution here - full member, but got 300 CC

https://www.dropbox.com/s/6bkrwocdjnzrqon/the%20list.txt
Pages:
Jump to: