Bitcoin Forum
May 23, 2024, 05:11:27 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 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 »
701  Bitcoin / Hardware / Re: bitmine CoinCraft Series Users Thread - Troubleshooting, Efficiency, O/C on: April 28, 2014, 08:17:41 PM
If you select failover and click submit, it resets to balance but it works as failover. Check your pool and you will see.
702  Local / Αγορά / Αγορά - πώληση bitcoins on: April 20, 2014, 06:52:06 AM
Αγοράζω και πουλάω άμεσα bitcoins στην Αθήνα, συναλλαγές χέρι με χέρι ή και με κατάθεση σε τράπεζα.
Πληροφορίες με ΡΜ

703  Bitcoin / Hardware / Re: Official BITMINE CoinCraft series 28nm ASIC miners thread on: April 14, 2014, 04:16:59 PM
Hey guys new posted in this thread, I've done a search and I don't have time to read through 130+ pages on here...

What are the access methods for these miners? I know they will have a web interface, but managing via web is insane, so I'm assuming there's another way... Do they support SSH (particularly with pubkey auth)? That would be an ideal scenario...

Thanks in advance for any help :-)

http://bitmine.ch/?page_id=5284

Webinterface default access:
username: admin
password: admin

ssh default access:
username: root
password: bitmine

Awesome, thanks for the information! Perfect.

As it is, accessing the miner through SSH is pretty much useless. You can't control cgminer through it.
The linux distribution it uses (yocto) is very basic, stripped from everything, and lacks a package manager to install new software. It doesn't even have a gcc compiler!! And despite my efforts, I have failed to find a way to either install gcc on it or move the whole thing (mineros) to another usable linux distro for pi.
I have also described the problem in this thread
https://bitcointalk.org/index.php?topic=495357.0
I've sent an email to bitmine support asking for a SD image based on another distro (like rasbian or arch) or to send instructions on how to install other software (e.g. no-ip, screen) that would make our life much easier.
704  Bitcoin / Mining software (miners) / Re: cgmon - mining monitor for Linux - auto restart, reboot, sick gpu detect, &more on: April 10, 2014, 04:46:48 AM
Can you please paste the contents of /tmp/accepted_count

Code:
bomberb17@bomberb17-ltcminer:~$ cat /tmp/accepted_count
1127 1397104922
1151 1397104922
1146 1397104922

I have restarted my rig and now cgmon works ok again.
However I have seen cgminer hanging many times without cgmon catching it, and I suspect that this "bug" (which happens once in a while) is the reason.
705  Bitcoin / Mining software (miners) / Re: cgmon - mining monitor for Linux - auto restart, reboot, sick gpu detect, &more on: April 09, 2014, 07:55:49 AM
When I manually run it, I don't receive any mail ( I have gmail).
Waiting to see if I receive when cgminer crashes..

Check your configuration options.  This is the default:

Code:
# send email when running script by hand (no or yes)
set mail(notify_on_manual_runs) "no"

Yes I have that option enabled. Mail is coming when cgminer hangs though.
I also have another question: I added the line
*/2 * * * *        root    /home/user/cgmon.tcl >/dev/null 2>&1
in /etc/crontab as in the instruct.ons. While the script most of the time runs ok, I see that sometimes it does not. For example, this is the output of the log:
Code:
bomberb17@bomberb17-ltcminer:~$ tail -n 20 cgmon.log
Apr 09 02:42:02 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 02:44:02 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 02:46:02 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 02:48:01 bomberb17-ltcminer - GPU 0 Shares accepted since last run:  65  (5.43 shares/min)
Apr 09 02:48:01 bomberb17-ltcminer - GPU 1 Shares accepted since last run:  68  (5.68 shares/min)
Apr 09 02:48:01 bomberb17-ltcminer - GPU 2 Shares accepted since last run:  62  (5.18 shares/min)
Apr 09 02:48:01 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 02:50:01 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 02:52:02 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 02:54:01 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 02:56:01 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 02:58:01 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 03:00:02 bomberb17-ltcminer - GPU 0 no accepted shares in 721 seconds. GPU probably hung.
Apr 09 03:02:02 bomberb17-ltcminer - cgminer API is not enabled/responding.  Restart cgminer with '--api-listen' or check the status of mining pools.
Apr 09 03:04:04 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 03:06:03 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 03:08:04 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 03:10:04 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 03:12:03 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 03:14:03 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
And I received the email on 03.00am.
While it restarted my computer and cgminer continued to run fine, the script stopped running every 2 minutes for some reason. I tried adding the line also in crontab -e but nothing changed.
Any ideas?
My os is Xubuntu 12.10


See this also
Code:
bomberb17@bomberb17-ltcminer:~$ ./cgmon.tcl
invalid bareword "exited"
in expression "229 - exited";
should be "$exited" or "{exited}" or "exited(...)" or ...
    (parsing expression "229 - exited")
    invoked from within
"expr  $current_accepted($n) -  $previous_accepted($n)"
    (procedure "check_status" line 197)
    invoked from within
"check_status"
    (file "./cgmon.tcl" line 602)
706  Bitcoin / Mining software (miners) / Re: cgmon - mining monitor for Linux - auto restart, reboot, sick gpu detect, &more on: April 09, 2014, 07:50:40 AM
When I manually run it, I don't receive any mail ( I have gmail).
Waiting to see if I receive when cgminer crashes..

Check your configuration options.  This is the default:

Code:
# send email when running script by hand (no or yes)
set mail(notify_on_manual_runs) "no"

Yes I have that option enabled. Mail is coming when cgminer hangs though.
I also have another question: I added the line
*/2 * * * *        root    /home/user/cgmon.tcl >/dev/null 2>&1
in /etc/crontab as in the instruct.ons. While the script most of the time runs ok, I see that sometimes it does not. For example, this is the output of the log:
Code:
bomberb17@bomberb17-ltcminer:~$ tail -n 20 cgmon.log
Apr 09 02:42:02 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 02:44:02 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 02:46:02 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 02:48:01 bomberb17-ltcminer - GPU 0 Shares accepted since last run:  65  (5.43 shares/min)
Apr 09 02:48:01 bomberb17-ltcminer - GPU 1 Shares accepted since last run:  68  (5.68 shares/min)
Apr 09 02:48:01 bomberb17-ltcminer - GPU 2 Shares accepted since last run:  62  (5.18 shares/min)
Apr 09 02:48:01 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 02:50:01 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 02:52:02 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 02:54:01 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 02:56:01 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 02:58:01 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 03:00:02 bomberb17-ltcminer - GPU 0 no accepted shares in 721 seconds. GPU probably hung.
Apr 09 03:02:02 bomberb17-ltcminer - cgminer API is not enabled/responding.  Restart cgminer with '--api-listen' or check the status of mining pools.
Apr 09 03:04:04 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 03:06:03 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 03:08:04 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 03:10:04 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 03:12:03 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
Apr 09 03:14:03 bomberb17-ltcminer - cgmon 1.0.8 - cgminer running and all GPUs healthy.
And I received the email on 03.00am.
While it restarted my computer and cgminer continued to run fine, the script stopped running every 2 minutes for some reason. I tried adding the line also in crontab -e but nothing changed.
Any ideas?
My os is Xubuntu 12.10
707  Bitcoin / Hardware / Re: bitmine CoinCraft Series Users Thread - Troubleshooting, Efficiency, O/C on: April 08, 2014, 09:13:56 PM
I have made an SD card image, if anyone needs it I can send it to you, its only ~40MB zipped. PM me to send download link
708  Bitcoin / Mining software (miners) / Re: cgmon - mining monitor for Linux - auto restart, reboot, sick gpu detect, &more on: April 08, 2014, 08:12:36 AM
When I manually run it, I don't receive any mail ( I have gmail).
Waiting to see if I receive when cgminer crashes..
709  Bitcoin / Hardware / Re: bitmine CoinCraft Series Users Thread - Troubleshooting, Efficiency, O/C on: April 08, 2014, 05:58:42 AM
So I own my CC Desk for nearly a month, and I have concluded that the linux distribution the Desks are using (yocto) is very basic and limited. (possibly for simplicity and performance reasons)
There is no package manager to install new software, even no gcc compiler, and despite my efforts, I have yet to find a way to install other useful software. (e.g. screen, no-ip)
So I'm thinking of porting to another tested linux distro for Rpi (e.g. Arch)
By running ps I get the following output

Code:
root@raspberrypi:~# ps
  PID USER       VSZ STAT COMMAND
    1 root      1684 S    init [5]
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    5 root         0 SW<  [kworker/0:0H]
    7 root         0 SW   [rcu_preempt]
    8 root         0 SW   [rcu_bh]
    9 root         0 SW   [rcu_sched]
   10 root         0 SW<  [khelper]
   11 root         0 SW   [kdevtmpfs]
   12 root         0 SW<  [netns]
   13 root         0 SW   [kworker/0:1]
   14 root         0 SW<  [writeback]
   15 root         0 SW<  [bioset]
   16 root         0 SW<  [kblockd]
   17 root         0 SW   [khubd]
   18 root         0 SW<  [rpciod]
   19 root         0 SW   [khungtaskd]
   20 root         0 SW   [kswapd0]
   21 root         0 SW   [fsnotify_mark]
   22 root         0 SW<  [nfsiod]
   23 root         0 SW<  [crypto]
   29 root         0 SW<  [kthrotld]
   30 root         0 SW<  [VCHIQ-0]
   31 root         0 SW<  [VCHIQr-0]
   32 root         0 SW<  [VCHIQs-0]
   33 root         0 SW<  [iscsi_eh]
   34 root         0 SW<  [dwc_otg]
   35 root         0 SW<  [DWC Notificatio]
   37 root         0 SW<  [deferwq]
   39 root         0 SW   [mmcqd/0]
   40 root         0 SW<  [kworker/0:1H]
   41 root         0 SW   [jbd2/mmcblk0p2-]
   42 root         0 SW<  [ext4-dio-unwrit]
   75 root      3488 S    /lib/udev/udevd -d
  117 root         0 SW<  [bcm2708_spi.0]
  202 root      3484 S    /lib/udev/udevd -d
  203 root      3484 S    /lib/udev/udevd -d
  427 root      2412 S    /usr/sbin/dropbear -r /etc/dropbear/dropbear_rsa_host_key -p 22 -B
  432 root      2208 S    /sbin/syslogd -n -O /var/log/messages
  434 root      2208 S    /sbin/klogd -n
  436 root         0 SW   [kworker/0:2]
  443 root         0 SW   [w1_bus_master1]
  463 root      8700 S    python /mineros/minerosd.py start
  469 root      1944 S    /sbin/getty 115200 ttyAMA0
  470 root      1944 S    /sbin/getty 38400 tty1
  472 root      129m S    python /mineros/web/index.py
11104 root      135m R    cgminer --text-only --lowmem --bitmine-a1-options 16000:800000:8000 -o stratum+tcp://nl1.ghash.io:
11263 root      2836 R    /usr/sbin/dropbear -r /etc/dropbear/dropbear_rsa_host_key -p 22 -B
11264 root      2388 S    -sh
11272 root         0 SW   [kworker/u2:0]
11280 root         0 SW   [kworker/u2:1]
11295 root         0 SW   [kworker/u2:2]
11297 root      2388 R    ps


So from what I understand I could just copy the whole mineros directory and make the command
" python /mineros/minerosd.py start " run on system startup. Am I missing something?
710  Local / Mining Discussion (Ελληνικά) / Re: Τελικά πόσο έχει πάει η KWH ?? on: April 04, 2014, 08:51:51 AM
Όταν λες 300€ εννοείς κατανάλωση ρεύματος μόνο ή συνολικός λογαριασμός;
Εγώ με έναν πρόχειρο υπολογισμό για 5 κάρτες, κατανάλωση ~1200Watt -> 30kWh/μέρα -> 3600kWh/τετράμηνο.
Αφού λοιπόν πάμε στην υψηλότετρη κλίμακα χρέωσης (0,10€/kWh χωρίς τις ρυθμιζόμενες χρεώσεις)
βγαίνει περίπου 360€ + τις ρυθμιζόμενες χρεώσεις = ~450€.
Αυτά βέβαια αφορούν μόνο το ρεύμα, χωρίς ΕΡΤ, δήμο, χαράτσια και άλλα.
711  Local / Αγορά / Re: Πωλούνται Bitcoin ASIC USB Erupter miners on: April 04, 2014, 08:45:20 AM
Πωλήθηκαν
712  Local / Αγορά / Πωλούνται Bitcoin ASIC USB Erupter miners on: March 24, 2014, 05:42:11 PM
Πωλούνται 5x bitcoin miners με 330MH/s
Λειτουργούν άψογα, στο κουτί τους.
Κατανάλωση ενέργειας 2.5 watt το ενα (500 mA)
13€ το ένα. 60€ όλα μαζί.
Περιοχές Αθηνών, στέλνω και επαρχία κατόπιν συννενόησης.

713  Local / Αγορά / Πωλείται 1700+ Kh/s Scrypt (Litecoin - Dogecoin) Mining Rig on: March 24, 2014, 05:32:01 PM
Πωλείται Litecoin mining rig πλήρες και σε άριστη λειτουργική κατάσταση.
Η ταχύτητα Mining που αποδίδει σε scrypt είναι πάνω από 1700 Khash/sec.
H κατασκευή του βασίστηκε σε αυτόν τον οδηγό
http://www.cryptobadger.com/2013/04/build-a-litecoin-mining-rig-hardware/
και τα περισσότερα κομμάτια είναι σχεδόν ίδια με αυτόν. Όλα αγοράστηκαν από Ελλάδα τον Ιανουάριο 2014, και είναι φυσικά εντός εγγύησης με αποδείξεις.

Το σύστημα αποτελείται από τα κάτωθι:
  • Motherboard: ASRock 970 Extreme4
  • Επεξεργαστής: AMD Sempron 145 2.8 GHz
  • Μνήμη: Crucial 2GB DDR3
  • Τροφοδοτικό: 850W Corsair RM850
  • Δίσκος (USB): Silicon Power Marvel M50 32GB USB 3.0
  • GPUs: 3x Sapphire ATI Radeon HD7950 Boost 3GB DDR5 PCI-E 11196-19-20G
  • 3x VGA dummy plugs (για να μην μπαίνουν οι κάρτες σε idle)
  • 3x PCI-E risers
  • 1x Rosewill 220mm blue LED fan


Τρέχει λειτουργικό Xubuntu 12.10 και ο έλεγχος του γίνεται είτε με ssh είτε με teamviewer (προτείνεται ssh).
Όλα τα απαραίτητα εργαλεία (cgminer, ssh, no-ip κλπ) είναι προεγκατεστημένα. Επίσης έχει εγκατεστημένο πρόγραμμα monitoring για αυτόματη επανεκκίνηση σε περίπτωση που το mining κολλήσει για κάποιο λόγο.
Έχει ήδη γίνει undervolt στο secondary BIOS των GPU για μειωμένη κατανάλωση ρεύματος (περίπου 700W μετρημένο)
Δεκτός κάθε έλεγχος και επείδειξη λειτουργίας. Μπορώ ακόμα και να το βάλω να δουλέψει για σας για λίγη ώρα για να δείτε την απόδοσή του.
Περιοχή Βάρκιζα Αττικής. Μπορώ να το στείλω και οπουδήποτε στην Ελλάδα κατόπιν συννενόησης.

Φωτογραφίες:













714  Local / Mining Discussion (Ελληνικά) / Re: Αγορά Bitmain Antminer S1 και τελωνείο. on: March 21, 2014, 08:05:24 AM
Από τη στιγμή που στο στέλνουν με UPS, είναι σχεδόν 100% σίγουρο ότι θα πληρώσεις τελωνείο. Το ποσό που πληρώνεις είναι κατά κανόνα ΦΠΑ 23% + δασμοι 10% + αμοιβή εκτελωνιστη. Οπότε υπολόγισε γύρω στα 160 -  180€. Επίσης η όλη διαδικασία θα καθυστερήσει, με ότι σημαίνει αυτό σε χαμένο κέρδος λόγω αύξησης difficulty.
715  Bitcoin / Hardware / Re: bitmine CoinCraft Series Users Thread - Troubleshooting, Efficiency, O/C on: March 20, 2014, 10:09:45 AM

If I understand correctly you suggest killing the cgminer process and then running again cgminer from command line? yes
That would probably work, but
a) I'm not sure if everything else will work (e.g. web interface) web interface works, tested
b) If I log out, the process would kill itself. I could maybe keep it running with screen, but screen is not installed in this distribution. I don't know how to solve this

Ok so is there a way to install screen? Is there any repository for downloading software for this distribution?
By running
Code:
root@raspberrypi:~# cat /etc/issue
Poky 9.0.3 (Yocto Project 1.4.3 Reference Distro) 1.4.3 \n \l
And there's little information on the web for this distro
716  Bitcoin / Hardware / Re: bitmine CoinCraft Series Users Thread - Troubleshooting, Efficiency, O/C on: March 19, 2014, 10:01:14 PM
Basically you can kill cgminer process and then start manually another cgminer process with your arguments according to this post
https://bitcointalk.org/index.php?topic=486808.msg5417609#msg5417609, then you will see cgminer output.

If you add all command parameters as seen in /mineros/boot.py then web interface works after restart of cgminer:

Quote
cgminer -- --text-only --lowmem --bitmine-a1-options '+a1_options+' -o '+row[1]+' -O '+row[2]+':'+row[3]+' -o '+row[4]+' -O '+row[5]+':'+row[6]+' -o '+row[7]+' -O '+row[8]+':'+row[9]+' '+row[10]+' --api-allow '+row[12]+' --api-listen --queue 50 '+row[13]

Substitute row[number] with value from corresponding row on the miner settings page in web interface.

If I understand correctly you suggest killing the cgminer process and then running again cgminer from command line?
That would probably work, but
a) I'm not sure if everything else will work (e.g. web interface)
b) If I log out, the process would kill itself. I could maybe keep it running with screen, but screen is not installed in this distribution.
717  Bitcoin / Hardware / Re: Bitmine Coincraft desk and cgminer on: March 18, 2014, 11:06:47 AM
Ok thanks for the thread, continuing discussion there
718  Bitcoin / Hardware / Re: bitmine CoinCraft Series Users Thread - Troubleshooting, Efficiency, O/C on: March 18, 2014, 11:04:51 AM
Hello all,
I have a coincraft desk from Bitmine, which mines fine using its web interface.
However I'd like to find a way to display its cgminer output. Logging to the miner using SSH I get the following processes running:

Code:
root@raspberrypi:~# ps
  PID USER       VSZ STAT COMMAND
    1 root      1684 S    init [5]
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    5 root         0 SW<  [kworker/0:0H]
    7 root         0 SW   [rcu_preempt]
    8 root         0 SW   [rcu_bh]
    9 root         0 SW   [rcu_sched]
   10 root         0 SW<  [khelper]
   11 root         0 SW   [kdevtmpfs]
   12 root         0 SW<  [netns]
   13 root         0 SW   [kworker/0:1]
   14 root         0 SW<  [writeback]
   15 root         0 SW<  [bioset]
   16 root         0 SW<  [kblockd]
   17 root         0 SW   [khubd]
   18 root         0 SW<  [rpciod]
   19 root         0 SW   [khungtaskd]
   20 root         0 SW   [kswapd0]
   21 root         0 SW   [fsnotify_mark]
   22 root         0 SW<  [nfsiod]
   23 root         0 SW<  [crypto]
   29 root         0 SW<  [kthrotld]
   30 root         0 SW<  [VCHIQ-0]
   31 root         0 SW<  [VCHIQr-0]
   32 root         0 SW<  [VCHIQs-0]
   33 root         0 SW<  [iscsi_eh]
   34 root         0 SW<  [dwc_otg]
   35 root         0 SW<  [DWC Notificatio]
   37 root         0 SW<  [deferwq]
   39 root         0 SW   [mmcqd/0]
   40 root         0 SW<  [kworker/0:1H]
   41 root         0 SW   [jbd2/mmcblk0p2-]
   42 root         0 SW<  [ext4-dio-unwrit]
   75 root      3488 S    /lib/udev/udevd -d
  122 root         0 SW<  [bcm2708_spi.0]
  196 root      3484 S    /lib/udev/udevd -d
  213 root      3484 S    /lib/udev/udevd -d
  427 root      2412 S    /usr/sbin/dropbear -r /etc/dropbear/dropbear_rsa_host_key -p 22 -B
  432 root      2208 S    /sbin/syslogd -n -O /var/log/messages
  434 root      2208 S    /sbin/klogd -n
  443 root         0 SW   [w1_bus_master1]
  463 root      8700 S    python /mineros/minerosd.py start
  469 root      1944 S    /sbin/getty 115200 ttyAMA0
  470 root      1944 S    /sbin/getty 38400 tty1
  472 root      128m S    python /mineros/web/index.py
 3673 root      127m S    cgminer --text-only --lowmem --bitmine-a1-options 16000:800000:8000 -o http://api.bitcoin.cz:8332 -O xxxx:xxxx -o stratum+tcp://nl1.ghash.io:3334 -O xxxx.xxxx:xxxx -o stratum+tcp:
 4025 root         0 SW   [kworker/0:0]
 4059 root         0 SW   [kworker/u2:0]
 4064 root         0 SW   [kworker/u2:2]
 4065 root         0 SW   [kworker/u2:1]
 4066 root      2836 R    /usr/sbin/dropbear -r /etc/dropbear/dropbear_rsa_host_key -p 22 -B
 4067 root      2388 S    -sh
 4069 root      2388 R    ps
Baros suggested killing the process and restarting cgminer, but that would probably disable the web interface functionality.. All I want is to see the cgminer output. A log file would work for me as well..

P. S I agree that a SD card image is also necessary, if someone can upload one on a file hosting website or cloud drive that would be great..
719  Bitcoin / Hardware / Bitmine Coincraft desk and cgminer on: March 17, 2014, 05:23:52 PM
Hello all,
I have a coincraft desk from Bitmine, which mines fine using its web interface.
However I'd like to find a way to display its cgminer output. Logging to the miner using SSH I get the following processes running:

Code:
root@raspberrypi:~# ps
  PID USER       VSZ STAT COMMAND
    1 root      1684 S    init [5]
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    5 root         0 SW<  [kworker/0:0H]
    7 root         0 SW   [rcu_preempt]
    8 root         0 SW   [rcu_bh]
    9 root         0 SW   [rcu_sched]
   10 root         0 SW<  [khelper]
   11 root         0 SW   [kdevtmpfs]
   12 root         0 SW<  [netns]
   13 root         0 SW   [kworker/0:1]
   14 root         0 SW<  [writeback]
   15 root         0 SW<  [bioset]
   16 root         0 SW<  [kblockd]
   17 root         0 SW   [khubd]
   18 root         0 SW<  [rpciod]
   19 root         0 SW   [khungtaskd]
   20 root         0 SW   [kswapd0]
   21 root         0 SW   [fsnotify_mark]
   22 root         0 SW<  [nfsiod]
   23 root         0 SW<  [crypto]
   29 root         0 SW<  [kthrotld]
   30 root         0 SW<  [VCHIQ-0]
   31 root         0 SW<  [VCHIQr-0]
   32 root         0 SW<  [VCHIQs-0]
   33 root         0 SW<  [iscsi_eh]
   34 root         0 SW<  [dwc_otg]
   35 root         0 SW<  [DWC Notificatio]
   37 root         0 SW<  [deferwq]
   39 root         0 SW   [mmcqd/0]
   40 root         0 SW<  [kworker/0:1H]
   41 root         0 SW   [jbd2/mmcblk0p2-]
   42 root         0 SW<  [ext4-dio-unwrit]
   75 root      3488 S    /lib/udev/udevd -d
  122 root         0 SW<  [bcm2708_spi.0]
  196 root      3484 S    /lib/udev/udevd -d
  213 root      3484 S    /lib/udev/udevd -d
  427 root      2412 S    /usr/sbin/dropbear -r /etc/dropbear/dropbear_rsa_host_key -p 22 -B
  432 root      2208 S    /sbin/syslogd -n -O /var/log/messages
  434 root      2208 S    /sbin/klogd -n
  443 root         0 SW   [w1_bus_master1]
  463 root      8700 S    python /mineros/minerosd.py start
  469 root      1944 S    /sbin/getty 115200 ttyAMA0
  470 root      1944 S    /sbin/getty 38400 tty1
  472 root      128m S    python /mineros/web/index.py
 3673 root      127m S    cgminer --text-only --lowmem --bitmine-a1-options 16000:800000:8000 -o http://api.bitcoin.cz:8332 -O xxxx:xxxx -o stratum+tcp://nl1.ghash.io:3334 -O xxxx.xxxx:xxxx -o stratum+tcp:
 4025 root         0 SW   [kworker/0:0]
 4059 root         0 SW   [kworker/u2:0]
 4064 root         0 SW   [kworker/u2:2]
 4065 root         0 SW   [kworker/u2:1]
 4066 root      2836 R    /usr/sbin/dropbear -r /etc/dropbear/dropbear_rsa_host_key -p 22 -B
 4067 root      2388 S    -sh
 4069 root      2388 R    ps
Can you help me with this matter? thanks
720  Bitcoin / Mining software (miners) / Re: cgmon - cgminer monitor for Linux - auto restart, reboot, sick gpu detect &more on: February 15, 2014, 10:17:16 AM
I'm not getting any mail. Also if I debug, I get the message
Code:
invalid bareword "exited"
in expression "exited - 11";
should be "$exited" or "{exited}" or "exited(...)" or ...
    (parsing expression "exited - 11")
    invoked from within
"expr  $current_accepted($n) -  $previous_accepted($n)"
    (procedure "check_status" line 190)
    invoked from within
"check_status"
    (file "./cgmon.tcl" line 579)
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!