Bitcoin Forum
May 27, 2024, 09:06:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 28 29 30 31 32 33 34 35 »
321  Alternate cryptocurrencies / Mining (Altcoins) / Re: Looking to rent x11 farm (configured to a x11 veriation) on: December 14, 2014, 10:58:22 AM
couple of seconds: https://bitcointalk.org/index.php?topic=893080.0   Tongue
322  Alternate cryptocurrencies / Altcoin Discussion / Re: A.I. Coin Pre-Release Development Diary on: December 13, 2014, 09:39:11 PM
Interesting ideas, and difficult to read Grin even when read twice, learning a lot here.

Any thoughts already about what algorithm to use?
You are talking about hardforking Bitcoin (when/if A.I. Coin is succesfull and accepted by the community), does that mean it will most likely be a sha265 algorithm?
323  Alternate cryptocurrencies / Mining (Altcoins) / Re: Overclock image for A2 Innosilicon by Emdje - Extranonce support on: December 09, 2014, 08:36:40 AM
I just 'burn' the image on an SD card using Win32DiskImager

I do have multiple SD cards, because indeed the coping goes so slow, it would take the miner off-line to long.
324  Alternate cryptocurrencies / Mining (Altcoins) / Re: Overclock image for A2 Innosilicon by Emdje - Extranonce support on: December 08, 2014, 11:49:53 AM
The one witch extranonce support is stable and most recent.

I am about to flash 4 A2's soon. Should I wait for your newest version that you are working on? How long do you think it will be.

I am trying to find what it is that effects this half hashrate problem. Version 4.7.0 has the same problem, and I have not been able to find the problem there (starting with nohup did not help btw) I honestly have no idea how long that will take. Also, I have a lot of things to do this week and only limited time to spend on this. I did manage to crank the SPI speed from 4MHz to 8 MHz, that might improve hashrate stability.
For now I think you are best of in flashing the most recent version with extranonce support.
325  Alternate cryptocurrencies / Mining (Altcoins) / Re: Overclock image for A2 Innosilicon by Emdje - Extranonce support on: December 08, 2014, 07:37:07 AM
The one witch extranonce support is stable and most recent.
326  Alternate cryptocurrencies / Mining (Altcoins) / Re: Overclock image for A2 Innosilicon by Emdje - Extranonce support on: December 07, 2014, 04:42:26 PM
This version also reports only half hash on the pool, just like the 4.7.0 version  Huh
327  Alternate cryptocurrencies / Mining (Altcoins) / Re: Overclock image for A2 Innosilicon by Emdje - Extranonce support on: December 07, 2014, 03:41:21 PM
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.
328  Alternate cryptocurrencies / Mining (Altcoins) / Re: An optimistic sgminer solo setup on: December 05, 2014, 12:09:56 PM
1: Still no, as avw1982 said maybe at coin launches (you are better of mining a different algorithm, look at poolpicker.eu)
2: Looks ok
3: not sure if you can do that with solo mining
4: what I mentioned where algorithms not coins. If you mine at a multipool, they usually automatically exchange and pay in BTC
329  Alternate cryptocurrencies / Mining (Altcoins) / Re: An optimistic sgminer solo setup on: December 04, 2014, 09:20:23 AM
Answer to question 1: No definitely not. Chances for you to find a block are extremely slim with a 3 digit kh/s number, you would need at least 3 orders of magnitude larger.
Answer to question 2: Yes

Mining with GPU is very energy consuming and probably not profitable. If you do want to mine with it mine an algorithm that can't be mined with an ASIC yet. X11, X13, NITS etc.

Good luck
330  Alternate cryptocurrencies / Mining (Altcoins) / Re: Overclock image for A2 Innosilicon by Emdje - Extranonce support on: December 04, 2014, 09:13:08 AM
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/
331  Bitcoin / Mining software (miners) / Re: cgminer extranonce.subscribe extension (binaries available for download) on: December 01, 2014, 04:31:06 PM
Extranonce submission for Innosilicon A2 scrypt miners:

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:3334#xnsub -u enterYourBTCaddress -p x

NOTE: did not work for me when set in miningrigrentals, only directly on the miner trough the web-interface
332  Alternate cryptocurrencies / Mining (Altcoins) / Re: 3,5MHs @ scrypt (GPU) - advice needed on: December 01, 2014, 04:30:27 PM
When you have free power you can mine whatever you want and be profitable. If you do not have free power, do not mine Scrypt with GPU or CPU. Indeed as said it is better to mine a different algo.
333  Alternate cryptocurrencies / Mining (Altcoins) / Re: Overclock image for A2 Innosilicon by Emdje on: December 01, 2014, 04:15:36 PM
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
334  Alternate cryptocurrencies / Mining (Altcoins) / Re: Overclock image for A2 Innosilicon by Emdje on: December 01, 2014, 12:26:01 PM
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.
335  Bitcoin / Mining software (miners) / Re: cgminer extranonce.subscribe extension (binaries available for download) on: November 30, 2014, 06:48:02 PM
Currently testing this for innosilicon's A2 miners: https://nicehash.com/?p=miners&a=0&d=1&addr=1FiHCFcP4ovbV89nGhYEMWXSZsWnGUASSe
Image for A2 will be posted here when testing is complete: https://bitcointalk.org/index.php?topic=672969.new#new
336  Alternate cryptocurrencies / Mining (Altcoins) / Re: Overclock image for A2 Innosilicon by Emdje on: November 30, 2014, 06:46:22 PM
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.
337  Alternate cryptocurrencies / Mining (Altcoins) / Re: [2.x] Overclock image for A2 Innosilicon by Emdje - CGminer 4.7.0 almost done on: November 30, 2014, 06:34:31 PM
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.
338  Alternate cryptocurrencies / Mining (Altcoins) / Re: [2.x] Overclock image for A2 Innosilicon by Emdje - CGminer 4.7.0 almost done on: November 30, 2014, 06:29:30 PM
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
339  Alternate cryptocurrencies / Mining (Altcoins) / Re: [2.x] Overclock image for A2 Innosilicon by Emdje - CGminer 4.7.0 almost done on: November 30, 2014, 10:44:47 AM
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.
340  Alternate cryptocurrencies / Mining (Altcoins) / Re: [2.x] Overclock image for A2 Innosilicon by Emdje - CGminer 4.7.0 almost done on: November 30, 2014, 10:30:19 AM
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.
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 28 29 30 31 32 33 34 35 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!