Bitcoin Forum
May 25, 2024, 12:33:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Discussion / Re: A New PoW Consensus Based on Bitcoin, Any suggestions are welcome. on: October 13, 2023, 03:03:06 PM
Edit.
2  Bitcoin / Bitcoin Discussion / A New PoW Consensus Based on Bitcoin, Any suggestions are welcome. on: October 10, 2023, 06:19:39 AM
A new public blockchain, based on Bitcoin with a slight modification to the Proof of Work (POW) consensus mechanism, the nonce value is directly calculated using hash functions, meaning that nonce verification does not need to Hash again, just xor is ok.

Advantages:

1. Dual Mining Support: this modified POW mechanism allows miners to participate in dual mining with other POW chains (e.g., Bitcoin miners).
2. Cost-Efficient Parallel Chains: With this approach, low-cost parallel chains with comparable computational power can be easily established.

Bitcoin
Code:
HASH(hashNoNonce, nonce) < target

NewChain
Code:
hashNoNonce ^ HASH(nonce) < target

This modification brings greater flexibility and potential for interoperability to the world of POW blockchains, offering new opportunities for miners and developers alike.
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!