Bitcoin Forum
March 28, 2024, 12:24:23 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4]
61  Bitcoin / Pools / Re: New pool with proportional and pay-per-share reward distribution, ~30 Gh/s on: March 03, 2011, 08:48:42 PM
they attack and shutdown all the rest of the pools but their own??

I don't really see the problem if this happens, they'll still get the same blocks they'd get otherwise. Anyone who'd do that is just plain stupid.
62  Bitcoin / Pools / Re: New pool with proportional and pay-per-share reward distribution, ~30 Gh/s on: March 03, 2011, 08:22:59 PM
Based on my calculations, it won't be worth it to mine in a pool in 3 months; for me anyway. After that, i'm thinking of solo mining for the fees involved in transactions; read they go to whoever generates the block. I think they'll go higher; right now they're mostly non-existent (?).

We'll see soon enough anyway. Don't earnings become 2/3 every 10 days or so?
63  Bitcoin / Pools / Re: New pool with proportional and pay-per-share reward distribution, ~30 Gh/s on: March 03, 2011, 06:52:15 PM
What's the number in the bottom right corner on your web-site for? It keeps changing every time i switch pages.
64  Bitcoin / Mining software (miners) / Re: python OpenCL bitcoin miner on: March 03, 2011, 03:53:28 PM
Are you getting 500MH/s?
65  Bitcoin / Mining software (miners) / Re: python OpenCL bitcoin miner on: March 03, 2011, 03:43:15 PM
Using 2x HD6950 with 2 separate process the total cpu utilizzation is around 15%.
That's because this miner is GPU-only. It doesn't need the CPU much. It shows 1% here at 300MH/s.
66  Bitcoin / Bitcoin Discussion / Re: Redeeming Bitcoins. on: March 03, 2011, 03:37:34 PM
Quote
If this output has ever been spent by the recipient, the transaction that did it is listed here.

Thank you. Can't be any clearer Cheesy.
67  Bitcoin / Bitcoin Discussion / Re: Redeeming Bitcoins. on: March 03, 2011, 07:47:15 AM
Those superscript question mark links on Bitcoin Block Explorer produce help text when you hover your mouse cursor over them.

Yes, i've noticed that, thanks. I asked because i didn't understand the action of "redeeming" itself.

Quote
Whenever you spend coins, you redeem one or more outputs. The output is attached to an input in the new transaction you create, and you create a new output that will be redeemed by whoever you send the coins to.
output -> input -> output -> ...

See https://en.bitcoin.it/wiki/Transactions for more info.

First thing i did was check that link also, but seems i was too tired or something, because reading it again just now I understood it. Didn't get that "redeem" means "send to another person"; thought it meant "claim it as the owner", which made me worry i was going to lose them with time Cheesy.

Thanks for the help Smiley.
68  Bitcoin / Bitcoin Discussion / Redeeming Bitcoins. on: March 03, 2011, 06:00:40 AM
Hi,
I noticed there's a column called "Redeemed at input" in the transaction page, e.g ...
http://blockexplorer.com/tx/f94c4b6b7ebd64a863bc73ea0349c59e7da8ecad207ec704459f496f349201ea#i418484

What does "Redeemed at input" and "Not yet redeemed" mean please?
69  Bitcoin / Pools / Re: New pool with proportional and pay-per-share reward distribution, ~30 Gh/s on: March 03, 2011, 03:40:20 AM
Payments were delayed for a couple of hours due to additional checks (it's still beta and i want to be sure). Everything is paid now.
Thanks Tycho, as someone here said before, we just want to make sure we didn't fall prey to a bug that could cause our work to be lost. I've received my earnings indeed; i'll wait a bit more than 24 hours next time before asking Smiley.
70  Bitcoin / Mining / Re: 5870 just delivered, any tips? on: March 02, 2011, 05:29:55 PM
What i did was remove the "newer" SDK only, not the whole package, then install the .msi file of the SDK from the older package only.
71  Bitcoin / Mining / Re: 5870 just delivered, any tips? on: March 02, 2011, 03:46:58 PM
having trouble finding the location to download a package with 2.2.
http://developer.amd.com/gpu/AMDAPPSDK/downloads/pages/AMDAPPSDKDownloadArchive.aspx

There you go, if you notice any difference please post how much is it.
72  Bitcoin / Pools / Re: New pool with proportional and pay-per-share reward distribution, ~30 Gh/s on: March 02, 2011, 01:57:49 PM
Same question here please. It's been 24 hours and i haven't received what i earned. It used to be every 6-12 hours.

Thank you.
73  Bitcoin / Mining / Re: 5870 just delivered, any tips? on: March 02, 2011, 11:47:07 AM
even my 5850 gets 310+Mhps (910MHz clock), SDK 2.3 slowed it down a bunch.
I've tried the 2.2 SDK as you advised, it gave me the same 300MH/s on my 5850 (900 core); back to 2.3 SDK. Thanks for the hint anyway Smiley.
74  Bitcoin / Mining software (miners) / Re: RPC Miners (CPU/4way/CUDA/OpenCL) on: February 27, 2011, 11:52:48 AM

Thank you; that worked. I think i installed the 2010 package before.
75  Bitcoin / Pools / Re: New pool with proportional and pay-per-share reward distribution, ~8.5 Gh/s on: February 27, 2011, 08:37:10 AM
Hi,
I just want to make sure i've understood the difference, please ...
Proportional: Reward is based on finding a block. (I think i'm wrong here)
Pay-per-Share: Reward is based on the number of shares submitted, and the price specified on the homepage per share.
76  Other / CPU/GPU Bitcoin mining hardware / Re: Yet one CPU SSE2 miner for Windows on: February 24, 2011, 07:01:16 PM
Have you tried doing a telnet to the port just to see if it is listening properly?

c:\> telnet 192.168.0.163 8332

Thank you for the hint; it's going to benefit me in other stuff also Smiley.

It worked on other open ports (Other applications), but not Bitcoin's port Sad. Why would it work locally but not over a network? I even changed the port to 9523 to test, and indeed i had to change the ports in the miners' settings to connect properly (locally). Still over the network the new port isn't working.
77  Other / CPU/GPU Bitcoin mining hardware / Re: Yet one CPU SSE2 miner for Windows on: February 24, 2011, 01:42:23 PM
I solved it by using ...
Code:
bitcoin-miner.exe -a 4 -t 2 -v -o http://127.0.0.1:8332/ -u *** -p ***

Instead of ...
Code:
bitcoin-miner.exe -a 4 -t 2 -v -o 127.0.0.1 -u *** -p ***


I can't connect to the server from another computer however. I use ...
Code:
bitcoin-miner.exe -a 4 -t 2 -v -o http://192.168.0.163:8332/ -u *** -p ***

I have no firewall, can ping the server fine from the other computer. It says "connection can't be established" though.


EDIT:
Thanks xenon. Posted without seeing yours, sorry. The problem now is across a network.
78  Bitcoin / Mining software (miners) / Re: RPC Miners (CPU/4way/CUDA/OpenCL) on: February 24, 2011, 09:27:38 AM
Hi,
If i try to run any of the exe's of this program on my Windows XP SP3 machine, I get "this application has failed to start because the application configuration is incorrect", it runs fine on my Windows 7 machine though. Am i missing something? Thanks.
79  Other / CPU/GPU Bitcoin mining hardware / Re: Yet one CPU SSE2 miner for Windows on: February 24, 2011, 09:10:44 AM
Is there a way to acquire work from Bitcoin's local server please? I can't register on Slush's server currently. The image below shows what i did. It also shows 2 kinds of miners working with the local server successfully (CPU and GPU based).

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