Bitcoin Forum
May 24, 2024, 07:05:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ... 183 »
  Print  
Author Topic: [ANN] [CHC] Chaincoin - Network Upgrade 16.3 - SegWit Activated  (Read 321490 times)
psystar
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
July 16, 2017, 12:58:33 PM
 #1521

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

Activity: 176
Merit: 100


View Profile
July 16, 2017, 01:38:07 PM
 #1522

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.
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
July 16, 2017, 01:47:29 PM
 #1523

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

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
cryptogaga
Sr. Member
****
Offline Offline

Activity: 506
Merit: 250



View Profile
July 16, 2017, 01:57:06 PM
 #1524

the way chc recovered could really go to 100
psystar
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
July 16, 2017, 02:04:40 PM
 #1525

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?
notbatman
Legendary
*
Offline Offline

Activity: 2212
Merit: 1038



View Profile
July 16, 2017, 02:10:27 PM
Last edit: July 17, 2017, 01:26:20 AM by mprep
 #1526

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?
notbatman
Legendary
*
Offline Offline

Activity: 2212
Merit: 1038



View Profile
July 16, 2017, 02:14:15 PM
Last edit: July 17, 2017, 01:26:22 AM by mprep
 #1527

[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?
j2ee
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
July 16, 2017, 02:18:32 PM
 #1528

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

Activity: 208
Merit: 100


View Profile
July 16, 2017, 02:22:06 PM
 #1529

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

Activity: 93
Merit: 10


View Profile
July 16, 2017, 02:22:28 PM
 #1530

https://chc.suprnova.cc/ is the biggest pool now?
Jaerin
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
July 16, 2017, 02:23:08 PM
Last edit: July 16, 2017, 05:25:11 PM by Jaerin
 #1531

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://bitcointalk.org/index.php?topic=422149.msg20172971#msg20172971
bokerus
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
July 16, 2017, 02:26:00 PM
 #1532

please upload the blockchain zip
CryptoBomg
Sr. Member
****
Offline Offline

Activity: 403
Merit: 250


View Profile
July 16, 2017, 02:27:22 PM
 #1533

https://chc.suprnova.cc/ is the biggest pool now?
No, supr not work, yiimp...
bulleteyedk
Jr. Member
*
Offline Offline

Activity: 84
Merit: 1


View Profile
July 16, 2017, 02:33:33 PM
 #1534

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...
BitPotus
Hero Member
*****
Offline Offline

Activity: 1050
Merit: 604


View Profile
July 16, 2017, 02:34:36 PM
 #1535

wow!

CryptoBomg
Sr. Member
****
Offline Offline

Activity: 403
Merit: 250


View Profile
July 16, 2017, 02:37:39 PM
 #1536

heh, 1 coin......

phuckit17
Full Member
***
Offline Offline

Activity: 208
Merit: 100


View Profile
July 16, 2017, 02:46:36 PM
 #1537

Well you can't say you weren't warned. GL
notbatman
Legendary
*
Offline Offline

Activity: 2212
Merit: 1038



View Profile
July 16, 2017, 03:08:58 PM
 #1538

Well you can't say you weren't warned. GL

Go tell it to the DASH thread, LOL. --> https://bitcointalk.org/index.php?topic=421615.0
Temporel
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
July 16, 2017, 03:12:42 PM
 #1539

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....

NetopyrMan
Member
**
Offline Offline

Activity: 144
Merit: 10


View Profile
July 16, 2017, 03:42:47 PM
 #1540

Nodes for your chaincoin.conf.  If you can't find the file in the chaincoin wallet go to tools->open configuration file

I'll post up a snapshot of the blockchain when I get in sync.  If someone else would like to post one that would save time.

Code:
addnode=208.167.248.188
....



THANKS, its Alive Smiley it still will be couple of hours to full sync, but still, THANKS Smiley
Pages: « 1 ... 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 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ... 183 »
  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!