Bitcoin Forum
November 06, 2024, 06:51:34 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4]
61  Bitcoin / Group buys / Want to buy 5x or 10x New USB ASIC Erupters on: September 29, 2013, 07:02:09 PM
Yesterday, I saw them for .0112. But I was still in the Newbie Jail. So I couldn't post. Huh
I would consider reasonable quotes around that price.
Thanks. PM me. I will be home after 6PM EST.
62  Other / Beginners & Help / Re: How long do we have to stay in the chroot? on: September 29, 2013, 01:43:46 PM
Owch! Shocked
63  Other / Beginners & Help / Re: How long do we have to stay in the chroot? on: September 29, 2013, 05:36:15 AM
YES!!!
Instead of moving the fan to the ASIC, I used an extension cable to move the ASIC to the fan!
Thanks! BTC B!z BTC
64  Other / Beginners & Help / Re: How long do we have to stay in the chroot? on: September 29, 2013, 05:29:13 AM
Thanks! You just gave me an idea!
65  Other / Beginners & Help / Re: How long do we have to stay in the chroot? on: September 29, 2013, 05:22:51 AM
Can't wait to by more Erupters! Want to start running tests in the lab. Got to give these advisors something to chew on.
These are problem solvers.  Wink

Thanks!
66  Other / Beginners & Help / Re: Cheap way of heating your home through mining on: September 29, 2013, 05:12:32 AM
Too funny!!!  Grin Grin Grin
67  Other / Beginners & Help / How long do we have to stay in the chroot? on: September 29, 2013, 04:50:49 AM
Almost forgot. I have 2xASIC Block Eruptors so far. ~600 MH/s?
And 2x Radeons [HD4850 + HD5570] = ~148 MH/s

I'm very interested in the physics of cooling these babys!
I will post my findings as I go.

My group of advisors:
Ritered Physical Chemist / Patent Engineer for Texaco
Ritered Mechanical Engineer / Researcher for Texaco
Retired Chemical Research Fellow MD, Member of the board of Chemists, Built every Pharmaceutical Factory in the world from 1960-1990 (China, Singopore, Iran, USA...), Climb Leader to Everest back in the 70s.
Sr Programmer / Robotics Engineer at [Unknown].

Anyone have an NJoy menthols to trade? Cool
Where's my lawyer!
 Lips sealed
68  Economy / Games and rounds / Re: All Newbies: Start Earning Bitcoins today! + Free bitcoin. on: September 29, 2013, 03:38:15 AM
BTC 1HUiS6JZzQ225q3AZTFjMePRsYtKQffxzU BTC
Nice! Can't wait to see the new gold!
69  Bitcoin / Mining support / [Resolved]Setup cgminer daemon on Pogoplug E02 USB ASIC ALARM on: September 29, 2013, 02:42:18 AM
I'm trying to configure cgminer to run as service/daemon on ArchLinuxARM on my Pogoplug E02 with ASIC Block Erupters attached to it.
I just built the OS from the lastest release on 9/25/13. I followed the tutorial from Qui's techNOLOGY Blog. It was easy to follow and was written after the initd and systemd changes. All the other tuts I used were written prior to those changes and created many headaches.

Every guide I have seem is close, but not quite.
Ex: [Seach cgminer]                              [^^^^]
     [Seach cgminer]+[ASIC Block erupter] [^^^]
     [Seach cgminer]+[ASIC Block erupter]+Linux [^]
     [Seach cgminer]+[ASIC Block erupter]+Linux+Pogoplug []

In my first attempt, I followed two guides,
Project: CGMiner 3.4.0 with USB Block Erupters on a 5W pogoplug mobilehttps://bitcointalk.org/index.php?topic=285028.0 and
Tutorials:Raspberry Pi Mining with Arch Linuxhttps://forums.butterflylabs.com/showwiki.php?title=Tutorials:Raspberry+Pi+Mining+with+Arch+Linux which made it confusing.

I have setup the following configuration with three files:
[root@pogoplug01 cgminer-3.4.3]# cat /home/Bitcoin/cgminer/cgminer-3.4.3/cgminer.conf
Code:
{
"pools" : [
        {
                 "url" : "http://pool-us.50btc.com:8332",
                "user" : "xxx@xxx.com_xxx",
                "pass" : "xxxxxxxxxxxxxxxxx"
        }
]
,
       "api-listen" : true,
       "api-port" : "4028",
       "expiry" : "120",
       "failover-only" : true,
       "log" : "5",
       "no-pool-disable" : true,
       "queue" : "2",
       "scan-time" : "60",
       "worktime" : true,
       "shares" : "0",
       "kernel-path" : "/usr/local/bin",
       "api-allow" : "0/0",
       "icarus-options" : "115200:1:1",
       "icarus-timing" : "3.0=100"
}
[root@pogoplug01 Bitcoin]# cat /etc/startscript.sh
Code:
#!/bin/sh
# sleep 1m ### This is one difference between the two guides ###
screen -dmS cgminer /home/Bitcoin/cgminer-3.4.3/cgminer --config /home/Bitcoin/cgminer-3.4.3/cgminer.conf 2> /var/log/cgminer.log
# sleep 100000d ### This is one difference between the two guides ###

[root@pogoplug01 Bitcoin]# cat /usr/lib/systemd/system/cgminer.service
Code:
[Unit]
Description=Start cgminer
Documentation=man:syslog-ng(8)

[Service]
User=root
Type=oneshot
ExecStart=/bin/sh /etc/startscript.sh
StandardOutput=null

[Install]
WantedBy=multi-user.target
# Enable the service: ### This is one difference between the two guides ###
### I commented this out because I didn't think it was valid code! ###
[root@pogoplug01 Bitcoin]#

Then changed permissions for the script:
[root@pogoplug01 Bitcoin]# chmod +x /usr/lib/systemd/system/cgminer.service

Once everything was configured, I shutdown the ssh session which was running cgminer interactively and started the daemon:
[root@pogoplug01 Bitcoin]# systemctl start cgminer.service

[root@pogoplug01 Bitcoin]# systemctl enable cgminer  #This will start the cgminer.service on startup.

Then I tried to restore the screen session with:
[root@pogoplug01 Bitcoin]# screen -r
error:No screen to restore -- Not sure of the exact wording here.

So I looked to see if it logged anything:
[root@pogoplug01 Bitcoin]# cat /var/log/cgminer.log
[root@pogoplug01 Bitcoin]#

Is there a debug version so I can trace my path?

Oh, yes I did post this in the ALARM forum. But it seems the ratio of activity between BT and ALARM is 1000+?/1.
I'm aware this is an immortal sin in the Forum worlds. But I just want to mine too people!
 
Some please point me in the right direction...
Thanks.
Pages: « 1 2 3 [4]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!