03:01:19 icarolongo: 03:01:32 * cryptogrampy[m] uploaded an image: (77KiB) < https://libera.ems.host/_matrix/media/r0/download/monero.social/peypqkIarCLYaUoEpWQNVrLj/image.png > 03:02:30 * cryptogrampy[m] uploaded an image: (21KiB) < https://libera.ems.host/_matrix/media/r0/download/monero.social/MQyPWBHBmlhWpwWEOAsSMbDt/image.png > 03:05:34 This 'Display Shop Name' checkbox will allow you to set the name of your shop while only displaying your restaurant logo .png (you can set this in the Logo URL field) The name of the shop is what customers see in their wallets as the payment label. 10:25:43 The 'Display Shop Name' seems to work correctly, however when I tried changing from mainnet to stagenet that feature did not work. It's understandable however, and probably the background node service was not running. 12:41:45 cryptogrampy are there any stagenet compatible nodes? e.g. using xmr.sh (for testing) 12:48:28 I think there are several public stagenet nodes, the easiest to remember is Melo Tools. 12:53:15 I also remember melo tools like that :) the problem is they have to be 'web compatible' or they won't work (there are only a few mainnet nodes like that at the moment, and i don't know any stagenet ones (yet, its quite new) 13:44:20 "cryptogrampy are there any..." <- not that i know if, but you could easily spin one up as a hidden service and just add the cors wildcard 13:44:27 doesn't need https on tor 13:44:56 alternatively, i saw onionsltd posted an nginx config that can proxy connections to existing public nodes and serve them as 'web-compatible': https://github.com/xmrdotgift/monero-node-proxy/blob/master/nginx/monero-proxy.conf 13:45:17 haven't messed with it yet. 13:46:14 "The 'Display Shop Name' seems to..." <- I have a ticket for better error messaging on this page, especially with regard to bad node credentials or node not working 13:46:42 and i made a basic tool for testing whether or not a node is 'web-compatible': https://hotshop.onrender.com/#/node-checker 14:47:12 speaking of nodes.. https://www.reddit.com/r/Monero/comments/v5dfdv/request_to_all_monero_public_node_operators/ 14:47:27 there could be a p2pool compatible column also :) 15:04:55 "is advertising a nodes zmq port to the public a bad idea" mr sech1 ? 15:05:31 zmq doesn't expose restricted RPC 15:05:39 to be fair, it doesn't expose much at all :D 15:05:53 only new block and new tx notifications is what p2pool uses 15:08:42 interesting, and do nodes 'tell the world' about their zmq status somehow? (i see nothing in the get_peer_list related to a zmq port) or would we have to assume / check port 18083 with some kind of post request thing? 15:08:59 Thanks! 15:10:04 they don't broadcast it 15:10:15 also, 18083 is not a default port for zmq 15:10:21 IIRC 18083 is also used for something else 15:10:45 it's used for TOR Monero nodes 15:12:36 ah ok, so its a 'add your nodes zmq voluntarily to this list' kinda thing 15:21:53 From cryptonote_config.h: uint16_t const ZMQ_RPC_DEFAULT_PORT = 18082; 15:30:08 this is ZMQ RPC port, it's different 15:30:49 p2pool uses zmq-pub, not rpc 17:11:56 Hey guys. 17:11:56 Is this confirmed? 17:11:56 https://ciphertrace.com/enhanced-monero-tracing/ 17:13:06 That's from August 4, 2021. And people around here do not consider this to be "confirmed". 17:24:15 "That's from August 4, 2021..." <- Thx 17:42:13 so the bitrefill dude made an interview with douglas like couple weeks ago or so apparently, and in it he was saying something like there is basically just 2 real coins out there (bitcoin and monero), so how come there still seem to not have the monero option on bitrefill? 18:26:37 Did i got kicked from monero space and monero lab lounge? Or some change happen? 18:29:56 I think you got autokicked 19:07:01 From inactivity? 19:11:38 icarolongo: I added a 'kiosk' url in the HotShop settings- this link has the settings button and any other links in the app disabled. At this point, you *should* be able to use a touch screen device, find out how to put it in a kiosk mode (this is possible with many OS's, i think), and point the browser at that Kiosk URL. 19:11:55 Let me know how it works :) 19:12:09 And if you have any issues 19:12:46 https://hotshop.onrender.com 19:16:48 If anyone has hot tips on setting up ubuntu or PopOS in kiosk mode, let me know :) 19:27:31 https://www.optasy.com/blog/3-essential-steps-convert-your-website-progressive-web-app 19:29:35 PR's welcome :) 19:31:01 https://capacitorjs.com/solution/vue 19:31:10 this might be very easy as well 19:33:08 would also be cool if it alleviates the need for a static site host 19:40:29 holy shit i got this to work with capacitor in like 5 minutes 19:42:30 literally running hotshop on my android phone right now from an app 19:44:36 * cryptogrampy[m] uploaded an image: (66KiB) < https://libera.ems.host/_matrix/media/r0/download/monero.social/rVRkdinnMSxeKBdJSYCisWZY/5a5bc177-db53-442c-aa6b-d1e9e8369104.png > 19:45:41 wow and it actually works 19:46:22 * cryptogrampy[m] uploaded an image: (68KiB) < https://libera.ems.host/_matrix/media/r0/download/monero.social/KfhRSDpXldNkgGbviioGNcnF/629a42c7-7e6a-4840-9b6f-d38b1a160901.png > 19:47:27 it also built an iOS thingamahoo but I don't really have a way of testing / no idea how one does that 19:52:13 if anyone wants to mess with it: https://github.com/CryptoGrampy/HotShop/tree/capacitor-testing 19:52:42 npm run capacitor will do the full build, then you open it up in android-studio 19:53:26 * ```npm run, * run capacitor``` will 19:55:47 On tablets (perhaps phones too) you can lock apps in kiosk mode 19:56:55 Meaning, not allowed to dismiss app 19:59:41 "If anyone has hot tips on..." <- https://github.com/nativefier/nativefier 20:06:10 cryptogrampy: another idea: the hotshop can be keyboard-friendly too, for devices like laptops 20:09:19 "On tablets (perhaps phones too..." <- can you lock PWA's? 20:10:20 icarolongo[m]: yeah this is a good idea, also more 'accessible'. The display value should really be an html input field. Will add this to the list :) 20:11:46 "https://github.com/nativefier/..." <- wow that worked extremely well with the Kiosk URL 20:12:31 * cryptogrampy[m] uploaded an image: (117KiB) < https://libera.ems.host/_matrix/media/r0/download/monero.social/IBnQiDxDYJNytZcnEScVIbTw/image.png > 20:20:19 "yeah this is a good idea, also..." <- The user press the numbers on keyboard e after hit enter and done, the QR Code appear. After press enter again to request new payment. 20:20:35 makes sense to me 20:20:41 I like that idea 20:21:13 * The user press the numbers on keyboard and after hit enter and done, the QR Code appear. After press enter again to request new payment. 20:21:16 icarolongo[m]: Can definitely do this 20:22:19 Can I get a MoneroChan background image for my store? 20:25:15 I think I want to pursue the PWA idea more than apps. It's a little more accessible to people and much less of a pain in the ass to do releases, but I'm curious what everyone prefers... 20:31:34 I'd start with a PWA because it's simpler and switch to an app if nessecary 20:37:08 * The user press the numbers on keyboard and after hit enter and done, the QR Code appear. After press enter again to cancel or request new payment. 21:59:03 "can you lock PWA's?" <- Yup. One one of my device it is a setting called "screen pinning" 21:59:24 * ofrnxmr[m] uploaded an image: (60KiB) < https://libera.ems.host/_matrix/media/r0/download/monero.social/XOZZyGkhBoFutFKCxpWkPCUz/Imagepipe_148.jpg > 22:01:02 * ofrnxmr[m] uploaded an image: (30KiB) < https://libera.ems.host/_matrix/media/r0/download/monero.social/vQCvGVafDnUbhojqxOKYNeGm/Imagepipe_149.jpg > 22:34:16 "Imagepipe_148.jpg" <- just tested this with the capacitor android HotShop build. works extremely well. really easy to use too. 👀 22:35:39 doesn't save settings though as they're meant to populate through a URL. PWA will work much better for this. 22:43:08 hello 23:41:40 cryptogrampy: the admin and kiosk URL does not save the configuration when the shop name is disabled neither when logo URL is removed 23:50:52 "cryptogrampy: the admin and..." <- https://github.com/CryptoGrampy/HotShop/issues/47 will work on the shop name one as well. Feel free to pm me too in the future