-
hyc
that's been my experience with iGPUs in general. the fact that they're on the same main memory bus as the CPU certainly puts an upper bound on their perf, anyway
-
kwxmr[m]
I don't understand why jamtis will introduce a 16 words mnemonic? Since the current xmr private key will remain valid then I suppose polyseed (jamtis 's 16 words mnemonic) don't intend to replace monero current 25 words mnemonics but just provid another alternative. Or is the goal to create a new standard of 16 words mnemonic for monero? And what is the benefit of these new 16 words mnemonics? Also I read about the impossibility to use
-
kwxmr[m]
these keys for other blockchains is it the reason? Thanks for help
-
selsta
kwxmr[m]: did you read up on the proposal for the 16 word seed?
-
selsta
-
kwxmr[m]
Thanks I already read that but I don't think it answers my questions
-
selsta
There was a plan to adopt the 16 word seed even before JAMTIS.
-
selsta
Yes, the old 25 seed would stay valid but new wallets would use the 16 word seed. The integrated restore height is important for user experience.
-
selsta
The benefits are explained on Github. Shorter, integrated restore height, etc.
-
selsta
I don't know regarding other blockchains but the current seed already is incompatible.
-
moneromooo
Shorter's not really a plus unless it's short enough to be memorized by most users.
-
kwxmr[m]
selsta: Ok thanks for info. So it's just for integrated restore height, it was not possible to have those features (except shorter) with 25 words?
-
kwxmr[m]
moneromooo: I'm not at your expertise level but as far as I'm concerned I commplagree
-
kwxmr[m]
s/commplagree/completely agree, especially for private keys!/
-
selsta
> Polyseed was designed for the 128-bit security level. This corresponds to the security of the ed25519 elliptic curve, which requires about 2126 operations to break a key.
-
kwxmr[m]
I assumed the 24 length for btc and 25 for xmr was chosen because it is the perfect balance between security and usability
-
selsta
It does talk about it, but I'm not the person to judge if it's correct or not.
-
selsta
Most Bitcoin wallets have a 12 word seed as far as I know.
-
selsta
it should be 2^126 in my previous quote
-
kwxmr[m]
selsta: Yes but for hotwallets, most hardware wallets use 24
-
selsta
my Trezor came with a 12 word seed
-
kwxmr[m]
with the rise of quantum those seeds could become obsolete sooner than expected! I don't know I'm not an expert but if it was for me to chose I would have increased the length not decrease it
-
TheCharlatan
it's not about the security, it's that the UX between 16 and 25 words is kind of the same. A length difference of this magnitude does not really make a difference.
-
TheCharlatan
I've had to deal with other cryptocurrencies with weird seeds when working on multi-coin wallets. It's annoying, especially if there is no tangible reason why they changed the algorihm.
-
TheCharlatan
That's not the case here though, there's a clear UX benefit with Jamtis, which is why I support it.
-
xmr-pr
mrtestyboy781 opened issue #8167: Outgoing transfer counting change as incoming payment
-
xmr-pr
-
selsta
this bot didn't have notifications for months and now they show up again lol
-
mirkoRainer
Hello all. First time in public IRC. Just wanted to throw out an idea to gauge feasibility/usability. An plug-n-play RPi image that setups a monero wallet and begins mining to a pool. Configurable to what pool or even solo mining. Bonus points for a small touch screen attachment that can display wallet address/has buttons for common uses.
-
mirkoRainer
Thoughts?
-
ErCiccione
moneromooo could you unlock the user 'haveno' on gitlab?
-
moneromooo
Doesn't seem locked. Did you mean allow projects ? If so, doing it now.
-
ErCiccione
yep, i meant that
-
ErCiccione
thanks
-
merope
mirkoRainer: check out PiNodeXMR
-
merope
Oh, he left :/
-
selsta
also mining on a Pi doesn't make sense
-
crypto_grampy[m]
is there a way to pause monerod via rpc?
-
moneromooo
You can set in/out peers to 0.
-
moneromooo
Depending on your definition of pause.
-
crypto_grampy[m]
that's a good thought. my definition of pause would be shut off everything outside of the ability to start it back up again :)
-
vitruvius[m]
Has anyone created a setup for P2pool on Stagenet?
-
vitruvius[m]
Getting RPC failures if I just point P2pool to monero-stagenet.exan.tech
-
vitruvius[m]
guessing there is no stagenet sidechain
-
moneromooo
I thnk that one died long ago. IIRC xmr.to has a stagenet node somewhere. Search for those terms.
-
selsta
melo.tools has stagenet / testnet nodes
-
onionltd[m]
-
Scalability
-
vitruvius[m]
great thanks folks! Seems like it also requires a change to the p2pool config
-
vitruvius[m]
I think i'm just missing the name of the staging p2pool sidechain pool name
-
vitruvius[m]
anyone know where to find that?
-
UkoeHB
Does anyone have a general sense how difficult/expensive it would be to add a consensus rule that a tx output may not have a duplicate onetime address (similar to a key image check)?
-
moneromooo
Very easy.
-
Scalability
-
moneromooo
Well, fairly easy, since you have to add a db conversion function to add a table with all keys so far (and dupes do exist atm).
-
Scalability
ah, _your_ staging p2pool sidechain pool name. Misread.
-
moneromooo
Requires some time/work, but nothing hard. It was deemed not worth the extra db space.
-
vitruvius[m]
Scalability: Yeah I can't find any info anywhere on existing sidchain pool names
-
moneromooo
Try asking in #monero-pow.
-
UkoeHB
I want to add that check to seraphis, to prevent weird edge cases around the more ‘loose’ tx construction rules (ie you can make an isolated output not tied to any other output or input, which can be funded in an arbitrary tx).
-
moneromooo
Then if you only need to avoid dupes among seraphis outs, and not among all (seraphis and pre-seraphis) outs, then it's very easy.
-
UkoeHB
Yeah