Pages:
Author

Topic: BlueCoin (ß) |Hybrid Cold Staking | Bluetooth | 3% Annual Rewards - page 42. (Read 192232 times)

newbie
Activity: 1
Merit: 0
They were on the wrong fork! Anything mined after 117499 was no good.
full member
Activity: 235
Merit: 100
What is wrong with stonedpuppy pool?

I can't see my balances! I've been mining there for about 30 hours.

They were down for maintenance for several hours so I couldn't withdraw my funds.
There are also other miners there. Is everyone there having this problem or is it just me?
legendary
Activity: 1190
Merit: 1000
Kaspa
running good so far, hashrate is climbing... lol except for on xhash again saying only .05 g/h total net work hash??

my network weight is 1 lol
sr. member
Activity: 489
Merit: 271
BLUChain is running ultra smooth now !

http://blockexperts.com/blu

Blue is the first PoS coin with DGW integrated into its staking difficulty scheme.
newbie
Activity: 23
Merit: 0
At least one of the exchanges is forked as well as either conia or blockexperts.
sr. member
Activity: 489
Merit: 271
We need more nodes online staking ASAP!
sr. member
Activity: 489
Merit: 271
BLUE 1.2.1.0 WALLETS RELEASED:

Windows Wallet V 1.2.1.0 : http://bluecoin.info/bluecoin-win-v1.2.1.0.zip
Mac Wallet V 1.2.1.0 : http://bluecoin.info/Bluecoin-Qt-1.2.1.0.dmg
full member
Activity: 238
Merit: 100
Sam Mother Fuckin' Walters
Anyone having issues with Bittrex, deposit did not make it for a few hours now?

Edit: Poloniex too seems to be on the wrong fork, can anyone confirm?

cryptsy on the wrong fork too: https://www.cryptsy.com/currencies/view/182

Dev please contact exchanges!

Biittrex finally on the right fork, received all my deposits!

confirmed me too
full member
Activity: 235
Merit: 100
Guys is there any possibility to stake BLU on Linux? I can't see wallet for Linux anywhere..
Fow now you must compile your own wallet on Linux.

I tried but there's something wrong.

Code:
asd@KujawLap:~/Coins/bluecoin-master$ qmake
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with IPv6 support
Warning: ignoring element
Warning: ignoring element
asd@KujawLap:~/Coins/bluecoin-master$ make
cd /home/asd/Coins/bluecoin-master; /bin/sh share/genbuild.sh /home/asd/Coins/bluecoin-master/build/build.h
g++ -c -m64 -pipe -fstack-protector-all --param ssp-buffer-size=1 -msse2 -O2 -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -D_REENTRANT -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -Isrc -Isrc/json -Isrc/qt -I/usr/include/qt5 -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp
In file included from src/qt/bitcoin.cpp:4:0:
src/qt/bitcoingui.h:4:23: fatal error: QMainWindow: No such file or directory
 #include
                       ^
compilation terminated.
make: *** [build/bitcoin.o] Błąd 1

Anyone?

It looks like you're missing a dependency: sudo apt-get install libqt4-dev
if that's it make sure you have the other dependencies from /bluecoin-master/doc/readme-qt.rst installed as well

I've got all dependencies required in readme-qt.rst
I built Reddcoin wallet without any problems. I'm too new to linux, I don't have any wisdom about programming so I can't help myself ;/

I've got the same problem and all dependencies are met. Did you ever find a solution??

Solution: I had to use qmake --version 4 . . . qmake version 5 will give you the "fatal error: QMainWindow"
full member
Activity: 235
Merit: 100
Guys is there any possibility to stake BLU on Linux? I can't see wallet for Linux anywhere..
Fow now you must compile your own wallet on Linux.

I tried but there's something wrong.

Code:
asd@KujawLap:~/Coins/bluecoin-master$ qmake
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with IPv6 support
Warning: ignoring element
Warning: ignoring element
asd@KujawLap:~/Coins/bluecoin-master$ make
cd /home/asd/Coins/bluecoin-master; /bin/sh share/genbuild.sh /home/asd/Coins/bluecoin-master/build/build.h
g++ -c -m64 -pipe -fstack-protector-all --param ssp-buffer-size=1 -msse2 -O2 -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -D_REENTRANT -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -Isrc -Isrc/json -Isrc/qt -I/usr/include/qt5 -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp
In file included from src/qt/bitcoin.cpp:4:0:
src/qt/bitcoingui.h:4:23: fatal error: QMainWindow: No such file or directory
 #include
                       ^
compilation terminated.
make: *** [build/bitcoin.o] Błąd 1

Anyone?

It looks like you're missing a dependency: sudo apt-get install libqt4-dev
if that's it make sure you have the other dependencies from /bluecoin-master/doc/readme-qt.rst installed as well

I've got all dependencies required in readme-qt.rst
I built Reddcoin wallet without any problems. I'm too new to linux, I don't have any wisdom about programming so I can't help myself ;/

I've got the same problem and all dependencies are met. Did you ever find a solution??
full member
Activity: 235
Merit: 100
I get this error trying to compile latest wallet with qmake make:

In file included from src/qt/bitcoin.cpp:4:0:
src/qt/bitcoingui.h:4:23: fatal error: QMainWindow: No such file or directory
 #include
                       ^
compilation terminated.
make: *** [build/bitcoin.o] Error 1

Any help would be appreciated!
OS is ubuntu 14.04
sr. member
Activity: 489
Merit: 271
EXCHANGES/ POOLS / FAUCETS: BLOCK 117,500 IS INCOMING PLEASE UPGRADE TO THE LATEST BLUECOIN SOURCE CODE ASAP!!!!

https://github.com/bluecoiner/bluecoin

Everyone this is pretty important. RIGHT NOW, don't wait.
Fork in 400 blocks.

Upgrade NOW!
sr. member
Activity: 489
Merit: 271
Bittrex is back online.
sr. member
Activity: 364
Merit: 250
Anyone having issues with Bittrex, deposit did not make it for a few hours now?

Edit: Poloniex too seems to be on the wrong fork, can anyone confirm?

cryptsy on the wrong fork too: https://www.cryptsy.com/currencies/view/182

Dev please contact exchanges!

Biittrex finally on the right fork, received all my deposits!
newbie
Activity: 13
Merit: 0
We should be using wallet 1.2.1 not 1.2.0 correct?

Do we have a windows build of this yet?
newbie
Activity: 6
Merit: 0
I tried http://bluedice.io game. I liked it and decided to deposit funds to play. I've sent 7666b to BpQ8aJr1ottiZrKLpEtW2MPMwtD81GUF4n and 5000b BXx25j9bkGaMEkfEhYYnPe2u5WF7sPJm5a but they didnt show up in my account. I dont know who is the admin(http://bluedice.io) or email of his, so im posting hero on BLU coin main thread. Anyone with similar issue like me  ?
sr. member
Activity: 588
Merit: 250

Everyone update your wallets, simply copy / paste / extract over your existing bluecoin folder.
I always backup wallet before doing so.

1. download
2. extract
3. launch
4. unlock wallet (make sure stake mode is checked)
5. allow your wallet to stake, helping you earn coins, and help the network

This process takes no more than 120 seconds of your time, everyone who uses blue needs to do this step.

Pools, faucets, exchanges, and any nodes hosted should simply update to the latest mandatory update: https://github.com/bluecoiner/bluecoin

sr. member
Activity: 588
Merit: 250
EXCHANGES/ POOLS / FAUCETS: BLOCK 117,500 IS INCOMING PLEASE UPGRADE TO THE LATEST BLUECOIN SOURCE CODE ASAP!!!!

https://github.com/bluecoiner/bluecoin

Everyone this is pretty important. RIGHT NOW, don't wait.
sr. member
Activity: 489
Merit: 271
EXCHANGES/ POOLS / FAUCETS: BLOCK 117,500 IS INCOMING PLEASE UPGRADE TO THE LATEST BLUECOIN SOURCE CODE ASAP!!!!

https://github.com/bluecoiner/bluecoin
bump
sr. member
Activity: 489
Merit: 271
EXCHANGES/ POOLS / FAUCETS: BLOCK 117,500 IS INCOMING PLEASE UPGRADE TO THE LATEST BLUECOIN SOURCE CODE ASAP!!!!

https://github.com/bluecoiner/bluecoin
Pages:
Jump to: