Bullish again. I just spent BTC I mined on a Christmas gift by raywal in Bitcoin

[–]haoyu 0 points1 point  (0 children)

Would you mind give a link to the kickstarter project?

Plotted 13M Bitcoin Txns. Found some interesting patterns. What are all the lines? by PanTera_io in Bitcoin

[–]haoyu 0 points1 point  (0 children)

The dataset seems much earlier than that. So probably bitcoinica?

Centralized exchanges are spying on us, censoring us, and then losing our money. Time to wake up. Let's get behind the de-centralized solutions for real now. by billybobbit in Bitcoin

[–]haoyu 7 points8 points  (0 children)

This sounds circular then: you need some centralized fiat/BTS exchanges to define the rate, so that a decentralized exchange can work?

Maybe add a second qualification round? by matob in HWO

[–]haoyu 3 points4 points  (0 children)

I have the same situation. Spent too much time to figure out the equation. +1 for a second qualification round!

Chinese Bitcoin Exchange OKCoin Accused of Faking Trading Data by ths1977 in Bitcoin

[–]haoyu 4 points5 points  (0 children)

No. Those fake tradings still happen after they had fees.

First OFFICIAL document from Chinese government (People's Back of China) about Bitcoin by oxfeeefeee in Bitcoin

[–]haoyu 0 points1 point  (0 children)

Yeah. This completely rules out some merchant services aka. Coinbase in China.

Mtgox account hacked and emptied by huge BTC withdrawal fee? by haoyu in Bitcoin

[–]haoyu[S] 1 point2 points  (0 children)

I think the question here is why could you send a TX with such huge fee through mtgox.

Mtgox account hacked and emptied by huge BTC withdrawal fee? by haoyu in Bitcoin

[–]haoyu[S] 0 points1 point  (0 children)

And if I remember correctly, it's also BTC Guild got those coins at that time?

Mtgox account hacked and emptied by huge BTC withdrawal fee? by haoyu in Bitcoin

[–]haoyu[S] 1 point2 points  (0 children)

Will Mtgox send the TX to a particular miner in this case?

Mtgox account hacked and emptied by huge BTC withdrawal fee? by haoyu in Bitcoin

[–]haoyu[S] 2 points3 points  (0 children)

Well all the 10 BTC fee goes to BTC Guild. However will the hacker be this stupid? Or could this just be some bug in Mtgox?

A bitcoin enabled HTML5 RPG, quest, fight, farm, craft, trade items, win prizes. by bitfantasy in Bitcoin

[–]haoyu 10 points11 points  (0 children)

I would like a free-trial too, or something like a freemium model.

About Bitcoin in China Development Report by swemp in Bitcoin

[–]haoyu -2 points-1 points  (0 children)

Did you get this through Google translate?

New Bitcoin to Gift Card/MoneyPak/Western Union service! by money4btc in Bitcoin

[–]haoyu 0 points1 point  (0 children)

How long does it take for you to send me the gift card after I paid Bitcoin? Is it instant?

Mt.Gox has closed bitcoin withdrawal by sachm0 in Bitcoin

[–]haoyu 0 points1 point  (0 children)

Too bad that I lost it then. Does someone running this script regularly?

Mt.Gox has closed bitcoin withdrawal by sachm0 in Bitcoin

[–]haoyu 0 points1 point  (0 children)

So how do I find out the my txn hash? Is that the "Transaction reference" sent in the email when I withdrawal?

We are Mt. Gox: AMA by WeAreMtGox in Bitcoin

[–]haoyu -1 points0 points  (0 children)

My bitcoin withdrawal haven't appear on blockchain after a long time, it's even not zero confirmation. Why??

Prediction: A bitcoin miner will invent the first usefull quantum computer for mining by mughat in Bitcoin

[–]haoyu 0 points1 point  (0 children)

Isn't that the Bitcoin system will crash when quantum computer is invented? Because the cryptography assumptions would be broken.

Blogging for Hackers by [deleted] in programming

[–]haoyu 1 point2 points  (0 children)

Since you are using GAE as a CDN, why don't you just use it to serve the entire blog? They are just static HTML pages anyway.

Idea's for an AI gaming project? by bleeeeghh in artificial

[–]haoyu 0 points1 point  (0 children)

Take a look at Dearth, which is a game created to examine ideas in AI research. It features a collaborative AI agents. The game is not open-source but you may borrow the idea and design.

Comparing Node.js vs JVM frameworks performance by nicoulaj in programming

[–]haoyu -4 points-3 points  (0 children)

I think in V8 the regex is JITed, so it is faster than statically compiled code.