00:25:00 You speak wonderful english 00:25:09 Better than plowsof, for sure. 03:33:18 Sup Monero Community, 03:33:18 I'm trying to process registration for a (self-hosted) service and require $1 in XMR for it. Process would look like this: 03:33:18 1. User fills out web-form of necessary information to register. Clicks "next" 03:33:19 2. XMR OTP is presented, QR code, address, and payment required. (On backend sub-address/integrated-address is created and watched) 03:33:19 3. Once the amount hits the address, registration is processed (simple API call) 03:33:20 The requirements for this is no JS. This should all work within a JS disabled browser. 03:33:20 Anyone know of projects that have implemented a similar thing? 03:33:21 I've found https://github.com/busyboredom/acceptxmr which seems to meet my needs but I don't know a lick of rust so integrating it might be a struggle. 03:33:21 I have some knowhow with PHP so I may go about it more from scratch with https://github.com/monero-integrations/monerophp 03:33:22 But ideally I'd like to re-use existing known good code for this, the requirements are pretty simple so I'm sure something is out there that solves most of my problem here, but my google-fu is coming up short. 03:33:22 Anyone worked on something similar? Or know of software that can meet my needs? 03:47:56 Hey Masayuki, I'm the author of AcceptXMR. I'm currently working on a batteries-included payment gateway based on AcceptXMR, but it's still WIP. So for now, you're right that using it requires a good amount of rust coding. This example might be useful if you go this route: https://github.com/busyboredom/acceptxmr/blob/main/examples/nojs/main.rs 03:47:56 BTCPay Server seems to be the most popular option right now for non-rust-programmers. I've never seen it used in a JS-free context before though, not sure how hacky you'd have to get to accomplish that. 03:51:43 Yeah I was looking at BTCPay pretty seriously and was digging deep into it, but from what I can tell it'd require more work to make it work without JS than it would to do something from scratch in PHP, so I've binned it from my considerations since 03:53:41 Yeah I was looking at BTCPay pretty seriously and was digging deep into it, but from what I can tell it'd require more work to make it work without JS than it would to do something from scratch in PHP, so I've binned it from my considerations since 03:53:41 Appreciate the code btw and your continued work on it. Batteries-included approach would be very very helpful 04:51:54 Moneropay? 04:52:32 Also #monero-community-dev:monero.social 04:52:51 Might be useful for something like monero.town 05:40:16 MoneroKon 2024 tickets now available: https://tickets.monerokon.org 05:40:41 Dates: 7-9 June 2024, Location: Prague, Czech Republic 13:48:42 Where can we see MoneroKon 2024 T-shirt 14:28:48 vostoemisio: do we already have one? 21:30:43 Not yet 😟 22:26:39 https://matrix.monero.social/_matrix/media/v1/download/matrix.org/FuiqBUnRAiGXWASTYXItnrMT 22:31:58 It's hard to just link it instead? 22:32:00 hee-hee.mp3 22:32:13 Want to read thoses comments lol 22:34:25 Things that I hate about Bitcoin: 22:34:26 1 - mining is expensive and elitist 22:34:26 2 - ETFs bullshit 22:34:27 3 - Easily traceable 22:34:27 4 - Maxis worst than religious radicals 22:35:59 what else? 22:36:07 https://twitter.com/shopinbit/status/1726672087761494495 22:36:12 5 - market manipulation 22:36:42 can't read the comments, dont use that X crap 22:39:30 hey, 22:39:30 few questions if i may. i'm no expert in the xmr field.. having focused moslty on bitcoin over past couple of years.. but see such value in utilising both btc and xmr. 22:39:31 i will be importing my wallet onto monero GUI, on new laptop, and not 100% on best set up to opt for. 22:39:31 for now i'm keen to run a pruned full node. so i can validate all my own txs, not needing to use a remote node... won't have connected all the times, as don't have constant router usage, but happy to resync the chain before needing to transact. 22:39:32 i assume it's not such a big process? have GUI installed already and SSD ready to go. assume it takes some days to download the whole blockchain inititally (if that's necessary still with a pruned node?) 22:39:32 if there was a guide going through this process, appreciate receiving. couldn't find a clear one online. and don't expect i need to open up ports for incoming peers, due to being offline most of the time? 22:39:33 i assume i just choose the 'Simple mode (with bootstrap)'? and download blockchain to my external SSD? 22:39:33 thanks. 22:59:34 pruned or regular takes the same time to do the initial download of the blockchain 22:59:50 with an SSD it should take about a day 23:00:07 oh wait, an external SSD 23:00:22 that will take a bit more time 23:01:31 I believe bootstrap will allow you to make txs using a remote node until you are synce 23:01:45 disclaimer: I don't use the GUI