This guide walks through the full setup of a Tails-based Monero cold wallet, using a custom LUKS management script, Monero CLI, and proper offline signing workflow.
Boot into Tails, offline.
Open a terminal and identify the correct USB device:
This guide walks through the full setup of a Tails-based Monero cold wallet, using a custom LUKS management script, Monero CLI, and proper offline signing workflow.
Boot into Tails, offline.
Open a terminal and identify the correct USB device:
| #!/usr/bin/env bash | |
| # LUKS Partition Utility | |
| # DJ Stomp 2025 | |
| # MIT License | |
| ############################################################################## | |
| # MIT LICENSE # | |
| # Copyright 2025 DJ Stomp # | |
| # Permission is hereby granted, free of charge, to any person obtaining a # |
| [ | |
| "DJ Stomp 2025", | |
| "No Rights Reserved", | |
| { | |
| "title": "Dancing Queen", | |
| "artist": "ABBA", | |
| "downloaded": true | |
| }, | |
| { | |
| "title": "Mamma Mia", |
| #!/usr/bin/env python3 | |
| """ | |
| SBND - Simple Bespoke Network Diagnostics | |
| ICMP reachability and TCP port behavior analysis tool | |
| Designed to help distinguish between | |
| - Host down | |
| - Host reachable but port closed | |
| - Traffic filtered | |
| - Port-specific blocking |
| @font-face { | |
| font-family: 'Source Code Pro'; | |
| font-style: normal; | |
| font-weight: 300; | |
| src: url(SourceCodePro-300.woff) format('woff'); |
| <# | |
| .SYNOPSIS | |
| Build a safe Hyper-V NAT lab + Ubuntu VM without unaliving your host network. | |
| .DESCRIPTION | |
| - Creates an internal host-only Hyper-V switch and a Windows NAT so VMs get outbound internet without touching your physical NIC. |
| <# | |
| .SYNOPSIS | |
| Purges audio devices and driver packages for a clean OEM reinstall. | |
| .DESCRIPTION | |
| This script removes present audio-related PnP devices (classes MEDIA, AudioEndpoint, and SoftwareComponent entries that look audio-related), |
| { | |
| "$help": "https://aka.ms/terminal-documentation", | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "actions": [ | |
| { | |
| "command": { | |
| "action": "copy", | |
| "singleLine": false | |
| }, | |
| "id": "User.copy.644BA8F2" |
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| """ | |
| SnekSynth | |
| A seemingly simple, self-sufficient serpentine sonic synthesizer script. | |
| Voicing: | |
| • Bass: sine oscillator with a slightly longer ADSR | |
| • Stabs: detuned, band-limited saw pair with a snappier ADSR |
flowchart TD
subgraph CLIENT[Client]
A["POHJC\n(Plain Old HTML/JS/CSS)"]
AJS["navigator.credentials\n(WebAuthn / Passkeys)"]
A --> AJS