Bitcoin Forum
May 02, 2024, 06:42:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: A New PoW Consensus Based on Bitcoin, Any suggestions are welcome.  (Read 67 times)
sudao (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 1


View Profile
October 10, 2023, 06:19:39 AM
Last edit: October 13, 2023, 03:01:40 PM by sudao
Merited by BenCodie (1)
 #1

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.
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714675357
Hero Member
*
Offline Offline

Posts: 1714675357

View Profile Personal Message (Offline)

Ignore
1714675357
Reply with quote  #2

1714675357
Report to moderator
1714675357
Hero Member
*
Offline Offline

Posts: 1714675357

View Profile Personal Message (Offline)

Ignore
1714675357
Reply with quote  #2

1714675357
Report to moderator
1714675357
Hero Member
*
Offline Offline

Posts: 1714675357

View Profile Personal Message (Offline)

Ignore
1714675357
Reply with quote  #2

1714675357
Report to moderator
sudao (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 1


View Profile
October 13, 2023, 03:03:06 PM
 #2

Edit.
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!