Bitcoin Forum
October 06, 2024, 03:17:41 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: Performance issues when crediting received transactions on: April 11, 2013, 01:05:55 PM
The RPC interface certainly is not the fastest. There is a C++ blockchain parser that someone wrote that you could base your system on. If you want a really simple and quick solution that depends on a central server: use blockchain.info's api. It can be queried for all txs regarding a certain address.

On another node I wrote a python script to parse through all txs in all blocks, does some calculations and stores everything back into a database - it takes a while but works fast enough. The biggest hurdle for me was that I ran out of network sockets since somehow bitcoin-qt or my python rpc interface never closed them - so I had to tweak some parameters of linux network stack. Other than that look ups and writes to my database were much slower than the RPC interface.
2  Other / Beginners & Help / Re: Why so much difference in prices between exchanges? on: April 11, 2013, 12:45:13 PM
The price depends on the trades executed on the exchanges. So yes you could do arbitrage - if you can move your money/btc between exchanges fast enough Smiley
3  Other / Beginners & Help / Re: Total supply of BTC on: April 11, 2013, 12:40:15 PM
The idea is that the transaction fees will be much higher due to bitcoin being used much more than now.
4  Other / Beginners & Help / Re: 3 Blocks in 13 Minutes on: March 20, 2013, 01:26:31 PM
Looking at the IP those bloks are generated at, it seems to be in Chicago, where incidentially most of BFLs chips are supposed to be sitting right now "waiting for assembly" Tongue

The IP addresses mean nothing - it's from where the block got relayed to blockchain.info's node - nobody knows through how many and which other nodes it got transmitted before reaching that IP.
5  Other / Beginners & Help / Re: 3 Blocks in 13 Minutes on: March 20, 2013, 10:28:40 AM
That's probably butterflylabs running their minirig SC's to mint some extra startup cash before they deliver them to their customers. They've waited 9 months... what's another few days?
(totally joking)

Joking aside. That is exactly how I would do a 'burn in'-test before shipping.
Also it would be great news if they finally got something running.
6  Other / Beginners & Help / 3 Blocks in 13 Minutes on: March 20, 2013, 10:21:35 AM
Take a look at these payout addresses:
https://blockchain.info/address/1NLg3QJMsMQGM5KEUaEu5ADDmKQSLHwmyh

39 solved blocks in the last two days -> ~13% of all blocks -> ~13% of the hashrate:

5.8THash/s... that is quite a lot.

Does anybody know which pool/miner is that?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!