-
mnt_grrrl
test
-
xmrmatterbridge
<agentpatience> test ok.
-
one-horse-wagon
Seems like running a full node works best when I use my own list that bans all TOR nodes. Black hats love to hide behind TOR.
-
selsta
.merges
-
xmr-pr
7248 7266 7267 7272 7278
-
selsta
.merge- 7272
-
xmr-pr
Removed
-
selsta
.merge+ 7281 7282
-
xmr-pr
Added
-
fluffypony
kayabaNerve: I tend to agree with mooo - there is precious little documentation around Monero's inner workings, the truth really is in the code
-
fluffypony
someone working on an alt implementation will need to literally keep tabs on every single PR and then figure out if it's something that has to be ported
-
fluffypony
it's a LOT of effort
-
kayabaNerve
fluffypony: Yep
-
hyc
that's how copy protction works in open source :P
-
kayabaNerve
hyc: Except you can just fork the node :P Not too hard to copy
-
mj-xmr
"that's how copy protction works in open source :P" <-- bang on. I think that the value lies in human resources and in the ability to attract new productive members.
-
mj-xmr
I was attracted because of switching to CPU mining and a working CCS system. I'm fed up with working for free.
-
mj-xmr
But everybody has his own story I guess.
-
mj-xmr
And regarding CPU mining - I also observed how the dynamics of BTC works. It's unsustainable. Mining BTC is only profitable at certain moments of the cycle. After the cycle, you may as well trash the ASIC miner, as it's of no use anymore.
-
mj-xmr
So I though, that if anything prevails, it's the CPU oriented coins, and this is where I want to invest my time.
-
mj-xmr
With Monero being the biggest one plus private. It's a matter of time until the public realizes it.
-
mj-xmr
The only thing that could break it, is quantum computing, but this is for now a buzzword for me, rather than anything else.
-
Inge-
I saw some claims that you need like 20 million qubits to break the cryptography
-
Inge-
still up in the air if that is even remotely feasible
-
mj-xmr
Inge-: Correct me if I'm wrong. Do you mean specifically "the current state of cryptography"? Can't we simply increase the number of bits of our algos if the processing power makes a leap?
-
Inge-
My knowledge here is very shallow, but AFAIK yes, you can delay by adding bits. But it is hard to retroactively add bits to existing transactions on public ledgers.
-
janowitz
-
janowitz
For those who prefer video content, also an interview with the authors:
monerotalk.live/post-quantum-monero-update
-
mj-xmr
Thanks!
-
TomTom33
Hi
-
Isthmus
Lol @Inge- “But it is hard to retroactively add bits to existing transactions on public ledgers.” < yep
-
Isthmus
Anyways, from a cryptographic perspective, adding more bits only helps in some cases.
-
Isthmus
For attacks that involve Grover’s algorithm, its ability to find an input scales with O(N^1/2) so doubling the key size is a decent way to buy some time. :- )
-
Isthmus
However, the most likely & low hanging attacks on Monero’s cryptography would utilize Shor’s algorithm, which can factor large numbers and break the discrete log problem. In this case, adding more bits is NOT a robust way to increase security, because the task is a problem that is not “hard” (in the technical sense) for quantum computers.
-
Isthmus
It’s important to remember that quantum computers have paradigmatically-different abilities, and are not simply bigger or faster versions of current technology. The difference between a traditional computer and a quantum computer is analogous to the difference between a typewriter and a laptop. Sure, both can be used to take notes during a meeting, but a laptop can carry out functions (e.g. video editing) that a
-
Isthmus
typewriter fundamentally cannot.
-
Isthmus
So to mitigate those attack surfaces, instead of key size escalation, it’s necessary to switch to cryptography based on other mechanisms that fall into classes of problems that are “hard” for a quantum computer (e.g. shortest vector problem is hard for both classical & quantum computers)
-
selsta
Snipa: luigi1111w: we would need merges again :)
-
luigi1111w
.merges
-
xmr-pr
7248 7266 7267 7278 7281 7282
-
luigi1111w
energizer bunnies I tell ya
-
Inge-
Isthmus: <3
-
selsta
please also cli afterwards we need merges due to some conflict :P
-
Valdim6606
“I thought, ‘I’m going to pump it and dump it,’ because I was interested and taking the ideas and implementing them in bitcoin. The bitcoin code base was far more interesting to me than monero, and I thought, ‘I’m not going to work on this codebase, it’s terrible,'” he recalls - fluffypony on Monero
-
Valdim6606
jess: You need to save fluffypony's honor urgently ^^
-
mj-xmr
Thanks for the comments.
-
mj-xmr
on the testing parallelism.