From 5934fc7c0b395f8b218f263331130a4ef4ea4000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 30 May 2024 22:04:55 +0300 Subject: [PATCH] Update --- README.md | 23 ++++++++-------- docs/crypto-wallets.md | 61 ++++++++++++++++++++++++++++++++++++++++++ docs/ssh-keys.md | 10 +++++++ 3 files changed, 82 insertions(+), 12 deletions(-) create mode 100644 docs/crypto-wallets.md create mode 100644 docs/ssh-keys.md diff --git a/README.md b/README.md index c9e8243..08de43e 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ - Instagram • + Instagram / - LinkedIn • + LinkedIn / @@ -34,13 +34,12 @@

Translations

- 🇷🇺 Кристэр Варэн
- 🇯🇵 クリステル • ワレン + 🇷🇺 Кристэр Варэн / 🇯🇵 クリステル・ワレン

SSH Keys

- ED25519 + 🌐 Public
@@ -49,31 +48,31 @@ - Bitcoin - BTC • + Bitcoin - BTC / - Ethereum - ETH • + Ethereum - ETH / - Litecoin - LTC • + Litecoin - LTC / - Monero - XMR + Monero - XMR

More repos available in

- CWINFO Git • + CWINFO Git / - Gitlab • + Gitlab / Warén Git -
\ No newline at end of file + diff --git a/docs/crypto-wallets.md b/docs/crypto-wallets.md new file mode 100644 index 0000000..b47b436 --- /dev/null +++ b/docs/crypto-wallets.md @@ -0,0 +1,61 @@ +# Crypto Wallets + +

+ + + + + Bitcoin +

+ + +Wallet Address:
+bc1qlqz08vm7xgl7sff006z32zarrtyc26exum7z5c + +Return to profile + + +

+ + + + + Ethereum +

+ + + +Wallet Address:
+0xe14c0d40f6b214a75cc36c063c6ad36f3947ea41 + +Return to profile + +

+ + + + + Litecoin +

+ + + +Wallet Address:
+ltc1q0pk8gn4szdc984llafnju6259534753sm3cxtx + +Return to profile + +

+ + + + + Monero +

+ + + +Wallet Address:
+42jGtAeArpkU79SGv1ZSanSsZ3rNwkDHa9waAbcYEdarD8fFT9g2XD3c8endRdK6FLhL7E1QP7ueJ5QQZahRsgYV8Ggohq4 + +Return to profile diff --git a/docs/ssh-keys.md b/docs/ssh-keys.md new file mode 100644 index 0000000..3715245 --- /dev/null +++ b/docs/ssh-keys.md @@ -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. + +Return to profile