-
selsta
the different cryptonight versions were monero specific so you won't find them on cryptonote.org
-
selsta
you'll have to go through GitHub to find the exact changes
-
eoc
in december i bought some monero from
changenow.io with creditcard, didnt have to upload passport, now i tried buying a bigger sum, but was asked for passport.. is there a limit when i have to upload passport?
-
Mochi101
-
Mochi101
secret sauce and you got lucky
-
eoc
:|
-
eoc
they dont seem to have charge my card, dunno if i can just ignore it then, the text seems a bit unclear ...
-
eoc
3 days to validate and get back money after 24h ...
-
Mochi101
Sorry, I've never used the service.
-
Mochi101
Wish I could be more of a help to you.
-
Mochi101
If they didn't charge your card though, you can likely ignore it.
-
eoc
ill just send them an email in case ... but damn i was nervous about this stuff from before ...
-
eoc
> Usually, we answer within half an hour.
-
eoc
wow..
-
eoc
what do you use to buy monero?
-
selsta
Kraken is nice but they also have KYC
-
eoc
hm yeah, you basically have to upload passport to buy?
-
Mochi101
try localmonero.co
-
eoc
i actually looked a bit there, hmm ..
-
eoc
they said they neede some time to look into it .. come to think of it i didnt get to the part where i had to authorize it throught the bank, so i guess they wouldnt get access to the money ...
-
eoc
jaja ...
-
eoc
ok, seems to be ok to just abondon it, they were fast indeed, a bit back and forth ...
-
inge
do you need KYC to do crypto-crypto on Kraken?
-
ndorf
i think so
-
ndorf
used to be not, but unless i'm mistaken it was changed a couple years back
-
ndorf
maybe depends on your country, too. i dunno
-
ocb
inge: yes you do
-
inge
-
gingeropolous
-
gingeropolous
could the high tier actually cause a fee of ~4 xmr?
-
moneromooo
Fee multipliers are 1, 5, 25, 1000.
-
ndorf
is that the official GUI wallet?
-
ndorf
feels like there should be a warning if the proposed fee is >100% of the sending amount
-
binaryFate
GUI v0.17.3.1 binaries are now online, thank you to all contributors
-
Mochi101
I wonder why it was so high.
-
Mochi101
Tx size: 1.9219 kB
-
Mochi101
nothing extraordinary
-
sech1
-
sech1
moneromooo this tx's fee is way more than 1000x of the lowest fee
-
tevador
fee per KB: 2.048 looks suspicious
-
selsta
-
Mochi101
hmmm... no kidding
-
gingeropolous
i wonder if that dude would share logs or something
-
gingeropolous
aight, they are interested in sharing stuff. whats the best way to send stuff, and what would be useful?
-
ndorf
having a hard time seeing how a malicious public node would benefit from the high fee, unless they think they'll be the ones to mine the next block?
-
merope
Griefing?
-
selsta
same reason why people DoS nodes
-
selsta
just to be annoying
-
selsta
so far it's still only one person who had this issue
-
merope
Bonus deanonymization points if the victim ends up containing on a public forum, so you have a username to associate with their ip address
-
Mochi101
CIA going after random Monero users...
-
Mochi101
Doesn't seem likely.
-
ndorf
is there any reason excessively high fees shouldn't be rejected by the network?
-
Mochi101
Why would you want network rejection of excessively high fees though ndorf ?
-
ndorf
such transactions will stand out like a sore thumb
-
ndorf
"excessive" in this context meaning higher than the 1000x mult
-
Mochi101
What does it matter if it 'stands out like a sore thumb' though?
-
ndorf
i didn't think the desirability of indistinguishable transactions was still an open question
-
ruien
This whole thing confuses me, but it seems like an opportunity to learn something. First, I was under the impression that the fee is part of the transaction which would be signed by the private key, so a node shouldn't be able to tamper with it without breaking that signature. Second, the CLI only shows four fee levels (unimportant, normal, elevated, priority)- I didn't realize it was even possible to set a manual fee outside of these op
-
ruien
tions.
-
ndorf
that is correct, but it's all based on a fee estimated from current network conditions and provided by the node
-
ruien
ah, all clear now
-
ndorf
the excessive fee is shown to the user before they sign it, but if they're not paying close enough attention...
-
selsta
that's why I want to add a warning to the GUI if the fee appears abnormally high
-
ruien
+1
-
ndorf
yep. only question is how does the GUI determine what too high means?
-
ndorf
>X% of the sending amount would be a good start, but wouldn't catch the ones where the sending amount is high
-
ndorf
hence why i'm asking about a consensus rule (in addition to a GUI warning)
-
ndorf
e.g. GUI warns if fee > 10% sent, network rejects if fee > 1000 * base
-
Mochi101
Wouldn't the person putting those txs on the chain already be able to identify their own txs anyways ndorf? I don't see how restricting maximum network fees would be of any value.
-
ndorf
everyone can see the fee amount, not just the sender
-
Mochi101
yes
-
ndorf
well, that is not consistent with the long-standing goal that transactions should be as close to indistinguishable as possible
-
Mochi101
Wouldn't 500 * base still stick out like crazy?
-
Mochi101
or 250?
-
Mochi101
When I send a tx that includes pre-bulletproof outputs it sticks out
-
ndorf
i'm not sure i understand your point. is it that if we can't get to 100% perfection, we shouldn't bother with any improvements at all?
-
ndorf
would you also oppose the fee quantization mask, dummy change output, and other measures that have already been deployed?
-
Mochi101
no
-
Mochi101
but I do oppose the removal of integrated addresses
-
ndorf
sure, at least there is a use case for those.
-
ndorf
not sure i see any valid use case for a fee >1000x base?
-
ndorf
if you want to donate to miners you can do so directly, and privately :)
-
Mochi101
why make things more complicated for something that might come up once in 7 years?
-
ndorf
it's not complicated at all. if (fee > 1000 * base) { reject(); }
-
ndorf
every legit node that has the latest block agrees on the base fee already
-
Mochi101
Could likely be exploited against someone to verify their identity.
-
ndorf
how so?
-
Mochi101
Well, of course by that point they'd already have been compromised anyways.
-
Mochi101
Altered wallet that sets a really high fee... if it's connected to your node and your node rejects it.
-
ndorf
how is that worse than the same node allowing it?
-
Mochi101
So now you're agreeing with me that it doesn't matter?
-
Mochi101
;)
-
ndorf
no
-
ndorf
if it's rejected then only one node will see it. if not, it will be recorded in the blockchain for everyone to see forever
-
Mochi101
Wouldn't multiple nodes be rejecting it?
-
Mochi101
Pretty sure my tx can't be rejected from the entire network with just one node rejecting it.
-
ndorf
only if the node being used for RPC doesn't reject it first
-
ndorf
and even so, a few nodes is still better than every node + permanent public record
-
Mochi101
Alright, I'll agree to the blocking of crazy high tx fees if you'll agree not to remove the integrated addresses support.
-
ndorf
deal lol
-
ndorf
although i think i saw a proposal to remove tx_extra altogether
-
Mochi101
yeah
-
Mochi101
it's been in discussion on and off for years now
-
Mochi101
The discussion was recently re-opened
-
ndorf
i'm partial to keeping integrated addresses, but i also am open to the idea that the downsides might outweigh the upsides
-
Mochi101
Me too, I don't like the forced housekeeping that's required with sub-addresses.
-
ndorf
another possible benefit to integrated addresses (maybe not, just thinking out loud here) is that the sender can be sure they're sending to the same recipient
-
ndorf
IOW: i buy something from your store. a year later, i buy a second thing. i can be sure i am sending funds to the same primary address as before
-
Mochi101
Yes