https://github.com/randymcmillan/randymcmillan
github user special page template
https://github.com/randymcmillan/randymcmillan
gh-actions gh-pages github github-config github-pages make makefile mkdocs
Last synced: 11 days ago
JSON representation
github user special page template
- Host: GitHub
- URL: https://github.com/randymcmillan/randymcmillan
- Owner: RandyMcMillan
- Created: 2022-01-14T01:19:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T19:33:28.000Z (about 1 year ago)
- Last Synced: 2024-05-02T06:16:39.434Z (about 1 year ago)
- Topics: gh-actions, gh-pages, github, github-config, github-pages, make, makefile, mkdocs
- Language: HTML
- Homepage: https://www.randymcmillan.net
- Size: 331 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [🐝](https://keys.openpgp.org/vks/v1/by-fingerprint/E616FA7221A1613E5B99206297966C06BB06757B) [Github ](http://github.com/randymcmillan) [Twitter](https://twitter.com/RandyMcMillan) [Keybase](https://randymcmillan.keybase.pub)
## [](https://github.com/RandyMcMillan/randymcmillan/blob/master/sources/awesome.md) [](https://github.com/RandyMcMillan/legit/actions/workflows/automate.yml) [](https://github.com/bitcoincore-dev/statoshi/actions/workflows/statoshi.yml)
nostr NIP-05 verification
[https://nvk.org/n00b-nip](https://nvk.org/n00b-nip5)
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``
![[email protected]]([email protected])
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:
```json
{
"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](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](https://branle.netlify.app/settings) or [astral.ninja/settings](https://astral.ninja/settings) (using an extension like [Alby](https://getalby.com) or [nos2x](https://chrome.google.com/webstore/detail/nos2x/kpgefcfmnafjgpblomihpgmejjdanjjp))
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
```shell
git clone https://github.com/RandyMcMillan/legit.git ~/legit && \
cd ~/legit && ./make-legit.sh
```statoshi.host - dockerized bitcoin node statistics
```shell
/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
```shell
git clone https://github.com/RandyMcMillan/docker.shell.git ~/docker.shell && \
cd docker.shell && \
make shell user=root
```👀
```shell
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:
[](https://www.digitalocean.com/?refcode=ae5c7d05da91&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)