Bitcoin Forum
May 25, 2024, 07:34:15 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 47 48 49 50 51 52 53 »
141  Bitcoin / Mining / Re: Miners quitting en masse -- so it begins. on: June 30, 2011, 10:12:11 PM
Lol. Busted.
142  Bitcoin / Development & Technical Discussion / Re: How many possibly bitcoin addresses are there exactly? And how long does it... on: June 30, 2011, 08:53:43 PM
And if you're thinking what I think you're thinking, remember that you don't actually have to find their private key to claim someone else's bitcoins. All you have to do is find any one of the roughly 2^96 private keys whose corresponding public key hashes to that address.

Ok so for somebody to be lucky enough to steal the bitcoins out of my main backup address...

They first need to generate my address which could be any one of 2^160 possibilities. And then they must generate the corresponding public key that gives them access to the bitcoins in my address? Of where there at 2^96 possibilities?

Or must they simple generate 2^96 bitcoin keys... at which point they would control every single bitcoin address in the world?
143  Bitcoin / Development & Technical Discussion / Is it at all possible to associate an IP address with a Bitcoin address? on: June 30, 2011, 11:28:51 AM
If you don't send your coins to/from an IP obviously Tongue

Say you generated a block of 50 coins (ie. didn't buy them anywhere, no trail yet) and then spent them from your machine later to purchase something you didn't want anybody to know about. Or the funds just happen to go to an unscrupulous individual in general and when he cashes them out them somebody wants to speak to you (the person who funded him) for some reason or another let's say.

Could somebody tell simply by looking at the block chain or other factors what ip address sent or generated what coins?

I know messages can be sent with blocks. Is any information related to the owner's computer stored at all in the block chain basically is my question?
144  Bitcoin / Development & Technical Discussion / Re: DDos on difficulty possible? on: June 30, 2011, 04:53:45 AM
This just happened in effect to the namecoin blockchain.

Wikileaks boasted about it's greatness and overnight the difficulty jumped from a few thousand to 55,000.

Now the community is struggling to solve a single block every few hours and the difficulty is going to go back down eventually, but every day that "next difficulty change" time jumps another few days... so it's going to take a while!

So yes it is possible, but it will not be possible once bitcoin really goes mainstream, and that is all that matters.
145  Bitcoin / Development & Technical Discussion / Re: Noticing LOTS Of "warning job finished: miner is idle" using poclbm on testnet on: June 30, 2011, 04:48:25 AM
Ok back with an update.

I tried running both poclbm and phoenix miners on multiple different video cards against bitcoind on port 8332 running testnet.

Both miners showed considerable "miner is idle" messages in between solved blocks for a number of hours.

I also have pushpool running on the same server.

I just switched one of the miners over the port 8344 and am mining shares through pushpool now (all other settings are the same) and thankfully pushpool is doing it's job flawlessly. A few hundred shares found so far with no "miner is idle" messages.

So I guess bitcoind just doesn't function exactly as expected when you are controlling 75%+ of the network... who'd a thunk?!
146  Bitcoin / Mining support / Re: In guiminer, one GPU in my 6990 works fine, the other has connection problems on: June 30, 2011, 02:03:34 AM
I thought it might be a power issue but it wasn't. When I start both GPU's up they start fine then, when they hit about 60% usage the 2nd one gets "connection problems" and drops back to 0. This isn't a username/password issue.

How can you be so sure it is not a power problem?

How much power do you have dedicated to your 6990s? What PSU are you using exactly?

The fact that the problems start whenever the cards go over a certain use percentage almost tells me exactly that power is the real source of the problem. Your cards draw more electricity as they ramp up in terms of "usage percentage". ie when your card is using 100% usage you are probably pulling ~300 watts each and when you are down to 50% usage you could only be doing 150 watts.
147  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support on: June 30, 2011, 01:59:49 AM
Anyone get the following error message concerning installing pushpool? I get it multiple times throughout the setup for pushpool:

Code:
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

Nope. Never seen that. And yes, I was able to install pushpool on the latest ubuntu 11.04 server edition.

QUESTION: is /tmp/shares.log and /tmp/request.log entirely necessary? Under what circumstances would one require those files? I assume they would become quite massive in a short amount of time.

I was thinking of simply backing up the shares mysql table every day in case I needed to do a rollback or something perhaps. Can't really imagine why I would ever need to do one of those either, however.

As soon as a block is found you may as well split up all the earnings immedately and EMPTY the MySQL Shares table, no? Or perhaps constantly empty all shares that are over 7 days old..? Or 2 blocks behind?
148  Bitcoin / Pools / Re: What Kinds Of DDoS Attacks Are Pools Most Vulnerable To? on: June 30, 2011, 01:54:47 AM
I don't think any of the pool operators are going to answer this.
Any info posted will only help whoever is DDoSing more efficient.

If no pool owners will, then perhaps somebody who knows more about pushpool and/or bitcoin in general can help me out?

I have proposed a solution to ddosing the bitcoind client's port on this thread.
149  Bitcoin / Mining support / Re: I think my 5970 should be working harder than it is. on: June 29, 2011, 11:51:55 PM
Your hash-rate sounds about right.

Anybody posting the "extreme" hash rates is most definitely using water cooling. You cannot achieve those rates without water cooling.
150  Bitcoin / Mining support / Re: looking for recommendation for liquid cooling on: June 29, 2011, 11:20:18 PM
Can I make a suggestion?

Save you money!

Buy another card instead of a water block if anything. They're almost the same price.

Also you would be capable of overclocking the 5770 10% without any cooling problems.

If it runs fine for mining, it will run much much cooler for gaming.

I have 23 cards all air cooled running for months straight now and there has yet to be a problem.
151  Bitcoin / Development & Technical Discussion / What are any bitcoind DDoS prevention techniques? on: June 29, 2011, 11:03:26 AM
I can only think of one...

Choose a list of ~100 ip address that are constantly "connectable" found by tracking this graph every week or two: http://maps.google.com/maps?q=http://c1958612.r12.cf0.rackcdn.com/bitcoin.kml (not actually that graph, because it is a backup, apparently the live version by MagicalTux is down right now)

and add them to your firewall? To only allow those IPs to connect to port 8332 or whatever port you were running bitcoind on?

Another option would possibly be changing (to say port 52395 or something) and hiding your bitcoind port, creating the same firewall mentioned above, and marking it "invisible" to any other "port scanners" or what not? That way nobody would even know it existed or that the server was online (unless they were one of the 100 people you automatically connected to).

Ideas? Thoughts?
152  Bitcoin / Development & Technical Discussion / How many possibly bitcoin addresses are there exactly? And how long does it... on: June 29, 2011, 10:00:18 AM
How many possibly bitcoin addresses are there exactly?

How long does it take to generate one?
153  Bitcoin / Development & Technical Discussion / A Better Security Implementation Technique Than Encryption? on: June 29, 2011, 09:55:56 AM
If this is true...

Encryption is not some magic dust you sprinkle on an application and it magically becomes secure. If you can come up with a wallet encryption scheme that has more upsides than downsides, there's a good chance it will be implemented.

IMO, that's just inviting disaster. The client should only be running on machines that are inherently secure. Doing this will encourage people to run the client on insecure machines, which will compromise their wallets even if they are encrypted. Strong passwords will be forgotten, leading to lost BitCoins. Weak passwords will be brute forced, accomplishing nothing.

Emphasis mine.

Then why do we not simply force the use of the windows security center into all windows builds of bitcoin by default (or enforce the windows security center to be running unless the user is "advanced" and clicks otherwise)...

The windows security center for those are are not aware is a notification nag system on windows that constantly nags the user to download the latest virus scanner, make sure their firewall is up, to enable the virus scanner and all updates, etc...

If every "basic" windows user was forced to do this by default, I think we could cut down on 90% of the possible thefts by trojan at least - all without much work on our part.

Linux systems would be considered safe for now from trojans and would not require the default security settings.
154  Bitcoin / Development & Technical Discussion / Noticing LOTS Of "warning job finished: miner is idle" using poclbm on testnet on: June 29, 2011, 09:17:29 AM
Like every time I mine a block almost, I am told that the miner is idle.

Could it be that since I am personally mining about 16 blocks per hour that the small bitcoin testnet distribution is not verifying these transactions fast enough?

I have just begun to run phoenix miner in an attempt to see if it is just the miner... however I have run both miners on the regular blockchain recently and have not received this number of "job finished" errors...

There appear to be smooth runs of poclbm miner that show next to no "miner is idle" warnings for quite a few blocks in a row, and then all miners seem to go to spotty chunks of mining time where every other block found there is a "miner is idle" warning.

Could it also be that I am maxing out my "m1.large" EC2 instance in terms of power? (I highly doubt it however, as it is showing between 99% and 100% "idle" CPU with all other values at or near 0% in the linux top command.

I am showing 27 connections on testnet. My port is forwarded.

There are approximately 10 5870s on 2 machines transmitting about 3,7Ghps from my home to the amazon cloud.

I will report back with the results from phoenix miner.
155  Bitcoin / Development & Technical Discussion / Re: What is the longest possible Bitcoin address? Are they all the same length? on: June 29, 2011, 01:56:57 AM
From the Wiki:
Quote
Addresses can contain all alphanumeric characters except 0, O, I, and l. Normal addresses currently always start with 1, though this might change in a future version. Testnet addresses usually start with m or n. Mainline addresses can be 25-34 characters in length, and testnet addresses can be 26-34 characters in length. Most addresses are 33 or 34 characters long, though.

You'll probably want to store them in a VARCHAR. Although, if you really want to save space, you can Base58 decode them and store them in binary without the checksum using only 20 bytes.

Hehe, thank you for the suggestions.

Thankfully my OCD isn't THAT out of whack Wink

Take care,
156  Bitcoin / Development & Technical Discussion / What is the longest possible Bitcoin address? Are they all the same length? on: June 29, 2011, 01:37:11 AM
I am working on creating a mysql database and don't want to waste any extra storage space.

So what should I make an entry for a bitcoin address?

CHAR X length? (is the address consistently one length?)

Or VARCHAR X length? (does the address change in length from user to user?)
157  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support on: June 28, 2011, 10:32:32 PM
Does this installation work on Cent OS 5?

Which installation are you referring to exactly? What release version?
158  Bitcoin / Mining support / Re: GUIminer and GTX470 issue on: June 28, 2011, 09:27:10 PM
So you only ever played with the flags? Not the BIOS and/or clock settings?

What have you changed? Can you remember?
159  Bitcoin / Mining support / Re: Tutorial: Bitcoin Mining on Fedora Core 15 on: June 28, 2011, 09:26:18 PM
Awesome, thank you for sharing!
160  Bitcoin / Mining / Re: Anybody else getting slaughtered by this latest difficulty? on: June 28, 2011, 09:24:34 PM
No, actually.

I have found a way to circumvent the difficulty.

I can still mine at a difficulty of 1 if I want to, but I don't.
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 47 48 49 50 51 52 53 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!