Author

Topic: [ANN] [CHC] Chaincoin - Network Upgrade 16.1 - SegWit Activated - page 160. (Read 321638 times)

hero member
Activity: 966
Merit: 1003
Hashrate and difficulty going up last couple of days.

What's the masternode reward % going to be btw?
member
Activity: 70
Merit: 10
Chaincoin Founder
hero member
Activity: 966
Merit: 1003
Chaincoin 0.9.2.1 - Required update - Masternodes

This update enables darksend and masternodes starting July 21. Please update before then.

See OP for download links.

Thanks a lot - dunno what changed but I got this new version to compile under Ubuntu just fine.
newbie
Activity: 42
Merit: 0
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
actually building the v1.6.5-C11 special build of ccminer... will take one hour to publish that :p

done: https://github.com/tpruvot/ccminer/releases

PS: I had to disable flaxscript (temporary) on my C11 test pool (yiimp) because it has an exchange price and was mined in priority... will check that tomorrow...
member
Activity: 70
Merit: 10
Chaincoin Founder
Chaincoin 0.9.2.1 - Required update - Masternodes

This update enables darksend and masternodes starting July 21. Please update before then.

See OP for download links.
member
Activity: 70
Merit: 10
Chaincoin Founder
Oh, hmm yes i will try to do one tomorrow... i'm busy with yaamp source code :p

http://yiimp.ccminer.org <<< accept Chaincoin and Flaxscript

Thanks for the pool! OP updated.
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
Oh, hmm yes i will try to do one tomorrow... i'm busy with yaamp source code :p

http://yiimp.ccminer.org <<< accept Chaincoin and Flaxscript
legendary
Activity: 924
Merit: 1000
I added c11 support in ccminer (linux branch for the moment, which should be ok on windows too)

will be officially released in my future 1.6.6 version... links are in my signature..

added also to the cpuminer-multi project (standard sph lib code, more portable/stable than ig0tik projects)

else.... you have some duplicated sections in your first post :p

can you make a release please ?
i want to try mining with my windowsed nvidia 
member
Activity: 70
Merit: 10
Chaincoin Founder
member
Activity: 70
Merit: 10
Chaincoin Founder
I added c11 support in ccminer (linux branch for the moment, which should be ok on windows too)

will be officially released in my future 1.6.6 version... links are in my signature..

added also to the cpuminer-multi project (standard sph lib code, more portable/stable than ig0tik projects)

else.... you have some duplicated sections in your first post :p

Thanks for your effort. Added to OP.
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
I added c11 support in ccminer (linux branch for the moment, which should be ok on windows too)

will be officially released in my future 1.6.6 version... links are in my signature..

added also to the cpuminer-multi project (standard sph lib code, more portable/stable than ig0tik projects)

else.... you have some duplicated sections in your first post :p
legendary
Activity: 2254
Merit: 1278
Hi, trying to build qt on ubuntu

I experienced that issue too. It was a blocker for a while.

Just in case it works for you, try ./configure --with-incompatible-bdb --with-gui=qt5 --enable-hardening=yes - hardening is the ostensible default but you never know.

I ended up editing src/Makefile, changing instances of -fPIE to -fPIC.

Cheers

Graham
 
hero member
Activity: 966
Merit: 1003
Hi, trying to build qt on ubuntu, I'm getting these errors (I just followed the instructions in the INSTALL file):


/usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1050:4: error: #error "You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC or -fPIE."
 #  error "You must build your code with position independent code if Qt was built with -reduce-relocations. "\
    ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qwindowdefs.h:37:0,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:37,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmainwindow.h:37,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QMainWindow:1,
                 from bitcoingui.h:12,
                 from chaincoin.cpp:10:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1050:4: error: #error "You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC or -fPIE."
 #  error "You must build your code with position independent code if Qt was built with -reduce-relocations. "\
    ^
legendary
Activity: 1764
Merit: 1022
I added a networkhashps plot to the overview page:



https://github.com/gjhiggins/chaincoin/commit/45ea2923841371a600dbf5528cce08182ca9aefa

fwiw.

Cheers

Graham


Right on, Looks good Graham!

Very Cool. I just updated my wallet. So now I might be glad I was solo mining this coin every now and again over the last 6~7 months.
member
Activity: 114
Merit: 10
¡pI∀˥OOʞ ⅄ƎH
legendary
Activity: 2254
Merit: 1278
member
Activity: 114
Merit: 10
¡pI∀˥OOʞ ⅄ƎH
I've compiled the new git update, but for some reason I am only left with chaincoin-cli and chaincoind. There is no chaincoin-qt. Am I missing something?

It skips qt if you don't have all the dependencies installed. Check when you do ./configure, it will tell you which dependencies are missing for qt. You'll need qt, protobuf compiler, qrencode:

Code:
sudo apt-get install libprotoc-dev libprotobuf-dev -y
sudo apt-get install libpng-dev qrencode -y
sudo apt-get install libqrencode-dev -y


Hi Rolihlahla,  Thanks for the input. There was a package that I needed that wasn't listed here, but I have it up and running now..
The package was "protobuf-compiler"..

Edit: That was in regard to the "PROTOC" error..  btw, wallet looks really nice. Good job.
member
Activity: 70
Merit: 10
Chaincoin Founder
I've compiled the new git update, but for some reason I am only left with chaincoin-cli and chaincoind. There is no chaincoin-qt. Am I missing something?

It skips qt if you don't have all the dependencies installed. Check when you do ./configure, it will tell you which dependencies are missing for qt. You'll need qt, protobuf compiler, qrencode:

Code:
sudo apt-get install libprotoc-dev libprotobuf-dev -y
sudo apt-get install libpng-dev qrencode -y
sudo apt-get install libqrencode-dev -y
Jump to: