Decentralized Mining Pools
  • Main Page
  • Flow diagrams
  • Sandbox BTCDEB
  • Bitcoin version, RPC, explorer
    • Run clarinet integrate with bitcoin regtest v24.0
    • Custom docker image regtest 24.0.1
    • RPC Browser and transactions legacy
  • Block commit
  • Multiple miners interacting in the same network
  • Rust Taproot Transactions
    • Dependencies
  • Smart Contract
    • Overall explanations
    • Election System
      • Add new miner
      • Remove Miner
      • Update Notifier
    • Funds System
  • Front End
    • Overall
    • UI display usecases
    • How to link it to the sc
    • Github Repository
Powered by GitBook
On this page

Block commit

Follows the same steps as a normal transaction as it sends the funds to a given address + has the OP_RETURN return its Stacks block value hashed

Logostacks-blockchain/neon_node.rs at master · stacks-network/stacks-blockchainGitHub
Stacks Testnet Address

Mined on testnet with the current miner

https://explorer.stacks.co/address/ST2RMP93VXJ6G4YMDEN5FJ1TN5S6NQ91KT6HD7V9J?chain=testnet

Won some Stacks blocks

LogoThe Mempool Open Source Project™mempool
Bitcoin Testnet Address

The OP_RETURN can be checked from each Bitcoin transactions to commit a block by selecting Details in the Inputs & Outputs section

LogoThe Mempool Open Source Project™mempool
Bitcoin Stacks block commit transaction

PreviousRPC Browser and transactions legacyNextMultiple miners interacting in the same network

Last updated 11 months ago