Bitcoin Forum
May 16, 2026, 04:53:01 PM *
News: Latest Bitcoin Core release: 31.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [DISCUSSION] Hornet Node - a new Bitcoin Client  (Read 108 times)
cygan (OP)
Legendary
*
Offline

Activity: 3892
Merit: 12392


icarus-cards.eu


View Profile WWW
April 26, 2026, 09:06:53 AM
Merited by ABCbits (2)
 #1

i came across the following website today: https://hornetnode.org/overview.html
it’s an experimental new Bitcoin client that includes a custom, high-performance utxo database. initial tests show that it’s about 10 times faster at synchronizing the blockchain (without validation) than Bitcoin core!
this raises the question for me of whether this will become a new and genuine alternative and whether it will allow us to use Bitcoin on-chain more quickly than we can currently...?

https://hornetnode.org/paper.html


█████████████████████████
██████████████▀▄▄▄▀██████
████████▀▀▄▄████▄▄▀███
██████████████
████▀▄▄████████████
██▀██▀▀▀▀██
███▄▀▀███████
█▀███████████▄█
█▄▀▄██▀███▄████▄██
███▄█████▄▄▄████
█████▄████▄▄▄▀▀▄▄██████
███████▄▀▀▀▀▄▄▄██████████
█████████████████████████
.
 Jackpot ter .....  COMMUNITY POWERED CRYPTO CASINO  
▄███████████████████████▄
█████████████████████████
█████████████████████████
██████▄░▄▄▀██████▀▄██████
███████▄░█▄░███▀▄████████
█████████▄▀█░▀▄██████████
██████████▄▀█▄▀██████████
██████████▀▄░█▄▀█████████
████████▀▄███░██░▀███████
██████▀▄██████░▀▀░▀██████
█████████████████████████
█████████████████████████
▀███████████████████████▀
▄███████████████████████▄
█████████████████████████
█████████████████████████
███████████████▀▀░░▐█████
███████████▀▀░░░░░░██████
███████▀▀░░░▄▄▀░░░░██████
████▀░░░░░▄█▀░░░░░▐██████
██████▄▄██▀░░░░░░░▐██████
███████████▄░░░░░░███████
██████████████▄░░▄███████
█████████████████████████
█████████████████████████
▀███████████████████████▀
▄███████████████████████▄
█████████████████████████
█████████████████████████
██████▀░░░▀▀▀▀▀░░░▀██████
█████▀░░░░░░░░░░░░░▀█████
████▀░░░░░░░░░░░░░░░▀████
████░░░░▄█▄░░░▄█▄░░░░████
███▌░░░░▀█▀░░░▀█▀░░░░▐███
███▌░░░░▄░░░░░░░▄░░░░▐███
█████▄▄░▄█▄▄▄▄▄█▄░▄▄█████
█████████████████████████
█████████████████████████
▀███████████████████████▀
 
  PLAY NOW  
ABCbits
Legendary
*
Offline

Activity: 3612
Merit: 10050



View Profile
April 26, 2026, 09:45:44 AM
 #2

I remember i checked this node client from different discussion. But just like last time, it seems they haven't released the code or share any progress.

UTXO Engine

Hornet includes a custom, high-performance UTXO database designed for concurrent, high-throughput, out-of-order validation.

It provides lock-free concurrency for multiple readers and a single writer. It features native support for efficient reorg handling and out-of-order operations. Disk contention is minimized with efficient batching and high queue-depth async I/O requests. The index uses age-stratified, LSM-style tiers, compacted by concurrent background threads.

The engine integrates cleanly with the validation pipeline without the consensus library taking any dependency on the UTXO database layer.

This part is rather interesting, since UTXO growth makes initial sync on older/slower feels much longer. If/when it comes out, someone should compare how well it perform compared with Bitcoin on SSD with low RAM and HDD with high RAM.

Where libbitcoinkernel exposes Core’s consensus behavior for reuse, Hornet aims to specify consensus in an implementation-neutral form.

I wonder how would the the author compare their implementation with https://github.com/libbitcoin/libbitcoin-consensus. AFAIK it's only dedicated library/module for Bitcoin consensus out there, since other full node software doesn't seem to provide such thing.

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits PREDICT..
█████████████████████████
█████████████████████████
███████████▀▀░░░░▀▀██████
██████████░░▄████▄░░████
█████████░░████████░░████
█████████░░████████░░████
█████████▄▀██████▀▄████
████████▀▀░░░▀▀▀▀░░▄█████
██████▀░░░░██▄▄▄▄████████
████▀░░░░▄███████████████
█████▄▄█████████████████
█████████████████████████
█████████████████████████
.
.WHERE EVERYTHING IS A MARKET..
█████
██
██







██
██
██████
Will Bitcoin hit $200,000
before January 1st 2027?

    No @1.15         Yes @6.00    
█████
██
██







██
██
██████

  CHECK MORE > 
NotATether
Legendary
*
Offline

Activity: 2338
Merit: 9692


┻┻ ︵㇏(°□°㇏)


View Profile WWW
April 26, 2026, 01:11:35 PM
 #3

I remember i checked this node client from different discussion. But just like last time, it seems they haven't released the code or share any progress.

No code? What a shame. I was going to say this could be a client that gets maybe 5% of the total market share of nodes, but without published source code, nobody is going to run this software ever.

It doesn't really matter that the MIT license used by Core allows you to keep your modifications proprietary, thus allowing them to do such a thing, if you are changing the codebase of a software that is literally money to people.

 
 b1exch.to 
  ETH      DAI   
  BTC      LTC   
  USDT     XMR    
.███████████▄▀▄▀
█████████▄█▄▀
███████████
███████▄█▀
█▀█
▄▄▀░░██▄▄
▄▀██▄▀█████▄
██▄▀░▄██████
███████░█████
█░████░█████████
█░█░█░████░█████
█░█░█░██░█████
▀▀▀▄█▄████▀▀▀
ABCbits
Legendary
*
Offline

Activity: 3612
Merit: 10050



View Profile
April 27, 2026, 07:11:27 AM
 #4

I remember i checked this node client from different discussion. But just like last time, it seems they haven't released the code or share any progress.

No code? What a shame. I was going to say this could be a client that gets maybe 5% of the total market share of nodes, but without published source code, nobody is going to run this software ever.

Actually both the source code and binary/software aren't released, so we can't even try or test it. The paper show some contain code snippet, as example of their code structure that promise few things such as being modular.

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits PREDICT..
█████████████████████████
█████████████████████████
███████████▀▀░░░░▀▀██████
██████████░░▄████▄░░████
█████████░░████████░░████
█████████░░████████░░████
█████████▄▀██████▀▄████
████████▀▀░░░▀▀▀▀░░▄█████
██████▀░░░░██▄▄▄▄████████
████▀░░░░▄███████████████
█████▄▄█████████████████
█████████████████████████
█████████████████████████
.
.WHERE EVERYTHING IS A MARKET..
█████
██
██







██
██
██████
Will Bitcoin hit $200,000
before January 1st 2027?

    No @1.15         Yes @6.00    
█████
██
██







██
██
██████

  CHECK MORE > 
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!