Bitcoin Forum
June 22, 2024, 07:53:41 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / Re: Raspberry Pi Running Antminer U1 on: January 18, 2014, 06:58:13 PM
thanks swearing - good idea.

just happened to see it go down just now and got this on the ssh:-

 [2014-01-18 18:31:17] Bmsc send golden nonce
 [2014-01-18 18:31:18] Hotplug: Bitmain added AMU 14
 [2014-01-18 18:31:18] Hotplug: Bitmain added AMU 15
 [2014-01-18 18:31:18] Hotplug: Bitmain added AMU 16
 [2014-01-18 18:31:23] -----------------start freq-------------------
 [2014-01-18 18:31:23] Send frequency 8208810b
 [2014-01-18 18:31:23] Accepted 0edb6339 Diff 17/6 AMU 14
 [2014-01-18 18:31:24] Send freq getstatus 84000400
 [2014-01-18 18:31:25] Accepted 0153ad4b Diff 193/6 AMU 14
 [2014-01-18 18:31:26] Send freq getstatus 84000400
 [2014-01-18 18:31:28] Recv 1 freq getstatus=801100010e
 [2014-01-18 18:31:28] --------recv freq getstatus ok finish---------
 [2014-01-18 18:31:28] -----------------start nonce------------------
 [2014-01-18 18:31:28] Bmsc send golden nonce
 [2014-01-18 18:31:28] Bmsc recv golden nonce timeout
 [2014-01-18 18:31:29] -----------------start freq-------------------
 [2014-01-18 18:31:29] Send frequency 8208810b
 [2014-01-18 18:31:30] Send freq getstatus 84000400
 [2014-01-18 18:31:32] ------recv freq getstatus no data finish------Write failed: Host is down

Pi works fine on its own, will test the miners on my pc tomorrow!  Slush's pool has reported some issues yesterday which may have been cause - perhaps still happening today too..

thanks

greenemso


2  Other / Beginners & Help / Re: Raspberry Pi Running Antminer U1 on: January 18, 2014, 05:11:17 PM
Thanks all

I'm not sure what is stopping cg miner or the pi - no error logs to speak of, just stalled screen - I've taken off the LCD display (used for the BE's) in case this is causing issue.

Cheers

greenemso
3  Other / Beginners & Help / Re: Raspberry Pi Running Antminer U1 on: January 18, 2014, 10:45:23 AM
Hi Lucky, yes I'm running on pi - I did enter that and x and y'ed it - but when I have checked back on just now the command had gone back to original (without slub_debug).. i guess I have to add each time?!

thanks

greenemso
4  Other / Beginners & Help / Re: Raspberry Pi Running Antminer U1 on: January 18, 2014, 09:50:08 AM
Hi Sweaving

I'm having a few issues with CG Miner going offline after a few hours - I keep rebooting and its all looking fine, but same thing keeps happening - any ideas?  Huh

thanks

greenemso
5  Other / Beginners & Help / Re: Raspberry Pi Running Antminer U1 on: January 16, 2014, 07:09:46 PM
yep!  Cheesy

another problem though  Huh.. running through console on iPad.. when it closes so does cg miner!??
______________

edit

bit the bullet, lugged tv and keyboard downstairs and plugged in.. now ticking away.. all good
6  Other / Beginners & Help / Re: Raspberry Pi Running Antminer U1 on: January 16, 2014, 04:29:43 PM
thanks Sweaving - i have followed the instructions as per previous posts
-- enabl-bmsc
then..
made

but after made just get error which says something like - you don't have permission to access this file

I can still start the miner but it doesn't recognise as before.. Huh Huh

any ideas?

greenemso

__________________

Edit - please ignore - now working!!  Grin Grin

many thanks for your help!
7  Other / Beginners & Help / Re: Raspberry Pi Running Antminer U1 on: January 15, 2014, 03:28:28 PM
here's a pic  Undecided

8  Other / Beginners & Help / Re: Raspberry Pi Running Antminer U1 on: January 15, 2014, 02:45:53 PM
I'm still not able to get past this line...
cd ./cgminer
./cgminer --bmsc-options 115200:20 -o mint.bitminter.com:3333 -u bitcoinco_demo -p x--bmsc-freq 0781

Now I get:
Unexpected extra commandline arguments
Segmentation fault

Also: do I add the '--usb :1' command like this:
./cgminer --bmsc-options 115200:20 -o mint.bitminter.com:3333 -u bitcoinco_demo -p x--bmsc-freq 0781 --usb :1


I'm getting the same error message on my pi - did you resolve??

greenemso

I assume you have but I'll just make sure......... You have changed the relevant fields to suit your mining pool and your workers account + password? (in bold text below)


./cgminer --bmsc-options 115200:20 -o mint.bitminter.com:3333 -u bitcoinco_demo -p x --bmsc-freq 0781 --usb :1


yes - i'm now getting it to boot up in cg miner ok, but saying usb init, open device failed, err -3, you don't have privilege to access...

edit.. i just went back to adafruit instruction as I was using BE before ant miner.. states that icarus code is for BE only.. can anyone confirm what should be here or shall i just remove?

{
"pools" : [
        {
                "url" : "PoolAddress:Port",
                "user" : "UserName.WorkerName",
                "pass" : "Password"
        }
]
,
   "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"

}
9  Other / Beginners & Help / Re: Raspberry Pi Running Antminer U1 on: January 15, 2014, 12:26:21 PM
I'm still not able to get past this line...
cd ./cgminer
./cgminer --bmsc-options 115200:20 -o mint.bitminter.com:3333 -u bitcoinco_demo -p x--bmsc-freq 0781

Now I get:
Unexpected extra commandline arguments
Segmentation fault

Also: do I add the '--usb :1' command like this:
./cgminer --bmsc-options 115200:20 -o mint.bitminter.com:3333 -u bitcoinco_demo -p x--bmsc-freq 0781 --usb :1


I'm getting the same error message on my pi - did you resolve??

greenemso
10  Bitcoin / Group buys / Re: U1 antminer USB sticks 0.08 per unit *Delivery with me mid week* 447/500 on: January 13, 2014, 02:14:12 PM
amount paid .50075

1GMd9C2vUs7vh9oHYDHiYqJGBrpQJZzt6U

thanks

greenemso
11  Bitcoin / Group buys / Re: U1 antminer USB sticks 0.08 per unit *Delivery with me mid week* 447/500 on: January 13, 2014, 08:27:51 AM
just to let everyone know, as far as i am aware the package is being returned to sender and this buy won't be going ahead, sorry folks.

I will start issuing refunds later tonight

Thanks - sorry to hear this hasn't worked out.

refund here please - 1GMd9C2vUs7vh9oHYDHiYqJGBrpQJZzt6U

greenemso
12  Bitcoin / Group buys / Re: ANTMINER U1 USB STICKS (WORLD WIDE) GB (300/1000) 0.0775btc/0.0725 Btc *INSTOCK on: January 12, 2014, 05:42:26 PM
Hi

Would I able to pick up the miners in person?  i'm potentially after 45

thanks

greenemso

We can always escrow with Sebastian Ju for that amount, i don;t do pick ups, too busy ! thanks

Ok, when could I expect delivery if I paid Monday?  3.2825 BTC - is that correct?

thanks

greenemso
13  Bitcoin / Group buys / Re: ANTMINER U1 USB STICKS (WORLD WIDE) GB (300/1000) 0.0775btc/0.0725 Btc *INSTOCK on: January 12, 2014, 05:17:25 PM
Hi

Would I able to pick up the miners in person?  i'm potentially after 45

thanks

greenemso
14  Bitcoin / Group buys / Re: U1 antminer USB sticks 0.08 per unit *Delivery with me mid week* 423/500 on: January 05, 2014, 05:56:06 PM
can i grab x6 @ .08

thanks

GE
15  Other / Beginners & Help / Re: Earning Bitcoins on: November 17, 2013, 08:33:54 PM
I'm guessing the way to get bitcoins is to mine or buy  Wink - does anyone know how newbies can buy from the group buys that are being discussed on these forums? Huh Huh

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!