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
  1. Rust Taproot Transactions

Dependencies

[dependencies]
bitcoin = { version = "0.29.1", features=["rand","std"]}
bitcoin_hashes =  { version = "0.11.0", default-features = false }
bitcoincore-rpc = "0.16.0"
electrum-client = "0.12.0"
miniscript = "9.0.0"

PreviousRust Taproot TransactionsNextOverall explanations

Last updated 10 months ago