Bitcoin Forum
June 22, 2024, 05:10:24 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]█████▌◙◤【 DIGIEURO2 】◥◙ ██████▌【DEUR2】 ██████【SHA256 】█π on: March 28, 2016, 04:54:25 PM
I have 388K DEUR2 and can sell it all for 1 BTC Smiley

500 Sats is cheap , i think DEUR2 1000-1500K  Grin

Network is dying. Come on, make your move and give this coin a future.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🎅 DigiCube 🎄 C-CEX MERCHANT 🎄 ANDROID 🎄 StakeStick Smart TV Staker on: March 15, 2016, 10:35:32 AM
It's when you found a block, but it's not accepted by the network (for example when someone else found the block slightly earlier).

Looks like the wallet is working fine now.. Sometimes dropping the number of connections because of older clients probably, and showing the old block number, but seems to be working..
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🎅 DigiCube 🎄 C-CEX MERCHANT 🎄 ANDROID 🎄 StakeStick Smart TV Staker on: March 15, 2016, 10:26:05 AM
When I issued getpeerinfo I saw that I was connected to a few older clients, while I only used the new nodes. Now it looks like it's trying to sync with older nodes with later (wrong) block numbers.. Is this a problem or is it working fine in the background? Block 500195 now, updated 5 seconds ago.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🎅 DigiCube 🎄 C-CEX MERCHANT 🎄 ANDROID 🎄 StakeStick Smart TV Staker on: March 15, 2016, 10:18:23 AM
Ok so i turned minting on and it staked my 40k cube and i got a 5k stake for the 4 days?

mmmmm not sure this is correct.



My stake seemed to be ok, but it was on block 500126 while spots said that the current block was 500127 a few moments ago? Already have 1 confirmation but doesn't seem to be right. Used the nodes provided as well, and have 4 connections. Also my balance still shows up besides my stake (so balance ~15k, at stake ~20k, while my balance was ~15k).


EDIT: never mind, a few blocks just kicked in, orphaned, and probably in sync again now!
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🎅 DigiCube 🎄 C-CEX MERCHANT 🎄 ANDROID 🎄 StakeStick Smart TV Staker on: March 15, 2016, 09:35:29 AM
It's building now! Grin
To other linux users who are having problems, use qt5 (by installing qt5-default) and install the libqt5webkit5-dev package (this fixed my problem).
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🎅 DigiCube 🎄 C-CEX MERCHANT 🎄 ANDROID 🎄 StakeStick Smart TV Staker on: March 15, 2016, 08:19:48 AM
Getting an error when building from source:

Code:
/usr/include/qt4/QtCore/qlist.h:412:17: error: invalid use of incomplete type ‘class QUrl’
                 new (current) T(*reinterpret_cast<T*>(src));
                 ^
In file included from src/qt/bitcoingui.cpp:8:0:
src/qt/bitcoingui.h:30:7: error: forward declaration of ‘class QUrl’
 class QUrl;
       ^
In file included from /usr/include/qt4/QtCore/qobject.h:50:0,
                 from /usr/include/qt4/QtGui/qwidget.h:47,
                 from /usr/include/qt4/QtGui/qmainwindow.h:45,
                 from /usr/include/qt4/QtGui/QMainWindow:1,
                 from src/qt/bitcoingui.h:4,
                 from src/qt/bitcoingui.cpp:8:
/usr/include/qt4/QtCore/qlist.h:418:17: error: invalid use of incomplete type ‘class QUrl’
                 (reinterpret_cast<T*>(current))->~T();
                 ^
In file included from src/qt/bitcoingui.cpp:8:0:
src/qt/bitcoingui.h:30:7: error: forward declaration of ‘class QUrl’
 class QUrl;
       ^
make: *** [build/bitcoingui.o] Error 1

Do I have to add QUrl to the .pro file or something? I did not have this error on earlier builds (probably due to the new browser)


Old one used Qt4, new one uses Qt5

I used qmake qt5 now, and it ran, except with this error: Project ERROR: Unknown module(s) in QT: webkitwidgets webkit
Doesn't matter for my problem, but just so you know.
Now I'm getting this error when using make:

Code:
cd /home/dev/DigiCube; /bin/sh share/genbuild.sh /home/dev/DigiCube/build/build.h
/bin/sh: 1: cd: can't cd to /home/dev/DigiCube
share/genbuild.sh: 33: share/genbuild.sh: cannot create /home/dev/DigiCube/build/build.h: Directory nonexistent
share/genbuild.sh: 34: share/genbuild.sh: cannot create /home/dev/DigiCube/build/build.h: Directory nonexistent
make: *** [genbuildhook] Fout 2
The folder is not in the specified location, so it's pointing to the wrong folder.. Any solutions? Huh

EDIT: Are you sure that it's using qt5? almost builds in qt4, except the QUrl error.. Really can't get it to work in qt5, also the files in the .rar did not work.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🎅 DigiCube 🎄 C-CEX MERCHANT 🎄 ANDROID 🎄 StakeStick Smart TV Staker on: March 15, 2016, 07:53:20 AM
Getting an error when building from source:

Code:
/usr/include/qt4/QtCore/qlist.h:412:17: error: invalid use of incomplete type ‘class QUrl’
                 new (current) T(*reinterpret_cast<T*>(src));
                 ^
In file included from src/qt/bitcoingui.cpp:8:0:
src/qt/bitcoingui.h:30:7: error: forward declaration of ‘class QUrl’
 class QUrl;
       ^
In file included from /usr/include/qt4/QtCore/qobject.h:50:0,
                 from /usr/include/qt4/QtGui/qwidget.h:47,
                 from /usr/include/qt4/QtGui/qmainwindow.h:45,
                 from /usr/include/qt4/QtGui/QMainWindow:1,
                 from src/qt/bitcoingui.h:4,
                 from src/qt/bitcoingui.cpp:8:
/usr/include/qt4/QtCore/qlist.h:418:17: error: invalid use of incomplete type ‘class QUrl’
                 (reinterpret_cast<T*>(current))->~T();
                 ^
In file included from src/qt/bitcoingui.cpp:8:0:
src/qt/bitcoingui.h:30:7: error: forward declaration of ‘class QUrl’
 class QUrl;
       ^
make: *** [build/bitcoingui.o] Error 1

Do I have to add QUrl to the .pro file or something? I did not have this error on earlier builds (probably due to the new browser)
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]█████▌◙◤【 DIGIEURO2 】◥◙ ██████▌【DEUR2】 ██████【SHA256 】█π on: March 02, 2016, 10:45:59 PM
Wallet won't load index at second launch. Need to fix it. First launch works ok.

I have the same problem, had to delete everything except wallet & conf and resync again.

Having the same problem, everytime I close the wallet the blkindex file gets corrupted, so I need to delete everything and resync, dev please fix this..
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NUKECOINZ | NKC | DESTROY ALL |ENRICHMENT PROGRAM|NEXT GEN WALLET| POW on: February 11, 2016, 04:39:59 PM
Quote
LOutCh@nO MultiPool Anonymus Pool

New Nukecoinz Pool ! 2% fee
Pool : http://multipool.no-ip.org:2627/pool/NKC/

Oficial Thread : http://[Suspicious link removed]/forum/index.php?topic=6145.0

Facebook : https://www.facebook.com/loutchanomultipool/

Twitter : https://twitter.com/LOutChanoPool

Contact : loutchano@gmail.com

Donations NKC : 6mMXWWw3Egmoo7gsEUoinKeZ14fG457Cdd

-------------------------------------------

Configure your Miners


stratum+tcp://multipool.no-ip.org:3379 -u Your wallet address -p Anything

I have contacted the pool operator about retrieving any missing mined coins mined the first few days of launch
This pool has been removed from the ANN until we can get some answers regarding this.





Still waiting for his response.. I mined a lot of blocks from ~1090-1650. I think the pool address is 6t2TJTytgfpaSD9WEk9SPknWhTb1xbyE9X (nr. 14 in the richlist). All the 0.98 transactions are mined blocks minus the 2% fee. So probably a big portion of the balance is mine..  Angry Angry
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NUKECOINZ | NKC | DESTROY ALL |ENRICHMENT PROGRAM|POW|Update on: January 30, 2016, 01:01:10 PM
LOutCh@nO MultiPool Anonymus Pool

New Nukecoinz Pool ! 2% fee

Pool : http://multipool.no-ip.org:2627/pool/NKC/

Oficial Thread : http://[Suspicious link removed]/forum/index.php?topic=6145.0

Facebook : https://www.facebook.com/loutchanomultipool/

Twitter : https://twitter.com/LOutChanoPool

Donations NKC : 6mMXWWw3Egmoo7gsEUoinKeZ14fG457Cdd

-------------------------------------------

Configure your Miners


stratum+tcp://multipool.no-ip.org:3379 -u Your wallet address -p Anything



Happy Mining !!!

Mined some coins, the pool did not pay out and where is the pool now?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!