ashour
|
 |
May 17, 2014, 10:06:28 AM |
|
seem the price is up now.
will be higher, the market cap is a joke I don't think it will get higher by iteself we have to pump it
|
|
|
|
marti
|
 |
May 17, 2014, 10:29:19 AM |
|
voted on mintpal #510
|
|
|
|
fedmahnkassad
|
 |
May 17, 2014, 11:00:34 AM |
|
voted on mintpal #504
Everyone to vote now, the price will rise. i try to vote each hour until #150 and it feel like we are less than 10 people to the task go go go vote on mintpal edit: voted on mintpal #506 Well, you have to consider that not everybody spend 24h a day in from of PC. A lot of people just log in for 1-2 hours.
|
|
|
|
Morquor
Member

Offline
Activity: 84
Merit: 10
|
 |
May 17, 2014, 11:06:36 AM |
|
voted on mintpal #504
Everyone to vote now, the price will rise. i try to vote each hour until #150 and it feel like we are less than 10 people to the task go go go vote on mintpal edit: voted on mintpal #506 Well, you have to consider that not everybody spend 24h a day in from of PC. A lot of people just log in for 1-2 hours. I'm voting almost every hour but sometimes it doesn't add my vote. The window comes out but the vote count doesn't change. Anybody experienced similar? 
|
|
|
|
haggis
|
 |
May 17, 2014, 11:36:42 AM |
|
Trying to compile the latest wallet under linux. But I just get this: src/qt/overviewpage.cpp:16:33: fatal error: QNetworkAccessManager: File or directory not found #include <QNetworkAccessManager> ^ compilation terminated. make: *** [build/overviewpage.o] Error 1 Any help on this please?
|
|
|
|
Watercooler
|
 |
May 17, 2014, 11:49:55 AM |
|
Trying to compile the latest wallet under linux. But I just get this: src/qt/overviewpage.cpp:16:33: fatal error: QNetworkAccessManager: File or directory not found #include <QNetworkAccessManager> ^ 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
|
|
|
|
lordoliver
Legendary
Offline
Activity: 1666
Merit: 1020
expect(brain).toHaveBeenUsed()
|
 |
May 17, 2014, 11:50:56 AM |
|
|
|
|
|
fedmahnkassad
|
 |
May 17, 2014, 12:02:51 PM |
|
This is very nice and we are also starting to get some volume. Major milestone for CoffeeCoin! A lot of coins never even reach top100 and we are already there about one week after launch! We are also currently the biggest gainer our of ALL coins last 24h with +238.04 %! If we can get on Mintpal, this coin is going to explode.
|
|
|
|
haggis
|
 |
May 17, 2014, 12:09:18 PM |
|
Trying to compile the latest wallet under linux. But I just get this: src/qt/overviewpage.cpp:16:33: fatal error: QNetworkAccessManager: File or directory not found #include <QNetworkAccessManager> ^ 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  ). But thanks. Other suggestions?
|
|
|
|
dminer69
|
 |
May 17, 2014, 12:13:02 PM |
|
voted #516
|
|
|
|
Watercooler
|
 |
May 17, 2014, 12:21:01 PM |
|
Trying to compile the latest wallet under linux. But I just get this: src/qt/overviewpage.cpp:16:33: fatal error: QNetworkAccessManager: File or directory not found #include <QNetworkAccessManager> ^ 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  ). 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 When you look with a hex editor you'll see the file starts with 3 bytes ( Byte order mark EF BB BF ) before the 'Q'
|
|
|
|
haggis
|
 |
May 17, 2014, 12:25:48 PM |
|
Trying to compile the latest wallet under linux. But I just get this: src/qt/overviewpage.cpp:16:33: fatal error: QNetworkAccessManager: File or directory not found #include <QNetworkAccessManager> ^ 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  ). 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.
|
|
|
|
Watercooler
|
 |
May 17, 2014, 12:32:24 PM |
|
Trying to compile the latest wallet under linux. But I just get this: src/qt/overviewpage.cpp:16:33: fatal error: QNetworkAccessManager: File or directory not found #include <QNetworkAccessManager> ^ 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  ). 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
|
|
|
|
syntek
Member

Offline
Activity: 75
Merit: 10
|
 |
May 17, 2014, 12:41:27 PM |
|
coffeecoin prices have been hovering at low levels.
|
|
|
|
dminer69
|
 |
May 17, 2014, 12:48:20 PM |
|
coffeecoin prices have been hovering at low levels.
yea we are getting activity, lets email stan from coindesk and tell him about coffeecoin stan@coindesk.com maybe hes a coffee drinker like us.
|
|
|
|
marti
|
 |
May 17, 2014, 01:02:05 PM |
|
voted on mintpal #519
|
|
|
|
dminer69
|
 |
May 17, 2014, 01:13:18 PM |
|
voted on mintpal #519
voted on mintpal # 520 lets go cfc lets go
|
|
|
|
marti
|
 |
May 17, 2014, 02:06:14 PM |
|
vote on mintpal #526
|
|
|
|
dminer69
|
 |
May 17, 2014, 02:21:58 PM |
|
vote on mintpal #526
voted #527
|
|
|
|
fritzi
|
 |
May 17, 2014, 02:35:15 PM |
|
coffeecoin prices have been hovering at low levels.
yea we are getting activity, lets email stan from coindesk and tell him about coffeecoin stan@coindesk.com maybe hes a coffee drinker like us. Great idea! imagine the publicity it will bring if one of those articles being published on Coindesk will mention CFC.
|
|
|
|
|