⬡ DAPA Blockchain – Proof of Work Network
Anyone with a computer can mine DAPA. No expensive hardware. No pool fees. No middleman. Configure your miner in 60 seconds and rewards go straight to your wallet.
Every miner who Supports the DAPA network. No registration needed – Support and Mine DAPA and you automatically appear here. Data pulled live from the DAPA blockchain indexer.
dap:).All binaries hosted at mine.dapahe.com/downloads · Source code at github.com/dapahe
start_miner.bat → Edit with NotepadYOUR_WALLET_ADDRESS with your dap: addressYOUR_WORKER_NAME with any name e.g. pc-1start_node.bat
start_miner.sh with any text editorYOUR_WALLET_ADDRESS with your dap: addressYOUR_WORKER_NAME with any name e.g. server-1chmod +x start_miner.sh && ./start_miner.shchmod +x start_node.sh && ./start_node.sh
The DAPA network gets stronger with every new node. Run a public node for 30 days and we will send you a DAPA bonus from the treasury as a thank you for helping decentralise the network.
--allow-fast-syncBy default, miners must connect to your node on port 20101. If you want miners to also be able to use port 20100 (consistent with dapahe-managed nodes), set up nginx to forward 20100 → 20101. This is optional but recommended for a standardised setup.
/etc/nginx/sites-available/dapasudo ufw allow 20100/tcp) if it isn't already.
These node operators are actively helping secure and decentralise the DAPA network. The longer you run, the higher you climb – and the bigger your bonus reward.
The official DAPA mobile wallet. Create your address, receive mining rewards, send and store DAPA – all from your phone.
--allow-boost-sync when syncing your node from scratch. This flag causes database corruption. Always use --allow-fast-sync instead../dapa_daemon --p2p-bind-address 0.0.0.0:20100 --rpc-bind-address 0.0.0.0:20101 --priority-nodes 194.163.189.149:20100 --allow-fast-sync --skip-block-template-txs-verification
Understanding your node's ports:your-ip:20101. If you want miners to also connect via port 20100 (like dapahe-managed nodes), you need to set up an nginx proxy to forward 20100 → 20101. See the full nginx guide in Section 07 above.
20101 — e.g. ./dapa_miner --daemon-address your-ip:20101 ...