install cgminer 4.3.5 with support for sha256 and scrypt using gridseed 5 chip miners
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
This could be a very long post and I apologize because I'm new to Linux, ignorant of the command line syntax for it and just switched from windows.
I am trying to get 5 gridseed 5 chip miners working in dual mode ( sha256 and scrypt) with Linux because I found out after 3 weeks of failed attempts that windows has incomplete and non standard drivers for usb.
I installed Ubuntu ver. 16.4.4 and followed this video https://www.youtube.com/watch?v=ZTPJmPxr2Qk
showing how to install cgminer (dmaxl version for gridseed support).
Going line by line using pause on video, I made sure every line of text flashing across the the screen in video matched what I was seeing on my computer and everything went well except for one command -
sudo apt-get install build-essential autoconf automake libtool pkg-conf libudev-dev libcurl14 - openssl-dev git. This command kept giving errors about missing package until I left out ( pkg-config) then everything worked.
after it installed I tried to run it with the command
./cgminer -o webaddressofpool.com:3333 -u myworker -p mypassword and it errored saying I had to specify specify sha256 or scrypt.
so I retyped ./cgminer --sha256 -o webaddressofpool.com:3333 -u myworker -p mypassword several times. each time it errored stating it could not find servers to log into and suggested a faulty webaddress or misstype and would disconnect.
I started to notice that every time cgminer started the heading would say
now starting cgminer version 4.3.5 dmaxl scrypt
even after using the switch for sha256 and I was trying to use a sha256 mining pool.
So then I tried running it on a scrypt mining pool and everything ran like a champ. all gridseeds detected and accepting shares.
I believe that following the video as I did, cgminer installed with scrypt only ability and would really appreciate help to fix this problem.
Is there a way to uninstall cgminer, reaquire the get files, rebuild the program and get it to run in both sha256 and scrypt without wiping the hard drive and starting all over again from a blank ?
if anyone can help, please be patient and remember that i'm new to Linux and would need step by step command line instructions ( just getting cgminer to install was a huge problem at first because of syntax errors due to left out spaces at certain places) so yes I am VERRY noob at command line.
Thank you in advance for any help someone can hopefully give me.
cgminer
add a comment |Â
up vote
0
down vote
favorite
This could be a very long post and I apologize because I'm new to Linux, ignorant of the command line syntax for it and just switched from windows.
I am trying to get 5 gridseed 5 chip miners working in dual mode ( sha256 and scrypt) with Linux because I found out after 3 weeks of failed attempts that windows has incomplete and non standard drivers for usb.
I installed Ubuntu ver. 16.4.4 and followed this video https://www.youtube.com/watch?v=ZTPJmPxr2Qk
showing how to install cgminer (dmaxl version for gridseed support).
Going line by line using pause on video, I made sure every line of text flashing across the the screen in video matched what I was seeing on my computer and everything went well except for one command -
sudo apt-get install build-essential autoconf automake libtool pkg-conf libudev-dev libcurl14 - openssl-dev git. This command kept giving errors about missing package until I left out ( pkg-config) then everything worked.
after it installed I tried to run it with the command
./cgminer -o webaddressofpool.com:3333 -u myworker -p mypassword and it errored saying I had to specify specify sha256 or scrypt.
so I retyped ./cgminer --sha256 -o webaddressofpool.com:3333 -u myworker -p mypassword several times. each time it errored stating it could not find servers to log into and suggested a faulty webaddress or misstype and would disconnect.
I started to notice that every time cgminer started the heading would say
now starting cgminer version 4.3.5 dmaxl scrypt
even after using the switch for sha256 and I was trying to use a sha256 mining pool.
So then I tried running it on a scrypt mining pool and everything ran like a champ. all gridseeds detected and accepting shares.
I believe that following the video as I did, cgminer installed with scrypt only ability and would really appreciate help to fix this problem.
Is there a way to uninstall cgminer, reaquire the get files, rebuild the program and get it to run in both sha256 and scrypt without wiping the hard drive and starting all over again from a blank ?
if anyone can help, please be patient and remember that i'm new to Linux and would need step by step command line instructions ( just getting cgminer to install was a huge problem at first because of syntax errors due to left out spaces at certain places) so yes I am VERRY noob at command line.
Thank you in advance for any help someone can hopefully give me.
cgminer
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This could be a very long post and I apologize because I'm new to Linux, ignorant of the command line syntax for it and just switched from windows.
I am trying to get 5 gridseed 5 chip miners working in dual mode ( sha256 and scrypt) with Linux because I found out after 3 weeks of failed attempts that windows has incomplete and non standard drivers for usb.
I installed Ubuntu ver. 16.4.4 and followed this video https://www.youtube.com/watch?v=ZTPJmPxr2Qk
showing how to install cgminer (dmaxl version for gridseed support).
Going line by line using pause on video, I made sure every line of text flashing across the the screen in video matched what I was seeing on my computer and everything went well except for one command -
sudo apt-get install build-essential autoconf automake libtool pkg-conf libudev-dev libcurl14 - openssl-dev git. This command kept giving errors about missing package until I left out ( pkg-config) then everything worked.
after it installed I tried to run it with the command
./cgminer -o webaddressofpool.com:3333 -u myworker -p mypassword and it errored saying I had to specify specify sha256 or scrypt.
so I retyped ./cgminer --sha256 -o webaddressofpool.com:3333 -u myworker -p mypassword several times. each time it errored stating it could not find servers to log into and suggested a faulty webaddress or misstype and would disconnect.
I started to notice that every time cgminer started the heading would say
now starting cgminer version 4.3.5 dmaxl scrypt
even after using the switch for sha256 and I was trying to use a sha256 mining pool.
So then I tried running it on a scrypt mining pool and everything ran like a champ. all gridseeds detected and accepting shares.
I believe that following the video as I did, cgminer installed with scrypt only ability and would really appreciate help to fix this problem.
Is there a way to uninstall cgminer, reaquire the get files, rebuild the program and get it to run in both sha256 and scrypt without wiping the hard drive and starting all over again from a blank ?
if anyone can help, please be patient and remember that i'm new to Linux and would need step by step command line instructions ( just getting cgminer to install was a huge problem at first because of syntax errors due to left out spaces at certain places) so yes I am VERRY noob at command line.
Thank you in advance for any help someone can hopefully give me.
cgminer
This could be a very long post and I apologize because I'm new to Linux, ignorant of the command line syntax for it and just switched from windows.
I am trying to get 5 gridseed 5 chip miners working in dual mode ( sha256 and scrypt) with Linux because I found out after 3 weeks of failed attempts that windows has incomplete and non standard drivers for usb.
I installed Ubuntu ver. 16.4.4 and followed this video https://www.youtube.com/watch?v=ZTPJmPxr2Qk
showing how to install cgminer (dmaxl version for gridseed support).
Going line by line using pause on video, I made sure every line of text flashing across the the screen in video matched what I was seeing on my computer and everything went well except for one command -
sudo apt-get install build-essential autoconf automake libtool pkg-conf libudev-dev libcurl14 - openssl-dev git. This command kept giving errors about missing package until I left out ( pkg-config) then everything worked.
after it installed I tried to run it with the command
./cgminer -o webaddressofpool.com:3333 -u myworker -p mypassword and it errored saying I had to specify specify sha256 or scrypt.
so I retyped ./cgminer --sha256 -o webaddressofpool.com:3333 -u myworker -p mypassword several times. each time it errored stating it could not find servers to log into and suggested a faulty webaddress or misstype and would disconnect.
I started to notice that every time cgminer started the heading would say
now starting cgminer version 4.3.5 dmaxl scrypt
even after using the switch for sha256 and I was trying to use a sha256 mining pool.
So then I tried running it on a scrypt mining pool and everything ran like a champ. all gridseeds detected and accepting shares.
I believe that following the video as I did, cgminer installed with scrypt only ability and would really appreciate help to fix this problem.
Is there a way to uninstall cgminer, reaquire the get files, rebuild the program and get it to run in both sha256 and scrypt without wiping the hard drive and starting all over again from a blank ?
if anyone can help, please be patient and remember that i'm new to Linux and would need step by step command line instructions ( just getting cgminer to install was a huge problem at first because of syntax errors due to left out spaces at certain places) so yes I am VERRY noob at command line.
Thank you in advance for any help someone can hopefully give me.
cgminer
asked Jun 5 at 13:00
Lestat427
11
11
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1043800%2finstall-cgminer-4-3-5-with-support-for-sha256-and-scrypt-using-gridseed-5-chip-m%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password