Bitcoin Forum
May 14, 2024, 04:42:34 AM *
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 »
141  Bitcoin / Mining support / Re: [Bounty 0.05 BTC] MinePeon 0.2.3a stability issues on: September 12, 2013, 03:37:16 AM
Hmm, now my LCDStats script has stopped working!! I'm getting the following output:

Code:
Welcome to cgminerLCDStats
Copyright 2013 Cardinal Communications
Main Exception Handler:
Failed to claim interface

Traceback (most recent call last):
  File "cgminerLCDStats.py", line 473, in <module>
    displayErrorScreen(str(e))   # something bad happened, better display the error screen
  File "cgminerLCDStats.py", line 198, in displayErrorScreen
    display = LCDSysInfo()
  File "/home/minepeon/cgminerLCDStats/pylcdsysinfo.py", line 332, in __init__
    raise IOError("Failed to claim interface")
IOError: Failed to claim interface
142  Bitcoin / Mining support / Re: [Bounty 0.05 BTC] MinePeon 0.2.3a stability issues on: September 11, 2013, 03:46:07 AM
Very helpful. Many thanks.
143  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: September 11, 2013, 03:43:52 AM
Okay, I wrote a separate connector to the cgMiner API (just to rule out anything currently in MinePeon)... and it appears that the response from CGMiner is actually returning different data than what it's showing on the output screen. Could be a bug in the latest CGMiner release.

Edit: With 623 pages on the CGMiner thread, not sure if the issue has already been reported, but definitely seeing a 1319 accepted share difference for each USB Erupter I have going at the moment. However I made a post there, we'll see if anything becomes of it, it could be some kind of offset (maybe?) or just a bug in the API callback.

If it's any help, my LCDStats screen is outputting the correct figures.
144  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: September 11, 2013, 02:04:46 AM
Well its weird. When I screen -r I see bfgminer and cgminer my hardware errors are just around 2%~
But when I check out Minepeon it says the average of both singles is 51%.
With bfgminer some engines even display 98% hardware errors. Not sure whats going on.

I'm getting the same issue, and I think there is a bug in the number of accepted shares being reported. Reported shares on the web UI are roughly one tenth of actual shares. Maybe someone's deleting a zero somewhere. . .
145  Bitcoin / Mining / Re: A case study in entry-level mining on: September 11, 2013, 01:34:43 AM
After many more issues with MinePeon 0.2.3a, I have downgraded to 0.2.2. I used the previous method to fix the system clock, then updated cgminer and http with git pull as described here: https://bitcointalk.org/index.php?topic=290511.new#new

I also used the instructions here to set up my LCDstats screen: https://github.com/cardcomm/cgminerLCDStats/blob/master/MinePeon%20Install.md

The current configuration seems stable. Smiley
146  Bitcoin / Mining support / Re: [Bounty 0.05 BTC] MinePeon 0.2.3a stability issues on: September 11, 2013, 01:30:29 AM
14 hours of uptime so far. Excellent!
147  Bitcoin / Mining support / Re: [Bounty 0.05 BTC] MinePeon 0.2.3a stability issues on: September 10, 2013, 11:16:44 AM
Code:
sudo python2 cgminerLCDStats.py &

The ampersand did the trick Smiley

Now to see how stable it is. . .
148  Bitcoin / Mining support / Re: [Bounty 0.05 BTC] MinePeon 0.2.3a stability issues on: September 10, 2013, 11:12:23 AM
Okay, I have reverted to MinePeon 0.2.2 with the latest ntp, cgminer and http packages. I'm trying to run the status screen as described here but the script terminates and the screen stops updating when I disconnect my ssh client. How do I make a python script continue after disconnecting ssh?
149  Bitcoin / Mining support / Re: [Bounty 0.05 BTC] MinePeon 0.2.3a stability issues on: September 10, 2013, 06:00:55 AM
also you might want to look at updating the http git.

Not sure how to do this. . .
150  Bitcoin / Mining support / Re: [Bounty 0.05 BTC] MinePeon 0.2.3a stability issues on: September 10, 2013, 04:56:05 AM
Right, I have followed these instructions to upgrade to cgminer 3.4.2 and we shall see if that improves anything.
151  Bitcoin / Mining support / Re: [Bounty 0.05 BTC] MinePeon 0.2.3a stability issues on: September 10, 2013, 04:48:19 AM
Added bounty
152  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: September 10, 2013, 04:38:39 AM
Need help: cgminer 3.3.4 on MinePeon 0.2.3a restarts every few hours. Can someone tell me how to look at the log files?
153  Bitcoin / Mining support / [Bounty 0.1 BTC] MinePeon stability issues on: September 09, 2013, 02:05:37 AM
Hi all,

I've been using MinePeon 0.2.3a for a few days, and have fixed one stability issue related to the system clock not synchronising over wifi. See this post: https://bitcointalk.org/index.php?topic=224015.msg3086667#msg3086667

However, both MinePeon and cgminer seem to be restarting frequently, giving me only a few hours of uptime between cycles.

I know that the first step would be to check the MinePeon logs, but I don't know where they are saved.

Any help would be much appreciated. Smiley

Thanks

154  Bitcoin / Mining support / Re: [Bounty 0.2BTC] fix my minepeon time and date thats on wifi on: September 06, 2013, 05:14:22 AM
Do you have both installed? Can you just try uninstalling openntp?

Yep, that's how I solved it: https://bitcointalk.org/index.php?topic=224015.msg3086667#msg3086667
155  Bitcoin / Mining / Re: A case study in entry-level mining on: September 05, 2013, 10:26:34 AM
I have been experiencing significant issues with MinePeon 0.2.3a restarting, failing to report averages, displaying graphs, and other instabilities. After some investigation, I believe that the network time protocol daemon has issues over a wifi link. Here's the procedure to fix:

ssh into the RPi and enter your timezone:

Code:
timedatectl timezone list

Code:
sudo timedatectl set-timezone Australia/Sydney

Then

Code:
sudo pacman -S ntp

When it prompts you to remove openntpd, select Yes.

Next use a text editor in administrator mode to edit your ntp.conf

Code:
sudo vim /etc/ntp.conf

vim is a subject unto itself, but the idea is to add your local ntp servers. Here are mine for Australia

Code:
server 0.au.pool.ntp.org iburst
server 1.au.pool.ntp.org iburst
server 2.au.pool.ntp.org iburst
server 3.au.pool.ntp.org iburst

Finally start the ntp daemon

Code:
sudo systemctl enable ntpd
sudo systemctl start ntpd
156  Bitcoin / Mining support / Re: [Bounty 0.2BTC] fix my minepeon time and date thats on wifi on: September 05, 2013, 01:36:30 AM
Was this ever resolved? I seem to have the same clock problem with MinePeon 0.2.3a on my wifi network.

ntpd and openntpd seem to be in conflict.
157  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: September 04, 2013, 08:48:26 AM
Can someone tell me how to restart the LCDStats script without rebooting the Pi?

Also, I'm having lots of problems I believe are related to the system clock. No average values and extremely large uptimes. I've set the timezone and date correctly, but I think the time daemon (ntp?) has issues working over wifi.
158  Bitcoin / Mining / Re: A case study in entry-level mining on: September 04, 2013, 02:44:03 AM


159  Bitcoin / Mining / Re: A case study in entry-level mining on: September 04, 2013, 02:15:25 AM
BIG UPDATE!! 2013-09-04

DOUBLE OR NOTHING

My second batch of five USB block erupters has arrived! I'm amazed that they were here at about 11am today when I ordered them at 4pm yesterday! I highly recommend dadj aka Leo as a reliable supplier of USB miners. Thanks, mate! I paid 0.95 BTC for the five miners including express shipping.

I needed an adapter for the Israeli DUB-H7, but fortunately I had one.

I also upgraded to MinePeon 0.2.3a

Setup was absolutely painless. I imaged MinePeon to my SD card, connected ethernet to the RPi and booted. Then I just used sudo wicd-curses to set up the wifi connection, plugged everything in, and applied power. It sorted itself in a minute or two, and was then ready for my pool details. Easy!

I'm now mining at about 3.4GH/s, with an LCD status screen.

Pictures to follow. . . .
160  Bitcoin / Group buys / Re: [ASICMINER] [Block Erupter USB] [Price Update] [Australia] on: September 03, 2013, 02:15:24 AM
WTB 5 block erupters. Please check your PMs, Leo Smiley
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!