Bitcoin Forum
May 12, 2024, 05:27:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 »
  Print  
Author Topic: Ultra Under-overclock image for A2 Innosilicon by Emdje - V5.0  (Read 79748 times)
BakSAj
Full Member
***
Offline Offline

Activity: 157
Merit: 100


View Profile
November 07, 2014, 06:28:23 AM
 #141

Im glad you were finally able to compile it, good job! Please release new cgminer separatelly from A2 image, so we dont have to flash the whole thing.
1715491658
Hero Member
*
Offline Offline

Posts: 1715491658

View Profile Personal Message (Offline)

Ignore
1715491658
Reply with quote  #2

1715491658
Report to moderator
1715491658
Hero Member
*
Offline Offline

Posts: 1715491658

View Profile Personal Message (Offline)

Ignore
1715491658
Reply with quote  #2

1715491658
Report to moderator
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715491658
Hero Member
*
Offline Offline

Posts: 1715491658

View Profile Personal Message (Offline)

Ignore
1715491658
Reply with quote  #2

1715491658
Report to moderator
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
November 07, 2014, 10:55:38 AM
 #142

What do you get for output when you append to the newly compiled cgminer binary:

 --version|-V        Display version and exit

Also it looks like its only displaying 2 blades?

I will take a look at you first question/suggestion tomorrow, it is very late here.
But to answer you first. I have an A2 Mini  Smiley, so only two blades.

Something broke on my pi where the miner is running on Undecided To much fiddling I guess  Roll Eyes

This is what I get on the Pi I compiled cgminer on:
Code:
pi@raspberrypi ~/Downloads/cgminer-4.7.0-A2-Working-dont-change $ sudo cgminer --version
cgminer 4.7.0
So that is good  Smiley
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
November 07, 2014, 10:59:00 AM
Last edit: November 07, 2014, 12:02:03 PM by emdje
 #143

Im glad you were finally able to compile it, good job! Please release new cgminer separatelly from A2 image, so we dont have to flash the whole thing.

It is not done yet, cgminer 4.7.0 does not start automatically yet.
When I don't have to change anything else on the image in startup scripts I can release it on its own.
In previous cases a newly installed miner would mine a couple of minutes for me, which donations for my work.
When I release it on it's own I do expect some donations  Smiley
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
November 07, 2014, 11:42:56 AM
 #144

What do you get for output when you append to the newly compiled cgminer binary:

 --version|-V        Display version and exit

Also it looks like its only displaying 2 blades?

I will take a look at you first question/suggestion tomorrow, it is very late here.
But to answer you first. I have an A2 Mini  Smiley, so only two blades.

Something broke on my pi where the miner is running on Undecided To much fiddling I guess  Roll Eyes

This is what I get on the Pi I compiled cgminer on:
Code:
pi@raspberrypi ~/Downloads/cgminer-4.7.0-A2-Working-dont-change $ sudo cgminer --version
cgminer 4.7.0
So that is good  Smiley

When I do this in the pi where the miner runs on i get this   Huh
Code:
pi@raspberrypi /var/www $ sudo cgminer --version
cgminer 3.9.0
Going to recopy the file to make shure it is the same
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
November 07, 2014, 11:54:54 AM
 #145

Copied version 4.7.0 on a usb stick. Checked it on the usb stick with the --version command, it gave back version 4.7.0
Checking the same file on the same usb stick on the other pi it gives version 3.9.0 again  Huh
Putting it back in the other pi and checking that file with the command it gives version 4.7.0 again

very weird
wolfbg
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile WWW
November 07, 2014, 07:28:27 PM
 #146

hmmm....
Prelude
Legendary
*
Offline Offline

Activity: 1596
Merit: 1000



View Profile
November 08, 2014, 05:21:30 AM
 #147

Good stuff! Definitely going to send you a couple beers when you release it. Smiley
creepers2606
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 11, 2014, 08:11:49 AM
 #148

Emdje how do i see cgminer via putty ?
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
November 11, 2014, 01:44:01 PM
 #149

Emdje how do i see cgminer via putty ?

For Ssh only, using putty follow this:  https://learn.adafruit.com/adafruits-raspberry-pi-lesson-6-using-ssh/ssh-under-windows

Or better: http://www.youtube.com/watch?v=ZkvHHkWmKSY

Hope this helps.
wolfbg
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile WWW
November 12, 2014, 02:08:34 AM
 #150

Copied version 4.7.0 on a usb stick. Checked it on the usb stick with the --version command, it gave back version 4.7.0
Checking the same file on the same usb stick on the other pi it gives version 3.9.0 again  Huh
Putting it back in the other pi and checking that file with the command it gives version 4.7.0 again

very weird
try:

echo $PATH

and check in /usr/local/bin

There is another copy of cgminer, most likely the ./cgminer -V is pulling from the $PATH variable
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
November 12, 2014, 09:44:51 AM
 #151

Copied version 4.7.0 on a usb stick. Checked it on the usb stick with the --version command, it gave back version 4.7.0
Checking the same file on the same usb stick on the other pi it gives version 3.9.0 again  Huh
Putting it back in the other pi and checking that file with the command it gives version 4.7.0 again

very weird
try:

echo $PATH

and check in /usr/local/bin

There is another copy of cgminer, most likely the ./cgminer -V is pulling from the $PATH variable

Yes that worked, it shows now that it is cgminer 4.7.0, however it only runs from the command line and shows only invalid nounces unfortunatly. Have to look into that
Prelude
Legendary
*
Offline Offline

Activity: 1596
Merit: 1000



View Profile
November 12, 2014, 01:43:36 PM
 #152

Copied version 4.7.0 on a usb stick. Checked it on the usb stick with the --version command, it gave back version 4.7.0
Checking the same file on the same usb stick on the other pi it gives version 3.9.0 again  Huh
Putting it back in the other pi and checking that file with the command it gives version 4.7.0 again

very weird
try:

echo $PATH

and check in /usr/local/bin

There is another copy of cgminer, most likely the ./cgminer -V is pulling from the $PATH variable

Yes that worked, it shows now that it is cgminer 4.7.0, however it only runs from the command line and shows only invalid nounces unfortunatly. Have to look into that


Hi emdje,

Is it possible to view cgminer like that through putty using your 2.0 firmware? Or is it only made possible with your newer unreleased firmware?
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
November 12, 2014, 02:25:37 PM
 #153

Hi emdje,

Is it possible to view cgminer like that through putty using your 2.0 firmware? Or is it only made possible with your newer unreleased firmware?

No when it is already running, but if you stop cgminer through the webinterface you can.
Start up putty, log in, navigate to the /var/www folder (cd /var/www) and type the following (with your own pool info of course):
Code:
sudo ./cgminer -o stratum+tcp://eu-01.miningrigrentals.com:3333 -u emdje.3166 -p x --A1Pll1 1300 --A1Pll2 1300 --A1Pll3 1300 --A1Pll4 1300 --A1Pll5 1300 --A1Pll6 1300 --diff 4096 --api-listen --api-network --cs 8 --stmcu 0 --hwreset --no-submit-stale --lowmem

When you receive an error and cgminer is not starting type the following:
Code:
chmod +x cgminer
.
This will mark cgminer as an executable. Then try to start it again.


I only use it to test various builds of cgminer. Somehow the autostart does not work properly.
Prelude
Legendary
*
Offline Offline

Activity: 1596
Merit: 1000



View Profile
November 19, 2014, 11:01:28 PM
 #154

Cool, thanks for the info. I'll try it later.

Any luck getting 4.7.0 to work properly?
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
November 20, 2014, 10:55:08 AM
 #155

Cool, thanks for the info. I'll try it later.

Any luck getting 4.7.0 to work properly?

It runs when started in the terminal, but not throught the webinterface. And the output looks funny. More work is needed (and more spare time is needed Smiley ).
wolf_miner
Legendary
*
Offline Offline

Activity: 1018
Merit: 1001



View Profile
November 20, 2014, 01:07:59 PM
 #156

Hi, i have bought a A2 Mini first release, what images i have do download to restore on the sd card? Which release of cgminer is installed in the iso? Is possible to set 1000Mhz freq. in this release of the firmware to save power consumation?

Thanks in advance W_M


emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
November 20, 2014, 07:40:25 PM
 #157

Hi, i have bought a A2 Mini first release, what images i have do download to restore on the sd card? Which release of cgminer is installed in the iso? Is possible to set 1000Mhz freq. in this release of the firmware to save power consumation?

Thanks in advance W_M



Version 2.0, containing CGminer 2.9.0 can be set to 1000 MHz, and yes that saves power (haven't written down how great the difference was, can't remember)

https://mega.co.nz/#!GNMQAIrb!IjkpJvS36O29AfOKc_jR9aezdH5yZnHMiGY5mIGyypk

You need 7zip to unzip the image and image writer to 'burn' it to the sd disk.

The ip adress is the link to the web interface (mine is http://192.168.178.21), I found mine by logging into the router and looking for connected devices.
On the web interface you can set you pool information.

wolf_miner
Legendary
*
Offline Offline

Activity: 1018
Merit: 1001



View Profile
November 21, 2014, 04:53:31 PM
 #158

Thanks emdje, is possible to change the ip address to 192.168.1.xxx ?

fhh
Legendary
*
Offline Offline

Activity: 1206
Merit: 1000



View Profile
November 21, 2014, 05:42:45 PM
 #159

Thanks emdje, is possible to change the ip address to 192.168.1.xxx ?



not necessary emdjes  image is graping an address via DHCP

Deutsche Bitcoinbörse: https://www.bitcoin.de/r/yyfrkv
das passende Konto gibts bei der fidor Bank https://banking.fidor.de/registrierung?ibid=43076568
vegasguy
Legendary
*
Offline Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
November 27, 2014, 04:09:04 PM
Last edit: November 27, 2014, 04:48:18 PM by vegasguy
 #160

Guys I currently run 9 zuesminers Thunders, but looking at the A2's as an alternative as they appear to consume less power. The images your posting will they function on all late model A2's including the 30Mhs 28nm unit? If so what results are you getting? It looks like factory speed is 30 Mhs? what is the highest stable speed from this unit? Power consumption? Looks like factory power supply is 430w. How much power will the 30MHs unit consume when overlocked?

Thanks in advance
Vegas

I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 »
  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!