Pages:
Author

Topic: [ANN] $XQN Quotient Financial Network | PoW Scrypt, PoS Blake-256 | UPDATE NOW - page 83. (Read 194427 times)

legendary
Activity: 1049
Merit: 1001
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  Tongue
hero member
Activity: 826
Merit: 1000
It seems that there is a bot on this coin manipulating the market, good thing imo.
sr. member
Activity: 389
Merit: 256
sr. member
Activity: 270
Merit: 250
Guys I'm on top of the staking issue and will have a fix soon.  Thanks   Smiley
newbie
Activity: 56
Merit: 0
why is this coin so cheap???

I could make the same question because I have no idea why this coin is so cheap Cheesy It's unbelievable
hero member
Activity: 597
Merit: 506
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 Wink
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.
legendary
Activity: 1050
Merit: 1000
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 Wink
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?
sr. member
Activity: 448
Merit: 250
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 Wink
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.
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
hero member
Activity: 597
Merit: 506
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.

legendary
Activity: 1050
Merit: 1000
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.
legendary
Activity: 1045
Merit: 1000
https://r.honeygain.me/XEDDM2B07C
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.
hero member
Activity: 597
Merit: 506
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
new commit wont compile on linux.

First issue was no #include in quantpage.cpp & quantpage.h

Now I'm getting this:

Code:
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
sr. member
Activity: 433
Merit: 256
POS does not work correctly?

Your weight is 293
Weight network is 260
Expected time to earn reward is 51 second ( after a restart of the client is always 48 seconds 51 seconds)
17 active connections

last
Status: 2884 confirmations
Date: 13.11.2014 08:11
Source: Generated
Credit: 12.31521778 XQN
Net amount: +12.31521778 XQN
legendary
Activity: 1050
Merit: 1000
isn't the block time 60 secs?

yeah thats for POW .... as for POS ..its another thing
hero member
Activity: 826
Merit: 1000
isn't the block time 60 secs?
sr. member
Activity: 392
Merit: 250
why is this coin so cheap???
legendary
Activity: 1050
Merit: 1000
30 min blocks .....not good
legendary
Activity: 1302
Merit: 1001
whats the max coin age ?
Pages:
Jump to: