Swoosher76
Newbie
Offline
Activity: 13
Merit: 0
|
 |
September 05, 2014, 01:16:46 PM |
|
We should be using wallet 1.2.1 not 1.2.0 correct?
Do we have a windows build of this yet?
|
|
|
|
sakr
|
 |
September 05, 2014, 01:54:12 PM |
|
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/182Dev please contact exchanges! Biittrex finally on the right fork, received all my deposits!
|
|
|
|
BlueCoiner (OP)
|
 |
September 05, 2014, 03:54:49 PM |
|
Bittrex is back online.
|
http://bluecoin.org I DO PRESALE X10 IF YOU SEND 10$ YOU HAVE 100$ IN YOUR WALLET. BTC: 3MZmAy6QXwn16X6ot7fh7frB6ADJtvQg5H
|
|
|
BlueCoiner (OP)
|
 |
September 05, 2014, 03:59:18 PM |
|
Everyone this is pretty important. RIGHT NOW, don't wait. Fork in 400 blocks. Upgrade NOW!
|
http://bluecoin.org I DO PRESALE X10 IF YOU SEND 10$ YOU HAVE 100$ IN YOUR WALLET. BTC: 3MZmAy6QXwn16X6ot7fh7frB6ADJtvQg5H
|
|
|
tanoury
|
 |
September 05, 2014, 07:34:36 PM |
|
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 <QMainWindow> ^ compilation terminated. make: *** [build/bitcoin.o] Error 1
Any help would be appreciated! OS is ubuntu 14.04
|
|
|
|
tanoury
|
 |
September 05, 2014, 09:14:42 PM |
|
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. asd@KujawLap:~/Coins/bluecoin-master$ qmake Project MESSAGE: Building with UPNP support Project MESSAGE: Building with IPv6 support Warning: ignoring <defaultcodec> element Warning: ignoring <defaultcodec> 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 <QMainWindow> ^ compilation terminated. make: *** [build/bitcoin.o] Błąd 1
Anyone? It looks like you're missing a dependency: sudo apt-get install libqt4-devif 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??
|
|
|
|
tanoury
|
 |
September 05, 2014, 09:48:20 PM |
|
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. asd@KujawLap:~/Coins/bluecoin-master$ qmake Project MESSAGE: Building with UPNP support Project MESSAGE: Building with IPv6 support Warning: ignoring <defaultcodec> element Warning: ignoring <defaultcodec> 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 <QMainWindow> ^ compilation terminated. make: *** [build/bitcoin.o] Błąd 1
Anyone? It looks like you're missing a dependency: sudo apt-get install libqt4-devif 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"
|
|
|
|
SamWalters
Full Member
 
Offline
Activity: 238
Merit: 100
Sam Mother Fuckin' Walters
|
 |
September 05, 2014, 11:46:12 PM |
|
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/182Dev please contact exchanges! Biittrex finally on the right fork, received all my deposits! confirmed me too
|
|
|
|
BlueCoiner (OP)
|
 |
September 06, 2014, 02:44:48 AM |
|
|
http://bluecoin.org I DO PRESALE X10 IF YOU SEND 10$ YOU HAVE 100$ IN YOUR WALLET. BTC: 3MZmAy6QXwn16X6ot7fh7frB6ADJtvQg5H
|
|
|
BlueCoiner (OP)
|
 |
September 06, 2014, 02:47:04 AM |
|
We need more nodes online staking ASAP!
|
http://bluecoin.org I DO PRESALE X10 IF YOU SEND 10$ YOU HAVE 100$ IN YOUR WALLET. BTC: 3MZmAy6QXwn16X6ot7fh7frB6ADJtvQg5H
|
|
|
AntiSocial
Newbie
Offline
Activity: 23
Merit: 0
|
 |
September 06, 2014, 03:05:19 AM |
|
At least one of the exchanges is forked as well as either conia or blockexperts.
|
|
|
|
BlueCoiner (OP)
|
 |
September 06, 2014, 05:24:25 PM Last edit: September 08, 2014, 05:36:24 AM by BlueCoiner |
|
BLUChain is running ultra smooth now ! http://blockexperts.com/bluBlue is the first PoS coin with DGW integrated into its staking difficulty scheme.
|
http://bluecoin.org I DO PRESALE X10 IF YOU SEND 10$ YOU HAVE 100$ IN YOUR WALLET. BTC: 3MZmAy6QXwn16X6ot7fh7frB6ADJtvQg5H
|
|
|
fonzerrellie
Legendary
Offline
Activity: 1190
Merit: 1000
Kaspa
|
 |
September 06, 2014, 11:39:46 PM |
|
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
|
#Expanse $EXP 500 transactions 4 .1 EXP 1st Clone of ETH WAVES
|
|
|
tanoury
|
 |
September 07, 2014, 01:54:16 AM |
|
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?
|
|
|
|
phoneman13
Newbie
Offline
Activity: 1
Merit: 0
|
 |
September 07, 2014, 01:55:55 AM |
|
They were on the wrong fork! Anything mined after 117499 was no good.
|
|
|
|
tanoury
|
 |
September 07, 2014, 03:30:37 AM |
|
They were on the wrong fork! Anything mined after 117499 was no good.
Something is still wrong. I had coins there from before block 117499 and I was mining for a few hours after they updated to the new fork. Still no balances. I tried to contact them from their contact page and even that wont work! Something is definitely amiss!
|
|
|
|
BlueCoiner (OP)
|
 |
September 07, 2014, 05:17:05 AM |
|
They were on the wrong fork! Anything mined after 117499 was no good.
Something is still wrong. I had coins there from before block 117499 and I was mining for a few hours after they updated to the new fork. Still no balances. I tried to contact them from their contact page and even that wont work! Something is definitely amiss! StonedPuppy has been emailed. He's a trust worthy member of the community. Please give him a chance to respond.
|
http://bluecoin.org I DO PRESALE X10 IF YOU SEND 10$ YOU HAVE 100$ IN YOUR WALLET. BTC: 3MZmAy6QXwn16X6ot7fh7frB6ADJtvQg5H
|
|
|
BlueCoiner (OP)
|
 |
September 07, 2014, 05:22:05 AM |
|
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
|
http://bluecoin.org I DO PRESALE X10 IF YOU SEND 10$ YOU HAVE 100$ IN YOUR WALLET. BTC: 3MZmAy6QXwn16X6ot7fh7frB6ADJtvQg5H
|
|
|
tanoury
|
 |
September 07, 2014, 05:22:48 AM |
|
They were on the wrong fork! Anything mined after 117499 was no good.
Something is still wrong. I had coins there from before block 117499 and I was mining for a few hours after they updated to the new fork. Still no balances. I tried to contact them from their contact page and even that wont work! Something is definitely amiss! StonedPuppy has been emailed. He's a trust worthy member of the community. Please give him a chance to respond. Thank you for the help BlueCoiner!
|
|
|
|
BlueCoiner (OP)
|
 |
September 07, 2014, 05:39:32 AM |
|
They were on the wrong fork! Anything mined after 117499 was no good.
Something is still wrong. I had coins there from before block 117499 and I was mining for a few hours after they updated to the new fork. Still no balances. I tried to contact them from their contact page and even that wont work! Something is definitely amiss! StonedPuppy has been emailed. He's a trust worthy member of the community. Please give him a chance to respond. Thank you for the help BlueCoiner! No problem thanks for your support! Be sure to show your support at #bluecoin on IRC.
|
http://bluecoin.org I DO PRESALE X10 IF YOU SEND 10$ YOU HAVE 100$ IN YOUR WALLET. BTC: 3MZmAy6QXwn16X6ot7fh7frB6ADJtvQg5H
|
|
|
|