Bitcoin Forum
April 16, 2024, 07:53:26 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 [7] 8 9 »
121  Other / CPU/GPU Bitcoin mining hardware / Re: GUI frontend for poclbm - updated March 13 on: March 20, 2011, 01:46:20 PM
That guy is 10 and should not be installing software on his father's computer without permission - I'm not sure you can say that he is a good example Smiley

But, there is an exe installer further up in the post created by theGECK. I will try the SFX mode today too suggested by dishwara.

Hello Kiv,

as I expected, there are already people who don't know 7z and cannot handle it. Is the exe installer coming soon? Smiley
122  Other / CPU/GPU Bitcoin mining hardware / Re: GUI frontend for poclbm - updated March 13 on: March 17, 2011, 08:15:49 PM
Sure, this is doable.

Kiv a request.

Is it possible to add a timer to know how many shares were mined for an hour.
fixed 1 hour or custom-able timer , its ur choice according to code & knowledge.
It will be very useful to know how many shares mined per hour, as yesterday it took me a hell lot to remember & mark it on paper.
Some servers mine more shares, some mines less & also -w128, w256, gives different no. of shares.
Since in GUI, many things are possible at least a fixed one hour timer to measure no. of accepted shares will be nice addiction.
Thanks.

123  Other / CPU/GPU Bitcoin mining hardware / Re: GUI frontend for poclbm - updated March 13 on: March 17, 2011, 08:10:09 PM
Sorry, this is a bug that snuck in. There'll be a new version this weekend with it fixed.

@Kiv,

When you choose "other" Server where can you manually enter the data (server address and port)?

I have same problem, I am trying to switch a miner to BTC pool from solo.
124  Other / CPU/GPU Bitcoin mining hardware / Re: GUI frontend for poclbm - updated March 13 on: March 16, 2011, 10:00:16 PM
you pay a high price for the pretty GUI.

The GUI itself has no performance hit, it's just that poclbm is running code meant for a GPU on a CPU.

I didn't take the effort to incorporate ufasoft's miner or other optimized CPU miner into the GUI since I don't think CPU mining has a future, but if this is something you really want, I invite you to either implement it yourself (I accept patches) or offer a bounty for it.
125  Other / CPU/GPU Bitcoin mining hardware / Re: GUI frontend for poclbm - updated March 13 on: March 15, 2011, 12:57:44 AM
Hi, I haven't seen this happen. I'll check around for anything that could have caused it. It's probably not from overclocking - you should get an error about verification failed if your GPU is sending out bad shares.

Hi I am running your latest build and I realised that the hash/s will jump up to 1Ghash/s or some amount that my rig isnt able to achieve. I was using our previous build and all was well. Btw I do overclock my GPU mildly, does the interface reflect the wrong hashes as a result of an improper overclock setting?

Cheers!
126  Other / CPU/GPU Bitcoin mining hardware / Re: GUI frontend for poclbm - updated March 13 on: March 14, 2011, 10:46:58 AM
Sorry about that, I meant to keep compatibility with old settings but I guess I didn't totally succeed. You can find the settings file on Windows at:

C:\Users\<your username>\AppData\Roaming\poclbm

If you like I could have a look at your file and see what broke, but just deleting it and then entering the info again should work.
 

I get this error when try to run the 13/3/2011 GUI.


ERROR:root:Exception:
Traceback (most recent call last):
  File "guiminer.py", line 1225, in <module>
  File "guiminer.py", line 888, in __init__
  File "guiminer.py", line 1020, in load_config
  File "guiminer.py", line 917, in add_profile
  File "guiminer.py", line 365, in __init__
  File "guiminer.py", line 400, in set_data
TypeError: 'NoneType' object is unsubscriptable
Traceback (most recent call last):
  File "guiminer.py", line 1225, in <module>
  File "guiminer.py", line 888, in __init__
  File "guiminer.py", line 1020, in load_config
  File "guiminer.py", line 917, in add_profile
  File "guiminer.py", line 365, in __init__
  File "guiminer.py", line 400, in set_data
TypeError: 'NoneType' object is unsubscriptable


How to solve it?

delete old minergui user settings...
127  Other / CPU/GPU Bitcoin mining hardware / Re: GUI frontend for poclbm - updated March 13 on: March 14, 2011, 01:48:52 AM
Not sure, I haven't experienced this. It would be nothing to do with the GUI portion in any event, so it's not really my area Smiley

any word on why we are getting 100% cpu usage while GPU mining?
128  Other / CPU/GPU Bitcoin mining hardware / Re: GUI frontend for poclbm released - looking for testers on: March 14, 2011, 12:16:26 AM
Hey everyone, a new version of the GUI is available:

    poclbm-gui-20110313.7z

Changes since the previous version:

- Updated to latest poclbm code supporting long polling.
- Builtin support for several popular pools; currently slush, deepbit, BitPenny, and bitcoinpool. You can pick the pool name from a dropdown and it will automatically use the right host and port; it also provides a link to the pool website. List of servers is stored in servers.ini and is customizable.

- In summary panel, click on the miner name to go to that tab.

- Don't display stale shares in the status if there are no stale shares.

- The default miner, username, and password is configurable from an INI file (defaults.ini). This allows pool owners to create custom miner packages that include your login credentials already.

- Support for custom interfaces for each pool. Currently for BitPenny there is no registration required and so the Username/Password field becomes a single field for the receiving address. In the future, look for more custom features on different pools.

- Fix bug where if you had a single miner open and opened the summary panel, the miner would disappear. Thanks to OneFixt for reporting this.
129  Bitcoin / Pools / Re: [~50 Gh/s] Mining pool with both payment methods. No stales, no failed blocks ! on: March 12, 2011, 02:22:17 PM
Great to see long polling arrive! I will update my GUI this weekend with support for it.
130  Other / CPU/GPU Bitcoin mining hardware / Re: GUI frontend for poclbm released - looking for testers on: March 11, 2011, 08:57:22 PM
Sure, I'll include that in the next version.

Quote
Running command: poclbm.exe --user=

can you add timestamps like this in console tab:

Quote
11/03/2011 17:21:05 Running command: poclbm.exe --user=
131  Other / CPU/GPU Bitcoin mining hardware / Re: GUI frontend for poclbm released - looking for testers on: March 11, 2011, 11:52:09 AM
As someone reading a lot of posts and who is new to the scene, thank you for an excellent alpha gui.

Glad you're enjoying it Smiley The dropbox of common flags is a good idea; I listed the Radeon one in the tooltip because I felt that was the most common case. I found -f1 was hardly even worth using (gives me 184MHash instead of 182MHash) but it could be included.

Please add the -4way flag by default to the cpu miners, or have a drop down box of common flags like:

Unfortunately, the -4way flag isn't supported right now, because the miner the GUI uses is poclbm which is purely an OpenCL miner. When you are CPU mining on it, it is actually running OpenCL code on your CPU which is the reason it's not as efficient as code specifically written for CPU. If you ask me it's pretty cool that it works at all Smiley

It would be significant work to add a second miner to the GUI that supports 4way - not only do I have to integrate it into the code, I have to keep it updated, test it, and include it in the package. Which is not to say I won't do it - only that as the difficulty increases I question whether CPU mining will be a viable option in the future. Certainly writing lots of code to benefit the poorest miners is a questionable method of getting donations Wink
132  Bitcoin / Bitcoin Technical Support / Re: 4 months running miner, zero BTC generated on: March 09, 2011, 02:31:48 AM
From the generation calculator here, you may as well not bother with just an i7. At 2 MHash:

Average   1301 days, 1 hour, 23 minutes
133  Other / CPU/GPU Bitcoin mining hardware / Re: GUI frontend for poclbm released - looking for testers on: March 07, 2011, 11:59:51 AM
Ah, that makes sense. The GPU miner needs a percent or two of CPU in order to prepare work and send it to the GPU, and if a CPU miner is hogging all the resources then it won't be able to keep the GPU busy.

That's odd... you're using the same flags in both cases? If so, can you try running the poclbm.exe that comes with the GUI and see if that does the same thing? I don't have an Nvidia card to test on but I haven't heard of anyone else with your problem.

Ah, I figured it out. For some reason running a cpu miner at the same time caused the speed to drop, but only when the console window running the GPU miner was in the background.
Since the gui didn't have the console window it got treated as always being in the background and wouldn't run at full capacity.

I didn't notice it before because I always had the GPU miner in the foreground.
134  Other / CPU/GPU Bitcoin mining hardware / Re: GUI frontend for poclbm released - looking for testers on: March 07, 2011, 02:35:26 AM
That's odd... you're using the same flags in both cases? If so, can you try running the poclbm.exe that comes with the GUI and see if that does the same thing? I don't have an Nvidia card to test on but I haven't heard of anyone else with your problem.

I have a problem with the gui, it only seems to max out the GPU at around 30% even though the non-gui version maxes out at 100%
I'm using an Nvidia card with the latest drivers and windows 7.
135  Other / CPU/GPU Bitcoin mining hardware / Re: GUI frontend for poclbm released - looking for testers on: March 06, 2011, 11:19:31 PM
Hey everyone, a new version of the GUI is available:

    poclbm-gui-20110306.7z

Changes since the previous version:

- New summary tab lists information about all your miners on one page as well as total hash rate.
- Miners can be started automatically when the GUI starts; this option can be checked/unchecked from the summary page.
- Smaller download (removed useless Tk files).
- Miner tabs show on the status bar the last time a share was accepted.
- Update poclbm to m0mchil's latest version 201103.beta.

Someone had asked about an option to start the GUI when Windows starts; this can be done easily from within Windows by making a shortcut to guiminer.exe in the "Startup" folder of the Start Menu.

Enjoy!
136  Bitcoin / Bitcoin Discussion / Re: Possible to export transaction history to spreadsheet? on: March 06, 2011, 01:29:18 AM
Thanks, that's a good idea and the page doesn't look bad to scrape.

I bet there is a better way, but you could search your addresses at blockexplorer.com and pull the data from there.

Obviously a 1 click export would be best, but I don't think it exists yet. Would probably not be hard to program, all the data is there.
137  Bitcoin / Bitcoin Discussion / Possible to export transaction history to spreadsheet? on: March 05, 2011, 09:43:20 PM
Is there any way to export my transaction history to a spreadsheet? CSV format would be fine, basically what I want to do is export the table seen in the bitcoin client that lists each transaction time, receiving address, and amount. Then I can tally up the coins received at each address over time.

I wasn't able to find anything on the forums to do this, but maybe my search-fu is just weak. Any pointers would be appreciated!
138  Other / CPU/GPU Bitcoin mining hardware / Re: GUI frontend for poclbm released - looking for testers on: March 05, 2011, 09:30:48 PM
Glad you liked it and I appreciate the feedback. Some thoughts:

- A summary page which shows all the miners with a stop/start button and the accepted/stale statistics.

Sure, this is a good idea. I will make this a toggleable feature (like the console) since I suspect that the average user only has one or two miners going. Maybe this information should also be available in the tray icon, I don't know.

- An option to have it automatically switch to a different pool if there have been too many stale/invalid the last 30 mins.

The problem with switching based on stale is that currently deepbit doesn't report when a stale share is submitted. So even though slush might report 1% of stale, it's possible that deepbit has a much higher stale percentage. If deepbit starts to report stale shares, I'll revisit this.

I also know that some people are working on "push" mining where you don't have to poll the server so much. I wonder if that will make stale shares a non-issue; maybe someone more knowledgable can comment on that.

- Statistics which shows how much time has been used doing nothing because of server down time.

What I do is run two tabs at once (slush and deepbit right now) on a single device. Then if either server is down for any amount of time, the other one will still be able to use the full GPU.

The only issue with this method is there's no way to control the priority of each miner - each gets a random amount of time. I would like to look into this in the future but right now I have no idea how OpenCL tasks are scheduled on the GPU.

My hope is that as pools grow more sophisticated, server down time will be reduced enough that we won't have to worry about it.

I'll donate if I continue using it.

Great, any amount makes me feel appreciated Smiley I'm hoping to release a new version in the next couple days, so stay tuned.
139  Other / CPU/GPU Bitcoin mining hardware / Re: GUI frontend for poclbm released - looking for testers on: March 03, 2011, 12:00:35 PM
I haven't tried it with stream sdk 2.1. Maybe m0mchil can confirm this, but perhaps stream sdk 2.2 or higher is required?

Trying to get this to work. I've got a Radeon 5870, and I was able to successfully run demos using GPU Caps Viewer, and it definitely says it's capable. But when I run guiminer, I get this error in guiminer.exe.log:

Code:
Exception TypeErrorERROR:root:Exception:
Traceback (most recent call last):
  File "guiminer.py", line 836, in <module>
  File "guiminer.py", line 518, in __init__
SystemExit: 1

It thinks I have no OpenCL devices.

I have catalyst 10.11 and stream sdk 2.1 installed. Is there something I'm missing?
140  Bitcoin / Mining software (miners) / Re: python OpenCL bitcoin miner on: March 02, 2011, 11:18:16 PM
I don't have a 5970, but my understanding is the 5970 is just two 5870s together on one card with an internal crossfire bridge and a slight downclocking. So I think Cypress x2 is the correct report.


In linux I issue a

$./poclbm

and get in return
  •    AMD Phenom(tm) II X2 555 Processor
  • [1]   Cypress
    [2]   Cypress

    yet I have HD 5970 installed, so it should return 2x "Hemlock"no?, or is it really just two Cypress GPU's on same card?

    Has anyone actually seen this command query return "Hemlock".

Pages: « 1 2 3 4 5 6 [7] 8 9 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!