-
ajs_[m]
we will be using BTCpay for in person payments at MoneroKon next week. we need the help of a developer to take a look at the BTCpay code and to make the POS app accept Monero as "paid" with 0 confirmations
-
ajs_[m]
it does this for Bitcoin, not for Monero or other "altcoins"
-
ajs_[m]
-
ajs_[m]
When testing the system at Bitcoin Coffee cafe in Paralelní Polis, I notice the staff would need to exit out the browser and restart POS to take a new order when someone was paying with Monero
-
DataHoarder
-
DataHoarder
-
cryptogrampy[m]
<ajs_[m]> "When testing the system at..." <- they're probably reloading in an incognito tab for extra privacy
-
WilliamMay[m]
How do I generate xmr keys in Rust?
-
rbrunner
Maybe have a look at this?
crates.io/crates/monero
-
WilliamMay[m]
rbrunner: I just can't find any examples.
-
rbrunner
Well, maybe there are test cases that show how the methods and objects are used? But anyway, don't know Rust myself, and basically only know that this exists, but not more
-
ofrnxmr[m]
boog900: maybe or someoneelse495495:
-
rbrunner
Yeah, those Cuprate people may know, good idea
-
rbrunner
Although the daemon may not need such keys, itself ...
-
ofrnxmr[m]
If anyone knows in from practice, its them or kaya, id think
-
Rucknium[m]
-
kayabanerve[m]
William May: There's two options
-
kayabanerve[m]
1) Grab curve25519-dalek and generate two scalars if you just want keys
-
kayabanerve[m]
2) Grab curve25519-dalek and generate one scalar, before hashing it to generate another (the view key)
-
kayabanerve[m]
3) Grab monero-serai and generate a seed, though our code isn't audited yet and had has to be used with consideration, before getting the key from it and then hashing that for the view key)
-
kayabanerve[m]
So three, actually. One gives you keys. Any scalars are keys. One gives you keys with the expected relationship. One gives you a seed.
-
selsta
luigi1111w: please allow CI
monero-project/monero #8901
-
jeffro256[m]
@selsta Can we please add #8904 and #8905 to the merge queue ?
-
Alex|LocalMonero
@selsta we'd really appreciate if you could add #8904 and #8905 to the merge queue
-
selsta
it's not even a day old, usually we wait 10 days unless it's a security issue
-
plowsof11
approved 21 mins ago xD
-
jeffro256[m]
Fair enough
-
selsta
i will make sure that it's included in the next release
-
jeffro256[m]
Do you know why there would be interspersed failures with CI tests?
-
jeffro256[m]
By failures I mean cancellations
-
selsta
link?
-
selsta
the mac one?
-
jeffro256[m]
Yeah and x86_64 linux
-
Alex|LocalMonero
selsta: When is the next release?
-
jeffro256[m]
Sometimes cancellations just pop up randomly. Does this happen when the CI settings are changed during the middle of execution inside a PR?
-
selsta
Alex|LocalMonero: we don't have scheduled releases, if a issue shows up then as soon as possible, otherwise I would be preparing one in the next weeks.
-
selsta
jeffro256[m]: I'll look into it, haven't seen cancellations like this before
-
jeffro256[m]
It's not a huge deal, don't worry about it, I just wondered if you knew off the top of your head
-
jeffro256[m]
Good ole restart almost always fixes it
-
selsta
"Win64 GitHub Actions has encountered an internal error when running your job."
-
selsta
"An image label with the label Ubuntu20 does not exist."
-
selsta
seems to be an issue at github