Update
This commit is contained in:
61
docs/crypto-wallets.md
Normal file
61
docs/crypto-wallets.md
Normal file
@@ -0,0 +1,61 @@
|
||||
# Crypto Wallets
|
||||
|
||||
<h2 id="bitcoin">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="../assets/icons/bitcoin-light.svg">
|
||||
<img src="../assets/icons/bitcoin.svg" width="25px" height="25px">
|
||||
</picture>
|
||||
Bitcoin
|
||||
</h2>
|
||||
<img src="https://christerwaren.fi/barcode.svg?s=qr&c=bitcoin%3Abc1qlqz08vm7xgl7sff006z32zarrtyc26exum7z5c" width="250px" height="250px">
|
||||
|
||||
<b>Wallet Address:</b><br>
|
||||
bc1qlqz08vm7xgl7sff006z32zarrtyc26exum7z5c
|
||||
|
||||
<a href="https://github.com/cwchristerw">Return to profile</a>
|
||||
|
||||
|
||||
<h2 id="ethereum">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="../assets/icons/ethereum-light.svg">
|
||||
<img src="../assets/icons/ethereum.svg" width="25px" height="25px">
|
||||
</picture>
|
||||
Ethereum
|
||||
</h2>
|
||||
|
||||
<img src="https://christerwaren.fi/barcode.svg?s=qr&c=ethereum%3A0xe14c0d40f6b214a75cc36c063c6ad36f3947ea41" width="250px" height="250px">
|
||||
|
||||
<b>Wallet Address:</b><br>
|
||||
0xe14c0d40f6b214a75cc36c063c6ad36f3947ea41
|
||||
|
||||
<a href="https://github.com/cwchristerw">Return to profile</a>
|
||||
|
||||
<h2 id="litecoin">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="../assets/icons/litecoin-light.svg">
|
||||
<img src="../assets/icons/litecoin.svg" width="25px" height="25px">
|
||||
</picture>
|
||||
Litecoin
|
||||
</h2>
|
||||
|
||||
<img src="https://christerwaren.fi/barcode.svg?s=qr&c=litecoin%3Altc1q0pk8gn4szdc984llafnju6259534753sm3cxtx" width="250px" height="250px">
|
||||
|
||||
<b>Wallet Address:</b><br>
|
||||
ltc1q0pk8gn4szdc984llafnju6259534753sm3cxtx
|
||||
|
||||
<a href="https://github.com/cwchristerw">Return to profile</a>
|
||||
|
||||
<h2 id="monero">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="../assets/icons/monero-light.svg">
|
||||
<img src="../assets/icons/monero.svg" width="25px" height="25px">
|
||||
</picture>
|
||||
Monero
|
||||
</h2>
|
||||
|
||||
<img src="https://christerwaren.fi/barcode.svg?s=qr&c=monero%3A42jGtAeArpkU79SGv1ZSanSsZ3rNwkDHa9waAbcYEdarD8fFT9g2XD3c8endRdK6FLhL7E1QP7ueJ5QQZahRsgYV8Ggohq4" width="250px" height="250px">
|
||||
|
||||
<b>Wallet Address:</b><br>
|
||||
42jGtAeArpkU79SGv1ZSanSsZ3rNwkDHa9waAbcYEdarD8fFT9g2XD3c8endRdK6FLhL7E1QP7ueJ5QQZahRsgYV8Ggohq4
|
||||
|
||||
<a href="https://github.com/cwchristerw">Return to profile</a>
|
||||
10
docs/ssh-keys.md
Normal file
10
docs/ssh-keys.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# SSH Keys
|
||||
|
||||
## 🌐 Public
|
||||
```
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPW5phGhwAG8dmT+sR0uF1gRc0X9xXZiiFxvKUEsPk1N cwchristerw
|
||||
```
|
||||
|
||||
You can grant me access to your device with adding this SSH key to your .ssh/authorized_keys file.
|
||||
|
||||
<a href="https://github.com/cwchristerw">Return to profile</a>
|
||||
Reference in New Issue
Block a user