Bitcoin Forum
April 27, 2024, 11:08:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: MM (miner manager) development thread  (Read 2999 times)
Mikeqin (OP)
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
April 28, 2014, 09:26:13 AM
 #1

Hi Avalon users and hackers

Miner Manager(MM) is a bitcoin task generator firmware that fit FPGA and faster mining machine.

For users:
released firmware
   avalon2(Version:201401-1f7d08b0,http://downloads.canaan-creative.com/software/avalon2/2014-04-11/mm/)
   avalon3(Version:331404-b191ace0,http://downloads.canaan-creative.com/software/avalon3/2014-04-17/mm/)
 
For hackers:
code repo
   avalon2(https://github.com/BitSyncom/mm/tree/master)
   avalon3(https://github.com/BitSyncom/mm/tree/avalon3)
how to build
   https://github.com/BitSyncom/mm#how-to-build
Documents/Downloads
   https://en.bitcoin.it/wiki/Avalon2

If you have any problem on Avalon, please read this page first: https://github.com/BitSyncom/mm, if it not fix your issue. please goto #avalon @freenode.net ask some help.

Please report bug here:
  https://github.com/BitSyncom/mm/issues

If you like donate some BTC (mined by your Avalon Smiley) to me, here is my address:
  1NQ8dFh1TPHQAFE8PFHbuj45FLibYr5Afw


All The Best & Happy Mining
Mikeqin
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714216105
Hero Member
*
Offline Offline

Posts: 1714216105

View Profile Personal Message (Offline)

Ignore
1714216105
Reply with quote  #2

1714216105
Report to moderator
1714216105
Hero Member
*
Offline Offline

Posts: 1714216105

View Profile Personal Message (Offline)

Ignore
1714216105
Reply with quote  #2

1714216105
Report to moderator
1714216105
Hero Member
*
Offline Offline

Posts: 1714216105

View Profile Personal Message (Offline)

Ignore
1714216105
Reply with quote  #2

1714216105
Report to moderator
jimrome
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
May 26, 2014, 10:07:46 AM
 #2

Hi,
I'm not terribly familiar with programming FPGAs - and I'm sure I'm not alone on that. Are there some simple instructions describing equipment required, and how to program?

Do you foresee any problem programming the FPGA on 3rd party 'clone' avalon miners (e.g. lketc's avalon3 miner)? They seem to have much different electronics layout and it is quite possible that they tweak the source to match their design (it's impossible to tell for sure, as they do not provide source code).
xiangfu
Full Member
***
Offline Offline

Activity: 120
Merit: 100


View Profile
June 03, 2014, 08:56:35 AM
 #3

Hi,
I'm not terribly familiar with programming FPGAs - and I'm sure I'm not alone on that. Are there some simple instructions describing equipment required, and how to program?

https://en.bitcoin.it/wiki/Avalon1#Update_FPGA_controller_firmware
There are two methods: using free software xc3sprog + Jtag or using xilinx tools.

Do you foresee any problem programming the FPGA on 3rd party 'clone' avalon miners (e.g. lketc's avalon3 miner)? They seem to have much different electronics layout and it is quite possible that they tweak the source to match their design (it's impossible to tell for sure, as they do not provide source code).

lketc's avalon3 miner do use MM from Avalon (direct download from http://downloads.canaan-creative.com). they didn't change anything.

There is another project using MM firmware. named: HashRatio (Machine: 768G). they using asicminer's ASIC. there is a Chinese post talking about that:
  http://www.cybtc.com/article-986-1.html

Xiangfu
Mikeqin (OP)
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
June 03, 2014, 09:55:07 AM
 #4

Hi, All:

New Miner Manager firmware released(MM version: 331406-fe02da80)
Please update your firmware if you have an Avalon3 machine.

Downloads:(also include the newest OpenWrt firmware r40859)
    http://downloads.canaan-creative.com/

ChangeLog:
    Add code for turn on red LED
    When all those two temperature sensors bigger then 90C. power off ASIC.
    Clean old local works when get detect message
    Add one quick poweroff self test, indicator by red LED.

Communicate:
    http://lists.canaan-creative.com/cgi-bin/mailman/listinfo
    IRC: #avalon @freenode.net

Documents:
    https://en.bitcoin.it/wiki/Avalon

Mikeqin
Mikeqin (OP)
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
June 11, 2014, 02:31:56 AM
 #5

Hi, All:

Avalon3:New Miner Manager firmware released(MM version: 331406-35fef704)
Please update your firmware if you have an Avalon3 machine.

Downloads:
    http://downloads.canaan-creative.com/

ChangeLog:
    Turn on the red led when the module id was match.

Communicate:
    http://lists.canaan-creative.com/cgi-bin/mailman/listinfo
    IRC: #avalon @freenode.net

Documents:
    https://en.bitcoin.it/wiki/Avalon

If you like donate some BTC (mined by your Avalon Smiley) to me, here is my address:
  1NQ8dFh1TPHQAFE8PFHbuj45FLibYr5Afw

All The Best & Happy Mining
Mikeqin
Dizzee
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
June 24, 2014, 08:21:21 PM
 #6

I'm trying to get my avalon3 to work.. will this help?
I have the latest firmware installed onto r'pi how do I access the miner manager?
Thank you
Mikeqin (OP)
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
June 28, 2014, 02:24:24 AM
 #7

I'm trying to get my avalon3 to work.. will this help?
I have the latest firmware installed onto r'pi how do I access the miner manager?
Thank you

You can get the mm test script(avalon-mm-modular-test.py) from  https://github.com/BitSyncom/avalon-extras/tree/master/scripts.
If you want to deep in research, you can read the mm code(https://github.com/BitSyncom/mm) and cgminer(https://github.com/BitSyncom/cgminer/tree/master).
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!