GithubHelp home page GithubHelp logo

Awesome legit statoshi

nostr NIP-05 verification

https://nvk.org/n00b-nip

NIP5: Mapping Nostr keys to DNS-based internet identifiers

Buy a domain

Setup Domain DNS records to point to GitHub Pages:

Type Host Answer TTL Priority
A randymcmillan.net 185.199.108.153 3600
A randymcmillan.net 185.199.109.153 3600
A randymcmillan.net 185.199.110.153 3600
A randymcmillan.net 185.199.111.153 3600

$ dig randymcmillan.net

randymcmillan@randymcmillan.net

Create a new github repo github.com/new

Create a new file your-repo/.well-known/nostr.json

Edit nostr.json to reflect YOUR pub key and desired nickname this content:

{
  "names": {
  "randymcmillan": "e88a691e98d9987c964521dff60025f60700378a4879180dcbbb4a5027850411"
  }
}

Create a new file in the root folder _config.yml and add this line

include: [".well-known"]

Navigate to: https://github.com/RandyMcMillan/randymcmillan/settings/pages

Under "Build and deployment" select "Deploy from branch" then below select "Main/Master" branch

Under "Custom domain" type your naked randymcmillan.net (github might complain, ignore)

Below it, check Enforce HTTPS. Sometimes this may take a few minutes to be available.

Then head over branle.netlify.app/settings or astral.ninja/settings (using an extension like Alby or nos2x) edit the NIP-05 Indentifier field to reflect "[email protected]" and press Save you are all set now, enjoy the vanity address.


legit - git commit custom hash
git clone https://github.com/RandyMcMillan/legit.git ~/legit && \
cd ~/legit && ./make-legit.sh

statoshi.host - dockerized bitcoin node statistics
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && \
brew install docker docker-compose make && \
git clone https://github.com/bitcoincore-dev/statoshi.host.git ~/statoshi.host && \
cd ~/statoshi.host && make init run user=root port=80

docker.shell - wrap your $HOME in an alpine shell
git clone https://github.com/RandyMcMillan/docker.shell.git ~/docker.shell && \
cd docker.shell && \
make shell user=root

πŸ‘€

seq 0 947 | (while read -r n; do bitcoin-cli gettxout \
54e48e5f5c656b26c3bca14a8c95aa583d07ebe84dde3b7dd4a78f4e4186e713 $n \
| jq -r '.scriptPubKey.asm' | awk '{ print $2 $3 $4 }'; done) | \
tr -d '\n' | cut -c 17-368600 | xxd -r -p > bitcoin.pdf

πŸ‘€

Referal Links:

DigitalOcean Referral Badge

@RandyMcMillan's Projects

swiftcli icon swiftcli

A powerful framework for developing CLIs in Swift

swiftyjson icon swiftyjson

The better way to deal with JSON data in Swift.

tailsjoin icon tailsjoin

Scripts to setup and use JoinMarket on the TAILS OS

tapkulibrary icon tapkulibrary

tap + haiku = tapku, a well crafted open source iOS framework

teedy icon teedy

Lightweight document management system packed with all the features you can expect from big expensive solutions

template icon template

A minimal template for projects that build on top of c-lightning. This should get you started 😎

termgraph icon termgraph

a python command-line tool which draws basic graphs in the terminal

three20 icon three20

Three20 is an Objective-C library for iPhone developers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.