Bitcoin Forum
May 24, 2024, 12:37:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 »
421  Bitcoin / Project Development / Re: BAMT version 0.5 - Easy USB based mining Linux with farm wide management tools on: February 25, 2012, 01:31:41 AM
OK, so I guess the best answer is that BAMT rigs are fine as client miners for p2pool, but the p2pool software itself cannot be run on bamt?
Sorry not familiar with it.


Yes. Even if you use -a option in p2pool you will still have to run the pool software with a lot of writes, and the full block chains of all *coind's and all the writes that come with them.  Not ideal for USB drives. 
422  Bitcoin / Project Development / Re: BAMT version 0.5 - Easy USB based mining Linux with farm wide management tools on: February 25, 2012, 01:23:55 AM
p2pool doesn't require a local wallet. You just need to point your miner to a machine running p2pool and any *coind's you wish to mine. That machine should absolutley not be a BAMT machine. I have 3 BAMT rigs merged mining on p2pool with cgminer. The non BAMT machine is the one I have to spend the most time on.  Tongue
423  Bitcoin / Project Development / Re: BAMT version 0.5 - Easy USB based mining Linux with farm wide management tools on: February 24, 2012, 09:42:31 PM
Im back to square one: the usb-stick problem is gone.

bamt.conf wont apply overclocking, the values set are known stable clocks for this particular card. The card in question is a 5870, core voltage 1.16 core clock 970.
My workaround to this is to stop mining and run:
                                                                  atitweak --set-core-voltage=1.16
                                                                  atitweak --set engine-clock=970
And then restart mining.

If that works just add it to bamt.conf as a post oc command for the gpu and comment out the rest.
Code:
post_oc_cmd: /usr/local/bin/atitweak -e 970 -v 1.16 -A <#>
I never use the oc and fan commands just did it all that way. You can add -f <fan> and -m <memclock> also.  It will set all profile levels so make sure they are sane clocks.
424  Bitcoin / Project Development / Re: BAMT version 0.5 - Easy USB based mining Linux with farm wide management tools on: February 24, 2012, 08:35:19 PM
Trying to set this up on rig#1

Problems so far: I cant get any overclocking in with bamt.conf. I was able to do some overclocking with AMDOverdrive Ctrl, but Im nowhere near what this particular card can do, it wont let me push the core clock past 900Mhz. I have set up all (3)  the core_speeds at 970Mhz, tried only setting one dosent seem to make any difference.

Other than that everything looks fine.


I have been having issues too. What does it say on your http://YourMinerIP/ compared to what you set in bamt.conf? On my (3) 5850 GPU test rig that was doing 1120 Mhash/s under 0.4 is doing around 860 Mhash/s on 0.5 no matter what I put in for the 3 core_speed_X or mem_speed_X, it's like stock speeds only.

I'm going to try another single 5850 GPU rig now.

Have you checked that oc hasn't been disabled by mother? Not running .5 yet but I'd think this would be included https://bitcointalk.org/index.php?topic=28967.msg755770#msg755770
425  Bitcoin / Project Development / Re: BAMT version 0.5 - Easy USB based mining Linux with farm wide management tools on: February 24, 2012, 03:32:05 PM
I just tried this out for the first time tonight, the hash rate is really low though. Is there a guide to get cgminer running with it? I'm assuming the mining software is the reason for hash rate.. It's only giving 330 hash's per gpu. (5970's with 850 clocks)

Like this in main settings:

Code:
 # start cgminer?  set this to 1, and also set cgminer: 1 on each GPU you will manage with cgminer
  cgminer: 1
 
# options to cgminer (must have at least --api-listen for any bamt tools to work)
  cgminer_opts: --api-listen -0 http://<pool>:<port> -u <user> -p <pass> -I 8 --gpu-engine 850 --gpu-memclock 180 --auto-fan

Then the GPU section (add for each GPU 0,1,2....):

Code:
# GPU Configurtation
gpu0:
  disabled: 0
  # set to 1 if cgminer will manage this gpu.
  cgminer: 1
  # monitoring values, used by email alerts and gpumon
  monitor_temp_lo: 45
  monitor_temp_hi: 80
  monitor_load_lo: 80
  monitor_hash_lo: 125

Mine lock with 850 on each core though, they run stable at 850,830 and 180 mem.
426  Bitcoin / Project Development / Re: LinuxCoin A lightweight Debian based OS with everything ready to go. on: February 23, 2012, 11:02:51 PM
The imminent v0.5 release has support for wireless via the GUI, though it makes me a little more dead inside every time I think about it.

LOL...you should be hanging your head in shame  Tongue All you GUI fans will find the new release much easier to use.
427  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed GCN RPC linux/windows/osx 2.2.7 on: February 21, 2012, 02:11:42 AM
DAT here you go: http://www.fileswap.com/dl/XeABs0KKAQ/cgminer.html

Kano, I'm sorry I don't know enough about coding.  BAMT has a stop mining script that is run from gpumon on stop or restart mining.  This doesn't work after 2.1.2 so I just go to the cgminer screen session and hit q before restarting.  I'm sure it's an easy fix but the author feels 2.1.2 is the most stable and that is what he currently supports.

EDIT: should mention that's 2.2.7 w/o bitforce or cpu flags.
428  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed GCN RPC linux/windows/osx 2.2.7 on: February 21, 2012, 01:13:39 AM
Anyone got a binary copy of linux cgminer 32bit?  BAMT is still using 32bit kernel.  Don't feel like installing all the packages to compile. 

I've compiled 2.2.6 and 2.2.7 on BAMT, how would I get them to you? FYI the API changed slightly in 2.2.x breaking the stop mining command so you have hit q in the miner screen to stop or restart mining or it just sits there and laughs at you.
429  Bitcoin / Project Development / Re: BAMT - Easy persistent USB key based linux for dedicated miners/mining farms on: February 20, 2012, 07:16:52 PM
Has anyone been running cgminer 2.2.x with BAMT? I'm still getting random OFF GPU's through 2.2.6 (just installed 2.2.7 to test) and I'm wondering if it's just something I'm doing wrong.

probably just the typical cgminer bugs.  I haven't pushed out any new versions in fixes because it seems ever since 2.2.X they haven't been able to release a stable version.

very much recommend to use phoenix.  much more stable.

I agree, and would like to get back to phoenix but my ISP doesn't agree with it.  Cgminer handles the crappy connection much better, which is why I was excited to see it finally integrated into BAMT - which reminds me, I owe you some coins.  The auto fan flag just causes GPU's to randomly disable after 2.1.2 so I guess I'll just stick to that version for now.
430  Bitcoin / Project Development / Re: BAMT - Easy persistent USB key based linux for dedicated miners/mining farms on: February 19, 2012, 11:41:27 PM
Has anyone been running cgminer 2.2.x with BAMT? I'm still getting random OFF GPU's through 2.2.6 (just installed 2.2.7 to test) and I'm wondering if it's just something I'm doing wrong.
431  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed GCN RPC linux/windows/osx 2.2.6 on: February 17, 2012, 04:23:10 AM
We need a new stripped down version of linuxcoin or call it whatever, just for mining and maybe built around optimal settings/set-up for cgminer. Seems BAMT doesn't supoort or work with

What am I missing here, cuz my 5970 BAMT rig has been mining with cgminer for a week now - and it took 3 mins to set up  Huh
432  Bitcoin / Bitcoin Discussion / Re: The First San Diego Restaurant to Accept Bitcoin on: February 16, 2012, 07:22:50 PM
My schedule is crazy but let me know if anything gets organized for San Diego or LA, I'm really an hour from each.

FYI, I have 9GHz of miners that are idle right now and could use some expertise if anyone is interested in some work. Will need to travel to San Clemente to work on them. Basically want them all setup from scratch software wise along with a little hardware work so they will be mining automatically on startup, etc.

Why idle? Idle miners are wasted money.  PM me if you need help, I don't know if I would be able to drive out but I manage 5Gh/s remotely so I can answer some questions.
433  Bitcoin / Pools / Re: [270GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 16, 2012, 04:02:28 PM
Don't forget payout is similar to PPLNS.  It will take 24 hrs to build your share percentage in the the share chain. When I add a miner my payout per block will slowly increase for a day and then stabalize. The second 24 or 48 hours are a more accurate comparison for payouts.
434  Bitcoin / Pools / Re: [422 GH/s] EMC: 0 Fee/DGM/Merged Mining/PayPal Payout/SMS/Yubikey/More on: February 16, 2012, 06:35:27 AM
How hard would it be to add a minimum $/BTC value for the paypal auto cashout option?  For example, I'd like to set it to $5/BTC.  If BTC value is $5 or above, auto cashout to paypal as normal, but if it drops lower either cashout as BTC or just don't auto cashout at all- either option would be fine.

This would be a nice option to protect from random dips in the market without forcing the user to use only manual cashouts.



Why pay the PayPal fees? Just auto pay BTC to an exchange and have 1000BTC sell order set at $5. It will sell what comes in if the rate is over $5 and keep it as BTC if it is below.
435  Bitcoin / Bitcoin Discussion / Re: MTGOX new privacy policy??? on: February 16, 2012, 06:12:40 AM
Just to be clear it's loss of simplicity not loss of anonymity that worries me. Right now it's easier for me to send money to family with bitcoins than banks, and it's the exhange that's the most difficult part. I hope it gets even easier in 3 years.
436  Bitcoin / Bitcoin Discussion / Re: MTGOX new privacy policy??? on: February 16, 2012, 05:24:13 AM
So I now have to go through the same bs as opening and using a bank account. Basically defeats the whole idea of Bitcoin....

Bitcoin does not end with MtGox.  What are you doing here ?

It's a bad sign. What's the point of Bitcoin if it becomes strangled by banking rules and regulations is my point. Why not just keep and use my over regulated bank accounts? I'm not dumping my mining rigs yet, but I'm moving on from Gox.
437  Bitcoin / Bitcoin Discussion / Re: MTGOX new privacy policy??? on: February 16, 2012, 05:05:09 AM
So I now have to go through the same bs as opening and using a bank account. Basically defeats the whole idea of Bitcoin. Think I'll just stick to my bank account then and dump the coins I have on the already failing market before this goes into effect.
438  Bitcoin / Bitcoin Discussion / Re: Bitcoin on Freedom Watch on: February 16, 2012, 04:48:07 AM
I've caught it on a few reruns now, too bad they pulled his show he would have been good one to target for another segment.
439  Bitcoin / Pools / Re: [270GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 15, 2012, 09:14:17 PM
Actually how do I use the "--address" option with merged mining?
Do I use a "," to separate them?

Thanks!
You can't specify an address for the merged chain (yet).  The merged mining still needs some work.  The address is currently fetched automatically via the RPC

Ok, so I have put the same wallet(s) on all my mining machines, hence they all use the same addresse(s).
Is that an ok workaround?

Thank you!

Why don't you just point all your miners to one p2pool merged mining instance?  I have 3 miners but only run one p2pool, bitcoind, and namecoind.
440  Bitcoin / Bitcoin Discussion / Re: My Testimony - New Hampshire State House on: February 15, 2012, 09:00:31 PM
So this bill in question - it simply repeals the laws on the books, and replaces them with... nothing Smiley

This seems to be the goal of the freestaters, and I see progress being made with other bills.  I hope you all can add this one to the list.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!