Author

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

hero member
Activity: 1050
Merit: 604
jr. member
Activity: 85
Merit: 1
As I had some requests, I've modded latest sgminer to work with the c11 algo:

https://github.com/ocminer/sgminer-chaincoin

you can compile with:

Code:
git clone https://github.com/ocminer/sgminer-chaincoin
cd sgminer-chaincoin
git submodule add https://github.com/akheron/jansson.git submodules/jansson
sh autogen.sh
./configure
make
and then run with:

Code:
sgminer.exe --kernel chaincoin -o stratum+tcp://chc.suprnova.cc:5888 -u username.worker -p x -I 21 -g 4 -w 128 --lookup-gap 4 -s 1 --queue 1 -E 15


Need to try your i am getting 10mh each 1060 3gb card with ccminer cuda mod.
But ccminer is 70% more fast than sgminer

I know. I'm no cuda/opencl programmer, I just integrated the old .cl kernel into a recent sgminer version - I didn't optimize anything, sorry !

There are lots of improvements on the kernel possible, from what I see you can even use the old x11-optimizations wolf did some time ago for darkcoin (now dash) - but I don't have time nor the interest migrating the optimizations from the darkcoin to the chaincoin kernel. It's not too hard though, I guess anyone can do it with some trial and error, it's literally just copying wolf's mods into the chaincoin.cl kernel file. Good luck Smiley

Im running sgminer 4.1.0 with 2 AMD cards (rx480 + rx470) and only getting around 11.5 Mh/s in total, if someone succeeds in compiling a newer optimized version of sgminer then be kind to update us in this thread, thanks Wink

Im getting approx. 1 coin pr. day mining, not much but great potential in this coin with the hodl technique and the community behind...
sr. member
Activity: 403
Merit: 250
member
Activity: 87
Merit: 10
please upload the blockchain zip
full member
Activity: 154
Merit: 100
Nodes for your chaincoin.conf.  If you can't find the file in the chaincoin wallet go to tools->open configuration file

Everything you need to get synced can be found in this post:
https://bitcointalksearch.org/topic/m.20172971
member
Activity: 93
Merit: 10
full member
Activity: 208
Merit: 100
My Financial Advisor told me running a master node is "International money laundering" and I could go to prison. Idk if this is 100% true but thought I would share the info.
member
Activity: 93
Merit: 10
Biggest price drop in a day for any coin? Why did this coin raise so much recently?

The coin was way under valued so a HODL team choose to buy up the supply and then some pump groups go in and pumped and dumped it. Now it is finding it's real price and may push back higher or may go down a bit lower. With the low money supply and the low inflation rate I don't see any reason why it should not push back higher buy only time will tell.


Thx then how do I start mining this chaincoin? I have a computer with 6100 i3 cpu and RX460 display card.

Check out page one or if you want pool mining got to https://chc.suprnova.cc/ and choose "get started" from the help menu

Thanks, I just read it but it doesn't mention how to limit the gpu to be like 70%...how can I do that and what is a good limitation for not burning and damaging the gpu?

I uise MSI Afterburner and limit my cards to 70c

I don't see a temperature limit option in Afterburner....
legendary
Activity: 2212
Merit: 1038
[mod note: post merged with the first one]

As I had some requests, I've modded latest sgminer to work with the c11 algo:

https://github.com/ocminer/sgminer-chaincoin

you can compile with:

Code:
git clone https://github.com/ocminer/sgminer-chaincoin
cd sgminer-chaincoin
git submodule add https://github.com/akheron/jansson.git submodules/jansson
sh autogen.sh
./configure
make
and then run with:

Code:
sgminer.exe --kernel chaincoin -o stratum+tcp://chc.suprnova.cc:5888 -u username.worker -p x -I 21 -g 4 -w 128 --lookup-gap 4 -s 1 --queue 1 -E 15

Oh thank God, fucking wine's networking is broken (apt-get binaries) on my amd64 ubuntu and it's a bitch to compile myself. In fact the compiler is still working on it as I type...

edit:
wait... sgminer.exe, .exe? what's going on here?
legendary
Activity: 2212
Merit: 1038
the way chc recovered could really go to 100 150

FTFY



As I had some requests, I've modded latest sgminer to work with the c11 algo:

https://github.com/ocminer/sgminer-chaincoin

you can compile with:

Code:
git clone https://github.com/ocminer/sgminer-chaincoin
cd sgminer-chaincoin
git submodule add https://github.com/akheron/jansson.git submodules/jansson
sh autogen.sh
./configure
make
and then run with:

Code:
sgminer.exe --kernel chaincoin -o stratum+tcp://chc.suprnova.cc:5888 -u username.worker -p x -I 21 -g 4 -w 128 --lookup-gap 4 -s 1 --queue 1 -E 15

Oh thank God, fucking wine's networking is broken (apt-get binaries) on my amd64 ubuntu and it's a bitch to compile myself. In fact the compiler is still working on it as I type...

edit:
wait... sgminer.exe, .exe? what's going on here?
newbie
Activity: 10
Merit: 0
Is there any tip to sync the wallet?
I'm waiting more than 10 hours and not has changed

Same here guys ..Wallet out of sync ..No block found ..No network connected .. 3 yrs 25 weeks behind ... It is not doing anything ..
All other wallets work fine on same computer/connection!
In your conf file  addnode=104.238.153.140
That's the block explorer with 200 connections.

How to do this bro ? Where is the conf file?
sr. member
Activity: 506
Merit: 250
the way chc recovered could really go to 100
legendary
Activity: 2688
Merit: 1240
As I had some requests, I've modded latest sgminer to work with the c11 algo:

https://github.com/ocminer/sgminer-chaincoin

you can compile with:

Code:
git clone https://github.com/ocminer/sgminer-chaincoin
cd sgminer-chaincoin
git submodule add https://github.com/akheron/jansson.git submodules/jansson
sh autogen.sh
./configure
make
and then run with:

Code:
sgminer.exe --kernel chaincoin -o stratum+tcp://chc.suprnova.cc:5888 -u username.worker -p x -I 21 -g 4 -w 128 --lookup-gap 4 -s 1 --queue 1 -E 15


Need to try your i am getting 10mh each 1060 3gb card with ccminer cuda mod.
But ccminer is 70% more fast than sgminer

I know. I'm no cuda/opencl programmer, I just integrated the old .cl kernel into a recent sgminer version - I didn't optimize anything, sorry !

There are lots of improvements on the kernel possible, from what I see you can even use the old x11-optimizations wolf did some time ago for darkcoin (now dash) - but I don't have time nor the interest migrating the optimizations from the darkcoin to the chaincoin kernel. It's not too hard though, I guess anyone can do it with some trial and error, it's literally just copying wolf's mods into the chaincoin.cl kernel file. Good luck Smiley
full member
Activity: 176
Merit: 100
Is there any tip to sync the wallet?
I'm waiting more than 10 hours and not has changed

Same here guys ..Wallet out of sync ..No block found ..No network connected .. 3 yrs 25 weeks behind ... It is not doing anything ..
All other wallets work fine on same computer/connection!
In your conf file  addnode=104.238.153.140
That's the block explorer with 200 connections.
newbie
Activity: 10
Merit: 0
Is there any tip to sync the wallet?
I'm waiting more than 10 hours and not has changed

Same here guys ..Wallet out of sync ..No block found ..No network connected .. 3 yrs 25 weeks behind ... It is not doing anything ..
All other wallets work fine on same computer/connection!
legendary
Activity: 2366
Merit: 1408
Is there any tip to sync the wallet?
I'm waiting more than 10 hours and not has changed
full member
Activity: 176
Merit: 100
Difficulty
2036.11122779

All time record
sr. member
Activity: 770
Merit: 250
Genesis Team™
Some amazing times for chaincoin lately. Congratulations guys.

I missed the boat but definitely going to keep following. Best of luck with it.
sr. member
Activity: 756
Merit: 250
Can someone to share compiled sgminer c11? I'll be grateful.

If you have amd using sgminer is useless you will get very very very low hashrate

If you have nvidia you will get good speed about 10mh each 1060 card

With 2 rig so 12x 1060 3gb i am getting about 5 coins day





This is for nvidia cards using ccminer

ccminer-x64.exe -a c11 -o stratum+tcp://chc.suprnova.cc:5888 -u username.username -p (password)


This is for amd cards using sgminer
But how i told you it is not worth it

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
sgminer.exe --kernel chaincoin -o stratum+tcp://chc.suprnova.cc:5888 -u username.username -p (password) -I 18 -g 4 -w 128
full member
Activity: 251
Merit: 100
Can someone to share compiled sgminer c11? I'll be grateful.
Jump to: