Skip to content

Instantly share code, notes, and snippets.

View nolim1t's full-sized avatar
💭
Destablizing Authoritarian governments to ₿UIDL ₿ack ₿etter

nolim1t - f6287b82CC84bcbd nolim1t

💭
Destablizing Authoritarian governments to ₿UIDL ₿ack ₿etter
View GitHub Profile
@nolim1t
nolim1t / proof-of-profile.txt
Last active October 12, 2021 09:20
Proof of Profile
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
I am the owner of the following profiles:
Matrix
@nolim1t:tedomum.net
@nolim1t:matrix.nolim1t.co (Because sovereignty rocks!)
@nolim1t:converser.eu (Because decentralization - currently down)
@nolim1t:matrix.org (OG account, but I've deleted it)
@nolim1t
nolim1t / mnemonic.py
Created October 18, 2020 14:31
Generate a seed from a hex string or a hex string from a seed
#!/usr/bin/python
#
# Electrum - lightweight Bitcoin client
# Copyright (C) 2011 thomasv@gitorious
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
@nolim1t
nolim1t / test.txt
Last active September 2, 2020 11:39
Dont trust, verify! How to make sure we all files are not tamped by and signed by one of the release maintainers.
Hello World
@nolim1t
nolim1t / lnd-psbt-notes.md
Last active August 24, 2020 16:43
PSBT for LND Client

Do not attempt this with real funds until you've mastered the below! It may end up unrecoverable. (Thank you for making bitcoin more valuable)

Reading Material

Why?

Because funds are better off on my hodl wallet (cold) than hot wallet.

@nolim1t
nolim1t / Common-Currency.json
Last active June 22, 2020 11:30 — forked from ksafranski/Common-Currency.json
Common Currency Codes in JSON
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},
@nolim1t
nolim1t / yolo.txt
Created May 24, 2020 15:29
yolo commit
git commit --allow-empty -m "$(curl -s http://whatthecommit.com/index.txt)"
@nolim1t
nolim1t / electrum.txt.age
Created March 5, 2020 03:05
Backup texts
-----BEGIN AGE ENCRYPTED FILE-----
YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IHNzaC1lZDI1NTE5IGYyVVo1QSB2TGc0
OTJ2S2xzWGlKZitMNjhJMHBoNkdmUHNPbldmcUJld3BuRWxHUUc0ClJHL0k2OFNn
U0g4M2JiWGRZVEh0TXBadjRMVVVRa2FKL1ZnTWxkRmhEOEEKLS0tIGo2S1NGUlNj
WkJGSy8wZDZPSUpRQmpsWVdQanA2WUhUWEtIWmx3aXlYZTgKy/ANzXO/kPSVXfrd
V0/0ljcwysY5jdKSNIXCsRj7P3jWCqPa5IiGp4wuRixDhr9xuf4lp9o/pOuvKSJX
sPunVXoIBDTIGF1O9K3/UGBQWK4XZIIignPi/1cImsZfcR73QpeSmIpQlw==
-----END AGE ENCRYPTED FILE-----
@nolim1t
nolim1t / install-box.sh
Created March 3, 2020 10:33
Install the docker-compose box to the current working directory
#!/bin/sh
# Install the docker-compose box to the current working directory
# Pre-requisites: git
git init
git remote add origin https://github.com/lncm/thebox-compose-system.git
git fetch
git reset origin/master
git checkout -t origin/master
@nolim1t
nolim1t / btc-pushtx.sh
Last active October 8, 2020 11:42
Push transaction with full node
#!/bin/sh
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
# IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
if [ $# -eq 0 ]; then
@nolim1t
nolim1t / ws.txt
Created February 13, 2020 04:41
ws
-----BEGIN AGE ENCRYPTED FILE-----
YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IHNzaC1lZDI1NTE5IGYyVVo1QSBDakw2
OXJqcTlKdGsvc0FObjQ2RnlRbVJzTVlidlgybDgrUkVqRFZGZldNCjFTN1d5NnBy
ckM1ek13R0tuN2NxM1dsMEdibWNQUENUWU02eEFEejJJSFEKLS0tIEN3RVZqQndw
NE9WaklDamE5MVk0QkwwUWtpMnI0dTg1S0RxRHBWOXpwbDQK95Lk7rkNoEc5j+68
NXBvylxoJarVJ+cEi05VSNPyTZwp72SO5KwuikYPsTQKFwoYpdSlQC2kKyXVi5vB
aabYfhFiEXE0Kvmzd2Gp+SJDZbaBerAbG8N9jhLsqAM6s+BXykA9/w==
-----END AGE ENCRYPTED FILE-----