Questions or Feature Requests
- Please search first!
- - DO NOT POST QUESTIONS HERE. MAKE A TEXT POST. <---
- - THIS MAKES IT EASIER FOR FUTURE PEOPLE! :) <---
Donations
Greatly appreciated! I am spending a lot of time on this. Donations make it easier to justify to myself and family.
- VTC = Vy5xkGANcCdKWmHagTyWNRNzfC2D3f9zSG
- DOGE = DKLrk9iYXaEqe3DJjoG6vkh97yZzTrwpCT
- BTC = 1Ju4JCP4ifu4JWn6GdeWMc2g2zDTFQXHge
- Or just let the mine point to the example pool for a while, the default addresses are mine.
Installing Pick
Installing CGWatcher
- Follow this guide here.
- Thanks to bigdred777 for tracking that down!
What is BAMT?
- BAMT is a Linux live distribution made specifically for mining cryptocurrency.
- Out of the box, it can mine Scrypt, Scrypt-N, DarkCoin, QubitCoin, MyriadCoin, and Quark!
About BAMT
- BAMT is designed with several goals in mind :
- No installation; runs from a USB drive.
- Go from assembled parts, to mining, quickly.
- Very little configuration needed.
- Multiple miners included.
v1.6.0 New Features & Updates
- New Features :
- Added new miners!
- Vertminer 0.5.2 "the kev"
- Sgminer 4.0.0 "troky" - Scrypt-N Enabled
- Sgminer 4.1.0 "sph - DarkCoin/QubitCoin/Quark"
- Cgminer 3.7.2 "kalroth"
- All miners and configs selectable from the bamt.conf file.
- No need to set scrypt type flags inside the bamt.conf file.
- Secondary USB drives now auto mount.
General Details & Features
- Driver Details :
- AMD Catalyst 13.12
- AMD APP SDK 2.9
- AMD ADL SDK 6.0
- Included Miners :
- Vertminer 0.5.2 "the kev" - BitcoinTalk
- Sgminer 4.0.0 "troky" - GitHub
- Sgminer 4.1.0 "sph - aka - DarkCoin/QubitCoin/Quark" - BitcoinTalk
- Cgminer 3.7.2 "kalroth" - His Site
- Monitoring :
Setup
- Download Vertcoin BAMT v.1.6.0
- Download Win32 Disk Imager or use dd.
- Win32 : here
- Write the .img file to a ~2GB or larger USB drive.
- Put the USB drive into your machine and boot up.
- Connect via monitor or Remote Desktop in via your mine's IP.
- You can find the IP via your network, or you can look on the desktop display of BAMT.
- Default User Name = root
- Default Password = live
- Select your miner and conf file inside /etc/bamt/bamt.conf.
# Set to the config of your choosing. # CONFIG OPTIONS : cgminer_opts: --api-listen --config /etc/bamt/vertminer.conf # cgminer_opts: --api-listen --config /etc/bamt/sgminer-troky.conf # cgminer_opts: --api-listen --config /etc/bamt/sgminer-sph.conf # cgminer_opts: --api-listen --config /etc/bamt/cgminer.conf # Set miner over-ride if you want something other than cgminer. # MINER OPTIONS : # Vertminer 0.5.2 "the kev" # Sgminer 4.1.0 "troky" # Sgminer 4.1.0 "sph - aka - DarkCoin/QubitCoin/Quark" # Cgminer 3.7.2 "kalroth" # !! Set all to 0 for cgminer. !! miner-vertminer-thekev: 1 miner-sgminer-troky: 0 miner-sgminer-sph: 0- Update your selected miner conf file inside the directory /etc/bamt/.
- View your mining status.
- You have a few options :
- View standard dashboard at your miners IP address.
- https://youripaddress/
- View PoolManager dashboard.
- https://youripaddress/cgi-bin/status-man.pl
- Page is cool. You can change your pool and add new via Dashboard!
- View the classic CGmineVertmineWhatever terminal screen.
screen -r
Terminal Commands
Note : All commands assumed user has root permissions.Save & Reboot :
sync && coldreboot #Note : When making changes to a usb based system, you must run 'sync' to save to USB before restarting.Control Mining :
mine stop mine start mine restartDisplay GPU Status :
gpumon #Note : I like screen -r over gpumon.
Example Results
- Setup :
- GPU : Asus DCII 280x @ ~350-400 kH/s Vertcoin or 750-815 kH/s Scrypt
- CPU : AMD Sempron
- Memory : G.Skill Ripjaws Series 8GB (2 x 4GB)
- Motherboard : Gigabyte GA-990FXA-UD3 ATX AM3+
- PSU : (2) EVGA Supernova 1000w - (w/ add2PSU )
Change Auto-Reboot
Change hours by changing the "#" - or - delete line to remove auto-reboot :
nano /etc/crontabModify this line :
0 */9 * * * root /sbin/coldreboot
Oddities
- Miner ID and Location :
- miner_id & miner_location in bamt.conf must be lowercase.
- miner_name may be upper case.
Questions or Feature Requests
- Please search first!
- - DO NOT POST QUESTIONS HERE. MAKE A TEXT POST. <---
- - THIS MAKES IT EASIER FOR FUTURE PEOPLE! :) <---
What is BAMT?
- BAMT is a Linux live distribution made specifically for mining cryptocurrency.
- While it's called "Vertcoin BAMT", it will work with any Scrypt coin or coin using Vertminer. This name will be changed in the future versions.
About BAMT
- BAMT is designed with several goals in mind :
- No installation; runs from a USB drive.
- Go from assembled parts, to mining, quickly.
- Very little configuration needed.
v1.5.2 New Features & Updates
- New Features :
- Select CGminer or Vertminer in bamt.conf flag.
- Select matching miner .conf file in bamt.conf.
- Added BAMT Poolmanager
- Appearence slightly tweeked to match FlatBAMT UI.
- Standard dashboard still active.
- GitHub - Thanks to Starlilyth!
- Updates :
- Stock .conf settings should run on 99% of hardware.
- Terminal "mine" commands functional with all miners.
- Shrunk file size.
- Bitch'n new subreddit.
General Details & Features
- Details :
- Based on Litecoin BAMT v1.5
- BitBucket - Thanks BeeBee!
- AMD Catalyst 13.12
- AMD APP SDK 2.9
- AMD ADL SDK 6.0
- SGMiner 4.1.0
- Note : It is called "CGminer" but it is in fact renamed SGMiner.
- There is a bug with 290x and powertune. Fix is to switch to cgminer:
mv /opt/miners/cgminer /opt/miners/sgminer; mv /opt/miners/cgminer3.7.2 /opt/miners/cgminer; mine restart;- Added Features :
- FlatBAMT UI
- GitHub - Thanks to Wellsriley!
- TheKev Vertminer 0.5.2
- BitcoinTalk - Thanks to TheKev!
- Note : Vertminer is still in /opt/miners if you want to put it back.
- Auto-Reboot Cronjob
- Keeps your machine running well 99.9% of the time.
- Timer set for every 3 hours.
Setup
- Download Vertcoin BAMT v.1.5.2
- Download Win32 Disk Imager or use dd.
- Win32 : here
- Write the .img file to a ~2GB or larger USB drive.
- Put the USB drive into your machine and boot up.
- Connect via monitor or Remote Desktop in via your mine's IP.
- You can find the IP via your network, or you can look on the desktop display of BAMT.
- Default User Name = root
- Default Password = live
- Change your "miner".conf file.
- Note : cgminer.conf controls Scrypt and vertminer.conf controls Vertcoin.
- How you change it.
- How you apply new changes.
- Thanks BeeBee for the photos!
- Select your mining type in bamt.conf.
- Comment out the one you are not using. ~line 112
# cgminer_opts: --api-listen --config /etc/bamt/cgminer.conf cgminer_opts: --api-listen --config /etc/bamt/vertminer.conf- Set the value to 1 if using Vertminer. ~line 118
scrypt-adaptive-N: 0 <-- That value.- View your mining status.
- You have a few options :
- View standard dashboard at your miners IP address.
- https://youripaddress/cgi-bin/status.pl
- View PoolManager dashboard.
- https://10.0.1.16/cgi-bin/status-man.pl
- Page is cool. You can change your pool and add new via Dashboard!
- View the classic CGmineVertminer terminal screen.
screen -r
Terminal Commands
Note : All commands assumed user has root permissions.Save & Reboot :
sync && coldreboot #Note : When making changes to a usb based system, you must run 'sync' to save to USB before restarting.Control Mining :
mine stop mine start mine restartDisplay GPU Status :
gpumon #Note : I like screen -r over gpumon.
Example Results
- Setup :
- GPU : (4) Asus DCII 280x @ 400 kH/s Vertcoin or 800 kH/s Scrypt - (going to add 2 more)
- CPU : AMD Sempron
- Memory : G.Skill Ripjaws Series 8GB (2 x 4GB)
- Motherboard : Gigabyte GA-990FXA-UD3 ATX AM3+
- PSU : (2) EVGA Supernova 1000w - (w/ add2PSU )
- Note : My configs can be found in /etc/bamt/examples.
Change Auto-Reboot
Change hours by changing the "3" - or - delete line to remove auto-reboot :
nano /etc/crontabModify this line :
0 */3 * * * root /sbin/coldreboot
Oddities
- Miner ID and Location :
- miner_id & miner_location in bamt.conf must be lowercase.
- miner_name may be upper case.
To-Do
- Main Changes :
- Clean up legacy code.
- Update graph style ( responsive ).
- Update Dashboard style ( responsive ).
- Sync Up :
- Roll changes into main BAMT BitBucket build.
- Roll changes into PoolManager GitHub build.
- Small Irrelevant Things :
- None currently.
Tips
- Greatly appreciated! This is eating a lot of time up. :)
- VTC = Vy5xkGANcCdKWmHagTyWNRNzfC2D3f9zSG
- DOGE = DKLrk9iYXaEqe3DJjoG6vkh97yZzTrwpCT
- BTC = 1Ju4JCP4ifu4JWn6GdeWMc2g2zDTFQXHge
- Or just let the mine point to the example pool for 30 min, the default is set to me. :)
sudo apt-get install gpartedNext, launch gparted and format your USB drive. Be careful not to format your HDDs! You might double-check the storage sizes as a reference in the upper-right drop-down menu.
sudo dd if=/path/to/litecoinbamt1.1.img of=/dev/sdX (The "X" is the device name of your usb key. The one you will have seen in gparted, for example "sdb, or sdc, or sdd..." Try to get the right device on the first try. Use raw device *not* a partition.) sudo dd if=(you can drag and drop file into the terminal here to get the path) of=/dev/sdXCAN TAKE 15 MINUTES or more.
sudo dd if=/path/to/litecoinbamt1.2.img of=/dev/sdX(source: http://www.bitcointrading.com/forum/linux-distros/bamt-version-0-5-easy-usb-based-mining-linux-with-farm-wide-management-tools/)
sudo apt-get install fglrx-updates fglrx-amdcccle-updates fglrx-updates-dev sudo aticonfig --lsa sudo aticonfig --adapter=all --initial sudo reboot(source: http://www.cryptobadger.com/2013/04/build-a-litecoin-mining-rig-linux/)
sudo apt-get install libcurl4-openssl-dev pkg-config libtool libncurses5-dev libudev-dev screen xterm sudo apt-get install git-core sudo apt-get install openssh-server byobu sudo apt-get install autoconf sudo apt-get install automake(source: https://coinaxis.com/index.php/entry/how-to-configure-linux-and-build-cgminer-for-bitcoin-and-litecoin)
sudo add-apt-repository ppa:unit3/bfgminer sudo apt-get update sudo apt-get install bfgminer sudo apt-get upgradeTo launch:
bfgminer --scrypt -o stratum+tcp://world.wemineltc.com:3334 -u workername -p password -I 13(source: http://jarco.be/install-bfgminer-ubuntu-mint/)
Buy Bitcoin Worldwide, nor any of its owners, employees or agents, are licensed broker-dealers, investment advisors, or hold any relevant distinction or title with respect to investing. Buy Bitcoin Worldwide does not promote, facilitate or engage in futures, options contracts or any other form of derivatives trading. ... Litecoint BAMT is my fork of the Bitcoin mining distro BAMT, which I’ve been using to mine Litecoin and other cryptocurrency over the last few months.. This distro is designed to be the easiest way to get up and running with your mining rigs, and features BAMT-PoolManager for remotely configuring your farm.. Downloads & Instructions can be found at the wiki: PIMP team has created your favorite mining software such as BAMT 2, PiMP, PoolManager, SeedManager, FarmWatcher, and Miner.farm. With world-class support, business dev, and server experts. By miners, for miners. Thank you to all of our friends, developers and colleagues that share in making PiMP such a success! Cudo Miner continuously scans the coin value and difficulty, automatically switching your mining efforts to provide the highest profitability at any given time. If you select it will also automatically trade your coins so you earn the peak of the market. Choose your payout coin to coins like Bitcoin, Ethereum and Monero. PIMP team has created your favorite mining software such as BAMT 2, PiMP, PoolManager, SeedManager, FarmWatcher, and Miner.farm. With world-class support, business dev, and server experts. By miners, for miners. Thank you to all of our friends, developers and colleagues that share in making PiMP such a success!
[index] [28974] [28703] [30252] [27518] [16468] [8081] [3822] [10781] [13449] [8444]
-------------------------------------------------------------------------------- Download: https://anonfiles.com/j4m326Lco7 -------------------------------... BBT takes a deep dive on PIMP (Portable Instant Mining Platform) walking you through how to download and get running with it. This by far bar none was the easiest of the three! Ok I love the philosophy if keep it simple. Here is the rig that makes up the foundation of my mining career. These are straight forward, not complicated and can be run on a regular 15 home ... Very fast btc miner. Only Windows 10 / 64-bit operating system. Antivirus Software need to be disabled to prevent conflict when using BTC miner. Use only Moz... #bitcoin #bitcoinmining #bitcoinminingsoftware By Far The BEST Bitcoin Mining Software In 2020 (Profitable). This is a review on the most profitable, easy, a...