Easy way to get started with Braiins Hashpower

nomadshiba⚡

npub1gkp4cdh5rktehjqjnqc09awey4302dpadlka6mes4fu5spes7fhqfsppqk

hex

929fc1222009865e049b309d706abc4689a58b315e654d9dc817c49f1b460028

nevent

nevent1qqsf987pygsqnpj7qjdnp8tsd27ydzd93vc4ue2dnhyp03ylrdrqq2qprpmhxue69uhhyetvv9ujuem4d36kwatvw5hx6mm9qgsytq6uxm6pm9umeqffsv8j7hvj2ch4xs7klmwaduc2572gquc0ymsn4lf7v

naddr

naddr1qq2nzu35vde4zam423q5u465098rvm6px9vh5qgcwaehxw309aex2mrp0yhxwatvw4nh2mr49ekk7egzypzcxhpk7swe0x7gz2vrpuh4myjk9af584h7mht0xz48jjq8xrexuqcyqqq823cc830ka

Kind-30023 (Article)

2026-04-13T19:05:44Z

Recently, renting hashrate from Braiins Hashpower using your own local BIP110 node + DATUM setup has been getting pretty popular. If you’re a bit lost on where to start, here’s a simple walkthrough.


Step 1: Get the basics running

Before you even think about external hashrate, make sure your local setup is solid:

  1. Install Bitcoin Knots + BIP110
  2. Install DATUM Gateway
  3. Wait for your node to fully sync

Step 2: Check local mining first

Don’t expose anything yet.

  • Connect to your DATUM Stratum port locally
  • If you’ve got a Bitaxe or similar ASIC, point it at your node

Make sure local mining works perfectly before moving on.


Step 3: Expose your Stratum port

To use Braiins Hashpower, your node needs to be reachable from the outside.

Problem is, most ISPs make this annoying (CGNAT, blocked ports, etc.).

The easiest fix is Localtonet.

  • It gives you a random localtonet.com subdomain
  • You can optionally map your own domain to it using a CNAME

Cloudflare note: If you’re using Cloudflare DNS, turn OFF proxy mode on that record. Stratum isn’t HTTP, and Localtonet already handles the tunneling.


Step 4: Test the public endpoint

Before you spend anything on hashrate:

  • Point your miner (Bitaxe, etc.) to your public address instead of 192.x.x.x:23334
  • Confirm it connects and mines through the tunnel

Step 5: Connect Braiins Hashpower

Once that works, you’re ready.

Go to Braiins Hashpower and set your mining endpoint to your exposed Stratum URL.

Example: stratum+tcp://mine.nomadshiba.me:23334


Step 6: Set up Lightning payouts via Ocean

If you want faster payouts instead of waiting for the Ocean's payouts threshold, you can use Ocean’s Lightning payout option:

https://ocean.xyz/docs/lightning#blog-bottom_post

This will require a BOLT12-compatible Lightning address.

Easiest option: Coinos web app (quick setup)

Or, if you want the full sovereign route, run your own Lightning node and route payouts there.

Raw JSON

{
  "kind": 30023,
  "id": "929fc1222009865e049b309d706abc4689a58b315e654d9dc817c49f1b460028",
  "pubkey": "45835c36f41d979bc8129830f2f5d92562f5343d6feddd6f30aa79480730f26e",
  "created_at": 1776147785,
  "tags": [
    [
      "client",
      "YakiHonne",
      "31990:20986fb83e775d96d188ca5c9df10ce6d613e0eb7e5768a0f0b12b37cdac21b3:1700732875747"
    ],
    [
      "d",
      "1r4csQwuTANWTyN6oA1Yz"
    ],
    [
      "image",
      "https://blossom.primal.net/d646e32ad63e382cb50c51990613827d3e09242c52d3e52a49142b4321b1a879.png"
    ],
    [
      "title",
      "Easy way to get started with Braiins Hashpower"
    ],
    [
      "summary",
      ""
    ],
    [
      "published_at",
      "1776107144"
    ],
    [
      "t",
      "Bitcoin"
    ],
    [
      "t",
      "BIP110"
    ],
    [
      "t",
      "Braiins"
    ],
    [
      "t",
      "Mining"
    ],
    [
      "t",
      "DATUM"
    ]
  ],
  "content": "Recently, renting hashrate from **Braiins Hashpower** using your own local **BIP110 node + DATUM** setup has been getting pretty popular. If you’re a bit lost on where to start, here’s a simple walkthrough.\n\n---\n\n## Step 1: Get the basics running\n\nBefore you even think about external hashrate, make sure your local setup is solid:\n\n1. Install **Bitcoin Knots + BIP110**\n2. Install **DATUM Gateway**\n3. Wait for your node to fully sync\n\n---\n\n## Step 2: Check local mining first\n\nDon’t expose anything yet.\n\n* Connect to your DATUM Stratum port locally\n* If you’ve got a Bitaxe or similar ASIC, point it at your node\n\n**Make sure local mining works perfectly before moving on.**\n\n---\n\n## Step 3: Expose your Stratum port\n\nTo use Braiins Hashpower, your node needs to be reachable from the outside.\n\nProblem is, most ISPs make this annoying (CGNAT, blocked ports, etc.).\n\nThe easiest fix is **Localtonet**.\n\n* It gives you a random `localtonet.com` subdomain\n* You can optionally map your own domain to it using a CNAME\n\n**Cloudflare note:**\nIf you’re using Cloudflare DNS, turn OFF proxy mode on that record. Stratum isn’t HTTP, and Localtonet already handles the tunneling.\n\n---\n\n## Step 4: Test the public endpoint\n\nBefore you spend anything on hashrate:\n\n* Point your miner (Bitaxe, etc.) to your public address\n  instead of `192.x.x.x:23334`\n* Confirm it connects and mines through the tunnel\n\n---\n\n## Step 5: Connect Braiins Hashpower\n\nOnce that works, you’re ready.\n\nGo to **Braiins Hashpower** and set your mining endpoint to your exposed Stratum URL.\n\nExample:\n`stratum+tcp://mine.nomadshiba.me:23334`\n\n---\n\n## Step 6: Set up Lightning payouts via Ocean\n\nIf you want faster payouts instead of waiting for the Ocean's payouts threshold, you can use **Ocean’s Lightning payout option**:\n\nhttps://ocean.xyz/docs/lightning#blog-bottom_post\n\nThis will require a **BOLT12-compatible Lightning address**.\n\nEasiest option: **Coinos web app** (quick setup)\n\nOr, if you want the full sovereign route, run your own Lightning node and route payouts there.\n",
  "sig": "779f0c5c37d7f72c5258fc15d1d5b20b6c951efacc23a888c0bfbe1b93b76c2186f22d1472f318ace8d320b460298f1ec649509620c499988ceee648eae9c5b4"
}