Search content
Sort by

Showing 20 of 115 results by Elphamyto
Post
Topic
Board Hardware
Merits 3 from 2 users
Re: AvalonMiner 921 released - 20 TH/s @ 1800W
by
Elphamyto
on 08/03/2019, 01:50:35 UTC
⭐ Merited by frodocooper (2) ,HagssFIN (1)
After running for 24 hours now, I'm thinking it is a power setting. Voltage Level Offset seems to behave as it should now.



So after ~34 hours of mining with the new firmware (and adjusting voltage offsets) I can say w/ certainty that the new MM reduces the hashrate. Of the two machines I installed it on, both lost 1.5-2TH/s. I've rolled back to the old firmware and the machines are back at their normal 20TH/s. If I had the machines locally I would test their power consumption with the new firmware running. I'm wondering if the loss of ~1.5TH/s came with a decent reduction in current; can anyone with new firmware running test this and report their findings?
Post
Topic
Board Hardware
Merits 2 from 1 user
Re: AvalonMiner 921 released - 20 TH/s @ 1800W
by
Elphamyto
on 07/03/2019, 06:45:22 UTC
⭐ Merited by frodocooper (2)
New firmware was just released for 921 (and the 920). I wish they were more descriptive in the changelog. All that's noted is:

Code:
* Add support for AVA9_P_SET_SS_PARA_EN
Post
Topic
Board Hardware
Merits 1 from 1 user
Re: My Avalon A921 is on the way
by
Elphamyto
on 05/01/2019, 16:02:22 UTC
⭐ Merited by frodocooper (1)
I can't figure out what the issue with my unit is. When the miner boots up, the fan revs up and back down as I imagine it should. But then it sits there without mining. The AUC3 stays green but every ~7 minutes briefly flashes red then goes back to green again. The led on the A921 stays blue.

Got it working. The issue was resolved by updating to the latest MM921.mcs
Post
Topic
Board Hardware
Re: 17.2TH/s, 1570W Innosilicon announces the most powerful and efficient BTC Miner
by
Elphamyto
on 05/08/2018, 13:21:16 UTC
Has anyone on this forum purchased an order of these? I'm wondering what their experience with Inno's shipping is like.
Post
Topic
Board Hardware
Re: Bitmain's Released Antminer S9, World's First 16nm Miner Ready to Order
by
Elphamyto
on 01/12/2017, 02:30:51 UTC
My arrival date was change from this friday to monday

so 3 day of hashing will be lost.

that is about 140 usd 



Same here.

Mine is delayed as well due to "awaiting clearing agency review" (apparently in China). Is this the same for you two?
Post
Topic
Board Mining support
Re: Antminer S9's Hijacked-Need Help-Will Pay $$ To Reset-ASAP
by
Elphamyto
on 30/11/2017, 04:15:59 UTC
That's perfect. Thank you. I know just enough coding to be dangerous.

As of this morning, it looks like the reset I did with the IP reporter button worked, however I'm not sure if it completely allowed the firmware reinstall to take. Here's the kernel version. Can anyone tell me if this is correct? It doesn't to me, which means there's still something left on there:

Kernel Version   Linux 3.14.0-xilinx-gb190cb0-dirty #57 SMP PREEMPT Fri Dec 9 14:49:22 CST 2016

If that's not the correct version, and reinstalling the firmware can't change it, is there a way to ssh into it and change it, or does it mean a new controller board?

Thanks.

D

That looks like the correct kernel, but know that the kernel version and firmware version are two different things.
Firmware is listed below Kernel Version as "File System Version."

Did you see that Bitmain has a package to fix S9 firmware update https://shop.bitmain.com/support.htm?pid=007201611260753443104jm60Q6L0639
I've never had to use this but apparently it's an issue for the S9.


 
Post
Topic
Board Mining support
Re: Antminer S9's Hijacked-Need Help-Will Pay $$ To Reset-ASAP
by
Elphamyto
on 29/11/2017, 14:34:17 UTC
If you want to try and manually force the miner configuration (pool / worker / password) here are the steps. If something on the controller is corrupt then this may not work. This is only a last resort. I'm assuming you aren't familiar with nix shells from what you said in your first post.

You'll need to ssh into the miner. If you aren't working from a linux or mac, you'll need Cygwin or some other way of running a bash-like shell.
The username is root and the password is admin (unless you have changed the password)
Code:
ssh root@192.168.1.55
*enter password*

Change to the config directory
Code:
cd /config

Stop bmminer
Code:
/etc/init.d/bmminer.sh stop > /dev/null 2>&1

Change permissions on bmminer.conf so we can edit it manually
Code:
chmod 600 bmminer.conf

Edit the file using vi
Code:
vi bmminer.conf

Use arrow buttons to go to where you edit text, press "i" and edit the text. If you get stuck using vi just google it—unfortunately there isn't any other editor installed. When you are done editing the pool and worker info, press escape, then colon and type "wq" (which mean write changes and quit vi) and enter.

Change permissions back to original state on bmminer.conf
Code:
chmod 400 bmminer.conf

Start bmminer
Code:
/etc/init.d/bmminer.sh start > /dev/null 2>&1


See if this gets your pools and workers back
Post
Topic
Board Hardware
Re: Bitmain's Released Antminer S9, World's First 16nm Miner Ready to Order
by
Elphamyto
on 29/11/2017, 13:27:39 UTC
My November 21-30 has just been marked with a UPS shipping label. So I've received both November orders (the other was the LTC payment batch).
Post
Topic
Board Mining support
Re: Antminer S9's Hijacked-Need Help-Will Pay $$ To Reset-ASAP
by
Elphamyto
on 28/11/2017, 08:14:28 UTC
Did you just get these machines? Were they sold by Bitmain or secondhand/used?


What about my first question?
Post
Topic
Board Mining support
Re: Antminer S9's Hijacked-Need Help-Will Pay $$ To Reset-ASAP
by
Elphamyto
on 28/11/2017, 06:00:36 UTC
Did you just get these machines? Were they sold by Bitmain or secondhand/used?

You can try installing a new firmware image. Go to https://shop.bitmain.com/support.htm?pid=00720161126080548570Q2tDBXAH065D and depending in which S9 machine you have, download the firmware. If it's not a static 14TH unit, then download the one at the bottom Antminer-S9-all-201708151137-autofreq-user-Update2UBI-NF.tar.gz.

Go to the miner's page under System tab -> Upgrade and under "Flash new firmware image" uncheck "Keep settings" and select the tar.gz firmware you downloaded.
Give it 5-7 minutes and then see if you can enter your pool info.
Post
Topic
Board Hardware
Re: Bitmain's Released Antminer S9, World's First 16nm Miner Ready to Order
by
Elphamyto
on 27/11/2017, 15:30:54 UTC
Has anyone received a shipping notice for Nov 21-30 miners? I'm among the waitlist, just curious what others are hearing.
Post
Topic
Board Hardware
Re: Avalon A7 announced
by
Elphamyto
on 27/11/2017, 11:33:26 UTC
Is it normal that Avalon 741 restart more often? Mine Avalon restart even when it's at 37 degree Celsius. Thanks
https://drive.google.com/open?id=1X2giHh53t9MwcLljkS2hutdkEeBdH4tG
ReUp for answers

Mine have never restarted automatically, but I’ve not seen them get over 34... usually run 29-31.
Is there anyway we could the miner log to see what the problem caused it restarted. Mine restarted at -2 voltage in every 30 mins average
If you could screenshot the miner Log or copy and paste it to this thread, everyone can have a look at it, and perhaps see your problem
Please take a look and help me out. Thanks all
https://drive.google.com/file/d/1A60Rp9_DdZcUy5slzB7qYso5dEKBunAE/view?usp=sharing
https://drive.google.com/open?id=1hvpYMmcziMPUOIgMC23PK3m7FqZi7CWG

Having compared yours with mine, the only big difference I noticed is that your's ECHU is [16 0 0 0] where mine is [0 0 0 0]. Tried searching what that means, but couldn't find anything, maybe some other member can clarify. Also have you tried running it with a voltage offset of 0? Just curious what it would give then.
I ran it at -2. If i set it at 0, it will restart after 5-10 mins

Look at the System Log tab, that might provide some clues. See what's happening around the time the hashrate is dropping to zero. Maybe there is something happening with dhcpd, etc.
Post
Topic
Board Mining support
Re: AntMiner R4 Stopped working
by
Elphamyto
on 25/11/2017, 03:39:36 UTC
You can ssh into it with username root and password admin.
I doubt the firmware is causing this, at least, if it was installed correctly.
I had an R4 controller fail and I replaced it with an S9 controller, flashing it with the R4 firmware and it works fine. If the image was installed properly, and your controller isn't broken, it should be working. Make sure you don't have anything preventing javascript from running on that page.

The "ant_data=;" you see in the miner configuration page is there because the header has an inline script that begins with
Code:
echo "ant_data = ${ant_result};"
The script is fetching cgi data from the config saved in /config/bmminer.conf. For some reason it is failing at that point.
Post
Topic
Board Hardware
Re: Avalon A7 announced
by
Elphamyto
on 17/11/2017, 08:46:38 UTC
@rs1x, How is your miner's pi connected to the internet? Is it connected directly to your router or does it go to an access point?
The Routes page is missing a gateway, and cgminer's api is telling you it cannot connect to a network. That's the issue; the cause could be many things.


Parallel miner said it's configured for DHCP. I don't know that I beleive the rasp pi is.

Did Parallel miner sell you the pi? I'm wondering if you have the wrong version of OpenWrt is installed for your pi. You may just want to reflash the pi with the correct image from Canaan.
Post
Topic
Board Hardware
Re: Bitmain's Released Antminer S9, World's First 16nm Miner Ready to Order
by
Elphamyto
on 17/11/2017, 01:19:16 UTC
If they had 14TH/s S9's, why is the Jan 11-20,2018 batch 13.5TH/s?  Should I just wait for the next batch?  It doesn't seem like this one is selling out as quickly as others have described previous batches of the S9.  Somewhere in the 249 pages of this thread, I read that one batch sold out in hours.

The sales rate depends largely on their (expected) stock quantity and the demand. Neither factors are publicly available. At the rate they are pumping out miners between now and January, one would expect the difficulty to escalate greatly. This may also be influencing sales.

This next bit is speculation:
History shows that as Bitmain starts producing miners that have better and better hashrates (also with lower failures) and then suddenly starts selling-off large quantities of batches which seem to be a regression towards earlier models' hashrates, they are dumping their stock to prepare for an improved model. 
Post
Topic
Board Pools
Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
Elphamyto
on 10/11/2017, 05:49:40 UTC
What size CPU and RAM do I need to run a node of your branch? Would it be feasible to run on a VPS server (i.e. one with the space necessary to hold the blockchain)?
Post
Topic
Board Hardware
Re: Antminer R4 - Wrong chip index
by
Elphamyto
on 06/11/2017, 15:46:02 UTC
I'm resurrecting an old thread here. I'm curious if anyone with some pcb assembly experience has tried diagnosing this issue. I'm willing to test every inductor, capacitor, resistor, and chip lead with a multimeter—but how do I get this epoxy off cleanly? Is there anyone with feedback? Thanks.
Post
Topic
Board Mining support
Re: Auto stop s9 on no internet
by
Elphamyto
on 06/11/2017, 15:28:25 UTC
The miner is consuming power because of its fans, which are probably still spinning at full speed due to the internal temp. Once the chips start cooling off, the SoC controller should regulate the fans to a lower speed accordingly (and even go into an idle state iirc). I would hesitate to immediately shut-down the miner before letting it cool off. Try giving it a little while before checking the power consumption after the internet goes out. If your internet is always intermittent, then your solution probably lies in finding a better ISP. That's just my two cents. 
Post
Topic
Board Hardware
Re: is there a safe way to clean an AvalonMiner 741?
by
Elphamyto
on 18/10/2017, 21:06:01 UTC
These air blasters are awesome: Metro Vacuum
Post
Topic
Board Hardware
Re: Avalon A7 announced
by
Elphamyto
on 17/10/2017, 15:54:06 UTC
keeping an eye on the avalon software, I have noticed this:

https://github.com/Canaan-Creative/cgminer/commit/e0a064459d8764f562831cd79c7900caef985008

So it looks like we will have   a new Avalon 761 with 26 chips on a board  (108 asics if the number of boards will be 4 as in 741).  So we expect around 9TH per miner.

This is old news