diff options
Diffstat (limited to 'index.org')
-rw-r--r-- | index.org | 36 |
1 files changed, 24 insertions, 12 deletions
@@ -62,22 +62,34 @@ Who is the man behind ret2pop? How do you contact him? So many mysteries await†I wrote this website in org mode. For more information, see the [[file:README.org][README]]. Here is how I upload my website: #+begin_src shell :exports code :results silent -cd ~/org/website git add . -git commit -m "Add cryptocurrency" -git push origin main rsync -azvP ~/website_html/ root@nullring.xyz:/usr/share/nginx/ret2pop/ #+end_src - -No, seriously, this is how I update my website. This code block right here. That's right, this website will be filled -with code blocks that both act as /examples/ of how the website might be maintained, but also run the commands themselves. -I run these code blocks from within org files in order to actually execute the commands! - +Then I run magit after. * Donate -If you like anything that I do, donate! But should you use cryptocurrency? Why do people shill for it, and should +If you like anything that I do, donate! But [[file:./crypto.org][should you use cryptocurrency]]? Should it be used as a means of exchange? Probably not, but it's cool and free for me to do so here you go: +** XMR +An anonymous form of ecash, the only one out of these that is actually being used for the purpose +of currency (on the dark web): +#+begin_example +42eCG7GXqhofN9X4m8kTiwBLWr7b2m6QgdSd1NTtKZWqKCUzC7xuRcWUzct7SydZfUCqpf7KsWC6FhFmuP1ffGFwFskuURH +#+end_example +** ETH (And associated tokens) +Utility in the form of smart contracts (which are perhaps useful for something important in the future), +with first mover advantage in this regard: +#+begin_example +0x8512B753D1613143A379d0ba39bd335e94F37DCF +#+end_example +Note that this includes subprojects such as LINK which I find to have some value. +** BTC +The standard, and probably will continue to be used as a prediction market/speculative asset for the +efficacy of other cryptocurrencies: #+begin_example -BTC: bc1qjxec4e08hzv09h0ss8q80ey0kc7356p6c8fg8h -ETH: 0x8512B753D1613143A379d0ba39bd335e94F37DCF -XMR: 42eCG7GXqhofN9X4m8kTiwBLWr7b2m6QgdSd1NTtKZWqKCUzC7xuRcWUzct7SydZfUCqpf7KsWC6FhFmuP1ffGFwFskuURH +bc1qjxec4e08hzv09h0ss8q80ey0kc7356p6c8fg8h #+end_example +Note that all of the above cryptocurrencies I believe are either potentially useful for some niche, or have +value because of their de-facto link to other currencies that are useful for some niche. +** Do I advocate for using these as currencies? +Only Monero and some forms of ETH tokens for privacy reasons, and maybe they can become better than fiat, +but that algorithm that keeps them stable does not really exist yet. |