Pages:
Author

Topic: [ANN][MIC] Mist Coin | Pos | NO IPO or ICO| no Premine | 3Exchange | Roadmap - page 4. (Read 40569 times)

newbie
Activity: 7
Merit: 0
I tried to compile on Ubuntu 14.04 64bit and I can't compile from source.
Does anybody have an idea?

src/qt/statisticspage.cpp: In member function ‘void StatisticsPage::updateStatistics()’:
src/qt/statisticspage.cpp:72:64: error: call of overloaded ‘toString(int64_t&)’ is ambiguous
src/qt/statisticspage.cpp:72:64: note: candidates are:
In file included from /usr/include/qt4/QtGui/qvalidator.h:48:0,
from /usr/include/qt4/QtGui/qabstractspinbox.h:46,
from /usr/include/qt4/QtGui/qstyleoption.h:46,
from /usr/include/qt4/QtGui/qabstractitemdelegate.h:46,
from /usr/include/qt4/QtGui/qabstractitemview.h:48,
from /usr/include/qt4/QtGui/qheaderview.h:45,
from /usr/include/qt4/QtGui/QHeaderView:1,
from build/ui_statisticspage.h:21,
from src/qt/statisticspage.cpp:2:
/usr/include/qt4/QtCore/qlocale.h:675:13: note: QString QLocale::toString(qlonglong) const
/usr/include/qt4/QtCore/qlocale.h:676:13: note: QString QLocale::toString(qulonglong) const
/usr/include/qt4/QtCore/qlocale.h:782:16: note: QString QLocale::toString(short int) const
/usr/include/qt4/QtCore/qlocale.h:784:16: note: QString QLocale::toString(ushort) const
/usr/include/qt4/QtCore/qlocale.h:786:16: note: QString QLocale::toString(int) const
/usr/include/qt4/QtCore/qlocale.h:788:16: note: QString QLocale::toString(uint) const
/usr/include/qt4/QtCore/qlocale.h:681:13: note: QString QLocale::toString(double, char, int) const
/usr/include/qt4/QtCore/qlocale.h:790:16: note: QString QLocale::toString(float, char, int) const
make: *** [build/statisticspage.o] Error 1
sr. member
Activity: 264
Merit: 250
Dev you should also get a PR team. we understand you are busy coding, but if you have someone who you can relay information too and then who can keep the community updated it would provide more interest in mistcoin.
legendary
Activity: 1131
Merit: 1007
DEV, you should someone re-write OP. No offense but your English is pretty broken and turns potential investors off. If you find a community member willing to edit it for you it will make a world of difference.

Here I rewrote the first bit maybe it will help and maybe someone can improve it more:

Mistcoin's aim is to be a fair cryptocoin for everyone.  To keep the POW distribution fair we did not participate in mining of the coin and no coins were premined.  Instead, we bought MistCoin at market price to pay for rewards.

We would like to see MistCoin listed on as many exchanges as possible and have decided to accept donations to help accelerate this process.

MIC Addresses:
MJhnxX8Rcij9xFAw1AXfr9fxGTa2oFA7Pr

BTC Addresses:
1BKrdftFoaBgCBk15KxDvg8dBsWRHvtoUp

Our team is always looking for community memebers interested in helping out.  If you can help or have some ideas for mistcoin please send us a PM.

More details are coming soon...
sr. member
Activity: 461
Merit: 250
Any help for my problem DEV? Thanks!
newbie
Activity: 21
Merit: 0
DEV, you should someone re-write OP. No offense but your English is pretty broken and turns potential investors off. If you find a community member willing to edit it for you it will make a world of difference.

Great, we will make a bounty for anybody who can help us to retypesetting the OP. Please PM if you are interested.
legendary
Activity: 1148
Merit: 1000
DEV, you should someone re-write OP. No offense but your English is pretty broken and turns potential investors off. If you find a community member willing to edit it for you it will make a world of difference.
sr. member
Activity: 461
Merit: 250
Hello Mistcoin dev. I tried to compile on Ubuntu 14.10 64bit. I have all dependecies and also I succesfully compiled several wallets before. When I try to compile Mistcoin first I have error for permission of build_detect_platform which I take care but it would be nice to resolve that and push on github. Main error is as follows:

Code:
src/qt/statisticspage.cpp: In member function ‘void StatisticsPage::updateStatistics()’:
src/qt/statisticspage.cpp:72:64: error: call of overloaded ‘toString(int64_t&)’ is ambiguous
     QString qVolume = QLocale(QLocale::English).toString(volume);
                                                                ^
src/qt/statisticspage.cpp:72:64: note: candidates are:
In file included from /usr/include/qt4/QtGui/qvalidator.h:48:0,
                 from /usr/include/qt4/QtGui/qabstractspinbox.h:46,
                 from /usr/include/qt4/QtGui/qstyleoption.h:46,
                 from /usr/include/qt4/QtGui/qabstractitemdelegate.h:46,
                 from /usr/include/qt4/QtGui/qabstractitemview.h:48,
                 from /usr/include/qt4/QtGui/qheaderview.h:45,
                 from /usr/include/qt4/QtGui/QHeaderView:1,
                 from build/ui_statisticspage.h:20,
                 from src/qt/statisticspage.cpp:2:
/usr/include/qt4/QtCore/qlocale.h:698:13: note: QString QLocale::toString(qlonglong) const
     QString toString(qlonglong i) const;
             ^
/usr/include/qt4/QtCore/qlocale.h:699:13: note: QString QLocale::toString(qulonglong) const
     QString toString(qulonglong i) const;
             ^
/usr/include/qt4/QtCore/qlocale.h:810:16: note: QString QLocale::toString(short int) const
 inline QString QLocale::toString(short i) const
                ^
/usr/include/qt4/QtCore/qlocale.h:812:16: note: QString QLocale::toString(ushort) const
 inline QString QLocale::toString(ushort i) const
                ^
/usr/include/qt4/QtCore/qlocale.h:814:16: note: QString QLocale::toString(int) const
 inline QString QLocale::toString(int i) const
                ^
/usr/include/qt4/QtCore/qlocale.h:816:16: note: QString QLocale::toString(uint) const
 inline QString QLocale::toString(uint i) const
                ^
/usr/include/qt4/QtCore/qlocale.h:704:13: note: QString QLocale::toString(double, char, int) const
     QString toString(double i, char f = 'g', int prec = 6) const;
             ^
/usr/include/qt4/QtCore/qlocale.h:818:16: note: QString QLocale::toString(float, char, int) const
 inline QString QLocale::toString(float i, char f, int prec) const
                ^
Makefile:1817: recipe for target 'build/statisticspage.o' failed
make: *** [build/statisticspage.o] Error 1

I would appreciate any help in order to succesfully compile linux wallet...
legendary
Activity: 1124
Merit: 1013
ParalleCoin's ruler from the shadow
DEV should treat each proposal seriously, this is the community development foundation,
I look forward to the first step is the LIUNX Wallet Grin

I'll build a linux wallet for ya (Ubuntu 14.04 based)

Will post back once it's ready.

Hi there,
We are happy to accept that you help us to build a linux wallet. Please send it to [email protected]
Thanks again.

mistcoin dev


I have try to build wallet on both Ubuntu 32/64 but there is some issue with it. When compiling statistcspage.cpp goes as error.
newbie
Activity: 21
Merit: 0
DEV should treat each proposal seriously, this is the community development foundation,
I look forward to the first step is the LIUNX Wallet Grin

I'll build a linux wallet for ya (Ubuntu 14.04 based)

Will post back once it's ready.

Hi there,
We are happy to accept that you help us to build a linux wallet. Please send it to [email protected]
Thanks again.

mistcoin dev
legendary
Activity: 1596
Merit: 1014
hero member
Activity: 938
Merit: 1000


We are still here, thanks for your attention and advice
we are working for the roadmap of mistcoin.


October 17, 2014  Announcement
October 19, 2014  Complete the details of MistCoin
October 21, 2014  Complete the source code of wallet                                             
October 23, 2014  Complete the windows wallet
October 25, 2014  LOGO design complete
October 25, 2014  Complete the launch time
October 28, 2014 00:00 GMT Start POW phase
October 28, 2014  Block Explorer  :  http://mic-explorer.coin-miners.info:3003
October 29, 2014 Landed in empoex www.empoex.com/trade/MIC-BTC
October 29, 2014 Landed in coin-swap coin-swap.net/market/MIC/BTC
October 31, 2014 Landed in c-cex c-cex.com/?p=mic-btc
November 2, 2014 POW phase is over, POW phase start
November 5, 2014    Prepare to construct MistCoin foundation (for development and bounty)
November 6, 2014 Announce the roadmap

Coming soon    Bittrex,Cryptsy,Poloniex and more exchange
Coming soon    Linux wallet
Coming soon    Website online
Coming soon    New LOGO
Coming soon    Mac wallet
Coming soon    New windows wallet
Coming soon    New Linux wallet


follow-up          More details of White-book
follow-up          Online wallet
follow-up          IOS/Android wallet
follow-up          MistCoin gift periphery(mug, T-shirt)
follow-up          MistCoin entertainment platform
follow-up          More E-commerce platform
follow-up          More financial derivatives
follow-up          more online and offline payment system
follow-up          ...


good job dev
can't wait to be list on the other exchange
maybe you should active on social media to make people interest with this project Smiley
hero member
Activity: 532
Merit: 500
Better die on your feet, than live on your knees


We are still here, thanks for your attention and advice
we are working for the roadmap of mistcoin.


October 17, 2014  Announcement
October 19, 2014  Complete the details of MistCoin
October 21, 2014  Complete the source code of wallet                                             
October 23, 2014  Complete the windows wallet
October 25, 2014  LOGO design complete
October 25, 2014  Complete the launch time
October 28, 2014 00:00 GMT Start POW phase
October 28, 2014  Block Explorer  :  http://mic-explorer.coin-miners.info:3003
October 29, 2014 Landed in empoex www.empoex.com/trade/MIC-BTC
October 29, 2014 Landed in coin-swap coin-swap.net/market/MIC/BTC
October 31, 2014 Landed in c-cex c-cex.com/?p=mic-btc
November 2, 2014 POW phase is over, POW phase start
November 5, 2014    Prepare to construct MistCoin foundation (for development and bounty)
November 6, 2014 Announce the roadmap

Coming soon    Bittrex,Cryptsy,Poloniex and more exchange
Coming soon    Linux wallet
Coming soon    Website online
Coming soon    New LOGO
Coming soon    Mac wallet
Coming soon    New windows wallet
Coming soon    New Linux wallet


follow-up          More details of White-book
follow-up          Online wallet
follow-up          IOS/Android wallet
follow-up          MistCoin gift periphery(mug, T-shirt)
follow-up          MistCoin entertainment platform
follow-up          More E-commerce platform
follow-up          More financial derivatives
follow-up          more online and offline payment system
follow-up          ...



Looking good.
Is it possible that you set up a Twitter account?
newbie
Activity: 21
Merit: 0


We are still here, thanks for your attention and advice
we are working for the roadmap of mistcoin.


October 17, 2014  Announcement
October 19, 2014  Complete the details of MistCoin
October 21, 2014  Complete the source code of wallet                                             
October 23, 2014  Complete the windows wallet
October 25, 2014  LOGO design complete
October 25, 2014  Complete the launch time
October 28, 2014 00:00 GMT Start POW phase
October 28, 2014  Block Explorer  :  http://mic-explorer.coin-miners.info:3003
October 29, 2014 Landed in empoex www.empoex.com/trade/MIC-BTC
October 29, 2014 Landed in coin-swap coin-swap.net/market/MIC/BTC
October 31, 2014 Landed in c-cex c-cex.com/?p=mic-btc
November 2, 2014 POW phase is over, POW phase start
November 5, 2014    Prepare to construct MistCoin foundation (for development and bounty)
November 6, 2014 Announce the roadmap

Coming soon    Bittrex,Cryptsy,Poloniex and more exchange
Coming soon    Linux wallet
Coming soon    Website online
Coming soon    New LOGO
Coming soon    Mac wallet
Coming soon    New windows wallet
Coming soon    New Linux wallet


follow-up          More details of White-book
follow-up          Online wallet
follow-up          IOS/Android wallet
follow-up          MistCoin gift periphery(mug, T-shirt)
follow-up          MistCoin entertainment platform
follow-up          More E-commerce platform
follow-up          More financial derivatives
follow-up          more online and offline payment system
follow-up          ...

hero member
Activity: 525
Merit: 501
GameX (GX) | NextGEN Gaming Cryptocurrency
DEV should treat each proposal seriously, this is the community development foundation,
I look forward to the first step is the LIUNX Wallet Grin

I'll build a linux wallet for ya (Ubuntu 14.04 based)

Will post back once it's ready.

+1 A Linux wallet release would be great. BITtrex would require this in order to have it listed. Having only a Windows wallet will kill the coin. Dev, let @minerpools build it for you.
hero member
Activity: 532
Merit: 500
Better die on your feet, than live on your knees
This could turn out to be a hell of a ride, got so many cheap coins from the impatient people who can't live without updates everyday.
POW over, not a huge number of coins, launch and mining went smooth, wallet works. This is quite possibly a sleeping rocket ship.
With this one really testing the theory of buy on dumps, it has gone very well before.

Looking forward to the explosion

newbie
Activity: 40
Merit: 0
We will founded mistcoin foundation.
Before this, we have bought 200 thousand mistcoin for develop and bouty. Also, we accept donation from community.
You are welcome to supervise the receipt and expenditure of mistcoin foundation.

Our mistcoin address is as below:
MJhnxX8Rcij9xFAw1AXfr9fxGTa2oFA7Pr


Oke Dev..
I Will Donation..
hero member
Activity: 574
Merit: 500
( ͡° ͜ʖ ͡°)
DEV should treat each proposal seriously, this is the community development foundation,
I look forward to the first step is the LIUNX Wallet Grin

I'll build a linux wallet for ya (Ubuntu 14.04 based)

Will post back once it's ready.
newbie
Activity: 21
Merit: 0
We will founded mistcoin foundation.
Before this, we have bought 200 thousand mistcoin for develop and bouty. Also, we accept donation from community.
You are welcome to supervise the receipt and expenditure of mistcoin foundation.

Our mistcoin address is as below:
MJhnxX8Rcij9xFAw1AXfr9fxGTa2oFA7Pr
newbie
Activity: 30
Merit: 0
DEV should treat each proposal seriously, this is the community development foundation,
I look forward to the first step is the LIUNX Wallet Grin
Pages:
Jump to: