nostr relay proxy

If the Nazis used government funds to install those "break glass in case of emergency" axes in their buildings, then that means they were using easy access axes Axis taxes. -Sir_Kegglesworth, Feb 2014
Hear me out: The Big Short, but instead of credit default swaps on housing bonds, it’s #Bitcoin on fiats. And instead of worrying about counterparty risk, we just live our lives.
OMG, 69k already?! 😱
#Bitcoin multi-sig refers to a type of bitcoin wallet that requires multiple signatures (from multiple private keys) to authorize a transaction, providing an extra layer of security compared to a single-signature wallet. Video: Advisory Services and Bitcoin Education for HNWIs, Family Offices, and Institutions with Ralph Gebran, M.Fin., M.Fin. from nostr:npub1ke6qm6rpznpd5v87kpekae2mr08p7pvpd42z7rjaw3jzjzafx5esdxhcve 🧡 https://video.nostr.build/d9d24745b8ab7f0495ada54cdcc78785685612cfb7e47e23da60f92eb3002c9f.mp4
Do you want to fuck the system? Study #Bitcoin. Do you want to protect your wealth? Study #Bitcoin. Do you want to exit the matrix? Study #Bitcoin. Do you want to feel hope for the future? Study #Bitcoin. Do you want to be free? Study #Bitcoin.
We’re so back. GM #Bitcoin fam
Good morning ☕️ 🌤️ 🌊 you wonderful Nostr people 🫂💜 #Bitcoin #foodstr #Coffeechain https://image.nostr.build/e8216db1ee62e4669bd97a0eebb3e21e74e0178c2a580b0d0b5b2783eaa77a12.jpg
the next post is here: nostr:nevent1qqsdq4kt4ahhgg0dycdut6cm6pphuyp6jufm2du80z0kmtd925vszcgpzpmhxue69uhkummnw3ezumrpdejqz9thwden5te0v4jx2m3wdehhxarj9ekxzmnyqyv8wumn8ghj7un9d3shjtnndehhyapwwdhkx6tpdsq3gamnwvaz7tmjv4kxz7fwv3sk6atn9e5k7usgy2u
old school/new school unix fan nerd moment... split window in tmux, vi open in one side writing an email which will be relayed over ssh to your smtp daemon and sent, and vi open in the other split writing this message to my nostr-relay-proxy. some nerds have all the fun.
old school/new school unix fan nerd moment... split window in tmux, vi open in one side writing an email which will be relayed over ssh to your smtp daemon and sent, and vi open in the other split writing this message to my nostr-relay-proxy. some nerds have all the fun.
previous post here: nostr:nevent1qqsy0m93tu49gtqxdjnm62u3xlvkgy8tc8gdwx8sy7dm0vgulu58qkqpp4mhxue69uhkummn9ekx7mqprpmhxue69uhhyetvv9ujuumwdae8gtnnda3kjctvqy28wumn8ghj7un9d3shjtnyv9kh2uewd9hszyrhwden5te0dehhxarj9ekxzmnyyjr9fn
in the last post we talked about how we need introspection to make more restrictive statements about where bitcoin is allowed to be spent. for example, to only let the bitcoin be spent in a transaction that pays nifty 500k of the sats. how do we make introspection happen in bitcoin scripts? there’s a couple of proposals, each one a bit more involved than the last. we’ll start with the simplest proposal, and work our way to the most complex. the simplest is probably the least well known: op-tx. this opcode will take a flagset as its input. the flagset “flags” which parts of the tx should be added onto the stack. the interpreter will look at the flags, find that data in the tx, and then pull it in by putting it on the stack. once the data is pushed onto the stack, you can make assertions about that data. for example, you could flag to op-tx to push the first output amount and script onto the stack. this would then let you check that the tx is sending at least 500k sats to nifty’s address. op-tx is very simple, but powerful. there’s open questions about how to design the flags that refer to different parts of a transaction, as well as how expensive it can be to do operations on the data. could you maybe make a script that has too long of a run time because of having access to so much transaction data? there’s also issues with limited amounts of data being allowed onto the stack, which you might run into if the tx info is too big. to try to alleviate concerns about access to too much data, op-txhash has been proposed. txhash works similarly, in that it lets you define a flagset which points to different parts of the transaction. instead of pushing the data directly onto the stack, however, it instead hashes the data and pushes the resulting *hash* onto the stack. so if i wanted to check that the first output of the transaction paid me 500k sats, i’d have to figure out the hash of that when writing the locking script. i’d then use op-txhash to push the hash of the first output onto the stack, and them compare that to the one i calculated when i first locked the coins up. instead of looking at data directly, we’re looking at hashes of data. there are some downsides to using hashes. for example, this makes it impossible to do comparisons like “at least” 500k sats sent to nifty. you’d have to only accept txs that send exactly 500k sats. using hashes has definite upsides though. you can verify a lot more information in a single check. for example instead of checking the amount and address separately, you’d check a single hash value that compares them both. this also saves space, and reduces the number of checks that need to be done. which brings us to op-ctv. op-ctv is an opinionated version of op-txhash. instead of allowing you to choose what set of fields from a tx you want to hash and check against, it picks a fixed set of data from the tx that goes into the hash. this means you need a better understanding of exactly what the tx your bitcoin will be spent in to use ctv. you can’t just compare the first output’s hash, for example. op-ctv stands for “check template verify”; the “template” in this case is the fixed set of fields in a tx that will be hashed together. one downside to using op-ctv is that you can’t change the amounts or outputs in the spending tx, which makes it more difficult to add fees later to ensure the tx can be mined. ok that’s a good stopping point for the “simple” hash and direct access proposals for introspection opcodes in bitcoin scripting. in the next post we’ll look at the craziest way that introspection can be added to bitcoin: op-cat 🐱 enjoying this series about covenant proposals? learn more about how txs work with nostr:npub1vmpf90hq56wzyxht6teg3llpa74rzcepw9suj5unxl3tph24zd4qgtxhm7 online classes 👌 Read more about TXHASH and how it relates to CTV/TX here: https://delvingbitcoin.org/t/draft-bip-for-op-txhash-and-op-checktxhashverify/121 Original proposal for op-tx is here: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020450.html Op-ctv you can find out more about on the Bip119: https://github.com/bitcoin/bips/blob/master/bip-0119.mediawiki
奥さんにそんな言い訳させるなよ。可哀想すぎる。。。 https://x.com/nCACXNVcbAMEwAc/status/1843117916860142053
Ladies and Gentlemen🇪🇺☀️ Today Monday ☕️🥐 Let's focus this week on making Bitcoin more accessible and easier to use. @relai_app #Bitcoin        cause happiness.☝️ #Bitcoin #BTC @relai_app ln Wallet opens up possibilities for several people in #Europe ⚡️lightning fast bitcoin payments to Europeans guys ⚡️
ส่งมอบแหวน หนึ่งเดียววงนี้ให้เจ้าของเรียบร้อย⚡️ BoltRing : NFC Ring Payment Lightning Bitcoin #siamstr #LNbits #NoStr #BoltRing #NFC #Ring #Payment #Lightning #Bitcoin #Adoption #grownostr #plebchain #Nostrich https://video.nostr.build/2cd4a7feaad4c6a69d2c5666d844b607af0dfba0ebc3e7f5bc90a9272d40f2a7.mp4
#Bitcoin is the subtle art of not giving a f*ck.
GN Nostr gives power back to the user, it allows the user to try different clients, to fine tune the content they see. As an artist it has given me a place to be authentic, to not worry about censorship or being banned. ₿ combined with Nostr has allowed me for the first time to get Art to people in different countries and pay with a global money. I’ve sold art for 14 years and within the past two months on Nostr I’ve sold to people all over the globe, something that never happened for me on Etsy or Instagram. It’s truly incredible, thank you to all the people, the developers and community that have made these technologies possible. It really is changing lives. It’s changed mine. #grownostr #plebchain #nostr #bitcoin
nostr:nprofile1qqszd44fgen4ucpl3hjt7muuaazzqdahp3lwu9c07phdweelcdxf3ugpz9mhxue69uhkummnw3ezuamfdejj7ddeqs5 - oddly this post reminded me of you. I think because you are very creative. How do you overcome creativity block? ☺️
Great art exhibition of #streetart + #Bitcoin in #Barcelona. Congratulations nostr:nprofile1qqst6vdsnmzgzkmpzgx2ht7chwpp7wk7lm4er4pzpfcvgrdym89v5jgprpmhxue69uhkummnw3ezuendwsh8w6t69e3xj730r6fl6f ! Awesome pieces of art!
#nostr needs to be first an app for notes. .. than other stuff .. 😁
Another favorite before I go to sleep with a few talk show hosts including Lazlow from 1997. https://archive.org/download/gtasars/West%20Coast%20Talk%20Radio.mp3 #WCTR #SanAndreas #1997 #GTASA #grandtheftauto #talkshow #hilarious #funny #comedy #raw #lmao #cult #program #rich #poor #dontvote #society #government #killing #innocent #people #hearts #listennostr #fernnando #passion #pimping #life #Bitcoin #BTC #Nostr #Lightning #Zap #Zapathon #Zaps #Plebs #Plebchain #GrowNostr #Nostriches #Money⚡ #Zapatime #Happy #RideThe⚡ #Zapstr #Plebdrive #Zapdrive #zapchain #bitchain #boost #share #boosted #bitdrive $boost Come join us & chat it up with other nostriges on Simplex the only true anonymous messenger app you should be using! https://simplex.chat/contact#/?v=2-5&smp=smp%3A%2F%2F1OwYGt-yqOfe2IyVHhxz3ohqo3aCCMjtB-8wn4X_aoY%3D%40smp11.simplex.im%2Fu1AqxBdpGX7IjZ74F5H98xxYn_oI_PIK%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAmgo4PVlg6L-YyASR7_PGZgvAgeXyTHOLmWqAVkE-sjM%253D%26srv%3D6ioorbm6i3yxmuoezrhjk6f6qgkc4syabh7m3so74xunb5nzr4pwgfqd.onion&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%225R1cLs7MuxTkMIfeezR8IA%3D%3D%22%7D
Bitcoin has INCREASED in GOLD. The current price is 24.1 troy ounce, the pokémon #24 is Arbok (Poison) #bitcoin #pokemon #zap
$63,667.04 / #bitcoin ≅ ₱3,619,662.44 🟢 0.40% ≅ ₱14,516.05
I'm currently (trying) to test Fedimint mint creation and it seems difficult at the time. Why? Because I don't have a #Bitcoin node with cleanet. I may finesse me a node on desktop somehow...
next
prev

rendered in 22.854786ms