Bitcoin Forum
August 10, 2024, 06:21:14 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Service Discussion / Re: NO PROOF MtGox is insolvent - Document possibly a Hoax? - STOP THE FUD! on: February 25, 2014, 12:14:15 PM
I like their website... " put announce for mtgox acq here  "  lol
2  Alternate cryptocurrencies / Altcoin Discussion / Re: ***OFFICIAL MINCOIN REALITY CHECK THREAD***A MINERS MUST READ on: February 22, 2014, 11:57:59 PM

Q:WHAT DOES YOU CALL SOMEONE THAT SPEAKS 1 LANGUAGE
A: AMERICAN


Yep - we learn the right language the first time around.  Everyone else learns it so they can earn our money.  In America we have a saying ... http://idioms.thefreedictionary.com/Those+who+can,+do%3B+those+who+can't,+teach
3  Economy / Trading Discussion / Re: Gekko - a javascript trading bot and backtesting platform on: February 16, 2014, 08:39:29 AM
Here's the exchange files i'm currently using for Bter/Mcxnow.  I only had to submit one issue upstream - but it's settled.  I'm only using it for MAX/BTC atm - have to set a high minimum - i don't think you can make trades that put your BTC under .005 - gekko kept trying to buy .02 max otherwise.  I'm using a bunch of other symbols for monitoring but not private API yet.

BTER: https://gist.github.com/memeyou/9031171
MCXNOW: https://gist.github.com/memeyou/9068360 (and a node-mcxnow https://www.npmjs.org/package/mcxnow)

edit: added mcxnow; submitted mcxnow to npm

Now this was my personal preference... for irc I added color, made message fit on one line (helpful when you have 6+ bots running), and added extra info from the methods (time since trend, price etc).  

less spammy w/ pretty irc colors: https://gist.github.com/memeyou/9031218
4  Economy / Trading Discussion / Re: Gekko - a javascript trading bot and backtesting platform on: February 16, 2014, 03:48:18 AM
afaik it logs to stdio so just pipe the output to a logfile.
5  Economy / Service Announcements / Re: CrypTrader - New Browser Based Trading Platform on: February 15, 2014, 11:32:33 AM
Didn't have the symbols I wanted... must be hard-coded and outdated?
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: CGMINER Low Hashrate on 7770 [Scrypt] on: February 03, 2014, 06:33:09 PM
I use sgminer with both of my asus 7770 GHz editions.  They are receptive to contributors.  I have mine set for very low intensity; 12 - 82c on the primary and 75c on the secondary in an NZXT H2 padded case.  If I increased the intensity a bit I could get it past 90c and probably 170 Kh/s but I like to surf and watch movies while I coin.  I'm using 13.30 beta ATM. I had to use 13.9 w/ cgminer 3.7.2 as newer ones would BSOD on acl_clear calls (quitting).

Mine's built on windows in cygwin so it looks a lil weird but i preffer it.

Code:
sgminer version 4.0.0 - Started: [2014-02-03 08:12:59]
--------------------------------------------------------------------------------
(5s):302.9K (avg):302.7Kh/s | A:3008  R:0  HW:0  WU:325.7/m
ST: 2  SS: 0  NB: 3  LW: 212  GF: 0  RF: 0
Connected to Pool 0 (stratum) diff 32 as user sample.gpu
Block: 8e50ce49...  Diff:216M  Started: [08:12:59]  Best share: 12.9K
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0:                | 153.8K/169.8Kh/s | R:  0.0% HW:0 WU:184.0/m I:12
 GPU 1:                | 154.4K/169.4Kh/s | R:  0.0% HW:0 WU:181.1/m I:12
--------------------------------------------------------------------------------

[08:12:44] Started sgminer 4.0.0
[08:12:44] Loaded configuration file /home/User/.sgminer/sgminer.conf
[08:12:45] ADL is initialized...
[08:12:58] Probing for an alive pool
[08:12:59] Pool 0 difficulty changed to 32
[08:12:59] Network diff set to 216M
[08:13:01] Accepted 061a69ed Diff 42/32 GPU 1
[08:13:01] Stratum from Pool 0 requested work restart
......

make sure to set/setx these environment variables:
Code:
User@User-PC ~
$ set|grep GPU
GPU_MAX_ALLOC_PERCENT=100
GPU_USE_SYNC_OBJECTS=1

and heres the config I use:
Code:
{
"pools" : [
{
"url" : "stratum+tcp://sample.com:3333",
"user" : "sample.pc",
"pass" : "1234"
}
]
,
"intensity" : "12,12",
"worksize" : "256,256",
"shaders" : "640,640",
"thread-concurrency" : "7680,7680",
"lookup-gap" : "2,2",
"temp-cutoff" : "95,95",
"temp-overheat" : "90,90",
"temp-target" : "85,85",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"scrypt" : true,
"temp-hysteresis" : "3",
"auto-fan" : true,
"net-delay" : true,
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
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!