Bitcoin Forum
November 06, 2024, 08:56:09 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Request tBTC for your development tasks on: November 04, 2024, 02:48:56 PM
Since I've already mined enough tbtc for my development work, I have created this thread to help bitcointalk users with tbtc for any tests and development purposes.
If you tired from getting small tbtc from public faucets and/or don't want to setup own mining rig, then just drop your tbtc address here in this topic and i will send 0.05 tbtc





TERMS
Free? Sure!!!
one person = one transaction
i may stop sending at any time
2  Alternate cryptocurrencies / Mining (Altcoins) / AMD gpu on Ubuntu 22.04 on: December 15, 2023, 11:15:15 AM
Hello, i have amd rx6800 gpu and i just want to test it to mine something. The card was second hand so i want to know if it works in mining too.
I have registered on nicehash and found that no any Linux software available except dedicated nicehash distro.
As far as i know cgminer 4.9.2 which available via apt no more works for GPU.
3  Local / Português (Portuguese) / Precisa de vendedor de telefone celular cartões pré-pagos em Angola (BTC) on: June 21, 2014, 03:18:29 AM
Eu trabalho em Angola e eu preciso cara de confiança que pode vender cartões pré-pagos de telefone celular para Bitcoins. Atualmente interessante em "Unitel" cartões pré-pagos.
Por favor, conselhos, se você sabe que pode ajudar.
4  Alternate cryptocurrencies / Mining (Altcoins) / [SCRIPT]Mass miners control for BAMT/SMOS Linux on: March 09, 2014, 07:45:51 PM
I want to share my bash script for controlling mining servers running on BAMT 1.3/1.5/1.6 or SMOS Linux (optionally PIMP). It may control any number of mining servers. It is preferably to run it against BAMT 1.6 servers as script already included easy function to quickly switch over mining software e.g. cgminer/sgminer/vertminer. Also it is possible to add your own custom compiled miner and switch to it within menu. Tested on Lubuntu 13.10 and on any Debian based distros should work out of box, also it may run on any Linux distro with small modifications.

Big thanks to RLutz
i used part of his code for cron section https://bitcointalk.org/index.php?topic=490840.msg5409109#msg5409109

List of features:

-Power of secured SSH connection (use only SSH)

-Fully interactive menu

-Email notification when mining failed

-Unlimited number of mining servers

-Automatically adds non-password authentication

-Custom colors for menus and messages

-Reboot selected miner or all together

-View/Edit pool config for selected miner

-Switch over between 4 included mining software in BAMT 1.6 + 2 custom

-Real-time monitoring for all servers in one window

-Cron task to periodically control and reboot dead/sick/idle mining servers

Initial setup

1. Download script to any folder

2. Make script executable chmod +x mine.sh

3. Edit mining servers IP in script body. Also configure pools

4. Launch script ./mine.sh

5. Set up non-password authentication. Press 6 (Configure mining server SSH authentication)and proceed to further instructions.

6. All done. You may back to menu and choose desired option.

(Optional)
7. If you would like to setup cron job then you need to run script with cron parameter. For example to test mining servers every 20 minutes add line to crontab. */20 * * * * /root/mine.sh cron
8. Enable email notifications, set notify="YES" and enter email details. Then while running cron task script will perform checks and if mining failed you will get email. Also at any time you may send mining logs from all miners to defined email, this option available within main menu.

How to add your custom miner. As an example explained how to add YACminer.

1.    Copy or compile yacminer in /opt/miners
2.    Change directory to /opt/miners/YACminer and rename yacminer binary to cgminer. Make sure it has executable flag "x" if not do chmod +x cgminer
3.    Rename /opt/miners/YACminer to /opt/miners/custom
4.    Create yacminer configuration file /etc/bamt/custom.conf (Pools and miner settings)
5.    Run bamt.sh and choose "Change mining software.." from the menu then in next submenu choose "custom"
6.    That's it. Yacminer now default mining software. Mining process will restart automatically.

Note: In same way you may add custom1 miner, but make sure to keep these names /opt/miners/custom1 and /etc/bamt/custom1.conf


Please let me know if you found any bugs or want to suggest something.


Screenshots

Main menu


Mining servers' status


Switch over between mining software


Real-time monitoring


Email notifications


Updates:
13.04.2014-Added edit config and restart mining option
11.04.2014 -Added email notifications
08.04.2014 -Separated bamt/pimp scripts
03.04.2014 -Added PIMP support (see PIMP folder)
28.03.2014 -Added card status direct check via cgminer API
25.03.2014 -Added quick ssh login item to menu

You may give me some bounty to support my work and further improvement:

BTC: 1PGgybf5QbCTohCoRgEA4Q5ZSLhpSsg8cn

LTC: Lbw6bd3T3XaMypF1XsuryH3J9zMoY7gLTv


Download: https://github.com/Demontager/minessh/archive/master.zip

Github All further updates will be committed there:  git clone https://github.com/Demontager/minessh




5  Bitcoin / Mining software (miners) / atitweak generate segfault on: February 24, 2014, 07:40:05 PM
Recently i was trying to get 3xR9 270 working on p8Z68-v-pro motherboard. Before rig was running fine on 2 cards on Smos-linux 1.3. But now i always getting bellow errors and cards are note recognized in cgminer.

Code:
[   59.869976] atitweak[3733]: segfault at 4890000 ip b74cdcad sp bf98ce80 error 6 in libc-2.11.3.so[b745e000+140000]
[   59.946566] atitweak[3738]: segfault at 552b01c6 ip b74c2cad sp bff3a1d0 error 6 in libc-2.11.3.so[b7453000+140000]
[   59.988089] atitweak[3750]: segfault at 89c0458b ip b75b9cad sp bfc5eee0 error 6 in libc-2.11.3.so[b754a000+140000]
[   60.062339] atitweak[3756]: segfault at b75ab759 ip b746bcad sp bfd00630 error 7 in libc-2.11.3.so[b73fc000+140000]

I cleared CMOS, then tried another pen drive with smos installed - drops same errors with 1, 2 or 3 cards inserted.
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!