Bitcoin Forum
May 26, 2024, 09:36:06 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 »
761  Bitcoin / Pools / Re: [349 GH] Eligius pool: ~0Fee SMPPS, no reg, RollNtime, hop OK, BTC+NMC merged! on: January 08, 2012, 06:55:43 PM
BTW, bonus 0.4% shares for cgminer users if you apply my patch: https://github.com/ckolivas/cgminer/pull/68
Thank you kindly, sir. That loop optimization looks great with one less comparison to make.

...and before you guys post, no the patch doesn't contain a list of alt-coin targets Tongue ...although it could increase the attack rate by 0.4%  Grin
762  Bitcoin / Pools / Re: What is the pool with the best PPS rate? on: January 08, 2012, 06:44:15 PM
He is just spamming.  TripleMining isn't even a PPS pool.

Start here:

Sort by reward type to find all PPS pools.  There are some 0% fee PPS pools.
https://en.bitcoin.it/wiki/Comparison_of_mining_pools

The largest PPS pool other than DeepBit is BTCGuild w/ 5% fee.

Thanks you much kind sir Cheesy Im getting some more cards and wanted to know what the best pool was

Mind you the biggest doesn't always mean best.
Your network round trip time (ping time) to different pools will vary by location and ISP.

The PPS value for a 0% fee PPS pool is current_per_block_reward/current_difficulty
Currently, that's 0,00004130 BTC.

Examples:
ABCPool pays 0.00003837 BTC per share, at BTCGuild the reward is 0.00003797 BTC.
Eligius is a SMPPS (that's a variation of the PPS scheme) pool paying 0,00004130 per share.


Azrael_PT, your answer was straight misleading.
763  Other / Beginners & Help / Re: blockchain server and clients connection? on: January 08, 2012, 06:20:14 PM
We really need that "Bitcoin for dummies" manual ASAP.
Should bitcoin gain traction at the CES it's gonna get crowded here in the Newb Central.

Don't lose your temper, Kokjo, nor the professional smile  Grin
764  Bitcoin / Mining software (miners) / Re: SHA-256 as a boolean function on: January 08, 2012, 06:14:17 PM
I think something like this http://hashcat.net/wiki/mask_attack would be more reasonable/realistic. It used to take me 6 hours to brute force a WPA PSK of 8 digits, now I can do it in under 30 minutes.

Let's quote from the page you're linking to: In Mask attack we know about humans and how they design passwords.

Mask attack is NO BETTER than a traditional brute-force attack. You're breaking your own (I sure hope so) WPA key faster only because it's a shitty key.
Attempting to break a sufficiently random passphrase, like RU8wNkg4R2uTQ0tAx will only mean that you'll have to try most of the possible passphrase-space.

I regret to say, the example you posted (breaking a dictionary-based WPA passphrase) is completely orthogonal to bitcoin mining.
765  Other / Beginners & Help / Re: blockchain server and clients connection? on: January 08, 2012, 05:48:53 PM
Once again, the PRIMARY source of bitcoin nodes (CLIENTS the same as yours) is the already downloaded block chain.
The SECONDARY source is by querying the DNS service.
The TERTIARY source is a hard-coded list of well-established bitcoin nodes. This list can be updated from version to version.
Should all of that fail, your client will try to interact with other nodes via IRC.

There are NO central servers.
766  Other / Beginners & Help / Re: ► Best paying pool on: January 08, 2012, 05:40:37 PM
Way to go ozcoin! I love that pool for abandoning proportional system already Smiley

Bitminter has also had tremendous luck lately but for the non-techie users I must point out that such information is of purely historic and statistical value.
The same goes for a pool which is hit with a lot of bad luck - the bad luck has already happened and basing the pool choice on luck makes absolutely no sense at all.
767  Other / CPU/GPU Bitcoin mining hardware / Re: 5870 memory speed without causing crashes on: January 08, 2012, 05:30:02 PM
... or better yet, just disable Windows Smiley
by that you mean just switch to Linux?
Naturally.
768  Other / Beginners & Help / Re: blockchain server and clients connection? on: January 08, 2012, 04:11:36 PM
Oh quit your doomsday rambling, Kokjo  Grin

I'm well able to imagine the counter examples. My point was, that scenario us extremely unlikely to happen.

The whole DNS system going down (and staying down) would result in a cataclysmic internet outage.
Routing problems at/below the ISP level can put any application to a screeching stop anyhow, there's no helping that.

I'm guessing a new user connecting for the first time during World War 3 outbreak might be unable to purchase their alpaca socks, poor bugger Smiley
769  Other / Beginners & Help / Re: ► Best paying pool on: January 08, 2012, 03:10:54 PM
https://bitcointalk.org/index.php?topic=56119.0

not a pool but has the best payout:)

Blowing your own horn there, Goat? Smiley
BTW, I say that's a pretty oversized "Goat" in your avatar ^^
770  Other / Beginners & Help / Re: ► Best paying pool on: January 08, 2012, 03:07:07 PM
There is, almost by definition, no universally best pool. Here's a couple of reasons why:
   1. User requirements differ wildly: pool hoppers are interested with proportional pools (which non-hoppers should best avoid unless they know what they're doing), some users are
      merged-mining hostile and might avoid merged-mining enabled pools. Some users prefer low variance in their earnings while others don't mind the variance at all.
   2. The network round trip times to the pools vary on location and ISP basis. Greater round trip times result in more stale shares.
       A pool which works for me in Europe might suck for an American user.

The pools I've had good experience with include Eligius, BitMinter, Eclipse and BTC Guild. A few great pools have fallen (MMC, Minecoin), others have declined (ArsBitcoin).
Take a good look here: https://bitcointalk.org/index.php?board=41.0
771  Other / Beginners & Help / Re: blockchain server and clients connection? on: January 08, 2012, 02:45:11 PM
At least three five methods can be used:
1. Provided the block chain database exists, there is information about other bitcoin nodes seen on the network stored inside.
2. DNS is used to locate a list of nodes connected to the network.
3. There is a list of hard-coded addresses compiled into the client itself.
EDIT:: 4. I forgot to mention the IRC connections: the clients are able to connect to a specific IRC channel (much like it's being done with botnets BTW ^^ )
EDIT:: 5. Should all of the above fail (how on Earth would that happen?), the user can input the IP addresses manually using the -addnode parameter.
772  Other / Beginners & Help / Re: blockchain server and clients connection? on: January 08, 2012, 02:15:51 PM
Here are a few Bitcoin facts in a nut shell:

THERE IS NO CENTRAL SEVER.
THERE IS NO TRUSTED THIRD PARTY FOR YOU TO TRUST.
YOU DISTRUST EVERYONE EQUALLY.

Your client connects directly to other running bitcoin clients.
The connections are as follows: BTC -> other BTC.

You have a copy of the entire block chain on your machine(1). Changes to the block chain occur as a series of new blocks.
As far as data integrity is concerned, the cryptographic hash of the first block (genesis block) is hard-coded into the client. For a new block to become accepted, it must have the correct hash of its predecessor(2).

Anything else I can do ya for?

Notes:
(1) Supposing you are a Windows user the block chain data resides in:
      - for Windows Vista and later: c:\Users\Your_user_name\Application Data\Roaming\Bitcoin
      - any older version of Windows: c:\Documents and Settings\Your_user_name\Application Data\Bitcoin

      Using Windows' environment variables, you can access that directory via %AppData%\Bitcoin in a universal, path- and version-agnostic manner.

(2) If someone's stored block chain has been modified (whether by accident or on purpose), the hashes in the transactions they send will be invalid and they will be ignored.
     Should that happen to you, the transactions you send will be ignored (won't get any confirmations). To fix this, bitcoin needs to be launched with the "--rescan" parameter which tells it to carefully check and fix the stored block chain.
773  Bitcoin / Mining software (miners) / Re: Can i run cgminer in the background? no window? on: January 08, 2012, 01:30:22 PM
As to running miners in the background... will this be close enough?

Grab virtual desktop utility by Sysinternals Microsoft here:
http://technet.microsoft.com/en-us/sysinternals/cc817881

Microsoft provides Desktops totally free of charge, it requires no installation, no admin rights, and weighs just 60 kilobytes.

Run it, move all the miner windows out of your main desktop and you're good to go!
774  Bitcoin / Mining / Re: Make Mining Rig into Set-top box on: January 08, 2012, 12:24:42 PM
That or they could start putting some descent heatsinks on these cards.

But they do. Seen the tri-slot ASUS cards? The problem is, whether you're doing air- or water-cooling, you do have to dump the huge amounts of heat somewhere. If you're running AC in your house, it will have to deal with the additional thermal load raising your energy bills.
You'd best plan for the summer now. I'm dumping the heat outside using air ducts. Doesn't look pretty but is extremely cost-effective.

Using GPUs ,there can be no talking about bitcoin rig set-top boxes. However hard you try you can't beat thermodynamics.

At present there is no such thing as a BFL FPGA rig, no one has ever seen one in the wild. Perhaps in, uhmmm... 4 to 6 weeks? :>
775  Other / Beginners & Help / Re: Bitcoin day trading on: January 08, 2012, 12:09:04 PM
Well, speculative buying and selling is a zero-sum game: if you earn some money they have to come from someone else's pocket (another less lucky/skilled speculator?).

Speculation surely has its dark side: the speculators thrive on market volatility. High volatility is what businesses detest.
As a trader selling some services/goods for bitcoins which do you think is better: a month of stagnation or price roller coaster? What if you were to receive your wages in bitcoins?

I haven't bothered with speculative selling-buying as I do believe it is harmful to the whole bitcoin universe in the long run.
Anyone disagreeing with me is hereby invited to post their rebuke Smiley
776  Bitcoin / Pools / Re: [349 GH] Eligius pool: ~0Fee SMPPS, no reg, RollNtime, hop OK, BTC+NMC merged! on: January 08, 2012, 11:58:32 AM
Angry neighborhood bastard mod here: Jenkins has been permbanned. Do not repeat his mistake. Continue this thread in a straight forward and orderly manner.
Jolly good.


Luke, I have a technical question totally non-related to the recent snafu.
I get great ping times to your pool (50 to 70 ms) but somehow I often manage a stale or two during LP notifications.
What algorithm does the pool use when sending LP messages? Biggest miners first? Random?
There must be some heavy magic being used at Bitminter, they have higher pings but hardly any stales.
777  Other / Beginners & Help / Re: Best miner? on: January 08, 2012, 11:37:03 AM
cgminer when you can get it to work correctly! on windows its a little crap.

On Windows, every miner is a little crap - it must be the contagious crappiness of Redmond-based software that's causing that Smiley

I recommend running the text-mode miners on a separate virtual desktop do they don't get in your way.
The problem is, Windows isn't quite up to speed on multiple desktops, to say the very least.
You can grab a free utility by Sysinternals Microsoft here:
http://technet.microsoft.com/en-us/sysinternals/cc817881(1)
Run it, move all the miners, putty, vnc and what-not windows out of your main desktop and you're good to go!

Notes:
(1)   While you're there, do notice that the desktops utility requires no fancy installer and is just 60 kilobytes in size. That's how coding is done! Microsoft eventually purchased Sysinternals to obtain all their utilities.
778  Other / Beginners & Help / Re: Where to find info on how to tweak a video card? on: January 08, 2012, 11:24:06 AM
Roger that, just follow P4's advice and never look back. One program will take care of mining, overclocking, and thermals.
One miner to rule them all, so to speak Smiley
779  Other / CPU/GPU Bitcoin mining hardware / Re: 5870 memory speed without causing crashes on: January 08, 2012, 11:06:26 AM
... or better yet, just disable Windows Smiley
780  Bitcoin / Pools / Re: [90 GH/s PPLNS] BitMinter.com *** Merged Mining! *** on: January 07, 2012, 11:14:47 PM
...I think that monster block killed one of my USB drives...

DAT, please be sure to hose the drive completely with zeroes using dd. If there's some damage to the flash chip itself, dd might fail at the faulty address. Then, partition the drive so that the failed sector is unused. I'm assuming that's a cheap cost-effective drive without wear leveling. If there is wear leveling, you'll never know what's really going on below the write remapper.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!