-
locustlord
hey guys
-
locustlord
how do I use xmr.to to convert bitcoin to monero?
-
niocbrrrrrr
they only do monero>btc
-
niocbrrrrrr
you need to use a different service for btc>xmr
-
locustlord
shoot
-
locustlord
that's what it looked like niocbrrrrrr
-
Kurogane
Hello, anyone know this issue and how to fix?
bpa.st/raw/QFJA
-
xmrmatterbridge
<rbrunner7> My first attempt would be to delete the wallet cache file, the file that has simply the name of the wallet, and of course *not* the .keys file. The wallet will see the missing file and regenerate it.
-
Jackman2
Kurogane
-
xmrmatterbridge
<rbrunner7> 黒鉄?
-
ErCiccione[m]
-
goldmine_compact
Wow, monero-wallet-cli 0.16 is lightning fast (at least in conjunction with my own node). Thanks for the great work.
-
KrishnAncap[m]
hi
-
zib
Fun saving 20% space by activating fs compression. Thought the lmdb was compressed heh.
-
endor00[m]
How does the current ring member selection work, exactly? Because sometimes I see some weird ring member selection for some inputs
-
endor00[m]
-
endor00[m]
Key image 00 has one member from 2017, and all the others are at most a month and a half old
-
jwinterm
it is weighted to have more recenpt outputs
-
jwinterm
since most often people respend quickly
-
endor00[m]
Right, but that's still a massive gap
-
jwinterm
I don't think that is too unusual
-
endor00[m]
Kinda sticks out like a sore thumb
-
jwinterm
it is supposed to pick mostly recent and a few older ones as decoys
-
jwinterm
can't find exact algo in code
-
jwinterm
you could ask in dev or research-lab channels
-
moneromooo
That ASCII art is scaled to the range in use, so is confusing.
-
jwinterm
or just ask mooo cause I'm sure he knows
-
azy
have you seen wownero's ascii art?
-
endor00[m]
I'm looking at the individual timestamps directly
-
jwinterm
kind of weird that the word "decoy" does not appear at all in the entire source code
-
endor00[m]
in that tx, most images have ring members spanning a few months at most (like, feb 2020 to may 2020), and then some have 10 members from 2020 and one from 2019/2018/2017
-
endor00[m]
Perhaps it's just my intuition that is wrong, but I would expect a few more decoys from 2019/2018 for the same image
-
moneromooo
Why is it weird ? That's a word people who do not code started using. They're fake outs in the code.
-
jwinterm
I just see and hear the word decoy most often used to describe non-spending ring sig members
-
jwinterm
and it doesn't appear at all in the source code
-
jwinterm
surprising maybe
-
jwinterm
maybe not
-
moneromooo
It's fashion. A few years ago people mostly talked about mixins.
-
jwinterm
yea, it's hard to parse through the amount of search results you get for "mixin" tho
-
moneromooo
Despite those outputs never being called mixins in the source either :)
-
moneromooo
Anyway, the fake outs are selected using a gamma distribution. More weight to young outputs as jwinter said.
-
moneromooo
If you want to understand why it sometimes picks old ones, consider that if it never did, you could not spend old outs without them being pinpointed as the real spend.
-
moneromooo
It roughly approximates the expected actual spend behaviour based on studying the partially known spend distribution in monero based on mixin 0 and deductions from a few years back (see paper by Miller et al).
-
endor00[m]
<moneromooo "If you want to understand why it"> I'm aware of that - It's just that picking 10 members from 2020 and 1 from 2017 for one key image makes the 2017 one stick out a lot - even for a gamma distribution
-
-
endor00[m]
^ like that
-
magnum90
hello
-
magnum90
i'm trying to transfer for new chain but is not possible even after %blocks
-
magnum90
-
moneromooo
The wallet seems to be getting very very old outputs. Is the daemon synced ?
-
magnum90
yes
-
magnum90
is new chain everything work fine
-
magnum90
except transfer
-
moneromooo
Can you run these in the daemon:
-
moneromooo
status
-
moneromooo
output_histogram @0
-
magnum90
Height: 373/373 (100.0%) on mainnet, not mining, net hash 6.18 kH/s, v12, up to date, 1(out)+1(in) connections, uptime 0d 1h 57m 31s
-
moneromooo
Oh, when you mean new chain, do you mean you updated monerod (it's the same chain really, no conversion) or are you starting from the genesis block ?
-
magnum90
from genesis
-
moneromooo
Hmm. Height 373 should definietly not be v12. Is that a fork (a new coin) ?
-
magnum90
new
-
moneromooo
THen you might have mentioned that instead of making me waste my time.
-
moneromooo
I assume you made code changes ?
-
magnum90
yes
-
magnum90
everything is working fine
-
moneromooo
Then your work to debug ^_^
-
moneromooo
It *might* be that thew wallet is asking for too many fake outs (it asks for more than it needs in case some are unusable)
-
moneromooo
Low confidence.
-
magnum90
if i go to height 1500 chance are better ?
-
moneromooo
Yeah, actually probably not. 373 should be easily far enough.
-
magnum90
why is this here fee_level.first == 0.0. THROW EXCEPTION:
-
magnum90
no change on fee and emission
-
magnum90
only on hardfork file and genesis
-
moneromooo
Well, your debug time since you changed the code.
-
magnum90
yea
-
magnum90
Error: not enough outputs for specified ring size = 11:output amount = 0.00, found outputs to use = 7Please use sweep_unmixable
-
magnum90
always this message
-
magnum90
even on sweep_single
-
magnum90
or sweep_unmixable
-
moneromooo
That one does sound like not enough outputs, but 373 is easily enough, unless you changed the lock time ?
-
magnum90
no i didnt change anything
-
magnum90
i change for tests reason unlock_Window to 0
-
magnum90
and wallet says that amount is unlocked
-
magnum90
block 0 has version 1 and block 1 has version 12
-
magnum90
maybe another CURRENT_TRANSACTION_VERSION is need
-
magnum90
i changed RECENT_OUTPUT_RATIO to 0 but still same output
-
endor00[m]
<endor00[m] "timestamps.png"> Sorry, just realized I forgot to ask the question I was leading up to: does it make sense to think that these inputs should be a little more 'spread out' (while still maintaining a gamma distribution) over this large time range, and suspect that the 2017 one is the real spend because it's too far from the others?
-
magnum90
is wallet issue and not daemon ?
-
magnum90
moneromooo ?
-
moneromooo
If they're more spread out, it won't follow the same gamma distribution will it.
-
moneromooo
magnum90: I don't know.
-
magnum90
the first error is about fees "fee_level.first == 0.0"
-
magnum90
no changes on fees so why this error
-
magnum90
Daemon is recent enough, requesting rct distribution
-
magnum90
maybe more daymons are needed
-
magnum90
i'm testing with only two pc
-
magnum90
maybe monero need more tahn 2 daemons to create outputs?