Author

Topic: █=█ BoostCoin █=█ New team, new plans - page 118. (Read 299700 times)

legendary
Activity: 1792
Merit: 1010
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:
Code:
.....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
member
Activity: 174
Merit: 10
sr. member
Activity: 336
Merit: 250
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:
Code:
.....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
newbie
Activity: 56
Merit: 0
Look forward to the X13 coins and what is the difference between X11 is the question. Smiley
hero member
Activity: 742
Merit: 500
I'm dying.

 
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.com
[email protected] / 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.
legendary
Activity: 1302
Merit: 1004

 
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.com
[email protected] / IRC on freenode ##dedicatedpool

Wrong thread dude!
legendary
Activity: 1302
Merit: 1004
Im going to keep spamming this info from now on...

https://www.mintpal.com/voting#BOST
legendary
Activity: 1792
Merit: 1010
do not panic sell!
there is manipulation on bittrex.

+1



+1000

it is not the exchanges that should decide value but rather use (transactions) and features, if you hire dev to add anonymous features this coin will be unstoppable  (saw a post somewhere here about this) smartest move you can make, 10,000 reward is more than generous

+10000
legendary
Activity: 1792
Merit: 1010
mined this on CPU first (like bitcoin  Cool then with NVIDIA at the beginning with major trickery, impossible now (hash rate too low), glad this is entering POW phase soon

thanks dev for bringing this coin to the market place
sr. member
Activity: 243
Merit: 250
reality overcomes
do not panic sell!
there is manipulation on bittrex.
member
Activity: 83
Merit: 10
- Little over 15,000 more blocks to go in this mining phase
- 7.8m coins created so far

How many days left before POS?


How much days left to end mining?

Real easy to find out. It ends at block 43200 and currently we are at 25285.

That means there are 17,915 blocks to go.

We average 3,000 blocks a day.

Around 130 hours to go at this time. So June 2nd / 3rd depending where you are.
sr. member
Activity: 472
Merit: 250
Dev, could you explain your plans for Boost coin development?

Once the mining phase is complete these are the main 2x focuses:
>Minor<
- Release new wallet to fix a couple of minor issues, plus a new working OSX wallet

>Major<
- Develop and integrate anonymous transaction features (Looking for a extra dev to join the team, 10,000 BOST reward)


Thanks Dev for answer Smiley
member
Activity: 105
Merit: 10
legendary
Activity: 988
Merit: 1000
OMG    62 -place, 2184 -Votes.

Thats not real votes my friend, that was over 2 btc worth of bought votes. At least the creators of the coin have lots of btc to pump votes and fake trade. So that is a good sign this coin will be great for PnD.s Smiley
full member
Activity: 210
Merit: 100
Boost price is dying....

Hey buddy, my friends and I have a lot of bitcoins. The cheaper the price the more BOST coins we can buy and the higher we can take the price.

....where is the guy that quoted this?? Surely its all lies otherwise you would done something by now?
legendary
Activity: 1302
Merit: 1004
Dev, could you explain your plans for Boost coin development?

Once the mining phase is complete these are the main 2x focuses:
>Minor<
- Release new wallet to fix a couple of minor issues, plus a new working OSX wallet

>Major<
- Develop and integrate anonymous transaction features (Looking for a extra dev to join the team, 10,000 BOST reward)
legendary
Activity: 1302
Merit: 1004
- Little over 15,000 more blocks to go in this mining phase
- 7.8m coins created so far
sr. member
Activity: 472
Merit: 250
Dev, could you explain your plans for Boost coin development?
sr. member
Activity: 378
Merit: 250
i think its over,people giving up mining look suprnova only 800 mining

You have to look at net hashrate, not pool workers Wink

Suprnova 1 and 2 combined has 1300 workers
yes buit was 1700+ yesterday only @suprnova
hero member
Activity: 687
Merit: 500
novag
OMG    62 -place, 2184 -Votes.
Jump to: