-
cryptogrampy[m]
icarolongo:
-
-
-
cryptogrampy[m]
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.
-
msvb-web
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.
-
plowsof[m]
cryptogrampy are there any stagenet compatible nodes? e.g. using xmr.sh (for testing)
-
msvb-web
I think there are several public stagenet nodes, the easiest to remember is Melo Tools.
-
plowsof[m]
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)
-
cryptogrampy[m]
<plowsof[m]> "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
-
cryptogrampy[m]
doesn't need https on tor
-
cryptogrampy[m]
alternatively, i saw onionsltd posted an nginx config that can proxy connections to existing public nodes and serve them as 'web-compatible':
github.com/xmrdotgift/monero-node-p…blob/master/nginx/monero-proxy.conf
-
cryptogrampy[m]
haven't messed with it yet.
-
cryptogrampy[m]
<msvb-web> "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
-
cryptogrampy[m]
and i made a basic tool for testing whether or not a node is 'web-compatible':
hotshop.onrender.com/#/node-checker
-
plowsof[m]
-
plowsof[m]
there could be a p2pool compatible column also :)
-
plowsof[m]
"is advertising a nodes zmq port to the public a bad idea" mr sech1 ?
-
sech1
zmq doesn't expose restricted RPC
-
sech1
to be fair, it doesn't expose much at all :D
-
sech1
only new block and new tx notifications is what p2pool uses
-
plowsof[m]
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?
-
plowsof[m]
Thanks!
-
sech1
they don't broadcast it
-
sech1
also, 18083 is not a default port for zmq
-
sech1
IIRC 18083 is also used for something else
-
sech1
it's used for TOR Monero nodes
-
plowsof[m]
ah ok, so its a 'add your nodes zmq voluntarily to this list' kinda thing
-
rbrunner
From cryptonote_config.h: uint16_t const ZMQ_RPC_DEFAULT_PORT = 18082;
-
sech1
this is ZMQ RPC port, it's different
-
sech1
p2pool uses zmq-pub, not rpc
-
nutts0[m]
Hey guys.
-
nutts0[m]
Is this confirmed?
-
nutts0[m]
-
rbrunner
That's from August 4, 2021. And people around here do not consider this to be "confirmed".
-
nutts0[m]
<rbrunner> "That's from August 4, 2021..." <- Thx
-
spacekitty420[m]
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?
-
Monerostandoge[m
Did i got kicked from monero space and monero lab lounge? Or some change happen?
-
ofrnxmr[m]
I think you got autokicked
-
Monerostandoge[m
From inactivity?
-
cryptogrampy[m]
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.
-
cryptogrampy[m]
Let me know how it works :)
-
cryptogrampy[m]
And if you have any issues
-
cryptogrampy[m]
-
cryptogrampy[m]
If anyone has hot tips on setting up ubuntu or PopOS in kiosk mode, let me know :)
-
ofrnxmr[m]
-
cryptogrampy[m]
PR's welcome :)
-
cryptogrampy[m]
-
cryptogrampy[m]
this might be very easy as well
-
cryptogrampy[m]
would also be cool if it alleviates the need for a static site host
-
cryptogrampy[m]
holy shit i got this to work with capacitor in like 5 minutes
-
cryptogrampy[m]
literally running hotshop on my android phone right now from an app
-
-
cryptogrampy[m]
wow and it actually works
-
-
cryptogrampy[m]
it also built an iOS thingamahoo but I don't really have a way of testing / no idea how one does that
-
cryptogrampy[m]
-
cryptogrampy[m]
npm run capacitor will do the full build, then you open it up in android-studio
-
cryptogrampy[m]
* ```npm run, * run capacitor``` will
-
ofrnxmr[m]
On tablets (perhaps phones too) you can lock apps in kiosk mode
-
ofrnxmr[m]
Meaning, not allowed to dismiss app
-
icarolongo[m]
<cryptogrampy[m]> "If anyone has hot tips on..." <-
github.com/nativefier/nativefier
-
icarolongo[m]
cryptogrampy: another idea: the hotshop can be keyboard-friendly too, for devices like laptops
-
cryptogrampy[m]
<ofrnxmr[m]> "On tablets (perhaps phones too..." <- can you lock PWA's?
-
cryptogrampy[m]
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 :)
-
cryptogrampy[m]
<icarolongo[m]> "
github.com/nativefier..." <- wow that worked extremely well with the Kiosk URL
-
-
icarolongo[m]
<cryptogrampy[m]> "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.
-
chesterfield[m]
makes sense to me
-
chesterfield[m]
I like that idea
-
icarolongo[m]
* 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.
-
cryptogrampy[m]
icarolongo[m]: Can definitely do this
-
chesterfield[m]
Can I get a MoneroChan background image for my store?
-
cryptogrampy[m]
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...
-
keepitsecret[m]
I'd start with a PWA because it's simpler and switch to an app if nessecary
-
icarolongo[m]
* 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.
-
ofrnxmr[m]
<cryptogrampy[m]> "can you lock PWA's?" <- Yup. One one of my device it is a setting called "screen pinning"
-
-
-
cryptogrampy[m]
<ofrnxmr[m]> "Imagepipe_148.jpg" <- just tested this with the capacitor android HotShop build. works extremely well. really easy to use too. 👀
-
cryptogrampy[m]
doesn't save settings though as they're meant to populate through a URL. PWA will work much better for this.
-
CowCostume[m]
hello
-
icarolongo[m]
cryptogrampy: the admin and kiosk URL does not save the configuration when the shop name is disabled neither when logo URL is removed
-
cryptogrampy[m]
<icarolongo[m]> "cryptogrampy: the admin and..." <-
CryptoGrampy/HotShop #47 will work on the shop name one as well. Feel free to pm me too in the future