Bitcoin Forum
June 19, 2024, 12:22:54 PM *
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)
wolf_miner
Legendary
*
Offline Offline

Activity: 1018
Merit: 1001



View Profile
November 28, 2014, 01:21:12 PM
 #161

How i can activate the dhcp client function?

Thanks W_M
nicehash
Legendary
*
Offline Offline

Activity: 885
Merit: 1006


NiceHash.com


View Profile WWW
November 28, 2014, 01:44:34 PM
 #162

emdje, if you're interested you can include extranonce.subscribe into you code for max efficient mining on NiceHash ... see here: https://bitcointalk.org/index.php?topic=850620.0

fhh
Legendary
*
Offline Offline

Activity: 1206
Merit: 1000



View Profile
November 28, 2014, 02:03:36 PM
 #163

How i can activate the dhcp client function?

Thanks W_M

you can not activate it.

It worked on the first boot for me, before i set an individual IP address.

I don't know a way back when fixed IP is set once

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

Activity: 1018
Merit: 1001



View Profile
November 29, 2014, 03:31:08 PM
 #164

Hi emdje, to set diff to 512 the correct code is "--diff 512" or "--diff 8" using the command line on the image 2.0.

Thaks in advance W_M
BakSAj
Full Member
***
Offline Offline

Activity: 157
Merit: 100


View Profile
November 29, 2014, 06:35:17 PM
 #165

emdje, if you're interested you can include extranonce.subscribe into you code for max efficient mining on NiceHash ... see here: https://bitcointalk.org/index.php?topic=850620.0

I vote for YES
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
November 30, 2014, 10:30:19 AM
 #166

emdje, if you're interested you can include extranonce.subscribe into you code for max efficient mining on NiceHash ... see here: https://bitcointalk.org/index.php?topic=850620.0

I will have a look at it and try to implement this.
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
November 30, 2014, 10:44:47 AM
 #167

Hi emdje, to set diff to 512 the correct code is "--diff 512" or "--diff 8" using the command line on the image 2.0.

Thaks in advance W_M

You can set that on the webinterface using the dropdown menu "DEVICE INITIAL DIFF". possibilities are 16, 32, 64, 128, 256, 512, 1024, 2048, 4096.
So no need for the command line.
BakSAj
Full Member
***
Offline Offline

Activity: 157
Merit: 100


View Profile
November 30, 2014, 05:48:23 PM
 #168

emdje: what is the ETA for new cgminer? or wouldnt you mind releasing the code for A2 driver now? The time of A2 will come to an end within +- 3 months as gain will touch el. cost.
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
November 30, 2014, 06:29:30 PM
 #169

emdje, if you're interested you can include extranonce.subscribe into you code for max efficient mining on NiceHash ... see here: https://bitcointalk.org/index.php?topic=850620.0

I vote for YES

Testing extranonce subscription as we speak: https://nicehash.com/?p=miners&a=0&d=1&addr=1FiHCFcP4ovbV89nGhYEMWXSZsWnGUASSe
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
November 30, 2014, 06:34:31 PM
 #170

emdje: what is the ETA for new cgminer? or wouldnt you mind releasing the code for A2 driver now? The time of A2 will come to an end within +- 3 months as gain will touch el. cost.
I made a promise to the person providing the code that I would not release it, would get him into trouble with innosilicon.
There are still problems making cgminer 4.7.0 start on its own. It does however work when started through the terminal.
I will post a zip with cgminer 4.7.0 in it so you can replace the right files by yourselves (do expect some donations). Maybe one of you can make it work, by changing the startup script for example.
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
November 30, 2014, 06:46:22 PM
 #171

Specially for BakSAj the link to the compiled cgMiner 4.7.0 for A2
https://mega.co.nz/#!GAlEwDbQ!8rDclpbmZZrrb_tg0yUvuWftaiYrPWLOVLMtngvMB9U

- Rename the cgminer in the folder /var/www to cgminer3.9.0 (or something)
- Copy cgminer4.7.0 to the folder /var/www and rename it to cgminer

- Open the folder in the terminal (by right clicking on the older and clicking "open it in terminal")
- Type the following to mark cgminer as an executable:
Code:
chmod +x cgminer

- go to the folder /usr/local/bin. Replace the copy of cgminer there with cgminer4.7.0 and again mark it as an executable

- again open the folder /var/www and type your startup command:
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

If any of you find a solution for the autostart problem, please report here so I can implement it in the image.
BakSAj
Full Member
***
Offline Offline

Activity: 157
Merit: 100


View Profile
November 30, 2014, 09:07:15 PM
 #172

Tried 4.7.0, Its true it must be started from the console, but Im sure this can be easily workarounded (like using nohup etc.). But more important is fact that after its started it does not submit a single share. And also (might be related) the hashrate shows only as 78Mhs instead of 89Mhs. Going back to 3.7.0.
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
December 01, 2014, 12:26:01 PM
 #173

4.7.0 not really stable indeed. That is why I released it like this.

Extranonce subscription in 3.9.0 worked great:


Will update image later today after I have finished other work that needs to be done.
BakSAj
Full Member
***
Offline Offline

Activity: 157
Merit: 100


View Profile
December 01, 2014, 01:58:52 PM
 #174

Please provide 3.9.0 with extranonce support as extra cgminer binary. Thanks
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
December 01, 2014, 04:15:36 PM
Last edit: March 24, 2015, 08:41:32 AM by emdje
 #175

Link to image with CGminer 3.9.0 and Extranonce submission: https://mega.co.nz/#!XQ02naSC!oSENaKhSdJiIkzad9kdH3I7eMyqNfbUzVSnyxkrsPgw

If you want Extranonce for Nicehash for example the pool settings should be:
cgminer -o stratum+tcp://stratum.nicehash.com:3333#xnsub -u enterYourBTCaddress -p x

NOTE: did not work for me when set in miningrigrentals, only directly on the miner trough the web-interface
ntsdm
Full Member
***
Offline Offline

Activity: 157
Merit: 100


View Profile
December 04, 2014, 03:01:09 AM
 #176

i am using your latest version of the tweaked, how can i solo mine on it?or even can i? using an A2 Terminator first version 86m/h
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
December 04, 2014, 09:13:08 AM
 #177

i am using your latest version of the tweaked, how can i solo mine on it?or even can i? using an A2 Terminator first version 86m/h

I have tried solo mining, with me it didn't work (wallet not installeled on the raspberry PI), but with other people it did work. Should be the same as with solo GPU mining: https://cryptocointalk.com/topic/9505-how-to-solo-mine/
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
December 07, 2014, 03:41:21 PM
 #178

Working on a next release with extranonce support and the following clock frequency options:
Code:
	case 1400: $cg_option_speed1_1400 = 'selected = \"selected\"';break;
case 1396: $cg_option_speed1_1396 = 'selected = \"selected\"';break;
case 1392: $cg_option_speed1_1392 = 'selected = \"selected\"';break;
case 1388: $cg_option_speed1_1388 = 'selected = \"selected\"';break;
case 1384: $cg_option_speed1_1384 = 'selected = \"selected\"';break;
case 1380: $cg_option_speed1_1380 = 'selected = \"selected\"';break;
case 1376: $cg_option_speed1_1376 = 'selected = \"selected\"';break;
case 1372: $cg_option_speed1_1372 = 'selected = \"selected\"';break;
case 1368: $cg_option_speed1_1368 = 'selected = \"selected\"';break;
case 1364: $cg_option_speed1_1364 = 'selected = \"selected\"';break;
case 1360: $cg_option_speed1_1360 = 'selected = \"selected\"';break;
case 1356: $cg_option_speed1_1356 = 'selected = \"selected\"';break;
case 1352: $cg_option_speed1_1352 = 'selected = \"selected\"';break;
case 1348: $cg_option_speed1_1348 = 'selected = \"selected\"';break;
case 1344: $cg_option_speed1_1344 = 'selected = \"selected\"';break;
case 1340: $cg_option_speed1_1340 = 'selected = \"selected\"';break;
case 1336: $cg_option_speed1_1336 = 'selected = \"selected\"';break;
case 1332: $cg_option_speed1_1332 = 'selected = \"selected\"';break;
case 1328: $cg_option_speed1_1328 = 'selected = \"selected\"';break;
case 1324: $cg_option_speed1_1324 = 'selected = \"selected\"';break;
case 1320: $cg_option_speed1_1320 = 'selected = \"selected\"';break;
case 1316: $cg_option_speed1_1316 = 'selected = \"selected\"';break;
case 1312: $cg_option_speed1_1312 = 'selected = \"selected\"';break;
case 1308: $cg_option_speed1_1308 = 'selected = \"selected\"';break;
case 1304: $cg_option_speed1_1304 = 'selected = \"selected\"';break;
case 1300: $cg_option_speed1_1300 = 'selected = \"selected\"';break;
case 1296: $cg_option_speed1_1296 = 'selected = \"selected\"';break;
case 1292: $cg_option_speed1_1292 = 'selected = \"selected\"';break;
case 1288: $cg_option_speed1_1288 = 'selected = \"selected\"';break;
case 1284: $cg_option_speed1_1284 = 'selected = \"selected\"';break;
case 1280: $cg_option_speed1_1280 = 'selected = \"selected\"';break;
case 1276: $cg_option_speed1_1276 = 'selected = \"selected\"';break;
case 1272: $cg_option_speed1_1272 = 'selected = \"selected\"';break;
case 1268: $cg_option_speed1_1268 = 'selected = \"selected\"';break;
case 1264: $cg_option_speed1_1264 = 'selected = \"selected\"';break;
case 1260: $cg_option_speed1_1260 = 'selected = \"selected\"';break;
case 1240: $cg_option_speed1_1240 = 'selected = \"selected\"';break;
case 1220: $cg_option_speed1_1220 = 'selected = \"selected\"';break;
case 1200: $cg_option_speed1_1200 = 'selected = \"selected\"';break;
case 1100: $cg_option_speed1_1100 = 'selected = \"selected\"';break;
case 1000: $cg_option_speed1_1000 = 'selected = \"selected\"';break;
default:   $cg_option_speed1_1000  = 'selected = \"selected\"';

Testing right now.

If anyone would like some other frequency options, you could suggest that now.
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
December 07, 2014, 04:42:26 PM
 #179

This version also reports only half hash on the pool, just like the 4.7.0 version  Huh
kotarius
Sr. Member
****
Offline Offline

Activity: 340
Merit: 250


View Profile
December 08, 2014, 03:12:55 AM
 #180

This version also reports only half hash on the pool, just like the 4.7.0 version  Huh

So which version is the most stable and reports correct hashrate?
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!