You know what would be killer?? ASIC for scrypt mining.
scrypt requires a fixed amount of RAM per thread (this is one of its major features). So to make scrypt highly parallelized, you'd also need tons of RAM. (Right now, litecoin is tuned such that each thread requires only ~128kb, but even that meaningfully limits how many parallel hashes you could compute.)
Post
Topic
BoardBeginners & Help
Re: Minecraft Bitcoins
by
carbocation
on 21/05/2013, 06:47:07 UTC
That must have been a massive undertaking.
Post
Topic
BoardBeginners & Help
Re: new
by
carbocation
on 21/05/2013, 06:45:25 UTC
Welcome.
Post
Topic
BoardProject Development
Re: Do we need a bitcoin edition of hackernews ?
by
carbocation
on 21/05/2013, 06:33:03 UTC
Admittedly, some or all of these factors would ultimately have to be true for this to succeed (and I admit that the most likely outcome, as always, is that it won't):
Enough faster than reddit that people will prefer it on speed alone
A community that cultivates an atmosphere that people find preferable
Features that reddit lacks, or user-visible implementation details that are more pleasant to use
Post
Topic
BoardProject Development
Re: Do we need a bitcoin edition of hackernews ?
by
carbocation
on 21/05/2013, 06:20:26 UTC
A few weeks ago I started working on something similar, an HN-style bitcoin discussion site: Ask Bitcoin
Post
Topic
BoardBeginners & Help
Re: Noob level up?
by
carbocation
on 21/05/2013, 04:36:40 UTC
I don't see the value in these limits.
Post
Topic
BoardBeginners & Help
Re: My Experience Selling Bitcoins Face-to-Face
by
carbocation
on 21/05/2013, 04:34:22 UTC
Somehow the fact that you needed to pay a bulldozer operator makes this story more interesting. It's like the old school meeting the new school in a good way.
Post
Topic
BoardBeginners & Help
Re: Alt Coins
by
carbocation
on 21/05/2013, 01:12:51 UTC
Are different cryptocurrencies like different national currencies, or is it really winner-take-all?
Post
Topic
BoardBeginners & Help
Re: Notice to Clark Moody: Your streaming API is broken
I keep seeing Mt Gox connection errors popping up. Mt Gox is struggling right now with numerous timeouts. They must be running everything on one server.
What you say is true, but the core problem (I believe) is that the tool is configured to call to a non-existent URL. I'm routinely getting the message that connection to MtGox was successful, but nothing is coming through on a live basis, and I see that error that I mentioned in the console log. For me, it gets fresh data, but only when I reload the page.
Post
Topic
BoardBeginners & Help
Topic OP
Notice to Clark Moody: Your streaming API is broken
by
carbocation
on 12/04/2013, 17:57:04 UTC
I created this account to notify Clark Moody that his http://bitcoin.clarkmoody.com/ chart is currently broken; it has no live streaming.
Looking at the console log, we can see the following:
Specifically, http://stream.rtbtc.net:8008/users/info doesn't even get a DNS resolution on my computer (and on others that I've checked). This seems to be broken. Consequently, nothing loads live and the websocket does nothing. Anyone else noticing the same thing?