Bitcoin Forum
June 22, 2024, 04:08:45 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 »
221  Bitcoin / Project Development / Re: BitCoin meetup in Zurich, Feb 2011? on: February 05, 2011, 12:56:52 PM
Once again a change of plans: I'll be there at 16:00 Smiley
Looking forward to meet you all ^^
222  Bitcoin / Bitcoin Discussion / Re: How many BitCoin Users are there? on: February 04, 2011, 02:41:36 PM
According to my own measurement there are 321 clients accepting incoming connections online over the last 24 hours. No idea on how many NATed nodes are online.
223  Bitcoin / Project Development / Re: BitCoin meetup in Zurich, Feb 2011? on: February 03, 2011, 02:18:50 PM
Sorry, I'll not be able to show up. My gig has been moved up and I'll have to show up earlier. I'll attend next time though ^^

[mike]: are you still up for that beer? We could meet sometime next week Cheesy
224  Other / CPU/GPU Bitcoin mining hardware / Re: Official DiabloMiner Thread on: February 03, 2011, 02:08:27 PM
Ohoh, somehow this is worrying me:


Any idea what might be causing this? I'm getting it along with a few connection errors to slush's pool
225  Bitcoin / Pools / Re: Cooperative mining (>10000Mhash/s, join us!) on: February 02, 2011, 11:25:15 AM
There's an idea: offer your pool over Tor Cheesy
Would be a nice alternative to using Tor exit nodes and would reduce latency (bigger choice of intermediate nodes) ^^
226  Bitcoin / Bitcoin Discussion / Re: another elliptic curve implementation to spread the risk of total loss? on: February 02, 2011, 11:18:58 AM
Well the client actually is pretty easy to reimplement. The problem is the protocol which is much harder to change. The SHA1 algorithm and Elliptic Curve algorithms are in fact anchored in the protocol. So my wishlist should the protocol be designed from scratch:

  • Pluggable algorithms, that can be replaced once a vulnerability is found (with a transition time, and reaggregate all bitcoins with the new algorithms by sending them to a new address)
  • Network Byte ordering (Big Endian!!!)
  • Not a binary protocol, or the possibility to use another transport, like JSON (right now we hash the binary content of the transaction to get the transaction hash, same for Blocks)
  • Not relying only on TCP (other transports such as HTTP, SMTP and UDP would allow more people to participate and it would be harder to filter)
  • Better structured network to be able to detect network partitions
  • Better structured networt to scale together with the network (I already proposed dynamic degree hypercubes in another thread)

And many more to come Smiley
227  Bitcoin / Pools / Re: Cooperative mining (>10000Mhash/s, join us!) on: February 02, 2011, 11:07:02 AM
Hi, I'm connecting to the pool through Tor.  What's to stop a tor exit node sniffing my data, and claiming my shares for itself?  Can the bitcoin getwork() interface be encrypted?  Just to let you know, it hasn't happened yet I think.  I did lose one share yesterday, but it might be network latency.
You'd have to be really unlucky, it would be more lucrative to just replace all ads on the Webpages you visit with it's own Cheesy
The Tor Proxy would have to be custom coded to intercept your pool communication and we're far from being big enough for it to pay for the hack.
228  Bitcoin / Bitcoin Discussion / Re: MtGox account compromised on: February 02, 2011, 11:03:17 AM
You are safe, even a very advanced rainbow table attack would not break strong 16 char pass. basically anything randomish above 12 chars and even with a good mix of chars above 8 could be considered fairly secure.

Just mix into the pass some spaces, brackets, other weird symbols, numbers, upppercase and lowercase letters and anything above 8 chars will be good.
Not a really good comparison since you'd have to have the hash of the password, and we could compile a rainbow table for almost anything. One way to defeat Rainbow tables is salting the password hashes (you are salting your passwords MtGox aren't you?) Cheesy
229  Other / CPU/GPU Bitcoin mining hardware / Re: Official DiabloMiner Thread on: February 02, 2011, 10:45:15 AM
Use below -f 5, my miner counts hash performance from start, instead of using a 30 second average. If you're seriously benchmarking it, use -f 1 and let it run for like 15 minutes.
Yeah, that's exactly my problem. It was fluctuating like hell but it stabilized over time right now I have a 5 hash/s standard deviation which is incredible. I had only a 5 minute warmup phase,a 5 minute hot phase and measured the average over the 5 minute hot phase and it didn't look nice. But with a longer warmup phase it looks better. Here's my monitoring graph for the last 24h.


Notice the high fluctuation and then the stabilization to a higher average Cheesy
230  Bitcoin / Mining / Re: New mining pool for testing on: February 01, 2011, 10:08:20 PM
Any chances of an open source pool?
231  Bitcoin / Bitcoin Discussion / Re: MtGox account compromised on: February 01, 2011, 08:07:38 PM
So until now we have 1 confirmed compromised account (cryptofo) and several other reporting some strange transaction 4 days earlier.

IMHO that transaction has nothing to do with the attack at all. Could cryptofo please check the strength of the used password?

Just trying to keep panic down and get the matter resolved Cheesy
232  Bitcoin / Bitcoin Discussion / Re: MtGox account compromised on: February 01, 2011, 07:51:28 PM
My account is one that was compromised. My password is randomly generated and strength is 100% according to that site.

My password is above and beyond safer than necessary. A dictionary attack is very unlikely.
Next best guess: sniffing traffic. Are you using the HTTP or the HTTPS URL to log in?
233  Bitcoin / Bitcoin Discussion / Re: MtGox account compromised on: February 01, 2011, 07:43:08 PM
Just to add another statement: I too am seeing the Payment Process united transaction, with exactly the same time, looks a lot more like a cron job to me. If the database were compromised as some people suggested there would not be any entry, they'd just sent the money off without being so polite as to inform the users where the money went. Same for the platform compromised discussion.

My best guess is that it was in fact a dictionary attack. Could the affected people please share the strength of their password using http://www.passwordmeter.com/ to not publish real passwords on the Forum?

My account doesn't seem to be compromised since it still shows me my dollar balance like I left it a few weeks ago.

Still waiting for an official statement by MtGox Cheesy
234  Economy / Economics / Re: Will High Frequency Trading be possible with Bitcoin? on: February 01, 2011, 07:15:42 PM
High frequency trading would not be directly possible with bitcoins.
It is possible as long as you stay on a managed platform with a shared wallet (so far not really different from stock trading), but should the transactions go out to the Bitcoin network the Bitcoins used in a trade will have to cool down for a few minutes before being able to reuse them for a new trade.

All this assuming that you don't trust the other side, and wait for confirmation, should you have a closed set of traders trusting each other you can in fact create new transactions with unconfirmed coins.
235  Bitcoin / Pools / Re: Cooperative mining (>10000Mhash/s, join us!) on: February 01, 2011, 06:46:22 PM
What about the fees "earned" by a found block? Are these collected solely by the coordinator of the mining server, or are these sent to the miners, split according to their shares for this block?
http://bitcointalk.org/index.php?topic=1976.msg42122#msg42122
Time to extend the FaQ? Cheesy
236  Other / CPU/GPU Bitcoin mining hardware / Re: Official DiabloMiner Thread on: February 01, 2011, 06:43:44 PM
Strange, with -f 10 it now gives me similar results to what I got before ArtForzz's kernel was introduced. But I have a standard deviation of ~10%! Still not perfect but I'm going to tweak my settings further Cheesy
237  Bitcoin / Development & Technical Discussion / Re: [RFC] Testnet reset on: January 31, 2011, 10:16:31 PM
Great work ^^
We do not need to be concerned too much about adjusting the testnet difficulty since it's all throw away anyway :-)
238  Bitcoin / Bitcoin Technical Support / Re: How to get information about all transactions like blockexplorer? on: January 30, 2011, 03:27:09 PM
I do have a working implementation of the protocol that uses an event driven approach to communication. It'll allow you to get real time events from the wire without having to rely on the Bitcoin client to notify you or even worse, having to pull data out of it at regular intervals.

What sort of backend are you using? A database?
239  Bitcoin / Development & Technical Discussion / Re: What if you spend after receiving a double spend? on: January 30, 2011, 11:41:27 AM
I think the transactions in question will go back to showing as zero confirmations.
Exactly, it'll return to 0 and never confirm Cheesy
Btw: all transactions could be invalidated, it's just incredibly unlikely, because someone would have to fork the chain before the transaction and overtake the current chain.
240  Economy / Trading Discussion / Re: Re: Bitcoind Pooled Mining Association on: January 28, 2011, 10:15:53 PM
I'd be in for something between 200-1000 BTC Cheesy
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!