Adam Nowotny's avatar
Adam Nowotny
npub1wnwy...ecjr
Code Removal Specialist. Adventurer. Motorcyclist. Citizen of No Man's Land. Decentralization. Privacy. Open Source. Linux. Building https://orangelab.space/ - private infrastructure on consumer hardware based on K3s, Tailscale, Pulumi and Longhorn.
Adam Nowotny's avatar
adamnowotny 6 days ago
If you decided to rebase from Bitcoin Classic to Bithereum, below are the commands to run to update your cluster with @OrangeLab It sure is nice to have all your infra automated! I don't even have to care which machines the components run on, all I know is they have the needed resources and sit in "home" zone to optimise network performance. Also, hello Nostr, is there a way to post code blocks or markdown? Tested with Amethyst, Wisp, Primal and they only accept plain text on posts and interpreted the docker image as url ๐Ÿค”
Adam Nowotny's avatar
adamnowotny 6 months ago
Simple way to check if your VPN connection works correctly image
Adam Nowotny's avatar
adamnowotny 7 months ago
That is so cool! Just managed to set it up and even got the agent to create SSH key so it could download repo. What would be really helpful is copy/paste as I had to tell it to save the public key in /mnt/shared/Download so it could be added to GitHub. Now if we can get Whisper setup for speech recognition that would be something
Adam Nowotny's avatar
adamnowotny 8 months ago
Well that was awkward. Nothing says "welcome back" like applying for a bank account and getting rejected... Reason? "We're not required to give you a reason". Was it the questions about digital currencies? Or giving a Proton alias instead of real email because I don't like my data being abused by your marketing department? I'll never know because apparently it's now legal for banks to discriminate for any reason. BTW there are quite a few companies creating user ratings of all sorts and it's already used by banks so this whole " social credit score" from China is already implemented worldwide. Don't worry, you'll be fine as long as you do what you're told... I guess we're entering a phase where you have to behave in an approved way to access the financial system. Given how hopelessly corrupt this system is, I must he doing " something" right ๐Ÿ˜† image
Adam Nowotny's avatar
adamnowotny 1 year ago
Build on protocols, not products. OSS is the way
Adam Nowotny's avatar
adamnowotny 1 year ago
Alright, let's get this European adventure started! It's been way too long without mobility. Who's up for a catch up? Gotta run some miles...I mean kilometers ๐Ÿ˜ image
Adam Nowotny's avatar
adamnowotny 1 year ago
Vibe ๐Ÿค– coding < augmented ๐Ÿš€ coding < augmented ๐Ÿ”ฅ vape coding
Adam Nowotny's avatar
adamnowotny 1 year ago
Time to earn that @OrangeLab name! Just added Bitcoin module with support for running Bitcoin full node and Electrum server to connect your wallets privately. You can also switch between Core and Knots implementations at any point while using same underlying storage. Thanks for @npub155m2...dcvg for the core/knots docker images and @Umbrel โ˜‚๏ธ for maintaining Electrs image! Commands: pulumi config set bitcoin-knots:enabled true # or pulumi config set bitcoin-core:enabled= true pulumi up # wait for node to sync, then pulumi config set electrs:enabled true pulumi up Wait for Electrs to index the blocks, then use "electrs:50001" to configure your wallet software. If you also have MinIO (S3 storage) component enabled then daily incremental backups will happen automatically.
โ†‘