Pages:
Author

Topic: Discontinued: Lancelot (Heavy Duty 400 Mega hashes, 2 x FPGA Mining Board) - page 18. (Read 86437 times)

hero member
Activity: 532
Merit: 500
newbie
Activity: 36
Merit: 0
sr. member
Activity: 467
Merit: 250
bash: syntax error near unexpected token `('

my first step in ubuntu ^^

trying run 34 Lancelots

Should be fine now, I had a ( somewhere by mistake before, removed it from the script and it works fine now :-)
jr. member
Activity: 36
Merit: 10
cgminer -S /dev/ttyUSB0 -S /dev/ttyUSB1 -S /dev/ttyUSB10 -S /dev/ttyUSB11 -S /dev/ttyUSB12 -S /dev/ttyUSB13 -S /dev/ttyUSB14 -S /dev/ttyUSB15 -S /dev/ttyUSB16 -S /dev/ttyUSB17 -S /dev/ttyUSB18 -S /dev/ttyUSB19 -S /dev/ttyUSB2 -S /dev/ttyUSB20 -S /dev/ttyUSB21 -S /dev/ttyUSB22 -S /dev/ttyUSB23 -S /dev/ttyUSB24 -S /dev/ttyUSB25 -S /dev/ttyUSB26 -S /dev/ttyUSB27 -S /dev/ttyUSB28 -S /dev/ttyUSB29 -S /dev/ttyUSB3 -S /dev/ttyUSB30 -S /dev/ttyUSB31 -S /dev/ttyUSB32 -S /dev/ttyUSB4 -S /dev/ttyUSB5 -S /dev/ttyUSB6 -S /dev/ttyUSB7 -S /dev/ttyUSB8 -S /dev/ttyUSB9 --icarus-timing short -o ... -u ... -p (anything)

...one Lancelot missing
this is why I want to use .conf file, but with no success :/  (https://bitcointalksearch.org/topic/m.2232234)

Try to put your login credentials in your.conf file and run it by: cgminer -c your.config -S /dev/ttyUSB0 -S /dev/ttyUSB1 .... -S /ttyUSB19

your.config:
Code:
"pools" : [
        {
                "url" : "http://stratum.bitcoin.cz:3333",
                "user" : "your.worker",
                "pass" : "yourpass"
        }
],

"api-listen" : true,
"icarus-timing" : "2.5"

}
legendary
Activity: 2912
Merit: 1060
Put your u and p in quotes?
newbie
Activity: 36
Merit: 0
cgminer -S /dev/ttyUSB0 -S /dev/ttyUSB1 -S /dev/ttyUSB10 -S /dev/ttyUSB11 -S /dev/ttyUSB12 -S /dev/ttyUSB13 -S /dev/ttyUSB14 -S /dev/ttyUSB15 -S /dev/ttyUSB16 -S /dev/ttyUSB17 -S /dev/ttyUSB18 -S /dev/ttyUSB19 -S /dev/ttyUSB2 -S /dev/ttyUSB20 -S /dev/ttyUSB21 -S /dev/ttyUSB22 -S /dev/ttyUSB23 -S /dev/ttyUSB24 -S /dev/ttyUSB25 -S /dev/ttyUSB26 -S /dev/ttyUSB27 -S /dev/ttyUSB28 -S /dev/ttyUSB29 -S /dev/ttyUSB3 -S /dev/ttyUSB30 -S /dev/ttyUSB31 -S /dev/ttyUSB32 -S /dev/ttyUSB4 -S /dev/ttyUSB5 -S /dev/ttyUSB6 -S /dev/ttyUSB7 -S /dev/ttyUSB8 -S /dev/ttyUSB9 --icarus-timing short -o ... -u ... -p (anything)

...one Lancelot missing
legendary
Activity: 2912
Merit: 1060
newbie
Activity: 36
Merit: 0
bash: syntax error near unexpected token `('

my first step in ubuntu ^^

trying run 34 Lancelots
full member
Activity: 191
Merit: 110
Just placed an order for 20 units under the group manufacturing.  So if I'm reading the OP correctly.. I do not need to pay yet until Blackarrow informs us and/or me that they have the stock available and is ready to ship.  Until then.. I am basically in queue waiting to pay?

Also.. why no Escrow? Sad
legendary
Activity: 2912
Merit: 1060
Chorizo you can get all the info you need from the original lancelot too
copper member
Activity: 2310
Merit: 1032
A big thanks to blackarrow, Came on team viewer and sorted my non connecting boards very quickly, Thank you for such a good customer support, and a fantastic product.

EDIT though I would like to know what it was that was wrong.  Grin
hero member
Activity: 532
Merit: 500
Thank you, and at this time you are recommending the 200mhz and not the v42 correct?

Not really. If you don't mind the errors you can use v42 firmware.

In our latest tests v42, after 12 hours, the total number of accepted packages was higher than a board running 200mhz bitstream therefore yielding better results than 200mhz.

full member
Activity: 236
Merit: 100
The manual is great, however I've asked twice now and no response on getting instructions on flashing the 200mhz firmware on this thing. I have my JTAG cable in hand but don't know where to start.

My appologies, I must have missed that.

I've prepared a file for this: www.cardreaderfactory.com/download/lancelot/lancelot_firmware.rar

All the instructions and required files are in there.


Thank you, and at this time you are recommending the 200mhz and not the v42 correct?
hero member
Activity: 532
Merit: 500
The manual is great, however I've asked twice now and no response on getting instructions on flashing the 200mhz firmware on this thing. I have my JTAG cable in hand but don't know where to start.

My appologies, I must have missed that.

I've prepared a file for this: www.cardreaderfactory.com/download/lancelot/lancelot_firmware.rar

All the instructions and required files are in there.
sr. member
Activity: 467
Merit: 250
Hey guys,
I just made a small bash script to make setting up the FPGA on Linux (Debian based OS's ONLY) simple and quick.

Just a small note : I have not tested it, run it at your own risk, go through the code before running it, I WILL NOT TAKE ANY RESPONSIBILITY for what happens after running it.

Source code:
https://github.com/arjitc/autoLancelot-/blob/master/install.sh

Installing / Running it:
Quote
wget https://raw.github.com/arjitc/autoLancelot-/master/install.sh

chmod +x install.sh

sudo ./install.sh


Note This, script gets the latest cgminer from github and also compiles it for you and makes it ready to mine !

Donate if it worked for you,
19J8H4f4pFYwULKpn848V8o2XFpYRHZ5kS

You may want to add the --icarus-timing short to the command line as well. That's what I'm using and its working well.

Thanks for reminding me about that, heh I forgot to add it before, Updated the script with it now Wink
legendary
Activity: 1045
Merit: 1157
no degradation
elchorizo, this guide has a lot of useful information: https://bitcointalksearch.org/topic/m.1316322
full member
Activity: 236
Merit: 100

The manual is great, however I've asked twice now and no response on getting instructions on flashing the 200mhz firmware on this thing. I have my JTAG cable in hand but don't know where to start.
full member
Activity: 236
Merit: 100
Hey guys,
I just made a small bash script to make setting up the FPGA on Linux (Debian based OS's ONLY) simple and quick.

Just a small note : I have not tested it, run it at your own risk, go through the code before running it, I WILL NOT TAKE ANY RESPONSIBILITY for what happens after running it.

Source code:
https://github.com/arjitc/autoLancelot-/blob/master/install.sh

Installing / Running it:
Quote
wget https://raw.github.com/arjitc/autoLancelot-/master/install.sh

chmod +x install.sh

sudo ./install.sh


Note This, script gets the latest cgminer from github and also compiles it for you and makes it ready to mine !

Donate if it worked for you,
19J8H4f4pFYwULKpn848V8o2XFpYRHZ5kS

You may want to add the --icarus-timing short to the command line as well. That's what I'm using and its working well.
Pages:
Jump to: