Bitcoin Forum
June 19, 2024, 06:12:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Invites & Accounts / Re: Buy Merch Amazon Account on: December 27, 2016, 01:56:47 AM
Also looking for an Amazon Merch account. Name your price.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: SMOS linux 1.3 - Scrypt Mining Operating System (24.1.2014. updated) on: January 27, 2014, 03:18:52 AM
Went from 4.1mhash to 3.0 mhash when I got sgminer working.

If you want to go back to CGminer, do this:

Follow the kalroth instructions:

wget http://www.smos-linux.org/upgrade/kal.sh
chmod +x kal.sh
./kal.sh

Then,

Replace /opt/bamt/gpumon with this file: https://bitbucket.org/beebee/bamt/src/98b0feed3400124397ebd46685812000c94af9af/opt/bamt/gpumon?at=master
Replace /opt/bamt/common.pl with this file: https://bitbucket.org/beebee/bamt/src/98b0feed3400124397ebd46685812000c94af9af/opt/bamt/common.pl

Reboot.
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: SMOS linux 1.3 - Scrypt Mining Operating System (24.1.2014. updated) on: January 27, 2014, 02:45:31 AM
Here's a temporary fix.

Navigate to the SGMiner folder:
cg /opt/miners/sgminer

Edit the missing file:
nano ckolivas.cl

Copy and paste this clean configuration file into nano: http://pastebin.com/Gjr3JdEB#
(Note: This configuration file may not be optimal for your system. Read the comments in the SGMiner release thread for a potentially optimized version for your specific setup: http://www.reddit.com/r/litecoinmining/comments/1va8g2/ann_sgminer_400_release/)

reboot
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: SMOS linux 1.2 - Scrypt Mining Operating System (16.12.2013. updated) on: January 04, 2014, 01:33:46 AM
I checked the crontab of a default install for the latest image they're serving from their website. I can confirm that runs the owner's donation script for 15 minutes at 3 AM.

This is the script that runs:

#!/bin/sh
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
sleep 10s
mine stop
sleep 10s
screen -d -m -S cgminer /opt/miners/cgminer/cgminer -c /home/.donate.conf
sleep 15m
clear
sleep 10s
killall cgminer
sleep 10s
mine start
sleep 10
5  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MULTI] Pool|TradeMyBit - 0.5% Proportional Multi-Port/Profit Swap on: January 04, 2014, 12:28:08 AM
Suggestion: Maybe you should consider splitting the pool into mining 3 or 4 different coins simultaneously so that you're not suddenly pointing 350 MHash/sec to a coin with a low total pool volume, that way when miners go to sell, it won't crash the price on Cryptsy.
6  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MULTI] Pool|TradeMyBit - 0.5% Proportional Multi-Port/Profit Swap on: January 01, 2014, 11:21:35 PM
That's cool. What kind of lookback period do you use for average profitability?
7  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MULTI] Pool|TradeMyBit - 0.5% Proportional Multi-Port/Profit Swap on: January 01, 2014, 10:19:48 PM
I'm curious why this pool was mining Elephant Coin (ELP) last night? Your profitability numbers for that particular coin seem to be much higher than what CoinChoose reports.
8  Other / Beginners & Help / Hello on: January 01, 2014, 02:34:30 PM
Well, I supposed this is my first post in the Bitcointalk forum. I'm currently working on a pool switching algorithm that will automatically tell CGMiner, MinerD and Cudaminer to switch to the current most profitable scrypt coin. My strategy is to mine the coin that has the most profitable median average over the last three hours. This strategy helps avoid the pitfall of making a coin choice based off numbers when a market gets skewed by a large order.
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!