Author

Topic: What is the fastest way to track the appearance of a new block in the blockchain (Read 337 times)

legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
Thanks for your response. Your assumption is correct. I hold bitcoins on Bitfinex but I do not want to wait until Bitfinex add the tokens. I believe that the BTC price will drop sharply right after the fork.
The fork is called off: 2x Called Off: Bitcoin Hard Fork Suspended for Lack of Consensus
Bitcoin spiked to $7828 and is now dropping to $7294 $7123 at https://bitcoinaverage.com/en/bitcoin-price/btc-to-usd.
It seems the panic sales you were hoping for have started already.
Altcoins are spiking up.

This is really too bad, with the current fees and full blocks Bitcoin can't handle more users, and without more users it can't grow.

Quote
P.S. Is there a service that would show orhpan blocks statistic, I thought that now it is a rare case.
https://blockchain.info/orphaned-blocks
newbie
Activity: 40
Merit: 0
Thanks for your response but trust to 3rd party in not an issue if it's the fastest way I'd use it. I want to track the appearance of the 494784 block as soon as possible in order to sell my BTCs at the next moment.
I assume you hold them on an exchange, which means you don't need to track the appearance of the new block, but you need to track when the exchange does that.
Blocks can always orhpan, so it's never instantly certain the block is final.

An easy way to check it, is watching http://bitbonkers.com/ on your screen. Turn on the volume and wait for the block to fall.
I see no reason to quickly sell right after the fork BTW.

Thanks for your response. Your assumption is correct. I hold bitcoins on Bitfinex but I do not want to wait until Bitfinex add the tokens. I believe that the BTC price will drop sharply right after the fork.
P.S. Is there a service that would show orhpan blocks statistic, I thought that now it is a rare case.
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
Thanks for your response but trust to 3rd party in not an issue if it's the fastest way I'd use it. I want to track the appearance of the 494784 block as soon as possible in order to sell my BTCs at the next moment.
I assume you hold them on an exchange, which means you don't need to track the appearance of the new block, but you need to track when the exchange does that.
Blocks can always orhpan, so it's never instantly certain the block is final.

An easy way to check it, is watching http://bitbonkers.com/ on your screen. Turn on the volume and wait for the block to fall.
I see no reason to quickly sell right after the fork BTW.
newbie
Activity: 40
Merit: 0
Hi all, What is the fastest way to track the appearance of a new block in the blockchain? Bitcoin core? Other minds?

Any well connected peer on the network will be fast. Detecting it is really a matter of waiting until a peer that you are connected to has received it, verified it, and then forwarded it to you.

Once you've detected it, you'll need to verify that it is valid. To do that without trusting any third party you'll need a full node implementation. There are a few of them out there.  I'd suggest either Bitcoin Core (written in c++) or Bcoin (written in Node.js).

Thanks for your response but trust to 3rd party in not an issue if it's the fastest way I'd use it. I want to track the appearance of the 494784 block as soon as possible in order to sell my BTCs at the next moment.
legendary
Activity: 3388
Merit: 4615
Hi all, What is the fastest way to track the appearance of a new block in the blockchain? Bitcoin core? Other minds?

Any well connected peer on the network will be fast. Detecting it is really a matter of waiting until a peer that you are connected to has received it, verified it, and then forwarded it to you.

Once you've detected it, you'll need to verify that it is valid. To do that without trusting any third party you'll need a full node implementation. There are a few of them out there.  I'd suggest either Bitcoin Core (written in c++) or Bcoin (written in Node.js).
newbie
Activity: 40
Merit: 0
Hi all, What is the fastest way to track the appearance of a new block in the blockchain? Bitcoin core? Other minds?
Jump to: