billotronic
Legendary
Offline
Activity: 1610
Merit: 1000
Crackpot Idealist
|
|
November 15, 2014, 03:24:58 PM |
|
new commit wont compile on linux. First issue was no #include <QTimer> in quantpage.cpp & quantpage.h Now I'm getting this: In file included from src/bitcoinrpc.h:16:0, from src/qt/consolepage.cpp:6: src/json/json_spirit_writer_template.h: In function ‘String_type json_spirit::non_printable_to_string(unsigned int)’: src/json/json_spirit_writer_template.h:31:50: warning: typedef ‘Char_type’ locally defined but not used [-Wunused-local-typedefs] typedef typename String_type::value_type Char_type; ^ src/qt/consolepage.cpp: In member function ‘void ConsolePage::dumpmarkethistory()’: src/qt/consolepage.cpp:299:12: error: invalid use of incomplete type ‘class QDebug’ qDebug() << "dumpmarkethistory()"; ^ In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0, from /usr/include/qt4/QtCore/qobjectdefs.h:45, from /usr/include/qt4/QtGui/qwindowdefs.h:45, from /usr/include/qt4/QtGui/qwidget.h:46, from /usr/include/qt4/QtGui/QWidget:1, from src/qt/consolepage.h:4, from src/qt/consolepage.cpp:1: /usr/include/qt4/QtCore/qglobal.h:1795:7: error: forward declaration of ‘class QDebug’ class QDebug; ^ src/qt/consolepage.cpp: In member function ‘void ConsolePage::marketdata()’: src/qt/consolepage.cpp:310:12: error: invalid use of incomplete type ‘class QDebug’ qDebug() << "dumpmarkethistory()"; ^ In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0, from /usr/include/qt4/QtCore/qobjectdefs.h:45, from /usr/include/qt4/QtGui/qwindowdefs.h:45, from /usr/include/qt4/QtGui/qwidget.h:46, from /usr/include/qt4/QtGui/QWidget:1, from src/qt/consolepage.h:4, from src/qt/consolepage.cpp:1: /usr/include/qt4/QtCore/qglobal.h:1795:7: error: forward declaration of ‘class QDebug’ class QDebug; ^ src/qt/consolepage.cpp: In member function ‘void ConsolePage::eeMktDataReplyFinished()’: src/qt/consolepage.cpp:359:12: error: invalid use of incomplete type ‘class QDebug’ qDebug() << "Returning market data table"; ^ In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0, from /usr/include/qt4/QtCore/qobjectdefs.h:45, from /usr/include/qt4/QtGui/qwindowdefs.h:45, from /usr/include/qt4/QtGui/qwidget.h:46, from /usr/include/qt4/QtGui/QWidget:1, from src/qt/consolepage.h:4, from src/qt/consolepage.cpp:1: /usr/include/qt4/QtCore/qglobal.h:1795:7: error: forward declaration of ‘class QDebug’ class QDebug; ^ src/qt/consolepage.cpp: In member function ‘void ConsolePage::eeHistoryReplyFinished()’: src/qt/consolepage.cpp:367:12: error: invalid use of incomplete type ‘class QDebug’ qDebug() << "eeHistoryReplyFinished()"; ^ In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0, from /usr/include/qt4/QtCore/qobjectdefs.h:45, from /usr/include/qt4/QtGui/qwindowdefs.h:45, from /usr/include/qt4/QtGui/qwidget.h:46, from /usr/include/qt4/QtGui/QWidget:1, from src/qt/consolepage.h:4, from src/qt/consolepage.cpp:1: /usr/include/qt4/QtCore/qglobal.h:1795:7: error: forward declaration of ‘class QDebug’ class QDebug; ^ src/qt/consolepage.cpp:398:12: error: invalid use of incomplete type ‘class QDebug’ qDebug() << "Returning market data table"; ^ In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0, from /usr/include/qt4/QtCore/qobjectdefs.h:45, from /usr/include/qt4/QtGui/qwindowdefs.h:45, from /usr/include/qt4/QtGui/qwidget.h:46, from /usr/include/qt4/QtGui/QWidget:1, from src/qt/consolepage.h:4, from src/qt/consolepage.cpp:1: /usr/include/qt4/QtCore/qglobal.h:1795:7: error: forward declaration of ‘class QDebug’ class QDebug; ^ /usr/include/qt4/QtCore/qglobal.h: At global scope: /usr/include/qt4/QtCore/qglobal.h:1798:29: warning: inline function ‘QDebug qDebug()’ used but never defined [enabled by default] Q_CORE_EXPORT_INLINE QDebug qDebug(); ^ make: *** [build/consolepage.o] Error 1
|
|
|
|
KingCaper
|
|
November 15, 2014, 03:30:04 PM |
|
new commit wont compile on linux. First issue was no #include <QTimer> in quantpage.cpp & quantpage.h Now I'm getting this: In file included from src/bitcoinrpc.h:16:0, from src/qt/consolepage.cpp:6: src/json/json_spirit_writer_template.h: In function ‘String_type json_spirit::non_printable_to_string(unsigned int)’: src/json/json_spirit_writer_template.h:31:50: warning: typedef ‘Char_type’ locally defined but not used [-Wunused-local-typedefs] typedef typename String_type::value_type Char_type; ^ src/qt/consolepage.cpp: In member function ‘void ConsolePage::dumpmarkethistory()’: src/qt/consolepage.cpp:299:12: error: invalid use of incomplete type ‘class QDebug’ qDebug() << "dumpmarkethistory()"; ^ In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0, from /usr/include/qt4/QtCore/qobjectdefs.h:45, from /usr/include/qt4/QtGui/qwindowdefs.h:45, from /usr/include/qt4/QtGui/qwidget.h:46, from /usr/include/qt4/QtGui/QWidget:1, from src/qt/consolepage.h:4, from src/qt/consolepage.cpp:1: /usr/include/qt4/QtCore/qglobal.h:1795:7: error: forward declaration of ‘class QDebug’ class QDebug; ^ src/qt/consolepage.cpp: In member function ‘void ConsolePage::marketdata()’: src/qt/consolepage.cpp:310:12: error: invalid use of incomplete type ‘class QDebug’ qDebug() << "dumpmarkethistory()"; ^ In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0, from /usr/include/qt4/QtCore/qobjectdefs.h:45, from /usr/include/qt4/QtGui/qwindowdefs.h:45, from /usr/include/qt4/QtGui/qwidget.h:46, from /usr/include/qt4/QtGui/QWidget:1, from src/qt/consolepage.h:4, from src/qt/consolepage.cpp:1: /usr/include/qt4/QtCore/qglobal.h:1795:7: error: forward declaration of ‘class QDebug’ class QDebug; ^ src/qt/consolepage.cpp: In member function ‘void ConsolePage::eeMktDataReplyFinished()’: src/qt/consolepage.cpp:359:12: error: invalid use of incomplete type ‘class QDebug’ qDebug() << "Returning market data table"; ^ In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0, from /usr/include/qt4/QtCore/qobjectdefs.h:45, from /usr/include/qt4/QtGui/qwindowdefs.h:45, from /usr/include/qt4/QtGui/qwidget.h:46, from /usr/include/qt4/QtGui/QWidget:1, from src/qt/consolepage.h:4, from src/qt/consolepage.cpp:1: /usr/include/qt4/QtCore/qglobal.h:1795:7: error: forward declaration of ‘class QDebug’ class QDebug; ^ src/qt/consolepage.cpp: In member function ‘void ConsolePage::eeHistoryReplyFinished()’: src/qt/consolepage.cpp:367:12: error: invalid use of incomplete type ‘class QDebug’ qDebug() << "eeHistoryReplyFinished()"; ^ In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0, from /usr/include/qt4/QtCore/qobjectdefs.h:45, from /usr/include/qt4/QtGui/qwindowdefs.h:45, from /usr/include/qt4/QtGui/qwidget.h:46, from /usr/include/qt4/QtGui/QWidget:1, from src/qt/consolepage.h:4, from src/qt/consolepage.cpp:1: /usr/include/qt4/QtCore/qglobal.h:1795:7: error: forward declaration of ‘class QDebug’ class QDebug; ^ src/qt/consolepage.cpp:398:12: error: invalid use of incomplete type ‘class QDebug’ qDebug() << "Returning market data table"; ^ In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0, from /usr/include/qt4/QtCore/qobjectdefs.h:45, from /usr/include/qt4/QtGui/qwindowdefs.h:45, from /usr/include/qt4/QtGui/qwidget.h:46, from /usr/include/qt4/QtGui/QWidget:1, from src/qt/consolepage.h:4, from src/qt/consolepage.cpp:1: /usr/include/qt4/QtCore/qglobal.h:1795:7: error: forward declaration of ‘class QDebug’ class QDebug; ^ /usr/include/qt4/QtCore/qglobal.h: At global scope: /usr/include/qt4/QtCore/qglobal.h:1798:29: warning: inline function ‘QDebug qDebug()’ used but never defined [enabled by default] Q_CORE_EXPORT_INLINE QDebug qDebug(); ^ make: *** [build/consolepage.o] Error 1 Hi. I couldn't get the new one to compile either so I spoke with the dev and he said this newest one also needs qtscript5-dev to be installed (I'm on Ubuntu 14.04). Not sure if this will help as I think I had a different error message, but might be worth a try. Also make sure you have installed the other required packages.
|
|
|
|
mistercoin
Legendary
Offline
Activity: 1051
Merit: 1000
https://r.honeygain.me/XEDDM2B07C
|
|
November 15, 2014, 03:38:27 PM |
|
I love it when 'devs' put funny looking symbols and funny names onto clones to make them look more appealing. Funny thing is, it is human nature to be drawn to new shiny things.
|
|
|
|
anticlimax
Legendary
Offline
Activity: 1050
Merit: 1000
|
|
November 15, 2014, 04:02:56 PM Last edit: November 15, 2014, 04:13:23 PM by anticlimax |
|
I love it when 'devs' put funny looking symbols and funny names onto clones to make them look more appealing. Funny thing is, it is human nature to be drawn to new shiny things.
Somebody is grumpy this morning. Don't need to throw around insults. Please link to the coin you are developing.. Edit: reading your posts I see you went all in on munne.. I can see why you're grumpy.
|
twitter @antiiclimax
|
|
|
KingCaper
|
|
November 15, 2014, 04:15:33 PM |
|
I love it when 'devs' put funny looking symbols and funny names onto clones to make them look more appealing. Funny thing is, it is human nature to be drawn to new shiny things.
|
|
|
|
billotronic
Legendary
Offline
Activity: 1610
Merit: 1000
Crackpot Idealist
|
|
November 15, 2014, 04:19:45 PM |
|
new commit wont compile on linux. First issue was no #include <QTimer> in quantpage.cpp & quantpage.h Now I'm getting this: In file included from src/bitcoinrpc.h:16:0, from src/qt/consolepage.cpp:6: src/json/json_spirit_writer_template.h: In function ‘String_type json_spirit::non_printable_to_string(unsigned int)’: src/json/json_spirit_writer_template.h:31:50: warning: typedef ‘Char_type’ locally defined but not used [-Wunused-local-typedefs] typedef typename String_type::value_type Char_type; ^ src/qt/consolepage.cpp: In member function ‘void ConsolePage::dumpmarkethistory()’: src/qt/consolepage.cpp:299:12: error: invalid use of incomplete type ‘class QDebug’ qDebug() << "dumpmarkethistory()"; ^ In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0, from /usr/include/qt4/QtCore/qobjectdefs.h:45, from /usr/include/qt4/QtGui/qwindowdefs.h:45, from /usr/include/qt4/QtGui/qwidget.h:46, from /usr/include/qt4/QtGui/QWidget:1, from src/qt/consolepage.h:4, from src/qt/consolepage.cpp:1: /usr/include/qt4/QtCore/qglobal.h:1795:7: error: forward declaration of ‘class QDebug’ class QDebug; ^ src/qt/consolepage.cpp: In member function ‘void ConsolePage::marketdata()’: src/qt/consolepage.cpp:310:12: error: invalid use of incomplete type ‘class QDebug’ qDebug() << "dumpmarkethistory()"; ^ In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0, from /usr/include/qt4/QtCore/qobjectdefs.h:45, from /usr/include/qt4/QtGui/qwindowdefs.h:45, from /usr/include/qt4/QtGui/qwidget.h:46, from /usr/include/qt4/QtGui/QWidget:1, from src/qt/consolepage.h:4, from src/qt/consolepage.cpp:1: /usr/include/qt4/QtCore/qglobal.h:1795:7: error: forward declaration of ‘class QDebug’ class QDebug; ^ src/qt/consolepage.cpp: In member function ‘void ConsolePage::eeMktDataReplyFinished()’: src/qt/consolepage.cpp:359:12: error: invalid use of incomplete type ‘class QDebug’ qDebug() << "Returning market data table"; ^ In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0, from /usr/include/qt4/QtCore/qobjectdefs.h:45, from /usr/include/qt4/QtGui/qwindowdefs.h:45, from /usr/include/qt4/QtGui/qwidget.h:46, from /usr/include/qt4/QtGui/QWidget:1, from src/qt/consolepage.h:4, from src/qt/consolepage.cpp:1: /usr/include/qt4/QtCore/qglobal.h:1795:7: error: forward declaration of ‘class QDebug’ class QDebug; ^ src/qt/consolepage.cpp: In member function ‘void ConsolePage::eeHistoryReplyFinished()’: src/qt/consolepage.cpp:367:12: error: invalid use of incomplete type ‘class QDebug’ qDebug() << "eeHistoryReplyFinished()"; ^ In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0, from /usr/include/qt4/QtCore/qobjectdefs.h:45, from /usr/include/qt4/QtGui/qwindowdefs.h:45, from /usr/include/qt4/QtGui/qwidget.h:46, from /usr/include/qt4/QtGui/QWidget:1, from src/qt/consolepage.h:4, from src/qt/consolepage.cpp:1: /usr/include/qt4/QtCore/qglobal.h:1795:7: error: forward declaration of ‘class QDebug’ class QDebug; ^ src/qt/consolepage.cpp:398:12: error: invalid use of incomplete type ‘class QDebug’ qDebug() << "Returning market data table"; ^ In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0, from /usr/include/qt4/QtCore/qobjectdefs.h:45, from /usr/include/qt4/QtGui/qwindowdefs.h:45, from /usr/include/qt4/QtGui/qwidget.h:46, from /usr/include/qt4/QtGui/QWidget:1, from src/qt/consolepage.h:4, from src/qt/consolepage.cpp:1: /usr/include/qt4/QtCore/qglobal.h:1795:7: error: forward declaration of ‘class QDebug’ class QDebug; ^ /usr/include/qt4/QtCore/qglobal.h: At global scope: /usr/include/qt4/QtCore/qglobal.h:1798:29: warning: inline function ‘QDebug qDebug()’ used but never defined [enabled by default] Q_CORE_EXPORT_INLINE QDebug qDebug(); ^ make: *** [build/consolepage.o] Error 1 Hi. I couldn't get the new one to compile either so I spoke with the dev and he said this newest one also needs qtscript5-dev to be installed (I'm on Ubuntu 14.04). Not sure if this will help as I think I had a different error message, but might be worth a try. Also make sure you have installed the other required packages. cool, built fine with qt5... thanks!
|
|
|
|
whatdidshedo
|
|
November 15, 2014, 05:46:49 PM |
|
well i sent all coins to bittrex.deleted everything.redownload new wallet again fresh install.once it syncs i will send coins back and will let you know tomorrow.fingers crossed also did most peoples wallets sync smooth or go up in big chunks? seems me and you are one of few that had the issue even after pow was over mine was not staking so i did same thing like you sent it all to bittrex then moved back to wallet , i did it i think before you so i will tell you results if i get any soon, it's been 15 hours since i withdrew them from bittrex so hopefully soon i will have the results and let you now.
|
|
|
|
anticlimax
Legendary
Offline
Activity: 1050
Merit: 1000
|
|
November 15, 2014, 05:59:52 PM |
|
well i sent all coins to bittrex.deleted everything.redownload new wallet again fresh install.once it syncs i will send coins back and will let you know tomorrow.fingers crossed also did most peoples wallets sync smooth or go up in big chunks? seems me and you are one of few that had the issue even after pow was over mine was not staking so i did same thing like you sent it all to bittrex then moved back to wallet , i did it i think before you so i will tell you results if i get any soon, it's been 15 hours since i withdrew them from bittrex so hopefully soon i will have the results and let you now. Ya staking seems to be a little wonky.. I'm wondering if it's because of pow being a different algo than pos. What you guys think?
|
twitter @antiiclimax
|
|
|
KingCaper
|
|
November 15, 2014, 06:15:45 PM |
|
well i sent all coins to bittrex.deleted everything.redownload new wallet again fresh install.once it syncs i will send coins back and will let you know tomorrow.fingers crossed also did most peoples wallets sync smooth or go up in big chunks? seems me and you are one of few that had the issue even after pow was over mine was not staking so i did same thing like you sent it all to bittrex then moved back to wallet , i did it i think before you so i will tell you results if i get any soon, it's been 15 hours since i withdrew them from bittrex so hopefully soon i will have the results and let you now. Ya staking seems to be a little wonky.. I'm wondering if it's because of pow being a different algo than pos. What you guys think? The "Expected time to earn reward is __ seconds/minutes/hours" is waaay out. Tends to be a bit unreliable with most PoS coins, but not quite this bad. Everything else seems to be working fine though.
|
|
|
|
DeAlquezar
Newbie
Offline
Activity: 56
Merit: 0
|
|
November 15, 2014, 06:27:10 PM |
|
why is this coin so cheap???
I could make the same question because I have no idea why this coin is so cheap It's unbelievable
|
|
|
|
CedricQuotient (OP)
|
|
November 15, 2014, 06:32:58 PM |
|
Guys I'm on top of the staking issue and will have a fix soon. Thanks
|
|
|
|
baseke
|
|
November 15, 2014, 06:56:49 PM |
|
Dev still here? wow
|
|
|
|
philipvdlinde
|
|
November 15, 2014, 07:54:58 PM |
|
It seems that there is a bot on this coin manipulating the market, good thing imo.
|
|
|
|
thefix
Legendary
Offline
Activity: 1049
Merit: 1001
|
|
November 15, 2014, 08:06:06 PM |
|
It seems that there is a bot on this coin manipulating the market, good thing imo.
You can expect that with any good coin! Par for the course
|
|
|
|
topcat363
|
|
November 15, 2014, 08:06:53 PM |
|
where do you guys see this price going realistically?
|
|
|
|
|
philipvdlinde
|
|
November 15, 2014, 08:57:31 PM |
|
Does the op say 1.618% stake or 1618%?
|
|
|
|
klopper
|
|
November 15, 2014, 09:05:53 PM |
|
Does the op say 1.618% stake or 1618%?
1618% (~4.4% daily)
|
|
|
|
KingCaper
|
|
November 15, 2014, 09:12:16 PM |
|
Does the op say 1.618% stake or 1618%?
1618% (~4.4% daily) Sorry if this is a stupid question, but isn't it going to inflate the currency to the point of worthlessness?
|
|
|
|
jackfruit
|
|
November 15, 2014, 09:17:58 PM Last edit: November 15, 2014, 09:44:51 PM by jackfruit |
|
Does the op say 1.618% stake or 1618%?
1618% (~4.4% daily) Sorry if this is a stupid question, but isn't it going to inflate the currency to the point of worthlessness? Maybe in the long run..in a year if all coins staked there'd be almost 20m coins but.... 1) Not everyone will stake 2) Who cares about the long run? (Only half kidding here). A fix could be to do what SYNC did and gradually reduce stake over time, but thats a problem for the long run
|
|
|
|
|