luthermarcus
|
 |
March 08, 2016, 09:30:10 AM |
|
can someone do a tutorial on how to do s7 cgminer update
Unfortunately the S7 has nothing to do with the official cgminer which this thread is about so you'll have to seek help from bitmain or more likely rely on the community of users of bitmain hardware on other threads. my mistake i was looking for cgminer instructions on the s5 s7 was on my mind too lol Same goes for S5. ok i was just wondering why this link exists then. http://ck.kolivas.org/apps/cgminer/antminer/s5/That's just a binary which you're welcome to upload to the S5 and better than bitmain's default one, having fixed a few glaring problems, but there's no comprehensive rewrite of the code like there was for S1-S3 by Kano. I was just looking for instructions on how to do that.
|
Donate Bitcoin 1Mz7ZHxPhoH1ZK2yQvo62NdHvvsS2quhzc Donate TRX TB3WiLEj6iuSBU5tGUKyZkjB4vqrBDvoYM
|
|
|
|
|
|
|
|
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
-ck (OP)
Legendary
Offline
Activity: 3738
Merit: 1458
Ruu \o/
|
 |
March 08, 2016, 09:42:15 AM |
|
I was just looking for instructions on how to do that.
I'd have to search the forums myself for that actually since I don't have them written down anywhere and don't have an S5 any more. You can start by searching for posts on this or the p2pool thread based on the date on the S5 binary there I guess.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
zOU
|
 |
March 08, 2016, 10:38:25 AM |
|
That's just a binary which you're welcome to upload to the S5 and better than bitmain's default one, having fixed a few glaring problems, but there's no comprehensive rewrite of the code like there was for S1-S3 by Kano.
I was just looking for instructions on how to do that. use winscp to connect to your S5 (root/admin) navigate to /usr/bin rename cgminer to cgminer.480 (always a good idea to keep a backup...) copy the new cgminer to /usr/bin set properties to 0755 disconnect open your S5 web interface go to miner configuration clic save and apply (to restart cgminer without changing config) done
|
|
|
|
luthermarcus
|
 |
March 08, 2016, 11:26:06 AM |
|
I was just looking for instructions on how to do that.
I'd have to search the forums myself for that actually since I don't have them written down anywhere and don't have an S5 any more. You can start by searching for posts on this or the p2pool thread based on the date on the S5 binary there I guess. thanks ck I wish i could send you some donations but I'm in a bind this year. can you add a readme ssh 192.168.1.x -l root cd /tmp wget http://ck.kolivas.org/apps/cgminer/antminer/s5/4.9.0-150105/cgminerchmod +x cgminer mv /usr/bin/cgminer /usr/bin/cgminer.bak cp cgminer /usr/bin /etc/init.d/cgminer.sh restart
|
Donate Bitcoin 1Mz7ZHxPhoH1ZK2yQvo62NdHvvsS2quhzc Donate TRX TB3WiLEj6iuSBU5tGUKyZkjB4vqrBDvoYM
|
|
|
zOU
|
 |
March 08, 2016, 11:35:57 AM |
|
I was just looking for instructions on how to do that.
I'd have to search the forums myself for that actually since I don't have them written down anywhere and don't have an S5 any more. You can start by searching for posts on this or the p2pool thread based on the date on the S5 binary there I guess. thanks ck I wish i could send you some donations but I'm in a bind this year. can you add a readme ssh 192.168.1.x -l root cd /tmp wget http://ck.kolivas.org/apps/cgminer/antminer/s5/4.9.0-150105/cgminerchmod +x cgminer mv /usr/bin/cgminer /usr/bin/cgminer.bak cp cgminer /usr/bin /etc/init.d/cgminer.sh restart you can even shorten the sequence :p ssh 192.168.1.x -l root cd /usr/bin mv cgminer cgminer.bak wget http://ck.kolivas.org/apps/cgminer/antminer/s5/4.9.0-150105/cgminer chmod +x cgminer /etc/init.d/cgminer.sh restart
|
|
|
|
Mikestang
Legendary
Offline
Activity: 1274
Merit: 1000
|
 |
March 09, 2016, 12:26:52 AM |
|
Sweet, so that will update cgminer on the S5 to 4.9.0? Love it, going to do it when I get home, thanks everyone!
|
|
|
|
zOU
|
 |
March 09, 2016, 06:43:53 AM Last edit: March 09, 2016, 08:40:06 AM by zOU |
|
Sweet, so that will update cgminer on the S5 to 4.9.0? Love it, going to do it when I get home, thanks everyone!
yes, I did it yesterday, I didn't notice any difference yet. Note that cgminer reverts to 4.8 if it reboots.... edit, there seems to be a 10C difference in temp (lower with 4.9.0), but that's maybe just because it's early morning and very cold in my non insulated attic where the S5 and 2 S3+ are.
|
|
|
|
zOU
|
 |
March 13, 2016, 07:43:28 PM |
|
Hello It looks like the GIT repo has been disabled ? The main site works just fine though so it's not a big deal
|
|
|
|
Mikestang
Legendary
Offline
Activity: 1274
Merit: 1000
|
 |
March 14, 2016, 03:46:26 AM |
|
Note that cgminer reverts to 4.8 if it reboots....
This is unfortunate, is there no simple way to make it permanent?
|
|
|
|
zOU
|
 |
March 14, 2016, 08:37:08 AM |
|
Note that cgminer reverts to 4.8 if it reboots....
This is unfortunate, is there no simple way to make it permanent? I just verified this morning as I had to relocate my S5, and I can confirm it reloads cgminer 4.8.0. I had to run again the procedure to update it. I don't know where the bitmain source is located or what is the process that overwrite the binary... 
|
|
|
|
toptek
Legendary
Offline
Activity: 1274
Merit: 1000
|
 |
March 16, 2016, 06:30:18 PM |
|
anonymous? No I'll probably send back the last BTC someone said was for the S5, one day - I've never done the S5.
Yea thanks i honestly thought there was another reason , i normally don't say a thing in you all thread but wanted to say ty as well for the update and agree Avalon stuff is a lot nicer , i hope they keep it that way , and trump bitmain in every way , i kind of got screwed over by bitmain but let go and refuse by any thing from S7 and up unless it's like S3s .They quoted me a price I went to buy it then they jack the price up and play hard noise , IVe sense let it go and Avalon came out to late with the A6 im saving now for the new stuff but Ive seen some A6's sells as low as 599 not sure how real the sells are or if it was a scam or not, i think on ebay believe or not . I'm waiting it out now. I use CK pool a lot more then i used to  : .
|
|
|
|
Mikestang
Legendary
Offline
Activity: 1274
Merit: 1000
|
 |
March 16, 2016, 06:55:08 PM |
|
you can even shorten the sequence :p ssh 192.168.1.x -l root cd /usr/bin mv cgminer cgminer.bak wget http://ck.kolivas.org/apps/cgminer/antminer/s5/4.9.0-150105/cgminer chmod +x cgminer /etc/init.d/cgminer.sh restart So when I ssh to the device it asks for the password, which I input and it tells me "Permission denied". What's up with that? I know it's the correct password because I log into the gui with it just fine. Hmm...
|
|
|
|
justsomeguyinfl
Newbie
Offline
Activity: 2
Merit: 0
|
 |
March 17, 2016, 01:16:50 AM |
|
you can even shorten the sequence :p ssh 192.168.1.x -l root cd /usr/bin mv cgminer cgminer.bak wget http://ck.kolivas.org/apps/cgminer/antminer/s5/4.9.0-150105/cgminer chmod +x cgminer /etc/init.d/cgminer.sh restart So when I ssh to the device it asks for the password, which I input and it tells me "Permission denied". What's up with that? I know it's the correct password because I log into the gui with it just fine. Hmm... default login is root/root - but default ssh login is root/admin
|
|
|
|
zOU
|
 |
March 17, 2016, 01:32:37 PM |
|
default login is root/root - but default ssh login is root/admin
yes, we answered his question in the S5 thread also, so the information is everywhere  Good stuff !
|
|
|
|
Mikestang
Legendary
Offline
Activity: 1274
Merit: 1000
|
 |
March 17, 2016, 05:40:21 PM |
|
you can even shorten the sequence :p ssh 192.168.1.x -l root cd /usr/bin mv cgminer cgminer.bak wget http://ck.kolivas.org/apps/cgminer/antminer/s5/4.9.0-150105/cgminer chmod +x cgminer /etc/init.d/cgminer.sh restart So when I ssh to the device it asks for the password, which I input and it tells me "Permission denied". What's up with that? I know it's the correct password because I log into the gui with it just fine. Hmm... default login is root/root - but default ssh login is root/admin Yup, got in with password admin, thanks. My S5 appears to hash 10-20GH faster with the 4.9.0 real cgminer fork install, both in the gui and pool side. The error rate also dropped from 0.04% to 0.03%, which is probably what results in the increased hash rate, so I would say that is a significant improvement. I run the S5 at 400 freq.
|
|
|
|
zOU
|
 |
March 17, 2016, 06:46:58 PM |
|
Yup, got in with password admin, thanks.
My S5 appears to hash 10-20GH faster with the 4.9.0 real cgminer fork install, both in the gui and pool side. The error rate also dropped from 0.04% to 0.03%, which is probably what results in the increased hash rate, so I would say that is a significant improvement. I run the S5 at 400 freq.
I moved my miner around a bit today but I think I noticed a better hashrate too even at default 350Mhs. I've just the modification again (I have it save in a text file so I just have to copy/paste it), and I'll monitor it. The nice thing on the S5 is that it tells you which version it's running on the "system" page of the UI, pretty neat if you're not sure or if the system has restarted without you noticing 
|
|
|
|
Mikestang
Legendary
Offline
Activity: 1274
Merit: 1000
|
 |
March 17, 2016, 07:22:25 PM |
|
So one thing I noticed using 4.9.0 on the S5 vs. bitmain fork is that my fans seem to ignore the user defined setting box. I have them set at 60%, but once I install 4.9.0 and restart cgminer the fans kick way up. Is that because the fan speed check box is only recognized by the bitmain fork? The nice thing on the S5 is that it tells you which version it's running on the "system" page of the UI, pretty neat if you're not sure or if the system has restarted without you noticing  Yup, I posted a screen cap of mine in the S5 thread: There is also a command you could type when ssh'd into the S1 that would tell you what version of cgminer was running, but I can't recall what the command was, nor do I know if it worked on anything after the S1. It was listed on the github directions, but... It appears this repository has been disabled, is there an updated link? I need to find the S1 update instructions again, thanks. 
|
|
|
|
zOU
|
 |
March 17, 2016, 07:38:41 PM |
|
I was looking at the 1st post for an alternative, but it has only S2 an up, no S1....
I'll look in the morning unless you have an answer before.
|
|
|
|
|
Mikestang
Legendary
Offline
Activity: 1274
Merit: 1000
|
 |
March 17, 2016, 09:33:43 PM |
|
Awesome, thank you for the updated link! I still need to install 4.9.0c on my S1 next time I turn it on, it only has 4.9.0a on it (I'm going to undervolt that thing one of these days...) Here's the command to see the cgminer version on your antminer when you ssh in, I just checked it with the S5 and it works just fine: cgminer-api version
|
|
|
|
|