Bitcoin Forum
May 29, 2024, 09:52:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 [5] 6 »
81  Bitcoin / Mining / Re: Multi GPU question on: May 30, 2011, 03:23:08 AM
anyone?
Run poclbm in your CMD window, and if your CPU shows up as an OpenCL device, just use the device number of it.
82  Bitcoin / Mining / Re: Deepbit offline... on: May 30, 2011, 03:22:16 AM
The upside to deepbit dying is that the chain isn't so heavily dominated by one pool anymore. The more smaller pools there are the better.
I dont think it will die, just like how Slush's pool didnt die when it went down
Just get smaller.
83  Bitcoin / Mining / Re: Does profitability matter? on: May 30, 2011, 03:17:41 AM
What about the fact that you must pay USD for electricity? This forever ties bitcoin to the dollar and makes the dollar the base of bitcoins.
Only if you pay USD for your electricity
84  Bitcoin / Mining / Re: 5770 acting really strange after my pc was disconnected on: May 30, 2011, 02:52:37 AM
If you leave it for a while does it even out?
85  Bitcoin / Mining / Re: Deepbit offline... on: May 30, 2011, 01:25:16 AM
I did some posts on this situation in my thread and in IRC channels.
So whats the scoop?
86  Bitcoin / Mining / Re: Deepbit offline... on: May 30, 2011, 12:32:38 AM
I am happily mining @ Bitcoins.lc  Grin

If this leads to difficulty decrees, then AWESOME!
87  Bitcoin / Mining / Re: New Miner... possible functionality on: May 29, 2011, 08:59:52 PM
I think a GUI would go a long way with a lot of windows people Smiley

I don't think making all cards work in tandem is a very good idea because it probably only would result in more trouble than it's worth, much like crossfire/sli did in the beginning when both cards were working on the same frame... It's quite a different senario yes but i still doubt it would be faster :3

Agreed, a GUI would be nice.. I wonder if I could throw one on.  I know that there is a python based miner with a GUI out there.. haven't tried it though.

I wonder if I could handle the data differently than a crossfire/sli would... certainly at a higher level and simply divide the work chunks (what a gpu mines at a time) between the cards.  Potentially the overhead would be much less than fully integrating the cards together.  Unfortunately I don't have multiple GPUs, so im a little handycap writing this sort of code.  I think I may try it, as an option, but I think the default will simply give each card their own work.

What are you writing in? What platform are you targeting?

I'm writing a Java based miner.  Target platforms are Linux and Windows... Ive heard Mac/OSX doesn't support opencl very well, but I guess it's a target as well.  I use basically the same opencl kernel that poclbm, phoenix and Diablo use.

Realistically, the only thing that really matters is speed. Personally, I'd love to see a good fast miner written in C/C++ but that's just because I could hack on it. Python makes my brain cramp.

Python makes my brain hurt too ;-)

Glad to see some responses to my post.. thought no one was interested ;-)  I'm planning on posting my code on github.. you guys interested in beta testing?

I would love to see a C/C++ miner published!
If you need a beta tester, I can be one.
88  Bitcoin / Mining / Re: my opinion about mining on: May 29, 2011, 08:57:16 PM
Well, you still get a prize even if you get last place in the race, albet a small one Wink
But it is still only worth it if your time is worth so little to you that you use it setting up mining Smiley
Still, I agree, it is much easier to simply buy bitcoins, and let the value grow.
89  Bitcoin / Mining / Re: How to connect to my bitcoin server over the internet? on: May 29, 2011, 08:53:06 PM
where can i find these logs?

Go to start->run and paste this: %appdata%\Bitcoin\debug.log
90  Bitcoin / Mining / Re: Question about difficulty on: May 29, 2011, 08:04:04 PM
I am new to Bitmining and I am running a NVIDIA 8600 GTS card and im getting about 7.6Mhashes using local mining.

Now the question i have is when i am running guiminer I notice that the difficulty level is always 1.  Do i set the difficulty? is there a way to set it? Is this the current correct difficulty level?

I have noticed looking at the mining calculators and such out there that at this difficulty i should be rakeing in the Bitcoins, but many other places I have seen shows that the difficulty is much higher?

What  gives?

Obviuosly i thought i had a decent video card untill i saw a list of how many more Mhashes/sec other cards get.

I hope you can help me answer any of these questions and all tips and suggestions will be greatly appreciated.

Thank you in advance
-Razorboi

If you want to mine any coins without actually mining a block, look into "mining pools", such as http://www.bitcoins.lc
You can get fractions of BTC instead of mining an entire 50 BTC block.
91  Bitcoin / Mining software (miners) / Re: python OpenCL bitcoin miner on: May 29, 2011, 07:29:35 PM
Was anyone able to recompile the program under Windows? I would try to modify some things (to thinker a little), but I don't have a linux box with a good graphical adaptor... I tried a little under Win but there are too many dependancies that need compiling, and I don't want to begin installing VS2008 just to recompile the pyopencl.

I was; you only need python and the dependencies. I had MSVC8 already, so that helped a great deal.
92  Bitcoin / Pools / Re: Bitcoins.lc - Finally a usuable Bitcoin Pool! (IPv6, 0% fee, Long polling, JSON) on: May 29, 2011, 07:06:32 PM
Hello, I have been mining for ~12 hours now, and nothing is in my account balance.
This may be because I did not have a wallet address in my account when the block was finished, I was just able to put one in this morning.
Is this some sort of a problem with the block not being confirmed, or were my coins lost in the system?

Thanks!

Your account balance on Bitcoins.lc will update when:
  • The pool has solved a block, where you have contributed shares/work.
  • The solved block is confirmed by the Bitcoin Network and is available for payout.

In other words; you will need to try things out longer and be patient - if you want to receive a payout.

There is no 'estimated balance' based on how many shares you currently have submitted on the current block the pool is working on. It's been suggested as a feature though - since a lot of people don't seem to understand how things work.

I have been mining long enough on your server to contribute shares to solve a block; however it seems that I still need to wait for the blocks to be confirmed.
Thanks for the quick reply!
93  Bitcoin / Mining / Re: How to connect to my bitcoin server over the internet? on: May 29, 2011, 07:02:24 PM
ok, I got it working. does anyone know how I can tell who is connected to my pool?
Wait, are you trying to create a mining pool, or have clients connect to your bitcoin server?
Because as far as I know, they are two different things.
A bitcoin pool gives out "shares" of 1 difficulty each. A bitcoin server just doles out work at the current difficulty.

I think you need some sort of external proxy for the clients to connect to if you want to see who is connecting to your bitcoin server. I dont know of such a program.
94  Bitcoin / Mining / Re: What Mh/s are you mining at? on: May 29, 2011, 06:57:01 PM

A more interesting question is: "What is your hashrate, and how old are you?"

1.1GH/s, 16  Roll Eyes
95  Bitcoin / Pools / Re: Bitcoins.lc - Finally a usuable Bitcoin Pool! (IPv6, 0% fee, Long polling, JSON) on: May 29, 2011, 06:49:19 PM
Hello, I have been mining for ~12 hours now, and nothing is in my account balance.
This may be because I did not have a wallet address in my account when the block was finished, I was just able to put one in this morning.
Is this some sort of a problem with the block not being confirmed, or were my coins lost in the system?

Thanks!
96  Bitcoin / Pools / Re: Bitcoins.lc - Finally a usuable Bitcoin Pool! (IPv6, 0% fee, Long polling, JSON) on: May 29, 2011, 07:39:07 AM
Just shot 1.1Gh/s over to you guys
Use it wisely, young pool.
97  Bitcoin / Mining / Re: Return of Mystery Miner? on: May 29, 2011, 07:20:22 AM
Oops, sorry guys!
Accidently started up a few my ASIC based miners....
Ill try and keep em below 1TH/s from now on  Roll Eyes
98  Other / Obsolete (selling) / Re: Creating websites for you (accept Bitcoins) on: May 28, 2011, 07:02:05 AM
The designs are not /bad/
But they are not good really either.
I do some freelance webdesign; and these honestly look like they were thrown together in DreamWeaver CS3 in a few minuets...
99  Other / Obsolete (selling) / 5000 Testnet Coins for .5 BTC on: May 28, 2011, 06:48:51 AM
Hey guys, I saw a thread of a guy selling testnet coins for BTC, and I have some testnet coins from a long time ago
Selling each for .0001 of a bitcoin!

PM me if interested in a large quantity, Ill see what I can do.

Testnet is very useful for testing your own BTC apps without risking your real coin. So, I'm offering a good amount to whoever wants some @ a nice price.

Thanks for looking!
--KnuttyD
100  Other / Obsolete (selling) / Re: BitCoinWebHost.com - Web Hosting on: May 08, 2011, 10:20:22 PM
I'm trying to checkout, but the checkout page 404's!
I would love to use the service.
Pages: « 1 2 3 4 [5] 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!