Bitcoin Forum
March 28, 2024, 12:40:27 PM *
News: Latest Bitcoin Core release: 26.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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ... 97 »
181  Bitcoin / Hardware / Re: ANTMINER S5: 1155GH(+OverClock Potential), In Stock $0.319/GH & 0.51W/GH on: April 19, 2015, 03:52:12 PM
Does the new S5 firmware released by Bitmaintech that only has cgminer 4.8.0 work on any S5?
182  Economy / Service Announcements / Re: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool on: April 19, 2015, 03:46:15 PM
AntMinerS5 SD cgminer_4.9.0 firmware e prestazioni graphs.tar.gz


are currently on mining nicehash europe, I'm in Italy and I have 4x antminer s5, and found this firmware on the forum AntMinerS5 SD cgminer_4.9.0 firmware and performance graphs.tar.gz, I checked on my miners and saw that I cgminer 4.8, what should I do? worth that put this firmware? I have the latest firmware released by the bitmain 04/15/2015 pero con cgminer 4.8.cosa should I do?
thanks

I switched one miner to that firmware and it has been working great. Cgminer 4.9.0 is part of it.
ALSO, Bitmaintech came out with another updated firmware for their S5, but still kept cgminer 4.8.0.

183  Alternate cryptocurrencies / Mining (Altcoins) / Re: cryptoGlance [v2.0.2] :: Open-source, self-hosted, multi-rig monitoring tool! on: April 18, 2015, 11:47:12 PM
Could it possible have something to do with mine being a windows install. I believe you run linux. Thanks
I will look into this and post back on my findings. It's possible that the signature generation could be different/broken on windows.


root      1068  0.0  0.2  13972  4696 ?        Ss   Apr14   0:05 /usr/local/apache/bin/httpd -k start -DSSL
nobody   20266  0.0  0.1  14104  3516 ?        S    11:06   0:00 /usr/local/apache/bin/httpd -k start -DSSL

EDIT:
I signed in without the root account and received this back:

deligus   1659  0.0  0.0   2084   548 ?        S+   13:03   0:00 egrep (apache|httpd)


I made the appropriate changes and soon as I chmod 777 I get internal server error. So apparently everytime I need to update I need to reinstall and re-upload the master files all over again. Arghhh.
There's an issue with the user apache is running as. You can modify the user it should use in: /etc/httpd/conf/httpd.conf (around line ~27+28). I suggest the user: apache, httpd, or www-data. These users may need to be created (Not sure...).

Restart apache /etc/init.d/httpd restart...

Once that's done, whatever user and group you changed it to, repeat the previous steps to change cryptoglance file owners

I think I'll worry about changing the apache user a little later, since other hosts are on this VPS. I'm not sure what the ramifications will be once I make those changes. For now I'll just stick with the build that it is currently working on and have to skip the small nightlys for now. I got it running great on my host through my Asus router. I forwarded everything to 4028 and then setup the individual internal ports as you suggested 1001, 1002, etc but soon as I tried to do the same thing with my father's router it just would not work. He has a Netgeat WNDR4500 model which is capable of port forwarding. Only took me a few minutes to configure all the internal port forwards, but they just wouldn't connect. Even tried port triggering. Firmware update, just about anything I could think of. It has to do something with his router I suspect. I flipped flopped the ports just to make sure I was correct in setting it all up. So right now he's stuck to using it locally until I figure it out. Strange.
184  Alternate cryptocurrencies / Mining (Altcoins) / Re: cryptoGlance [v2.0.2] :: Open-source, self-hosted, multi-rig monitoring tool! on: April 17, 2015, 04:40:38 PM
Damn, this auto-update is killing me. Are there requests on getting that fixed up?

There is a problem with the user permissions that will not allow CryptoGlance to update.
Please run the command "sudo sh permissionfix.sh" in the root of the CryptoGlance directory to fix this issue.
********************
* Please contact support via reddit, bitcointalk, or IRC if you need assistance!
Yeah, we're trying Sad

We don't have this issue, so we're trying to identify what is wrong. The latest nightly has better handling of permission issues, it's just a matter of getting there.

What OS are you running?

CentOs 6 32bit. I'll try to save the user_data and reinstall for the third time. When it does work, it works great. I have all my ports forwarded to the miners and I can access the URL anywhere on the Interent.
Can you SSH into the machine and run the following:
Code:
ps aux | egrep '(apache|httpd)'
The beginning of the line should say what the user group is. EG:
Code:
www-data 26244  0.0  0.4 385000 13224 ?        S    10:38   0:00 /usr/sbin/apache2 -k start

Then, navigate to cryptoglance: cd /var/www/ (or whatever you have called it)
Code:
sudo chmod -R 777 *
sudo chown -R www-data:www-data *
(Replace www-data:www-data with whatever your usergroup is... eg httpd:httpd or apache:apach2, etc)

root      1068  0.0  0.2  13972  4696 ?        Ss   Apr14   0:05 /usr/local/apache/bin/httpd -k start -DSSL
nobody   20266  0.0  0.1  14104  3516 ?        S    11:06   0:00 /usr/local/apache/bin/httpd -k start -DSSL

EDIT:
I signed in without the root account and received this back:

deligus   1659  0.0  0.0   2084   548 ?        S+   13:03   0:00 egrep (apache|httpd)


I made the appropriate changes and soon as I chmod 777 I get internal server error. So apparently everytime I need to update I need to reinstall and re-upload the master files all over again. Arghhh.
185  Alternate cryptocurrencies / Mining (Altcoins) / Re: cryptoGlance [v2.0.2] :: Open-source, self-hosted, multi-rig monitoring tool! on: April 17, 2015, 03:08:25 PM
Damn, this auto-update is killing me. Are there requests on getting that fixed up?

There is a problem with the user permissions that will not allow CryptoGlance to update.
Please run the command "sudo sh permissionfix.sh" in the root of the CryptoGlance directory to fix this issue.
********************
* Please contact support via reddit, bitcointalk, or IRC if you need assistance!
Yeah, we're trying Sad

We don't have this issue, so we're trying to identify what is wrong. The latest nightly has better handling of permission issues, it's just a matter of getting there.

What OS are you running?

CentOs 6 32bit. I'll try to save the user_data and reinstall for the third time. When it does work, it works great. I have all my ports forwarded to the miners and I can access the URL anywhere on the Interent.

186  Alternate cryptocurrencies / Mining (Altcoins) / Re: cryptoGlance [v2.0.2] :: Open-source, self-hosted, multi-rig monitoring tool! on: April 17, 2015, 02:51:22 PM
Will you ever be including alerts and more communication with the user so they don't have to keep looking at the stats? Nice having a text/sms/email indicating one of your miners is too hot or hashing lower then normal. This to me would be the development path for this program, right?

FYI you can do this already with the existing MobileMiner support.

I've been using M's monitor program which ties into mobileminer but those alerts rarely work. Does mobileminer just work off the data sent from the M's monitor program? If yes, then the alerts would be inaccurate as well. I've had rigs go offline and then receive an email alert from M's monitor program 8 hours later.

187  Alternate cryptocurrencies / Mining (Altcoins) / Re: cryptoGlance [v2.0.2] :: Open-source, self-hosted, multi-rig monitoring tool! on: April 17, 2015, 02:47:46 PM
I can not connect rig. when there copy the ip address of a Web browser that is made of of my antminer s3 and I will put some label, so it does not join
By chance did you change the port? Default is 4028

Will you ever be including alerts and more communication with the user so they don't have to keep looking at the stats? Nice having a text/sms/email indicating one of your miners is too hot or hashing lower then normal. This to me would be the development path for this program, right?
FYI you can do this already with the existing MobileMiner support.
You mean M's monitor program?
MobileMiner is an online service, it requires some kind of app to push hardware information up to the server. CryptoGlance can push information to the online service for all your miners for you Smiley See http://mobileminerapp.com for more information

Now I just get internal server error. Since public_html is my cryptofolder not sure why that happened.
I suggest a fresh install of CryptoGlance... If you have miners and pools configured, first copy user_data to a safe location, this is where all data is saved. Once you fresh install cryptoglance, copy the original user_data and overwrite the new install user_data

Damn, this auto-update is killing me. Are there requests on getting that fixed up?

There is a problem with the user permissions that will not allow CryptoGlance to update.
Please run the command "sudo sh permissionfix.sh" in the root of the CryptoGlance directory to fix this issue.
********************
* Please contact support via reddit, bitcointalk, or IRC if you need assistance!
188  Bitcoin / Pools / Re: *** GHash.IO mining pool official page *** on: April 17, 2015, 12:52:18 PM
Something's wrong with the pool for the last few hours. My mining speed on the pool shows 0 even though I have my miner working on it...

Another DDOS attack most likely. Other pools want the hashing power, so the only way they can really get it is to give someone a couple BTC and tell them go commando on the pool. They are all competing against each other, and unfortunately it will be pool wars day in and day out here. Too bad. How I miss the GPU days where everyone actually helped each other.

189  Bitcoin / Pools / Re: *** GHash.IO mining pool official page *** on: April 17, 2015, 12:23:27 PM
Remember people, when other pool operators come into another pool's thread and spread FUD, please think about why they are doing that.

Lulz an explanation about why ghash.io's luck is unlikely to be a withholding attack and you call it FUD?
Clearly you had a bad day and decided to take it out on me twice for no reason.
Ever so politely ... Go fuck yourself Smiley

Kano, unzip, pull out and start blowing. Being polite. Smiley
190  Bitcoin / Pools / Re: [2100 TH] CKPool (kano.is) from the cgminer devs [0.9% PPLNS] on: April 17, 2015, 12:21:12 PM
...
Come off as an ass for asking questions? That's weird, first time I heard that. All I did was ask a couple of questions, where did you get the sense I'm coming off as an ass? Unless you are deeply reading into my questions or something? Really, you don't need to respond, I'm off to another pool. I can tell when new user's aren't wanted.
Good to hear.
Yes you aren't wanted ... even though you have mined here on and off in the past month and been paid 7 times.
No idea why you'd come up with some inane comment about an inability to use a web browser as an excuse to complain.

Edit: and just in case you missed it Smiley
https://bitcointalk.org/index.php?topic=627111.msg11115211#msg11115211

I was just trying to help my dad switch his pool lineup and was a mess of things and forgot how this one works since it's different then most. Asked some questions for him so I can write them down this time for him and got the third degree. Some "community" we have here.
191  Bitcoin / Pools / Re: *** GHash.IO mining pool official page *** on: April 17, 2015, 11:55:03 AM
Remember people, when other pool operators come into another pool's thread and spread FUD, please think about why they are doing that.

192  Bitcoin / Pools / Re: [2100 TH] CKPool (kano.is) from the cgminer devs [0.9% PPLNS] on: April 17, 2015, 11:42:59 AM
Trying 7TH here. Signed up with an account, now what? Where would I see my workers? Their stats? Anything on my hashing here? NOT mining with a BTC address. Using an account. Seeing information is key.

EDIT: Is Kano related to Westhash? Seems this is the only pool where users use Kano and Westhash at the same time to go back and forth? Kano isn't paying enough, so they have to dump over to Westhash? Kinda of rude, no?

Well, hopefully someone can tell me where I can see my stats or workers or anything...or I'll just move on to another pool. Have another 10TH mining somewhere else now, waiting for a new home maybe.



You come off as kind of an ass.

Sign up, log in, you can see all of the stats you need.  Overall this pool since its inception has paid about 4% over expected.

Come off as an ass for asking questions? That's weird, first time I heard that. All I did was ask a couple of questions, where did you get the sense I'm coming off as an ass? Unless you are deeply reading into my questions or something? Really, you don't need to respond, I'm off to another pool. I can tell when new user's aren't wanted.
193  Bitcoin / Pools / Re: [2100 TH] CKPool (kano.is) from the cgminer devs [0.9% PPLNS] on: April 17, 2015, 05:21:57 AM
Trying 7TH here. Signed up with an account, now what? Where would I see my workers? Their stats? Anything on my hashing here? NOT mining with a BTC address. Using an account. Seeing information is key.

EDIT: Is Kano related to Westhash? Seems this is the only pool where users use Kano and Westhash at the same time to go back and forth? Kano isn't paying enough, so they have to dump over to Westhash? Kinda of rude, no?

Well, hopefully someone can tell me where I can see my stats or workers or anything...or I'll just move on to another pool. Have another 10TH mining somewhere else now, waiting for a new home maybe.

194  Bitcoin / Hardware / Re: [GUIDE] Strato's Antminer S5 Vertical Mounting Setup Guide - Updated Photo/Video on: April 13, 2015, 08:58:54 PM
I wish I had a bread rack to test this at home. Now that the temps are getting warmer I closed windows and stuck a 12BTU AC in the window, which I was going to do anyway since my Central AC took a dump on me. Yea, it is real nice having Central AC, but I get better cooling with window AC units and can shut them off in parts of the house. Save a little electricity. Trying to think what else besides a break rack like that will work that I have at home already? Right now I have all my S5's on a long 10 foot table with the power supplies. Temps are fine, but if I could lower the AC even more while still keeping the S5 temps that would be even better. I did have a slew of power supplies so each one of my S5's has it's own 1000 watt PSU. I could over clock all of them if I want. Two of them are RM1000's, one of them is an HX1000i, and the rest EVGA G2 1000.

195  Bitcoin / Pools / Re: [2100 TH] CKPool (kano.is) from the cgminer devs [0.9% PPLNS] on: April 13, 2015, 07:54:40 PM
I was thinking of giving the ol' Westhash a go. Is it worth it with only 7TH? Been checking it out more and more.
196  Bitcoin / Mining software (miners) / Re: M's Miner (Ant/SP) Monitor v5.2: alerts,auto/mass/scheduled reboot/mobile miner on: April 12, 2015, 10:16:32 PM
My triggers disappear most of the time with version 5.2. I'll click save, exit the program and load it up again and they will be gone. So the alerts aren't working which is what I really want to use the software for. Also, I tried three different SSL SMTP servers, does no work. Forced to use non-SSL SMTP. Also need another space where you can put multiple email addresses in case you want to send more then one person.

Can you give me some specifics?  What miner type, and what alerts do you enable that don't save?

Quote
EDIT: Also, if I wanted to view my miners on another computer do I need to get another key? Because I can't seem to get to that page without requesting another key.

You mean through Mobile Monitor?  I'm not sure, I'm not at all familiar with how that works. 

M

Here is a screen shot. I will make these selections, then save. Exit the program entirely, then go back to view these settings and they will be gone. All fields will be blank, but if I select S5 in the drop down it remembers the numbers I put in, so it is saving them somewhere.

197  Bitcoin / Hardware / Re: ANTMINER S5: 1155GH(+OverClock Potential), In Stock $0.319/GH & 0.51W/GH on: April 12, 2015, 10:03:33 PM
one of my hashboard has failed once again, sent for RMA.

this is the status for the other hashboard. is the HW error too high?



your temperature is pretty high - try reducing the frequency to 325MHz and see if that helps

Are we looking at the same temp? 51c is just fine. I even read pages back in this thread 60c is ok to run. That's why 80c is the shutoff. Maybe I'm looking at the wrong thing?
198  Bitcoin / Hardware / Re: ANTMINER S5: 1155GH(+OverClock Potential), In Stock $0.319/GH & 0.51W/GH on: April 12, 2015, 09:57:48 PM
Sorry for my paint skills but i think i need to make this for my fan to work correctly.. any electrical engineers in here to check my work?



not sure if that L7805 will get too hot..

also im not sure what the value of R2 should be.. or maybe it doesnt matter? the higher level of R2 the slower the fan will run, i think?

the transistor is 2n2222 or something? NPN i think?


What's wrong with the stock fan?
199  Bitcoin / Pools / Re: [1800 TH] CKPool (kano.is) from the cgminer devs [0.9% PPLNS] on: April 12, 2015, 09:19:11 PM
I've been mining on this pool for a while now, and while we're riding this block party right now, there will be a crash at some point :p

Don't you put that evil on me Digitalmocking Tongue

ALL pools have their good days/weeks and bad days/weeks. This is common. Stick to one pool and it really all averages out over time.
200  Alternate cryptocurrencies / Mining (Altcoins) / Re: cryptoGlance [v2.0.2] :: Open-source, self-hosted, multi-rig monitoring tool! on: April 12, 2015, 08:32:46 PM
By the way, is this an access issue?

==> Starting Update...Please be patient
==> Creating temporary directory to download update and unzip: update/v2.0.2.799
==> ERROR: Failed to create the directory: update/v2.0.2.799
* Please contact support via reddit, bitcointalk, or IRC!
Yes. I have yet to identify what the permission is exactly. The current solution (it's an ugly solution) is to:
1) Navigate to the parent folder of cryptoglance
2) sudo chmod -R 777 <cryptoglance_folder_name>
3) sudo chown -R www-data:www-data <cryptoglance_folder_name>

Now I just get internal server error. Since public_html is my cryptofolder not sure why that happened.
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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ... 97 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!