Bitcoin Forum
April 19, 2024, 07:33:26 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they believe that the creator of this topic displays some red flags which make them high-risk. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 [50] 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 »
  Print  
Author Topic: BlueCoin (ß) |DPoS MESH | Bluetooth Payments  (Read 191937 times)
Swoosher76
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
September 05, 2014, 01:16:46 PM
 #981

We should be using wallet 1.2.1 not 1.2.0 correct?

Do we have a windows build of this yet?
1713512006
Hero Member
*
Offline Offline

Posts: 1713512006

View Profile Personal Message (Offline)

Ignore
1713512006
Reply with quote  #2

1713512006
Report to moderator
1713512006
Hero Member
*
Offline Offline

Posts: 1713512006

View Profile Personal Message (Offline)

Ignore
1713512006
Reply with quote  #2

1713512006
Report to moderator
1713512006
Hero Member
*
Offline Offline

Posts: 1713512006

View Profile Personal Message (Offline)

Ignore
1713512006
Reply with quote  #2

1713512006
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
sakr
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
September 05, 2014, 01:54:12 PM
 #982

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!
BlueCoiner (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 271


View Profile WWW
September 05, 2014, 03:54:49 PM
 #983

Bittrex is back online.

http://bluecoin.org  PROJECT FOR SALE: Telegram: @BlueCoiner https://t.me/BlueCoiner
BlueCoiner (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 271


View Profile WWW
September 05, 2014, 03:59:18 PM
 #984

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!

http://bluecoin.org  PROJECT FOR SALE: Telegram: @BlueCoiner https://t.me/BlueCoiner
tanoury
Full Member
***
Offline Offline

Activity: 235
Merit: 100



View Profile
September 05, 2014, 07:34:36 PM
 #985

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
Full Member
***
Offline Offline

Activity: 235
Merit: 100



View Profile
September 05, 2014, 09:14:42 PM
 #986

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 <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-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??
tanoury
Full Member
***
Offline Offline

Activity: 235
Merit: 100



View Profile
September 05, 2014, 09:48:20 PM
 #987

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 <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-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"
SamWalters
Full Member
***
Offline Offline

Activity: 238
Merit: 100

Sam Mother Fuckin' Walters


View Profile WWW
September 05, 2014, 11:46:12 PM
 #988

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

I support Magi the first anti-botnet mining network to give regular miners the fair chance of mining. Talk to #Magi on IRC: https://kiwiirc.com/client/irc.freenode.net/#magi or on BitcoinTalk: https://bitcointalk.org/index.php?topic=735170.0
BlueCoiner (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 271


View Profile WWW
September 06, 2014, 02:44:48 AM
 #989

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

http://bluecoin.org  PROJECT FOR SALE: Telegram: @BlueCoiner https://t.me/BlueCoiner
BlueCoiner (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 271


View Profile WWW
September 06, 2014, 02:47:04 AM
 #990

We need more nodes online staking ASAP!

http://bluecoin.org  PROJECT FOR SALE: Telegram: @BlueCoiner https://t.me/BlueCoiner
AntiSocial
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
September 06, 2014, 03:05:19 AM
 #991

At least one of the exchanges is forked as well as either conia or blockexperts.
BlueCoiner (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 271


View Profile WWW
September 06, 2014, 05:24:25 PM
Last edit: September 08, 2014, 05:36:24 AM by BlueCoiner
 #992

BLUChain is running ultra smooth now !

http://blockexperts.com/blu

Blue is the first PoS coin with DGW integrated into its staking difficulty scheme.

http://bluecoin.org  PROJECT FOR SALE: Telegram: @BlueCoiner https://t.me/BlueCoiner
fonzerrellie
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000

Kaspa


View Profile
September 06, 2014, 11:39:46 PM
 #993

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
Full Member
***
Offline Offline

Activity: 235
Merit: 100



View Profile
September 07, 2014, 01:54:16 AM
 #994

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 Offline

Activity: 1
Merit: 0


View Profile
September 07, 2014, 01:55:55 AM
 #995

They were on the wrong fork! Anything mined after 117499 was no good.
tanoury
Full Member
***
Offline Offline

Activity: 235
Merit: 100



View Profile
September 07, 2014, 03:30:37 AM
 #996

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)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 271


View Profile WWW
September 07, 2014, 05:17:05 AM
 #997

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  PROJECT FOR SALE: Telegram: @BlueCoiner https://t.me/BlueCoiner
BlueCoiner (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 271


View Profile WWW
September 07, 2014, 05:22:05 AM
 #998


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  PROJECT FOR SALE: Telegram: @BlueCoiner https://t.me/BlueCoiner
tanoury
Full Member
***
Offline Offline

Activity: 235
Merit: 100



View Profile
September 07, 2014, 05:22:48 AM
 #999

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)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 271


View Profile WWW
September 07, 2014, 05:39:32 AM
 #1000

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  PROJECT FOR SALE: Telegram: @BlueCoiner https://t.me/BlueCoiner
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 [50] 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!