🏁
sBTC Tooling
  • Residency Proposal
  • Residency Extension Proposal
  • Updates
    • sBTC Bridge API
    • Stacks Signer Dashboard
    • Trezor and Ledger Integration
  • Nodes
    • Stacks 2.4
    • Stacks 2.5 - Nakamoto Public Testet
      • Configurations
      • Postgres
    • Stacks 2.5 - Public Testnet
    • Runes
  • Ecosystem DAO
    • Nakamoto SIP Community Vote
      • Counting Votes
  • sBTC Bridge
    • Planning
      • sBTC Bridge User Stories
        • Epic: Currency Support
        • Epic: Deposit Funds
        • Epic: Withdraw Funds
        • Epic: Tracking and History
      • UI/UX Design Plan
      • Risks
        • Commitment Risks
      • sBTC Bridge Phase IV
      • Signer Social Proofs
    • Development
      • CI: sbtc-bridge-web
      • CI: sbtc-bridge-api
      • Testing
        • Test Vectors
        • Withdrawal Data
        • Alpha Romeo
        • Reclaim Issue
        • Running Electrumx
    • Ordinals
      • Indexers
  • sBTC Signer Dashboard
    • Planning
      • Requirements Overview
    • Development
      • sBTC Bridge on Regtest
      • sBTC Mini Devnet
        • Stacking Pools
      • Mongo Queries
      • Signer Binary
Powered by GitBook
On this page
  1. Ecosystem DAO
  2. Nakamoto SIP Community Vote

Counting Votes

  1. Fetch a summary

  2. Index the cycle (syncs pox data map)

  3. Sync nmongon-stacker votes - note due to a bug this doesn't add new so you need to remove the existing non-stacker votes (see below)

  4. Pool stackers;

    1. read pool-stacker votes

    2. read vote weights

  5. Solo stackers;

    1. read solo stacker votes

    2. read vote weights

// mongo commands
db.proposalVotes.countDocuments({event:'vote'})
PreviousNakamoto SIP Community VoteNextsBTC Bridge

Last updated 1 year ago