New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects

28 July 2026

24 July 2026

  • 23:5723:57, 24 July 2026 IPFS-Gate (hist | edit) [52,648 bytes] Noob (talk | contribs) (Created page with "= ipfs-gate operator walkthrough = This is a noob-friendly guide to standing up your own ipfs-gate server. It assumes you can SSH into a Linux box and follow recipes — no programming background needed. > '''Status:''' v1 claim-model build. Working software but expect rough edges. Bugs found during real deployment get folded back into the Common Problems section below. Walkthrough last re-verified end-to-end on a fresh Vultr VPS (Ubuntu 24.04.4, 2...")

26 May 2026

  • 00:4000:40, 26 May 2026 Ngate-strfry-basic (hist | edit) [58,641 bytes] AwesomO (talk | contribs) (Created page with "{{:LICENCE_HEADER_MIT}} = strfry + nGate — A Hot-Reloading Whitelisted Nostr Relay on Ubuntu 24.04 = From CompleteNoobs This guide deploys a '''strfry''' Nostr relay at <code>nostr.v4call.com</code> on a fresh Ubuntu 24.04 server, behind TLS, with nGate driving a '''live, hot-reloading whitelist''' — the relay's allowed-publisher list is updated '''without ever restarting the relay'''. This is the "Stage 4" path described in CLAUDE.md / STATUS.md. It is...")
  • 00:3800:38, 26 May 2026 Ngate basic (hist | edit) [19,833 bytes] AwesomO (talk | contribs) (Created page with "{{:LICENCE_HEADER_MIT}} = nGate — Deploy to a Fresh Ubuntu 24.04 Server = From CompleteNoobs This guide walks an operator through deploying nGate on top of an existing stage-1 nostr-rs-relay running on a Vultr Ubuntu 24.04 box. After this you'll have: * The relay still running as before. * Caddy still terminating TLS as before. * '''A new sidecar container''' (<code>ngate-sync</code>) running alongside, scanning Hive every...")
  • 00:3600:36, 26 May 2026 V4call-server-data-flow (hist | edit) [31,536 bytes] AwesomO (talk | contribs) (Created page with "{{:LICENCE_HEADER_MIT}} = v4call Server Data Flow — Sign, Announce, Verify, Gate — A Noob Reference = From CompleteNoobs A clear-cut reference for which value goes in which field across <code>server-sign.html</code>, <code>server-announce.html</code>, the <code>/.well-known/v4call-server.json</code> file, the Hive announce post, and the four nGate scripts. Use this when you're not 100% sure what to type into a form, or when nGate-verify gives you an error and you...")

8 May 2026

  • 18:0018:00, 8 May 2026 NGate (hist | edit) [316 bytes] AwesomO (talk | contribs) (Created page with "* nGate-dev Stage 1: https://www.completenoobs.com/noobs/Nostr-relay-with-whitelist Stage 2: https://www.completenoobs.com/noobs/Nostr-handson")
  • 17:5917:59, 8 May 2026 Nostr-handson (hist | edit) [53,616 bytes] AwesomO (talk | contribs) (Created page with "{{:LICENCE_HEADER_MIT}} = Nostr Hands-On — Send Your First Notes and DMs Through Your Own Relays = From CompleteNoobs Stage 2 of the Nostr learning path. Stage 1 (nostr-relay-with-whitelist) got you ''two private write-whitelisted relays'' running. This stage gets you actually ''using'' Nostr — sending public notes, sending encrypted DMs, subscribing to events, watching the raw pro...")
  • 17:5517:55, 8 May 2026 Nostr-relay-with-whitelist (hist | edit) [36,996 bytes] AwesomO (talk | contribs) (Created page with "{{:LICENCE_HEADER_MIT}} = Nostr Relay With a 3-Key Whitelist — Two Servers on Ubuntu 24.04 with Docker = From CompleteNoobs This guide walks through deploying '''two private Nostr relays''' from scratch on fresh Vultr Ubuntu 24.04 VPS boxes — one at <code>nostr.hive-book.com</code>, one at <code>nostr.v4call.com</code> — locked down so that only '''3 specific npub keys''' can publish events. The relays will serve over secure WebSocket (<code>wss://</code>) with...")

4 May 2026

  • 18:0218:02, 4 May 2026 Hive Blockchain -How to buy SWAP.BTC (hist | edit) [11,392 bytes] AwesomO (talk | contribs) (Created page with "= Swapping HIVE / HBD to SWAP.BTC (and back again) = ''A complete noobs walk-through to converting your Hive tokens into pegged Bitcoin (SWAP.BTC) on Hive-Engine, and then converting them back to HIVE or HBD.'' This guide assumes you already have: * A working Hive account * Hive Keychain browser extension installed and unlocked * Either '''~$10 of HBD''' OR '''~1000 HIVE''' in your wallet * A basic understanding of what HIVE and HBD are If any of the above is not tru...")

30 April 2026

  • 23:1823:18, 30 April 2026 Resetting Forgotten GNOME Keyring in Ubuntu MATE (hist | edit) [1,245 bytes] AwesomO (talk | contribs) (Created page with "== Resetting Forgotten GNOME Keyring == If you forget your keyring password or see the error ''"OS keyring is not available for encryption,"'' you must reset the local keyring storage. === Method 1: Terminal (Recommended) === This deletes existing keyring files so the system can generate a fresh one. # Open the terminal. # Run the following command: #: <syntaxhighlight lang="bash">rm ~/.local/share/keyrings/*.keyring</syntaxhighlight> # '''Log out''' and log back in. #...")