Search content
Sort by

Showing 20 of 23 results by zukolega
Post
Topic
Board Mercadillo
VENDO ANTMINER L3+ con PSU HP2400W
by
zukolega
on 07/09/2018, 18:10:41 UTC
Buenas vendo varias unidades de Antminer L3+ con PSU HP2400W. Tienen 3 meses de uso. En perfecto estado, con mantenimiento de limpieza y extracción dedicada durante funcionamiento. El motivo de la venta es que no tengo donde ubicarlas actualmente. Se puede recoger en mano o mediante envío a cualquier punto de España.

El pago puede realizarse en LTC/EUR.

Un saludo
Post
Topic
Board Mining (Altcoins)
Re: Innosilicon A5 DashMaster 30.2G 750W
by
zukolega
on 14/01/2018, 12:46:33 UTC
If we thought the instructions for updating software on the A5 through the TF card reader was bad. Wait until you see the instructions for the newest mandatory hardware update PDF titled "Mandatory hardware fix to avoid overheating in A5 dashmaster". It's actually hilariously poorly written.

Any other legitimate company would offer a paid recall of their product and fix their overheating hardware issue to maintain their reputation and trust. I guess since it has been made clear that all their customers are dissatisfied and angry at Innosilicon, I guess they figure they have nothing to lose by issuing their latest update requiring the customers to do it themselves.

Apparently their warranty seal means nothing if they are demanding that customers actually open up their miners and fuck with very intricate components Cheesy Not that it matters to me because mine came with broken warranty seals anyways Roll Eyes

I'm surprised that my A5 is actually hashing nicely at 33 GH/s. Everything they do is such a facepalm that it seems like a miracle that they actually managed to create the worlds most efficient Dash miner (commercially available at the time of this post).

Also, changing topic, more A5's are popping up on eBay. The one I saw today was selling as a "Buy it now" / "Free shipping" for $5300 US... Ouch.

Hi, I've a A5, can you upload the PDF! I don't recive that mail. Thanks
Post
Topic
Board Mining (Altcoins)
Re: Innosilicon A4+ setup tutorial (or A5)
by
zukolega
on 29/12/2017, 15:29:08 UTC
I also have some Innosilicon A5's I've been trying to get in Awesome Miner and was finally successful tonight. You need to edit three lines in the /home/inno_py/inno_config.py file. It looks like it generates a new run.sh file for each pool/pool change. I highlighted the lines and the adds below:

gInnoInitCmdStr = 'innominer_%s -o %s -u %s -p %s --A1Pll1 %s --A1Pll2 %s --A1Pll3 %s --A1Pll4 %s --A1Vol %s --api-listen --api-network --api-allow W:0/0 > /dev/null 2>&1'
gInnoBtcName    = 'T1'
gInnoBtcPool    = 'stratum+tcp://btc.s.innomining.com:1800'
gInnoBtcUser    = 'inno.btc'
gInnoBtcPwd     = 'x'
gInnoBtcFreq    = 1332
gInnoBtcVid     = 10
gInnoInitBtcCmd = gInnoInitCmdStr % (gInnoBtcName, gInnoBtcPool, gInnoBtcUser, gInnoBtcPwd, gInnoBtcFreq, gInnoBtcFreq, gInnoBtcFreq, gInnoBtcFreq, gInnoBtcVid)
gInnoLtcName    = 'T2'
gInnoLtcPool    = 'stratum+tcp://ltc.s.innomining.com:1900'
gInnoLtcUser    = 'inno.ltc'
gInnoLtcPwd     = 'x'
gInnoLtcFreq    = 1044
gInnoLtcVid     = 25
gInnoInitLtcCmd = gInnoInitCmdStr % (gInnoLtcName, gInnoLtcPool, gInnoLtcUser, gInnoLtcPwd, gInnoLtcFreq, gInnoLtcFreq, gInnoLtcFreq, gInnoLtcFreq, gInnoLtcVid)
gInnoDashName   = 'T3'
gInnoDashPool   = 'stratum+tcp://dash.s.innomining.com:2000'
gInnoDashUser   = 'inno.dash'
gInnoDashPwd    = 'x'
gInnoDashFreq   = 1100
gInnoDashVid    = 12
gInnoInitDashCmd= gInnoInitCmdStr % (gInnoDashName, gInnoDashPool, gInnoDashUser, gInnoDashPwd, gInnoDashFreq, gInnoDashFreq, gInnoDashFreq, gInnoDashFreq, gInnoDashVid)
gInnoXmrName    = 'T4'
gInnoXmrPool    = 'stratum+tcp://a8.s.innomining.com:19333'
gInnoXmrUser    = 'inno.001'
gInnoXmrPwd     = 'x'
gInnoXmrFreq    = 1000
gInnoXmrVid     = 175
gInnoInitXmrCmd = gInnoInitCmdStr % (gInnoXmrName, gInnoXmrPool, gInnoXmrUser, gInnoXmrPwd, gInnoXmrFreq, gInnoXmrFreq, gInnoXmrFreq, gInnoXmrFreq, gInnoXmrVid)
gInnoCmd1Pool   = gInnoInitCmdStr
gInnoCmd2Pool   = 'innominer_%s -o %s -u %s -p %s -o %s -u %s -p %s --A1Pll1 %s --A1Pll2 %s --A1Pll3 %s --A1Pll4 %s --A1Vol %s --api-listen --api-network --api-allow W:0/0 >/dev/null 2>&1'
gInnoCmd3Pool   = 'innominer_%s -o %s -u %s -p %s -o %s -u %s -p %s -o %s -u %s -p %s --A1Pll1 %s --A1Pll2 %s --A1Pll3 %s --A1Pll4 %s --A1Vol %s --api-listen --api-network --api-allow W:0/0 >/dev/null 2>&1'



Awesome!! Works works! Thank's @chadl2
Post
Topic
Board Mining (Altcoins)
Re: Innosilicon A4+ setup tutorial
by
zukolega
on 28/12/2017, 00:13:25 UTC
I don´t have "run.ps", in tmp folder there are run.sh*, is the same file?

Yeah, that's right .sh. Good morning Smiley 

If your processes (ps) has  the flags in it then there might be something else wrong (not your config files)

Code:
root@miner/:
ps|grep innominer

20685 root      73:25 innominer_T2 -o stratum+tcp://scrypt.mine.zpool.ca:3433 -u 1BPiRf942duu8AqFQGoRVwz4WGHn3APLm8 -p c=BTC --A1Pll1 1044 --A1Pll2 1044 --A1Pll3 1044 --A1Pll4 1044 --A1Pll5 1044 --A1Pll6 1044 --A1Pll7 1044 --A1Pll8 1044 --A1Vol1 23 --A1Vol2 23 --A1Vol3 23 --A1Vol4 23 --A1Vol5 23 --A1Vol6 23 --A1Vol7 23 --A1Vol8 23 --A1Fanmode 1 --A1Fanspd 3 --api-listen --api-network --api-allow W:0/0 --syslog
23359 root       0:00 grep innominer

https://i.imgur.com/yC9Qpxw.jpg
Shows the window in awesome when it works here. Manually typing address. Probably had to choose CgMiner from the drop-down the first time too.
Or you can try the network scan window thing, if you haven't.

What does worry a bit:
A) different miner, so who knows if any of this is helpful
B) if you have config *running* showing the --api-allow W:0/0 then there could be an entirely different set of problems like network connectivity issues. Firewalls. etc.


I don't see --api-allow https://ibb.co/fDB11b
Post
Topic
Board Mining (Altcoins)
Re: Innosilicon A4+ setup tutorial
by
zukolega
on 27/12/2017, 12:46:07 UTC
This works, I was able to edit the inno-config file but I still can not add it to the awesome miner program. "Failed to connect. Please ensure that the correct hostname has been entered.  https://ibb.co/mwvPH6

I've a Innosilicon A5, any ideas?

Thank's

I have to wait till the miner is fully booted and mining before it will show in awesome. Once the webUI shows up it will show in awesome as well.
Uhm... also. your screenshot doesn't show a closing quote (& ') on that line. Probably just cut off by the view. just double check that too?


I've waiting and nothing, miner is fully booted and mining for two hours and doesn't appear, I've checked again. https://ibb.co/nicv9w
Post
Topic
Board Mining (Altcoins)
Re: Innosilicon A4+ setup tutorial
by
zukolega
on 27/12/2017, 09:13:20 UTC
@diaahussein Attached screenshot of the help parameters https://ibb.co/kz65sG
Post
Topic
Board Mining (Altcoins)
Re: Innosilicon A4+ setup tutorial
by
zukolega
on 26/12/2017, 13:17:34 UTC
This works, I was able to edit the inno-config file but I still can not add it to the awesome miner program. "Failed to connect. Please ensure that the correct hostname has been entered.  https://ibb.co/mwvPH6

I've a Innosilicon A5, any ideas?

Thank's
Post
Topic
Board Mining (Altcoins)
Re: Innosilicon A4+ setup tutorial
by
zukolega
on 25/12/2017, 16:52:37 UTC
Thank's @kb8679
Post
Topic
Board Mining (Altcoins)
Re: Innosilicon A4+ setup tutorial
by
zukolega
on 25/12/2017, 16:42:49 UTC
Doensn't work, i got the same response read-only file system using both commands. Alternatives? Thank's!
Post
Topic
Board Mining (Altcoins)
Re: Innosilicon A4+ setup tutorial
by
zukolega
on 25/12/2017, 15:43:49 UTC
When i input " :wq " for save the file inno_config.py i get error "READ ONLY FILE" and i can't save the changes. Any solution?
Post
Topic
Board Mining (Altcoins)
Re: Innosilicon A5 DashMaster 30.2G 750W
by
zukolega
on 01/12/2017, 11:52:08 UTC
When I first turned on my A5 a capacitor from the control board exploded. One of the hashboards did not work, the red light went out. I changed the data bus from hashboard 1 to that of 3 and it worked.
Post
Topic
Board Mining (Altcoins)
Re: Innosilicon A5 DashMaster 30.2G 750W
by
zukolega
on 01/12/2017, 05:58:25 UTC
CAN WE CALL IT SCAM YETH??? Angry Angry Angry Angry

YES, A possessor of an A5 tells you. I'm still waiting for compensation for the delay and for the image of them to the world I hope they do it in a big way
Post
Topic
Board Mercadillo
[VENDO] Innosilicon A5 1st Batch 10-20Octubre
by
zukolega
on 28/09/2017, 10:29:55 UTC
Buenas vendo Innosilicon A5 a estrenear llegaría entre el 10 y el 20 de Octubre.

Hash Rate:   30.2GH/s(+/-8%, in 750w normal mode)
38 GH/s(+/-8%, in 1250w overclock mode)
Power Consumption:   750W ( normal mode, at the wall, with 93% efficiency PSU, 25°C temperature )
Chip Type:   A5 DashMaster ASIC
Dimensions:   Single tube, 400mm(L) x 135mm(W) x 158mm(H)
Weight:   4.8KG
Operating Temperature:   0°C—85°C (device junction temperature)
Network Connection:   Ethernet

El precio en la web es de 9999$ (a eso tenéis que añadirle un 28% en aduana), la vendo por 15000€ con PSU.

Un saludo
Post
Topic
Board Mercadillo
Re: Vendo 3 Antminer L3+Batch 1Nov
by
zukolega
on 28/09/2017, 10:20:57 UTC
En que mes recibiras los L3? puede que este interesado no lo se, porque el rendimiento que daria ahora mismo no sera el mismo que en unos meses
Si no pasa nada finales de Octubre primeros de Noviembre.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][LINX] Linx | POW(Scrypt) | Currency for the Electronic Music Scene
by
zukolega
on 18/09/2017, 16:37:08 UTC
LINX webwallet undergoing maintenance.

For your security DO NOT SEND any coins to your webwallet addresses until further notice.

Hi @mylinx , sorry but i had configured the automatic payment to my webwallet. Have I lost my coins? When webwallet will be available again?

Thank's
Post
Topic
Board Mercadillo
Re: Vendo 3 Antminer L3+Batch 1Nov
by
zukolega
on 08/09/2017, 17:55:17 UTC
@Finky Buenas, el motivo no es otro que tengo más unidades y he adquirido 5 Antminer D3, y un Innosilicon A5 y prefiero diversificar la inversión en diferentes algoritmos.

Un saludo.
Post
Topic
Board Mining (Altcoins)
Re: Innosilicon A5 DashMaster 30.2G 750W
by
zukolega
on 07/09/2017, 13:24:33 UTC
@Steven3iii Not yet, the estimated delivery date for my A5 is October 20th
Post
Topic
Board Mining (Altcoins)
Re: Innosilicon's A4 Dominator, 1.2W/Mhs 14nm ASIC and miner, open for Partners
by
zukolega
on 07/09/2017, 07:35:55 UTC
@HagssFIN I also bought an A5, what date did they give delivery? To me the 10-20 of October
Post
Topic
Board Mercadillo
Re: Vendo 3 Antminer L3+Batch 1Nov
by
zukolega
on 06/09/2017, 22:32:20 UTC
ChipyChop https://shop.bitmain.com/productDetail.htm?pid=00020170906220606808s81w82N8063C

Ya sabes, te puedes hinchar a comprar nuevas unidades a 2280$ + PORTES + IVA

Un saludo
Post
Topic
Board Mining (Altcoins)
Re: 11 Antminer L3+ What is more profitable, Nicehash or Solo Mining?
by
zukolega
on 06/09/2017, 19:42:42 UTC
I already knew that website. When calculating profitability, does it also include the probability of finding blocks and their reward?

Thank's