Bitcoin Forum
May 04, 2024, 06:52:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 [820] 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 »
  Print  
Author Topic: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.11.1  (Read 5805218 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (3 posts by 1+ user deleted.)
luthermarcus
Full Member
***
Offline Offline

Activity: 213
Merit: 100



View Profile
March 08, 2016, 09:30:10 AM
 #16381

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

Posts: 1714848770

View Profile Personal Message (Offline)

Ignore
1714848770
Reply with quote  #2

1714848770
Report to moderator
1714848770
Hero Member
*
Offline Offline

Posts: 1714848770

View Profile Personal Message (Offline)

Ignore
1714848770
Reply with quote  #2

1714848770
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714848770
Hero Member
*
Offline Offline

Posts: 1714848770

View Profile Personal Message (Offline)

Ignore
1714848770
Reply with quote  #2

1714848770
Report to moderator
1714848770
Hero Member
*
Offline Offline

Posts: 1714848770

View Profile Personal Message (Offline)

Ignore
1714848770
Reply with quote  #2

1714848770
Report to moderator
1714848770
Hero Member
*
Offline Offline

Posts: 1714848770

View Profile Personal Message (Offline)

Ignore
1714848770
Reply with quote  #2

1714848770
Report to moderator
-ck (OP)
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
March 08, 2016, 09:42:15 AM
 #16382

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

Activity: 728
Merit: 500

★ these are stars ★


View Profile
March 08, 2016, 10:38:25 AM
 #16383

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

Activity: 213
Merit: 100



View Profile
March 08, 2016, 11:26:06 AM
 #16384

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/cgminer
chmod +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
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500

★ these are stars ★


View Profile
March 08, 2016, 11:35:57 AM
 #16385

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/cgminer
chmod +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

Code:
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 Offline

Activity: 1274
Merit: 1000



View Profile
March 09, 2016, 12:26:52 AM
 #16386

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

Activity: 728
Merit: 500

★ these are stars ★


View Profile
March 09, 2016, 06:43:53 AM
Last edit: March 09, 2016, 08:40:06 AM by zOU
 #16387

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

Activity: 728
Merit: 500

★ these are stars ★


View Profile
March 13, 2016, 07:43:28 PM
 #16388

Hello

It looks like the GIT repo has been disabled ?

The main site works just fine though so it's not a big deal Smiley



Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
March 14, 2016, 03:46:26 AM
 #16389

Note that cgminer reverts to 4.8 if it reboots....

This is unfortunate, is there no simple way to make it permanent?
zOU
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500

★ these are stars ★


View Profile
March 14, 2016, 08:37:08 AM
 #16390

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

toptek
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000


View Profile
March 16, 2016, 06:30:18 PM
 #16391


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

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
March 16, 2016, 06:55:08 PM
 #16392

you can even shorten the sequence :p

Code:
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 Offline

Activity: 2
Merit: 0


View Profile
March 17, 2016, 01:16:50 AM
 #16393

you can even shorten the sequence :p

Code:
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
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500

★ these are stars ★


View Profile
March 17, 2016, 01:32:37 PM
 #16394

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 Smiley

Good stuff !

Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
March 17, 2016, 05:40:21 PM
 #16395

you can even shorten the sequence :p

Code:
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
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500

★ these are stars ★


View Profile
March 17, 2016, 06:46:58 PM
 #16396


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 Smiley

Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
March 17, 2016, 07:22:25 PM
 #16397

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

Activity: 728
Merit: 500

★ these are stars ★


View Profile
March 17, 2016, 07:38:41 PM
 #16398

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.

kano
Legendary
*
Offline Offline

Activity: 4480
Merit: 1800


Linux since 1997 RedHat 4


View Profile
March 17, 2016, 09:18:24 PM
 #16399

I copied it here:
https://bitbucket.org/TheKano/cgminer-binaries/src

Seems that after 4 years someone didn't like the fact I had binaries there Tongue

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
March 17, 2016, 09:33:43 PM
 #16400

I copied it here:
https://bitbucket.org/TheKano/cgminer-binaries/src

Seems that after 4 years someone didn't like the fact I had binaries there Tongue

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:
Code:
cgminer-api version
Pages: « 1 ... 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 [820] 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 »
  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!