Bitcoin Forum
May 21, 2024, 08:24:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: AlcheMiner/MAT New Firmware and BFGMiner port!  (Read 5251 times)
jstefanop (OP)
Legendary
*
Offline Offline

Activity: 2105
Merit: 1397


View Profile
September 04, 2015, 06:34:07 PM
Last edit: September 26, 2015, 10:17:01 PM by jstefanop
 #1

UPDATE: Finished bfgminer port for these....between this and fpga firmware update they run full speed on almost any scrypt pool! PM me for details

I have been working on a big update to the Alcheminer / MAT excalibur over on litecointalk (I won't repost the whole thing here but you can read up here : https://litecointalk.org/index.php?topic=27370.0

Long story short I found a huge flaw in the FPGA firmware that drives these machines, and updated the FPGA code as well as the python driver code to support the new logic. I have the machines running at full speed (around 250MH up from stock firmware/driver of around 210-220) at around 8W/MH.

There are also a lot more driver updates including the ability to change clock rate and tweaks to the stratum proxy.

Now that I have had a few users test out the firmware and upgrade process I'm posting it on here in case anyone with these machines has not seen the liitecointalk discussion and wants to get a bit more performance out of these.

Shoot me a PM on here or litecointalk for more info! (same username).

Project Apollo: A Pod Miner Designed for the Home https://bitcointalk.org/index.php?topic=4974036
FutureBit Moonlander 2 USB Scrypt Stick Miner: https://bitcointalk.org/index.php?topic=2125643.0
jstefanop (OP)
Legendary
*
Offline Offline

Activity: 2105
Merit: 1397


View Profile
September 26, 2015, 10:16:15 PM
 #2

Finished bfgminer driver for these PM me for more details!




Project Apollo: A Pod Miner Designed for the Home https://bitcointalk.org/index.php?topic=4974036
FutureBit Moonlander 2 USB Scrypt Stick Miner: https://bitcointalk.org/index.php?topic=2125643.0
googa
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
September 30, 2015, 04:24:35 PM
 #3

Is this miner the same thing as the Hashcoins Ares 256MHS miner? I have one of these and can't seem to get more than about 180MHS out of it. Thanks in advance.
jstefanop (OP)
Legendary
*
Offline Offline

Activity: 2105
Merit: 1397


View Profile
September 30, 2015, 05:19:55 PM
 #4

Is this miner the same thing as the Hashcoins Ares 256MHS miner? I have one of these and can't seem to get more than about 180MHS out of it. Thanks in advance.

The only reseller of the Alcheminers I know about is Mining Asics Technologies (MAT). If you have pics of the outside/hashboards ill let you know for sure.

Project Apollo: A Pod Miner Designed for the Home https://bitcointalk.org/index.php?topic=4974036
FutureBit Moonlander 2 USB Scrypt Stick Miner: https://bitcointalk.org/index.php?topic=2125643.0
jstefanop (OP)
Legendary
*
Offline Offline

Activity: 2105
Merit: 1397


View Profile
October 01, 2015, 06:02:14 AM
 #5

Is this miner the same thing as the Hashcoins Ares 256MHS miner? I have one of these and can't seem to get more than about 180MHS out of it. Thanks in advance.

After a little searching I came across this: https://bitcointalk.org/index.php?topic=951075

So yes this is an exact copy of an Alcheminer....I guess these guys had more resellers than I thought..

The updated firmware and bfgminer driver should run on that no issue.

Project Apollo: A Pod Miner Designed for the Home https://bitcointalk.org/index.php?topic=4974036
FutureBit Moonlander 2 USB Scrypt Stick Miner: https://bitcointalk.org/index.php?topic=2125643.0
jstefanop (OP)
Legendary
*
Offline Offline

Activity: 2105
Merit: 1397


View Profile
November 10, 2015, 06:55:25 PM
 #6

Update: Driver has been added to main branch of bfgminer and is synced with bgminer 5.4! Just PM me for the flasher file needed to flash the firmware for these systems to work with the bfgminer driver.

Project Apollo: A Pod Miner Designed for the Home https://bitcointalk.org/index.php?topic=4974036
FutureBit Moonlander 2 USB Scrypt Stick Miner: https://bitcointalk.org/index.php?topic=2125643.0
GSpgh
Sr. Member
****
Offline Offline

Activity: 532
Merit: 302


View Profile
November 11, 2015, 09:19:27 PM
 #7

Huge thanks to jstefanop. With the firmware upgrade and bfgminer I got my Alcheminer running at 240 MH/s instead of 180 MH/s. Still experimenting with settings, some boards might need to be under/over clocked for best efficiency.
MarkAz
Hero Member
*****
Offline Offline

Activity: 687
Merit: 511



View Profile
November 16, 2015, 04:46:37 AM
Last edit: November 16, 2015, 07:35:52 AM by MarkAz
 #8

I'll add my little bit to the Alcheminer community on this - I just went through the process of installing Minera and getting it going on the Alcheminer; here's the exact steps:

Code:
sudo service apache2 stop
sudo apt-get remove apache2
sudo apt-get autoremove

sudo apt-get install -y lighttpd php5-cgi
sudo lighty-enable-mod fastcgi
sudo lighty-enable-mod fastcgi-php
sudo service lighttpd force-reload

sudo apt-get install -y redis-server git screen php5-cli php5-curl

cd /var/www
sudo git clone https://github.com/michelem09/minera

cd minera
sudo chmod 777 conf

sudo ./install_minera.sh
sudo ./upgrade_minera.sh

sudo nano build_miner.sh

Replace the contents of BFGMINER_CONFIG with "CFLAGS=-O3 --enable-scrypt --enable-alchemist --disable-other-drivers --enable-broad-udevrules"

Code:
sudo ./build_miner.sh bfgminer

sudo nano /etc/lighttpd/lighttpd.conf
Go in and change the contents of server.document-root to "/var/www/minera"

Code:
sudo service lighttpd force-reload

Now the one tricky part, you need to replace JSON_PRETTY_PRINT with 128, you can search to find the files using this string:

Code:
grep -r --include \*.php "JSON_PRETTY_PRINT" .

As of right now, that's these files (ignore matches in the logs directory):

application/models/util_model.php
application/controllers/app.php
application/views/settings.php

-------

With that, you'll have an install of Minera that actually works well, and is running the latest BFGMiner as well.

Here are my settings in Minera:

Select LTC/BTC as your Altcoin Price
Data tables set to 10 (shows all the blades)
Section panels, all off except Local Miner, Local Pools, Shares Chart, System Load and Hashrates chart
Pool Settings - add your pools
Local Miner - select BFGMiner
Set to Manual
Turn on "Append JSON conf"
In manual options, set it to this: "--scrypt -S ALC:all -S ALC:/dev/ttyO1 -S ALC:/dev/ttyO2 -S ALC:/dev/ttyO3 -S ALC:/dev/ttyO4 --set ALC:clock=336"
on API Allow, add "W:0/0"
Miner Autorecover on
Miner Superuser on
Set your system hostname to whatever
Set your timezone to whatever

-------

And now you have a nice and fancy updated interface to go with that spiffy firmware jstefanop did!
Marvell1
Legendary
*
Offline Offline

Activity: 2422
Merit: 1102


Leading Crypto Sports Betting & Casino Platform


View Profile
November 20, 2015, 07:45:52 AM
 #9

I'll add my little bit to the Alcheminer community on this - I just went through the process of installing Minera and getting it going on the Alcheminer; here's the exact steps:



Replace the contents of BFGMINER_CONFIG with "CFLAGS=-O3 --enable-scrypt --enable-alchemist --disable-other-drivers --enable-broad-udevrules"

Code:
sudo ./build_miner.sh bfgminer

sudo nano /etc/lighttpd/lighttpd.conf
Go in and change the contents of server.document-root to "/var/www/minera"

Code:
sudo service lighttpd force-reload

Now the one tricky part, you need to replace JSON_PRETTY_PRINT with 128, you can search to find the files using this string:

Code:
grep -r --include \*.php "JSON_PRETTY_PRINT" .

As of right now, that's these files (ignore matches in the logs directory):

application/models/util_model.php
application/controllers/app.php
application/views/settings.php

-------

With that, you'll have an install of Minera that actually works well, and is running the latest BFGMiner as well.

Here are my settings in Minera:

Select LTC/BTC as your Altcoin Price
Data tables set to 10 (shows all the blades)
Section panels, all off except Local Miner, Local Pools, Shares Chart, System Load and Hashrates chart
Pool Settings - add your pools
Local Miner - select BFGMiner
Set to Manual
Turn on "Append JSON conf"
In manual options, set it to this: "--scrypt -S ALC:all -S ALC:/dev/ttyO1 -S ALC:/dev/ttyO2 -S ALC:/dev/ttyO3 -S ALC:/dev/ttyO4 --set ALC:clock=336"
on API Allow, add "W:0/0"
Miner Autorecover on
Miner Superuser on
Set your system hostname to whatever
Set your timezone to whatever

-------

And now you have a nice and fancy updated interface to go with that spiffy firmware jstefanop did!

I'm stuck at the bolded step, got minera installed I cant find and BFGMINER_CONFIG file in the minera folder

and also
Code:
sudo ./build_miner.sh bfgminer
all that is done in the minera folder ? I already have BFGMIner instlled using jstephanop's instructions are we doing a brand new install of bfgminer here ?

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
Marvell1
Legendary
*
Offline Offline

Activity: 2422
Merit: 1102


Leading Crypto Sports Betting & Casino Platform


View Profile
November 20, 2015, 08:18:12 AM
 #10

NM if I missed the nano editor command , that's where the config details are at sorry skipped that line

I'll continue the process and let you know how it goes thanks !

p.s it does look like a new install of bfgminer is occurring on the next like where you do the install.

would it be possible to just change the miner source path and other settings in the config file instead of re-installing BFGminer from scratch ?

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
MarkAz
Hero Member
*****
Offline Offline

Activity: 687
Merit: 511



View Profile
November 22, 2015, 07:46:40 AM
 #11

I'm stuck at the bolded step, got minera installed I cant find and BFGMINER_CONFIG file in the minera folder

and also
Code:
sudo ./build_miner.sh bfgminer
all that is done in the minera folder ? I already have BFGMIner instlled using jstephanop's instructions are we doing a brand new install of bfgminer here ?

It's not in the minera folder, it's inside the build_miner.sh, that's the nano command right before the bolded part.

As far as the build - that's correct - it builds all of this under the minera folder (as per their config).  It's using the latest release from the git repository, which has all of jstefanop changes in it.  One of the older writeups of getting Minera working had you copying the bfgminer from jstefanop steps into the custom miner folder - but I think this was done prior to him taking over scrypt support in bfgminer.

You could copy over and do the custom route if you don't want to build in that path - but I think that will be much more of a PIA to keep current - don't forget, this is integrated into the release of bfgminer now, and that change that you make to the build.miner.sh make it the same as his original build instructions.  On all of my devices, I don't install the older version anymore, just the latest git version.

It's runs amazingly well, and with the Minera interface is really an exceptional miner.
Searing
Copper Member
Legendary
*
Offline Offline

Activity: 2898
Merit: 1464


Clueless!


View Profile
May 22, 2016, 01:23:34 PM
 #12



Don't have an alcheminer but used to like to watch the 'hack' and firmware thread over there at www.litecointalk.org

But now that it is GONE...litecointalk I mean..is there an area here on bitcointalk that has replaced this?


Old Style Legacy Plug & Play BBS System. Get it from www.synchro.net. Updated 1/1/2021. It also works with Windows 10 and likely 11 and allows 16 bit DOS game doors on the same Win 10 Machine in Multi-Node! Five Minute Install! Look it over it uninstalls just as fast, if you simply want to look it over. Freeware! Full BBS System! It is a frigging hoot!:)
Searing
Copper Member
Legendary
*
Offline Offline

Activity: 2898
Merit: 1464


Clueless!


View Profile
October 16, 2016, 05:22:28 AM
 #13



 Everything is on litecointalk.org BUT the actual firmware for the boards that you used ot PM to folk

can you get us a link to such..got a buddy wants to flash the works after slog'ing thru the old litecointalk org thread archive

(or anybody got a copy for that manner that did same..can you post such?)


Old Style Legacy Plug & Play BBS System. Get it from www.synchro.net. Updated 1/1/2021. It also works with Windows 10 and likely 11 and allows 16 bit DOS game doors on the same Win 10 Machine in Multi-Node! Five Minute Install! Look it over it uninstalls just as fast, if you simply want to look it over. Freeware! Full BBS System! It is a frigging hoot!:)
cisA
Sr. Member
****
Offline Offline

Activity: 279
Merit: 250


View Profile
October 18, 2016, 07:51:05 PM
 #14

Hello,

i followed the instruction on the ltc-talk and all works fine, but the file "Alche_FPGA_v2_flasher.svf" is missed. Kann anyone please sent or upload? I tryied few times to connect to jstefanop, but he dont want me rewrite.

Thank you!

btc-e.com ->
" eksperteille: vitalik please hardfuck once more"
MarkAz
Hero Member
*****
Offline Offline

Activity: 687
Merit: 511



View Profile
October 19, 2016, 03:44:54 AM
 #15

i followed the instruction on the ltc-talk and all works fine, but the file "Alche_FPGA_v2_flasher.svf" is missed. Kann anyone please sent or upload? I tryied few times to connect to jstefanop, but he dont want me rewrite.

You need to buy it from him - he's the one who wrote the mod, etc.  I can't remember how much exactly it was, but he was responsive when I bought it a while back and it makes the machine run infinitely better, well worth the money.
Searing
Copper Member
Legendary
*
Offline Offline

Activity: 2898
Merit: 1464


Clueless!


View Profile
October 19, 2016, 07:16:12 AM
 #16

i followed the instruction on the ltc-talk and all works fine, but the file "Alche_FPGA_v2_flasher.svf" is missed. Kann anyone please sent or upload? I tryied few times to connect to jstefanop, but he dont want me rewrite.

You need to buy it from him - he's the one who wrote the mod, etc.  I can't remember how much exactly it was, but he was responsive when I bought it a while back and it makes the machine run infinitely better, well worth the money.

yeah no joy....i know he is on litecointalk.io but he is not responding there ...got a buddy who also needs it bad..last step in the upgrade he is caught up on thread
with all the rest anyway for what it is worth you can try there ....if you find out anything let me know we planned to tip him anyway.....but buying works..
www.litecointalk.io

Old Style Legacy Plug & Play BBS System. Get it from www.synchro.net. Updated 1/1/2021. It also works with Windows 10 and likely 11 and allows 16 bit DOS game doors on the same Win 10 Machine in Multi-Node! Five Minute Install! Look it over it uninstalls just as fast, if you simply want to look it over. Freeware! Full BBS System! It is a frigging hoot!:)
cisA
Sr. Member
****
Offline Offline

Activity: 279
Merit: 250


View Profile
October 19, 2016, 02:43:33 PM
Last edit: October 19, 2016, 05:36:29 PM by cisA
 #17

Hello, after "grep -r --include \*.php "JSON_PRETTY_PRINT" ."  Minera goes dead.

I got this to run... and i think minera is trash for slowly processors. Very laggy, needs over 10min to save.
Commandline use is the best miningsoftware.

btc-e.com ->
" eksperteille: vitalik please hardfuck once more"
jstefanop (OP)
Legendary
*
Offline Offline

Activity: 2105
Merit: 1397


View Profile
October 20, 2016, 09:20:25 PM
 #18

Hey sorry have been pretty busy lately....just pm me on here and ill get up to date to all the PMs I got. Bfgminer port is open source and is included in luke's official repo so its just a matter of downloading it. Like others said you do need to flash the boards with new firmware, and ill PM you the flash file you need for that. The instructions for it are detailed in the litecointalk thread.

Project Apollo: A Pod Miner Designed for the Home https://bitcointalk.org/index.php?topic=4974036
FutureBit Moonlander 2 USB Scrypt Stick Miner: https://bitcointalk.org/index.php?topic=2125643.0
cisA
Sr. Member
****
Offline Offline

Activity: 279
Merit: 250


View Profile
October 23, 2016, 07:06:01 PM
 #19

Jstefanop, did you know about PWM Fancontrol with the Stockcontroler? Or try anything in this way? The Fans needed only 2 extra cables.  
An flat Temperaturesensor can easy put on... But can bfgminer driver read this signal?

btc-e.com ->
" eksperteille: vitalik please hardfuck once more"
toptek
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000


View Profile
October 23, 2016, 07:51:35 PM
Last edit: October 23, 2016, 08:28:22 PM by toptek
 #20

i use minera every day with no lag btw jat i sent him a copy of the firmware free if he had paid me any thing i would given it to you i told him not to , i hope that was ok.


I'm using the new beta version  of Minera with the old version of minera as the software controller  right now with no issue sense the beta only supports network miners with API access not just CGMINER Smiley but will  do it all soon im told  .  with two script miners and bfg one is a AlcheMiner/MAT miner.  I'm even trying to get eth mining working with minera and windows that a lot of joy just getting the new minera to install on a windows box but poss if it's win 10 .



 i would post some SS of it in the new minera but not sure if the DEV wants me to yet, i asked .

with these settings

Code:
--scrypt -S ALC:all --set ALC:clock=320 --set ALC:mode=1 


and setting the difficulty to 8192 all the time ( i found anything lower or higher it doesn't like ) and hashes bad .

that's with all five boards flashed on a usb 3.0 hub with custom made cables and power cables from each board to the PSU, i had to many issue with the patch cables it had , it works great on any pool i use with minera.


For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
Pages: [1] 2 3 »  All
  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!