Bitcoin Forum
June 21, 2024, 10:03:44 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / Re: BAMT - Easy persistent USB key based linux for dedicated miners/mining farms on: February 27, 2012, 12:18:43 AM
FYI for anyone wanting to install BAMT to a harddrive - I installed it to 4 boxes last night (four separate hard drives), this is  the script I used to do it ;;

Code:
cd /
cfdisk /dev/sda
create 2 partitions [linux, and linux-swap]
make first partition bootable
write/quit
mkfs.ext3 /dev/sda1
mkdir /mnt/bamt
mount /dev/sda1 /mnt/bamt

cp --preserve -R {bin,boot,etc,home,initrd.img,lib,opt,root,sbin,selinux,srv,usr,var,vmlinuz} /mnt/bamt

mkdir /mnt/bamt/{dev,media,mnt,proc,sys,tmp}

cd /mnt/bamt
mount -o bind /dev /mnt/bamt/dev
mount -t proc /proc /mnt/bamt/proc
mount -o bind /sys /mnt/bamt/sys
chroot /mnt/bamt

apt-get update
apt-get install grub
[choose sda]
update-grub
grub-install /dev/sda

edit miner configs;
vi /etc/bamt/pools
vi /etc/bamt/bamt.conf
reboot

thanks to the bamt developer(s) for such a great program!

edit: of note, I have been using 'mgpumon /etc/bamt/mgpumon.conf' to monitor all my boxes from one place -> 'http://<serverIP>/mgpumon/' but I found that the css file wasn't being loaded.
to fix this, I changed the configuration line in /etc/bamt/mgpumon.conf ::
Code:
FROM => "httpcss": "/mgpumon.css",
TO => "httpcss": "mgpumon.css"
then created a symlink for the mgpumon.css file ;;
Code:
ln -s /var/www/bamt/mgpumon.css /tmp/mgpumon/mgpumon.css
2  Other / CPU/GPU Bitcoin mining hardware / Re: New command-line tool for overclocking ATI cards (Linux) on: January 18, 2012, 06:53:19 AM
thanks for this overclocking app, it's really great when it works for me. BUT, I am running into an issue lately. I run archlinux x86_64, all my software and drivers are quite current = catalyst 11.12(-1), amdstream 2.6(-1), linux kernel 3.1.9-2, etc, etc -- I keep getting this error that I cannot for the life of me figure out how to resolve, so I thought I would try posting here and see if there's anything someone may be able to think of for fixing this lil' issue I seem to have... I get this error when running 'atitweak' ;;

Quote
# sudo easy_install-2.7 --upgrade adl3
# atitweak
Traceback (most recent call last):
  File "/usr/bin/atitweak", line 24, in <module>
    from adl3 import *
  File "/usr/lib/python2.7/site-packages/adl3-0.5-py2.7.egg/adl3/__init__.py", line 1, in <module>
    from .adl_api import *
  File "/usr/lib/python2.7/site-packages/adl3-0.5-py2.7.egg/adl3/adl_api.py", line 39, in <module>
    _libadl = CDLL("libatiadlxx.so", mode=RTLD_GLOBAL)
  File "/usr/lib/python2.7/ctypes/__init__.py", line 353, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: /usr/lib/libatiadlxx.so: undefined symbol: XextAddDisplay

Quote
# pacman -Qo /usr/lib/libatiadlxx.so
/usr/lib/libatiadlxx.so is owned by catalyst-total 11.12-1

# ls -al /usr/lib/libatiadlxx.so
-rwxr-xr-x 1 root root 275672 Jan 17 03:38 /usr/lib/libatiadlxx.so

# ldd /usr/lib/libatiadlxx.so
        linux-vdso.so.1 =>  (0x00007fff493ff000)
        libm.so.6 => /lib/libm.so.6 (0x00007fa123066000)
        libc.so.6 => /lib/libc.so.6 (0x00007fa122cc3000)
        /lib/ld-linux-x86-64.so.2 (0x00007fa1234d9000)

I'm out of ideas here, anyone know what is up with that 'undefined symbol: XextAddDisplay' error? thanks in advance if anyone has any ideas/suggestions/pointers/tips!

/j0800
3  Economy / Marketplace / NEW Merchant: SwapSilver4Bitcoins.com, Silver American Eagle coins for Bitcoins! on: July 31, 2011, 05:30:18 PM
Greetings All,

A new bitcoin merchant has opened shop selling Silver for Bitcoins!
Specifically, we are selling 1ounce Silver American Eagle coins for Bitcoins.
http://www.swapsilver4bitcoins.com

We are offering a competative price, and for a limited time we are providing FREE SHIPPING IN THE U.S.A. on all new orders in an effort to promote our new business endevour.

Any questions or comments you have, go ahead and post away  Grin

4  Economy / Services / Re: NEW: Web Embedded Bitcoin Ticker on: July 26, 2011, 06:24:06 AM
yep, looking good! thank-you much
5  Economy / Services / Re: NEW: Web Embedded Bitcoin Ticker on: July 25, 2011, 11:52:09 AM
it appears this hasnt been updated in awhile. wondering if u plan on putting this service back up? Im a big fan  Grin
6  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: July 16, 2011, 02:39:58 AM
so let's give this a shot... I've been mining for ~3months on a pool, got my dad involved (he even mines!) we are looking to put a small business together that takes bitcoins. I found what appears to be the perfect combination => drupal + ubercart + uc_bitcoin. currently hosted on godaddy linux, use AWS (amazon web services) to run bitcoind, and have everything just about ready to exit the "draft" phase of getting a business-based website up and running. low and behold, there is a problem, uc_bitcoin module for drupal6 gives an error regarding the file "bitcoin.inc" not existing! well, this file does not come with the uc_bitcoin module package, and trying to use the bitcoin-php library throws an Exception error. I am so close, but need just a little help to get things running. so, I come here to ask if I may be allowed to post in the forum "Bitcoin Forum > Bitcoin > Bitcoin Discussion", more specifically in the thread "uc_bitcoin: A Bitcoin payment method for Ubercart/Drupal" in the hopes of finding a kind soul to explain why uc_bitcoin is looking for that file, and if/how this issue can be corrected?

thank you for your time, look forward to being more involved in the bitcoin community/j0800
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!