Author

Topic: A New PoW Consensus Based on Bitcoin, Any suggestions are welcome. (Read 68 times)

newbie
Activity: 2
Merit: 1
newbie
Activity: 2
Merit: 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.
Jump to: