dub0matic
|
|
March 01, 2012, 06:58:55 PM |
|
how do you set flags in cgminner? im used to using gui miner and switched from bitclockers to here
|
make it rain haha btc 176MrZ3CCXGb1GqFiGaoqQpaynzYqZsW6n
|
|
|
Fiyasko
Legendary
Offline
Activity: 1428
Merit: 1001
Okey Dokey Lokey
|
|
March 01, 2012, 07:06:37 PM |
|
how do you set flags in cgminner? im used to using gui miner and switched from bitclockers to here
Their pretty much, Isnt anyflags, It picks the best ones right off the bat, Go into your CGminer folder and look for a .bin file, It's name will be that of your gpu, Heres my .bin phatk110817Bartsbitalignv2w128long4.bin Asyou can see, It says i have a barts, And that it's using vectors2 with bandwidth at 128, And "long4" Wich i do not understand. These .bin files are Complied when cgminer is first run, To create new .bins, just take them out of the cgminer folder
|
|
|
|
echris1
|
|
March 01, 2012, 07:08:29 PM |
|
how do you set flags in cgminner? im used to using gui miner and switched from bitclockers to here
All of cgminer's flags are detailed here: https://bitcointalk.org/index.php?topic=28402.0Just keep in mind that for P2Pool it is recommended you use -g 1 (for one thread per GPU) and one lower intensity than usual. I know you don't know what usual is since you just switched, but hopefully you can find recommended flags for your cards and adjust those a bit.
|
|
|
|
DeathAndTaxes
Donator
Legendary
Offline
Activity: 1218
Merit: 1079
Gerald Davis
|
|
March 01, 2012, 07:09:51 PM |
|
how do you set flags in cgminner? im used to using gui miner and switched from bitclockers to here
The easiest way is from the command line. The more complex but fine tunning way is by config file. Start cgminer up from command line using just -o (pool), -u (username), -p (pass) parameters. Once cgminer loads press S for settings and then W for write config file. You can leave it blank (it will make default named cgminer.conf). Then open up the config file it will be set to defaults for your hardware and you can customize from there. cgminer may make invalid config file entries for things like voltage, either delete those lines or set them to what you want. Lots more info here: https://raw.github.com/ckolivas/cgminer/master/READMEFor p2pool you want to lower intensity (I found 1 notch lower to be good start), queue = 1, and threads per gpu =1.
|
|
|
|
dub0matic
|
|
March 01, 2012, 07:46:27 PM |
|
thanks for the help. just wondering why in guiminer i was getting 830mh/s but in cgminer i only get 750mh/s
|
make it rain haha btc 176MrZ3CCXGb1GqFiGaoqQpaynzYqZsW6n
|
|
|
forrestv (OP)
|
|
March 01, 2012, 09:36:25 PM |
|
I just updated from Bitcoin 0.6.0 rc1 to rc2. I have no idea what this error could mean: 2012-03-01 19:28:47.838000 Initializing work... 2012-03-01 19:28:47.868000 > Error: 2012-03-01 19:28:47.869000 > Traceback (most recent call last): ... 2012-03-01 19:28:47.874000 > File "D:\forrestv-p2pool-b839ff8\p2pool\main.py", line 171, in <lambda> 2012-03-01 19:28:47.874000 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((yield bitcoind.rpc_getblock('%x' % (block_hash,)))['blockcount']))) 2012-03-01 19:28:47.875000 > exceptions.KeyError: 'blockcount'
With rc1 everything works fine. There was a change in the results of the RPC "getblock" command. See https://github.com/bitcoin/bitcoin/commit/fc4f4c2e9a0f90a2fad9279f755d08b99b27796b . There's been a fix for this in P2Pool git... I'll make a release now.
|
1J1zegkNSbwX4smvTdoHSanUfwvXFeuV23
|
|
|
Schleicher
|
|
March 01, 2012, 09:39:21 PM |
|
There's been a fix for this in P2Pool git... I'll make a release now.
ok, thanks
|
|
|
|
Red Emerald
|
|
March 01, 2012, 09:51:10 PM |
|
thanks for the help. just wondering why in guiminer i was getting 830mh/s but in cgminer i only get 750mh/s
Are you sure you didn't update the AMD SDK? This seems to be a pretty common thing for people to do. The upgrade doesn't take effect until you reboot.
|
|
|
|
DeathAndTaxes
Donator
Legendary
Offline
Activity: 1218
Merit: 1079
Gerald Davis
|
|
March 01, 2012, 09:52:15 PM |
|
thanks for the help. just wondering why in guiminer i was getting 830mh/s but in cgminer i only get 750mh/s
Are you sure you didn't update the AMD SDK? This seems to be a pretty common thing for people to do. The upgrade doesn't take effect until you reboot. Also with caching bin files it may not take effect until you remove the pre-compiled binaries (at least that is how it works on cgminer).
|
|
|
|
bitcool
Legendary
Offline
Activity: 1441
Merit: 1000
Live and enjoy experiments
|
|
March 01, 2012, 09:55:16 PM |
|
I am getting close to 20% stale rate, here are the poclbm options I am using: poclbm.exe --user xxx --pass xxx --host 192.168.1.xxx --port 9332 -v -w128 -d0 Can anyone help me on options setting high FPS target and intensity? Thanks in advance.
|
|
|
|
Portnoy
Legendary
Offline
Activity: 2030
Merit: 1000
My money; Our Bitcoin.
|
|
March 01, 2012, 10:22:11 PM |
|
I am getting close to 20% stale rate, here are the poclbm options I am using: poclbm.exe --user xxx --pass xxx --host 192.168.1.xxx --port 9332 -v -w128 -d0 Can anyone help me on options setting high FPS target and intensity? Thanks in advance.
try this: -d0 -v -w128 -f35 You may still get between 5 - 8 % stales but that is the best I have been able to do after trying different values.
|
|
|
|
ThiagoCMC
Legendary
Offline
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
|
|
March 01, 2012, 10:29:17 PM |
|
forrestv, are you considering acting on any of these ideas? What are you current thoughts on this?
I've though about it quite a bit I plan to start a second P2Pool once P2Pool reaches about 400GH/s, because only then will we have enough power to make splitting into two okay. The upcoming protocol change lets new P2Pools safely be created. Any method of dynamically creating P2Pools runs the risk of hurting miners because a pool can't simply be terminated if the hash rate lowers, since the last day of shares that were mined won't be built on top of and won't get their fair reward. I intend to move towards the high-difficulty p2pool backbone idea eventually, but that will obviously require a lot of thought and changes. When you split P2Pool into two, for example, 400G into two of 200G, in fact we will still @ 400G, right?! So, the variance of a 200G pool can hurt us, poor miners... I think... lol Thanks! Thiago
|
|
|
|
bitcool
Legendary
Offline
Activity: 1441
Merit: 1000
Live and enjoy experiments
|
|
March 01, 2012, 11:29:08 PM |
|
try this: -d0 -v -w128 -f35
You may still get between 5 - 8 % stales but that is the best I have been able to do after trying different values.
Trying it... thanks!
|
|
|
|
|
twmz
|
|
March 02, 2012, 02:52:08 AM |
|
|
Was I helpful? 1 TwmzX1wBxNF2qtAJRhdKmi2WyLZ5VHRs WoT, GPGBitrated user: ewal.
|
|
|
Diapolo
|
|
March 02, 2012, 10:32:57 AM |
|
Great stuff, 0.6 RC2 now works again . Dia
|
|
|
|
m3ta
|
|
March 02, 2012, 04:26:10 PM |
|
P2Pool is at 300Gh+ hashrate for a long time (320G now, actually) - maybe it is time to update the topic's name.
|
|
|
|
ChanceCoats123
|
|
March 02, 2012, 05:22:08 PM |
|
+1.
I came back to P2pool last night (as I'm certain Deepbit was stealing my hashes. The is no way 1300mhash/sec makes you .66 BTC/day. >____> )
Anyway, added 1.3ghash/sec last night. I might say I very much like the "expected time until share" and "expected time until block." Very nice additions.
|
|
|
|
Ente
Legendary
Offline
Activity: 2126
Merit: 1001
|
|
March 02, 2012, 06:01:51 PM |
|
After banging my head for hours, maybe some of you guys solved this already:
I am on Debian Squeeze, which comes with Python 2.6 I compiled and installed Python 2.7 (which went /usr/local/lib/python2.7) Now when I install necessary packages via aptitude (like twisted, for example), it is installed for the 2.6 version. Python --version says 2.7.2 though. With twisted I got around this by "easy_install Twisted".
Now I still need python-rrdtool. Aptitude says its already there, for 2.6. easy_install py_rrdtool gives errors. And I didnt find any packages which would compile by hand.
I would gladly kick python 2.6 off altogether. But am sure I will break about every part of that Debian installation with this..
Halp! I need to get the graphs running, before switching to this (lan-) central p2pool node..
tl;dr: Have Python 2.6 and 2.7 installed, cant get 2.7 modules installed.
Ente
|
|
|
|
Red Emerald
|
|
March 02, 2012, 06:14:06 PM |
|
tl;dr: Have Python 2.6 and 2.7 installed, cant get 2.7 modules installed.
Why do you need Python 2.7? I'm running p2pool on 2 debian systems with Python 2.6 just fine. Theres a couple depreciation warnings, but those don't hurt anything.
|
|
|
|
|