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
  • Requirements:
  • How to use

Multiple miners interacting in the same network

PreviousBlock commitNextRust Taproot Transactions

Last updated 10 months ago

Created a local network of multiple BItcoin Nodes. Each node is a miner. Connected to each miner and submitted transactions that were seen by the others miners.

Requirements:

  • PolarLighting

  • Docker

  • Rust

How to use

Each miner should connect to the RPC point of the node, code the rust to connect to them, and send transactions accordingly

The transactions can be checked by using each of the miners RPC point and calling listtransactions

RPC HOST is http://127.0.0.1:18448