KeyserSozeMC
|
|
May 30, 2014, 08:41:54 AM |
|
CONGRATULATIONS! DEDICATEDPOOL.COM HOSTING THIS COIN! Mining Information - SSO (single sign-on) - one account for all our pools on Dedicated v2.0
- Custom stratum/mpos environment
- Vardiff enabled
- PPNLS payout system
- Everything is transparent - blocks, donations, fees.
Server Infrastructure - SIX(6) SERVERS IN CLUSTER
- DDoS level 7 cloudflare, 5 and 3 stratum, and level at 1 switch level
- 8 Core servers, 256GB DDR3 RAM, RAID 10 SSD
- Ramdisks, memcaches, to make things go extremely quick
http://dedicatedpool.comadmin@dedicatedpool.com / IRC on freenode ##dedicatedpool This is fake and you will be hashing other sh!tcoin than this one. Idiots trying to destroy dedicatedpool by spreading FUD and using its reputation to scam.
|
|
|
|
xtsjyfx
Newbie
Offline
Activity: 56
Merit: 0
|
|
May 30, 2014, 08:44:24 AM |
|
Look forward to the X13 coins and what is the difference between X11 is the question.
|
|
|
|
linked67
|
|
May 30, 2014, 08:46:58 AM |
|
Hello, I am trying to build the boostcoin wallet on Ubuntu 14.04 and I keep getting this error.
qrcodedialog.cpp:(.text+0x111a): undefined reference to `QRcode_encodeString' qrcodedialog.cpp:(.text+0x11ef): undefined reference to `QRcode_free' collect2: error: ld returned 1 exit status make: *** [boostcoin-qt] Error 1
I have a bunch of other wallets that made just fine, like marucoin, darkcoin, etc, etc
I tried doing qmake, qmake-4, giving 740 permission to leveldb in src (that was an earlier error), I have all the depends according to the readme-qt. Any help would be appreciated thanks!
In the Boostcoin-Qt.pro file disable the QRcode section cd /src/leveldb/ chmod +x ./Build_Detect_Platform Thank you very much! I commented out these lines in the Boostcoin-Qt.pro: #USE_QRCODE=1 # use: qmake "USE_QRCODE=1" # libqrencode ( http://fukuchi.org/works/qrencode/index.en.html) must be installed for support #contains(USE_QRCODE, 1) { # message(Building with QRCode support) # DEFINES += USE_QRCODE # macx:LIBS += -lqrencode # win32:INCLUDEPATH +=$$QRENCODE_INCLUDE_PATH # win32:LIBS += $$join(QRENCODE_LIB_PATH,,-L) -lqrcodelib #} and cd /src/leveldb chmod +x build_detect_platform then qmake (not qmake-qt4 which worked for all my other wallets) make Thanks again, seems to be syncing up (but there was some runaway error but i closed and it restarted and its fine so far) I have this error after i do the step above: .....lot of same error lines.... build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x68): référence indéfinie vers « QObject::disconnectNotify(char const*) » build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x160): référence indéfinie vers « QWidget::x11Event(_XEvent*) » build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x190): référence indéfinie vers « QWidget::styleChange(QStyle&) » build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x198): référence indéfinie vers « QWidget::enabledChange(bool) » build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x1a0): référence indéfinie vers « QWidget::paletteChange(QPalette const&) » build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x1a8): référence indéfinie vers « QWidget::fontChange(QFont const&) » build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x1b0): référence indéfinie vers « QWidget::windowActivationChange(bool) » build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x1b8): référence indéfinie vers « QWidget::languageChange() » collect2: error: ld returned 1 exit status make: *** [boostcoin-qt] Erreur 1
|
|
|
|
letitbit
Member
Offline
Activity: 174
Merit: 10
|
|
May 30, 2014, 08:53:59 AM |
|
|
|
|
|
q327K091
Legendary
Offline
Activity: 1792
Merit: 1010
|
|
May 30, 2014, 08:55:16 AM |
|
Hello, I am trying to build the boostcoin wallet on Ubuntu 14.04 and I keep getting this error.
qrcodedialog.cpp:(.text+0x111a): undefined reference to `QRcode_encodeString' qrcodedialog.cpp:(.text+0x11ef): undefined reference to `QRcode_free' collect2: error: ld returned 1 exit status make: *** [boostcoin-qt] Error 1
I have a bunch of other wallets that made just fine, like marucoin, darkcoin, etc, etc
I tried doing qmake, qmake-4, giving 740 permission to leveldb in src (that was an earlier error), I have all the depends according to the readme-qt. Any help would be appreciated thanks!
In the Boostcoin-Qt.pro file disable the QRcode section cd /src/leveldb/ chmod +x ./Build_Detect_Platform Thank you very much! I commented out these lines in the Boostcoin-Qt.pro: #USE_QRCODE=1 # use: qmake "USE_QRCODE=1" # libqrencode ( http://fukuchi.org/works/qrencode/index.en.html) must be installed for support #contains(USE_QRCODE, 1) { # message(Building with QRCode support) # DEFINES += USE_QRCODE # macx:LIBS += -lqrencode # win32:INCLUDEPATH +=$$QRENCODE_INCLUDE_PATH # win32:LIBS += $$join(QRENCODE_LIB_PATH,,-L) -lqrcodelib #} and cd /src/leveldb chmod +x build_detect_platform then qmake (not qmake-qt4 which worked for all my other wallets) make Thanks again, seems to be syncing up (but there was some runaway error but i closed and it restarted and its fine so far) I have this error after i do the step above: .....lot of same error lines.... build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x68): référence indéfinie vers « QObject::disconnectNotify(char const*) » build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x160): référence indéfinie vers « QWidget::x11Event(_XEvent*) » build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x190): référence indéfinie vers « QWidget::styleChange(QStyle&) » build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x198): référence indéfinie vers « QWidget::enabledChange(bool) » build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x1a0): référence indéfinie vers « QWidget::paletteChange(QPalette const&) » build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x1a8): référence indéfinie vers « QWidget::fontChange(QFont const&) » build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x1b0): référence indéfinie vers « QWidget::windowActivationChange(bool) » build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x1b8): référence indéfinie vers « QWidget::languageChange() » collect2: error: ld returned 1 exit status make: *** [boostcoin-qt] Erreur 1
not on Ubuntu (using Centos) see if downloading and compiling QT qt-everywhere-opensource-src-4.8.5 and using it to run make will help QT_HOME=/opt/local/src/qt/qt-everywhere-opensource-src-4.8.5/dist $QT_HOME/bin/qmake
|
|
|
|
tbearhere
Legendary
Offline
Activity: 3220
Merit: 1003
|
|
May 30, 2014, 09:08:52 AM |
|
i think its over,people giving up mining look suprnova only 800 mining
You have to look at net hashrate, not pool workers Suprnova 1 and 2 combined has 1300 workers im going to mine there if i get x13 to work .. suprnova did you read my apologizes i posted that day? thank you
|
|
|
|
cointrader83
|
|
May 30, 2014, 09:16:17 AM |
|
Why going down the price?!
|
|
|
|
q327K091
Legendary
Offline
Activity: 1792
Merit: 1010
|
|
May 30, 2014, 09:31:01 AM |
|
Look forward to the X13 coins and what is the difference between X11 is the question. Two additional hash permutations were added hamsi and fugue, fugue is especially powerful for it (and I quote) replaces the 4×4 column mixing matrix with a 16×16 "super-mix" operation which greatly improves diffusion (diffusion is one of most important factors in the design of cryptographic protocols) fugue is very resistant to algebraic attacks more so than for example hamsi... so in general you adding additional layer of security without sacrificing performance So you have one of the most advanced crypto coin design in your hands (not the first one granted) but still. ref. http://en.wikipedia.org/wiki/Fugue_(hash_function)
|
|
|
|
han1122
|
|
May 30, 2014, 09:41:09 AM |
|
Time to buy more cheap BOOST
|
|
|
|
afong9
Member
Offline
Activity: 119
Merit: 10
|
|
May 30, 2014, 09:41:28 AM |
|
|
|
|
|
zwiggel
|
|
May 30, 2014, 09:48:41 AM |
|
Reward - 10,000 BOST Looking for an experience developer to join the team to help implement Anonymous features, and help take this coin to a whole new level ! 10,000 BOST reward for the position. That's about $1500 to join the team an help deliver something amazing You must be able to show a proven track record in assisting developing this technology. +100 Please don't panic people.. I made that mistake with Naut when it was so young.. I saw it go from 30k to under 10k like 3 times! and I sold it at 30 the next bounce. Then it was 30k when it hit Mintpal. And well then it went to 100k... XC coin I had bought at 5k. It went to 20k and down to 10k a few times. I sell. Then like for a week it kept being so low and more and more people panic sold. And then when all the weak hands were out.. Well rest is history. So this coin is so young.. Its still in pow. ATH is 32k witouth mintpal AND in POW. It ends soon. XC pump is done. This one has more then 900 btc volume over poloniex and Bittrex!!! Mintpal will add it probabbly soon WITOUTH us voting for it even... And if dev starts working on anonymous features.. Coool we will see 50k atleast. And I think price will be over 20k when it goes to mintpal. People see the first x13. Coin will get hyped even more. All weak hands are gone and new chance for new hands who buy in now at 10k and not at 3k!
|
|
|
|
sdersdf2
|
|
May 30, 2014, 10:04:09 AM |
|
Reward - 10,000 BOST Looking for an experience developer to join the team to help implement Anonymous features, and help take this coin to a whole new level ! 10,000 BOST reward for the position. That's about $1500 to join the team an help deliver something amazing You must be able to show a proven track record in assisting developing this technology. +100 Please don't panic people.. I made that mistake with Naut when it was so young.. I saw it go from 30k to under 10k like 3 times! and I sold it at 30 the next bounce. Then it was 30k when it hit Mintpal. And well then it went to 100k... XC coin I had bought at 5k. It went to 20k and down to 10k a few times. I sell. Then like for a week it kept being so low and more and more people panic sold. And then when all the weak hands were out.. Well rest is history. So this coin is so young.. Its still in pow. ATH is 32k witouth mintpal AND in POW. It ends soon. XC pump is done. This one has more then 900 btc volume over poloniex and Bittrex!!! Mintpal will add it probabbly soon WITOUTH us voting for it even... And if dev starts working on anonymous features.. Coool we will see 50k atleast. And I think price will be over 20k when it goes to mintpal. People see the first x13. Coin will get hyped even more. All weak hands are gone and new chance for new hands who buy in now at 10k and not at 3k! Concern might be the premine - was this insider/whale-dumped?
|
|
|
|
63296310
Sr. Member
Offline
Activity: 313
Merit: 250
Changing avatars is currently not possible.
|
|
May 30, 2014, 10:04:40 AM |
|
|
Dsb6Mc9TgGV1i3rzcbQeuWMni6Ve2sbXP2G
|
|
|
ocminer
Legendary
Offline
Activity: 2688
Merit: 1240
|
|
May 30, 2014, 10:08:28 AM |
|
Look forward to the X13 coins and what is the difference between X11 is the question. Two additional hash permutations were added hamsi and fugue, fugue is especially powerful for it (and I quote) replaces the 4×4 column mixing matrix with a 16×16 "super-mix" operation which greatly improves diffusion (diffusion is one of most important factors in the design of cryptographic protocols) fugue is very resistant to algebraic attacks more so than for example hamsi... so in general you adding additional layer of security without sacrificing performance So you have one of the most advanced crypto coin design in your hands (not the first one granted) but still. ref. http://en.wikipedia.org/wiki/Fugue_(hash_function) And there are No multipools...
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
ozzy1926
|
|
May 30, 2014, 10:13:30 AM |
|
well i will never buy this coin again .will just mine and dump
|
|
|
|
zwiggel
|
|
May 30, 2014, 10:14:02 AM |
|
Look forward to the X13 coins and what is the difference between X11 is the question. Two additional hash permutations were added hamsi and fugue, fugue is especially powerful for it (and I quote) replaces the 4×4 column mixing matrix with a 16×16 "super-mix" operation which greatly improves diffusion (diffusion is one of most important factors in the design of cryptographic protocols) fugue is very resistant to algebraic attacks more so than for example hamsi... so in general you adding additional layer of security without sacrificing performance So you have one of the most advanced crypto coin design in your hands (not the first one granted) but still. ref. http://en.wikipedia.org/wiki/Fugue_(hash_function) And there are No multipools... Price will adapt to this. i remember people not being patience when x11 coin was stuck at 15k for a while
|
|
|
|
donglaidongwang1
Newbie
Offline
Activity: 50
Merit: 0
|
|
May 30, 2014, 10:18:01 AM |
|
Guy?does the price will be higher in the future?
|
|
|
|
MacHead2006
Member
Offline
Activity: 118
Merit: 10
|
|
May 30, 2014, 10:18:46 AM |
|
Why no multypool ? Trademybit have x13 multypool.
|
|
|
|
mammix2 (OP)
Legendary
Offline
Activity: 1302
Merit: 1004
|
|
May 30, 2014, 10:21:30 AM |
|
Reward - 10,000 BOST Looking for an experience developer to join the team to help implement Anonymous features, and help take this coin to a whole new level ! 10,000 BOST reward for the position. That's about $1500 to join the team an help deliver something amazing You must be able to show a proven track record in assisting developing this technology. +100 Please don't panic people.. I made that mistake with Naut when it was so young.. I saw it go from 30k to under 10k like 3 times! and I sold it at 30 the next bounce. Then it was 30k when it hit Mintpal. And well then it went to 100k... XC coin I had bought at 5k. It went to 20k and down to 10k a few times. I sell. Then like for a week it kept being so low and more and more people panic sold. And then when all the weak hands were out.. Well rest is history. So this coin is so young.. Its still in pow. ATH is 32k witouth mintpal AND in POW. It ends soon. XC pump is done. This one has more then 900 btc volume over poloniex and Bittrex!!! Mintpal will add it probabbly soon WITOUTH us voting for it even... And if dev starts working on anonymous features.. Coool we will see 50k atleast. And I think price will be over 20k when it goes to mintpal. People see the first x13. Coin will get hyped even more. All weak hands are gone and new chance for new hands who buy in now at 10k and not at 3k! Concern might be the premine - was this insider/whale-dumped? Nope he was the manipulator https://twitter.com/smokin35
|
1HfpFYxBUpQ941mKd4DEjsyA22HN4Kerzu
|
|
|
mammix2 (OP)
Legendary
Offline
Activity: 1302
Merit: 1004
|
|
May 30, 2014, 10:23:00 AM |
|
|
1HfpFYxBUpQ941mKd4DEjsyA22HN4Kerzu
|
|
|
|