Bitcoin Forum
November 19, 2024, 10:39:28 AM *
News: Latest Bitcoin Core release: 28.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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 ... 127 »
221  Bitcoin / Hardware / Re: Avalon ASIC users thread on: February 27, 2015, 10:59:48 PM
I use this one with BFGMiner.
http://www.lpcware.com/system/files/lpcopen_examples_windows_usb_drivers_v1_10_0.zip

The Nano is fun and works great with bfgminer when the right driver is installed. I'm not sure if like in Minera you can run a 2nd Miner on the RPi with the wrt image.
That might work.
I can try this weekend and let you know.
I do have Nanos running ok with MultiMiner node as well.



Notsure if this is the right place but can i use a Raspberry  Pi with the Avalon Nano usb?

Edit: using Raspbian as os

this link should have info somewhere.  I have a 4.1 800-1000gh miner.  But they gifted a usb to me.

I have not done an usb in 1 year So If you figure out how to I would run mine as well as my 4.1

what driver does the stick need?
222  Bitcoin / Hardware / Re: [ANN] Spondoolies-Tech - carrier grade, data center ready mining rigs on: February 27, 2015, 09:07:34 PM
Wow this would be amazing.
Can you imagine not having to be tied to the grid and the price manipulations.
Just so cool.

223  Bitcoin / Mining support / Re: Avalon Nano mining help on: February 27, 2015, 06:49:04 PM
I want to know that I have not been able to get them to work in cgminer for some reason.

Here is the driver I use in case it is different than the one you have.
http://www.lpcware.com/system/files/lpcopen_examples_windows_usb_drivers_v1_10_0.zip
It works great.  What you do is you put in the COM port address of each Nano that way it picks them up.
Let me know if it help.

Here is the Bat file setup I use.

bfgminer.exe ^
-S ICA:\\.\COM66 -S ICA:\\.\COM67 -S ICA:\\.\COM72 ^
-o stratum.btcguild.com:3333 -O UserName:Password ^
--set-device ICA:baud=115200 ^
--set-device ICA:reopen=timeout ^
--set-device ICA:work_division=1 ^
--set-device ICA:fpga_count=1 ^
--set-device ICA:probe_timeout=100 ^
--set-device ICA:timing=0.22 ^
--api-listen ^
2>log



I like you have been having trouble with the nano.  I got a link for you to try let me find it.
224  Economy / Computer hardware / Re: [WTS] 4 x Antminer S4 - 2TH Miners each, Used in great condition on: February 26, 2015, 08:45:40 PM
I can vouch for BuckRogers.
He has a solid rep and does have the miners in hand.
I did tell him to get a pic up though. LOL
225  Economy / Computer hardware / Re: (WTS) Miners For Sale, Spondoolies SP30, Rockminer, ASICMiner and More on: February 24, 2015, 09:15:27 PM
$2450 plus shipping.
If you buy them all at once I can knock $50 off and do it for $2400 total plus shipping.


how much for the lot?
226  Economy / Computer hardware / Re: (WTS) Miners For Sale, Spondoolies SP30, Rockminer, ASICMiner and More on: February 24, 2015, 09:13:43 PM
Hi I got your PM and responded.
We can use OgNasty for escrow and I explained it in the PM.
Thanks for your interest.

Hi! Im a miner in Venezuela, is it possible to send the miner via DHL (I'm aware that I would be paying for it)? Also I wanted to ask on the condition of the coincraft dragon and how many do you have for sale? Also I'm kind of new to this but how does the escrow work exactly and would you be willing to accept it for payment?
227  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner: Any Miner, Any Where, on Any Device (Free, Open Source, Cross Platform) on: February 23, 2015, 11:50:43 PM
A note as well it does not find them at all in MM no matter what I try.
Runs fine with the bat file string I posted though in BFGMiner on its own.


For some reason it will find one when you use that string but not more than one unless you specify each COM.
It is strange and might be why I cannot get them to work in MM.


Hi Everyone,
A quick question.
I have a bat file that runs great for BFGMiner and I want to use it for MM so I can use Avalon Nano's with MM.
Driver for those that want one that works with BFGMiner.
http://www.lpcware.com/system/files/lpcopen_examples_windows_usb_drivers_v1_10_0.zip
Here is the bat file.
Code:
bfgminer.exe ^
       -S ICA:\\.\COM66 -S ICA:\\.\COM67 -S ICA:\\.\COM68 -S ICA:\\.\COM69 -S ICA:\\.\COM70 ^
       -o stratum.btcguild.com:3333 -O WorkerName:123 ^
       --set-device ICA:baud=115200 ^
       --set-device ICA:reopen=timeout ^
       --set-device ICA:work_division=1 ^
       --set-device ICA:fpga_count=1 ^
       --set-device ICA:probe_timeout=100 ^
       --set-device ICA:timing=0.22 ^
       --api-listen ^
       2>log
So far I have not been able to get it to work in MM.
Any help is welcome.

Does BFGMiner report them when you run:
Code:
bfgminer -d? -S all

Refer to the following link for how to find log files generated when scanning for local hardware:

https://github.com/nwoolls/MultiMiner/wiki/Local-Devices#windows
228  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner: Any Miner, Any Where, on Any Device (Free, Open Source, Cross Platform) on: February 23, 2015, 11:40:39 PM
For some reason it will find one when you use that string but not more than one unless you specify each COM.
It is strange and might be why I cannot get them to work in MM.


Hi Everyone,
A quick question.
I have a bat file that runs great for BFGMiner and I want to use it for MM so I can use Avalon Nano's with MM.
Driver for those that want one that works with BFGMiner.
http://www.lpcware.com/system/files/lpcopen_examples_windows_usb_drivers_v1_10_0.zip
Here is the bat file.
Code:
bfgminer.exe ^
       -S ICA:\\.\COM66 -S ICA:\\.\COM67 -S ICA:\\.\COM68 -S ICA:\\.\COM69 -S ICA:\\.\COM70 ^
       -o stratum.btcguild.com:3333 -O WorkerName:123 ^
       --set-device ICA:baud=115200 ^
       --set-device ICA:reopen=timeout ^
       --set-device ICA:work_division=1 ^
       --set-device ICA:fpga_count=1 ^
       --set-device ICA:probe_timeout=100 ^
       --set-device ICA:timing=0.22 ^
       --api-listen ^
       2>log
So far I have not been able to get it to work in MM.
Any help is welcome.

Does BFGMiner report them when you run:
Code:
bfgminer -d? -S all

Refer to the following link for how to find log files generated when scanning for local hardware:

https://github.com/nwoolls/MultiMiner/wiki/Local-Devices#windows
229  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner: Any Miner, Any Where, on Any Device (Free, Open Source, Cross Platform) on: February 22, 2015, 06:07:56 PM
Hi Everyone,
A quick question.
I have a bat file that runs great for BFGMiner and I want to use it for MM so I can use Avalon Nano's with MM.
Driver for those that want one that works with BFGMiner.
http://www.lpcware.com/system/files/lpcopen_examples_windows_usb_drivers_v1_10_0.zip
Here is the bat file.
Code:
bfgminer.exe ^
       -S ICA:\\.\COM66 -S ICA:\\.\COM67 -S ICA:\\.\COM68 -S ICA:\\.\COM69 -S ICA:\\.\COM70 ^
       -o stratum.btcguild.com:3333 -O WorkerName:123 ^
       --set-device ICA:baud=115200 ^
       --set-device ICA:reopen=timeout ^
       --set-device ICA:work_division=1 ^
       --set-device ICA:fpga_count=1 ^
       --set-device ICA:probe_timeout=100 ^
       --set-device ICA:timing=0.22 ^
       --api-listen ^
       2>log
So far I have not been able to get it to work in MM.
Any help is welcome.
230  Economy / Computer hardware / Re: (WTS) Miners For Sale, Spondoolies, Bitmain and More on: February 22, 2015, 04:31:05 PM
Weekend Bump.
I hope you all are having a great weekend.
Still some miners left.
231  Economy / Securities / Re: [NastyFans.org] NASTY MINING | POOL | COINS on: February 21, 2015, 08:37:07 PM
Very cool.

NastyPool just solved its 2nd Bitcoin block: 344479

It was solved by NastyPoP miner 1831BeibDS9KDdXPjFpN2Y7Gg8qkKD1VwG-PoP.
232  Bitcoin / Hardware / Re: Avalon ASIC users thread on: February 21, 2015, 05:01:35 AM
The Nano is fun and works great with bfgminer when the right driver is installed. I'm not sure if like in Minera you can run a 2nd Miner on the RPi with the wrt image.
That might work.
I can try this weekend and let you know.
I do have Nanos running ok with MultiMiner node as well.



Notsure if this is the right place but can i use a Raspberry  Pi with the Avalon Nano usb?

Edit: using Raspbian as os

this link should have info somewhere.  I have a 4.1 800-1000gh miner.  But they gifted a usb to me.

I have not done an usb in 1 year So If you figure out how to I would run mine as well as my 4.1
233  Economy / Computer hardware / Re: (WTS) Miners For Sale, Spondoolies, Bitmain and More on: February 18, 2015, 09:28:52 PM
Mid week bump.
I hope you are all doing well. 
234  Bitcoin / Hardware / Re: Avalon ASIC users thread on: February 17, 2015, 03:40:52 PM
Good to know I will try it right now.
Thanks for the link.


I was able to flash an 8gb sdcard with this link


Firmware Details:
RPi/703N Firmware
    http://downloads.canaan-creative.com/software/avalon4/openwrt/20150213_0800/


pretty good numbers so far.




235  Economy / Computer hardware / Re: (WTS) Miners For Sale, Spondoolies, Bitmain and More on: February 16, 2015, 06:15:01 PM
Bumping.
Still some left.
Have a great week.
236  Other / Off-topic / Re: Answer the question above with a question. on: February 15, 2015, 03:39:58 PM
Should they be?  Do you think they over invested?

arent they restless because bitcoin prices ?
237  Economy / Computer hardware / Re: (WTS) Miners For Sale, Spondoolies, Bitmain and More on: February 14, 2015, 06:00:51 AM
Bumping, I still have some left.
Have a great weekend.
238  Economy / Computer hardware / Re: (WTS) Miners For Sale, Spondoolies, Bitmain and More on: February 11, 2015, 11:16:36 PM
Bumping for the evening.
I hope you are all having a good week.
239  Other / Off-topic / Re: Re: Answer the question above with a question. on: February 11, 2015, 12:50:32 AM
Is there even a suitable person??

f#$ked up with this overquoting guys...
Do you understand the rules of this thread ?
Do you cry when BTC losses a $ of it's price?
Should we ask Jorge that question? Tongue
Why do you think that I would be a suitable person to ask that to?
240  Economy / Service Announcements / Re: Avalon4 (A3222, 28nm, ~25GHS, ~0.6W/G) sample chips available here: EHash.com on: February 10, 2015, 04:59:18 AM
Use this driver and I am on the newest version of BFGMiner.
http://www.lpcware.com/system/files/lpcopen_examples_windows_usb_drivers_v1_10_0.zip

I had the best luck with BFGMiner on windows with the Nano's.  >>>>>which version?
I get can not find device. device is shown as vcom and has no driver installed in it.


For the Avalon 4 as dogie said the the Pi instructions are the best.   I need to get an sd card 8 gb class 10 should work well
Definitely finicky beasts but once they get going they just run.



I think it will happen and more.  Many of the manufactures are doing some great stuff with making them more power efficient on 28nm and lower.  Interesting times for sure.
Although the A3233 is in the Avalon 4 miners.  The Nano's are nice though once you use other software than their buggy GUI.  I found the best results by loading the driver and using BFGMiner.  

No you are correct.  I did not read well enough on my phone that you meant the Avalon 4 chips.
Sorry about that.


Yes decent little USB miners.
They work best with BFGMiner.


wait, did i miss something? there is avalon4 nanos now?

where?
..its not at the shop(ehash), the nanos there are only the A3233 type

ah, thats alright, one day we would have nice little 25GHs usb miners


Scott have you received the unit for testing? I love to see an independent and reliable review!

 I got my avalon 4 today along with a usb.  No software no controller and I am struggling with setup of with the nano avalon usb and the  avalon 4
 so this thread seems to be my best shot at setup help.
I have
 a rasp pi
 I have a windows 7 pc
 I have a mac mini

I was give a link to try to make an sd card to get the rasp pi to run the avalon 4.  any hints or tips would help.
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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 ... 127 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!