Search content
Sort by

Showing 8 of 8 results by MatthewDPX
Post
Topic
Board Invites & Accounts
Re: Buy Merch Amazon Account
by
MatthewDPX
on 27/12/2016, 01:56:47 UTC
Also looking for an Amazon Merch account. Name your price.
Post
Topic
Board Mining (Altcoins)
Re: SMOS linux 1.3 - Scrypt Mining Operating System (24.1.2014. updated)
by
MatthewDPX
on 27/01/2014, 03:18:52 UTC
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.
Post
Topic
Board Mining (Altcoins)
Re: SMOS linux 1.3 - Scrypt Mining Operating System (24.1.2014. updated)
by
MatthewDPX
on 27/01/2014, 02:45:31 UTC
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
Post
Topic
Board Mining (Altcoins)
Re: SMOS linux 1.2 - Scrypt Mining Operating System (16.12.2013. updated)
by
MatthewDPX
on 04/01/2014, 01:33:46 UTC
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
Post
Topic
Board Pools (Altcoins)
Re: [ANN][MULTI] Pool|TradeMyBit - 0.5% Proportional Multi-Port/Profit Swap
by
MatthewDPX
on 04/01/2014, 00:28:08 UTC
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.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][MULTI] Pool|TradeMyBit - 0.5% Proportional Multi-Port/Profit Swap
by
MatthewDPX
on 01/01/2014, 23:21:35 UTC
That's cool. What kind of lookback period do you use for average profitability?
Post
Topic
Board Pools (Altcoins)
Re: [ANN][MULTI] Pool|TradeMyBit - 0.5% Proportional Multi-Port/Profit Swap
by
MatthewDPX
on 01/01/2014, 22:19:48 UTC
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.
Post
Topic
Board Beginners & Help
Topic OP
Hello
by
MatthewDPX
on 01/01/2014, 14:34:30 UTC
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.