[-] admin@monero.town 2 points 1 week ago

Town currently still blocks Tor exit nodes (because it is getting ddosed by them) and rucknium understandably doesn't want to connect without it.

[-] admin@monero.town 4 points 1 week ago

Reply by rucknium:

If I understand your question right, I think you're looking for the inverse cumulative distribution function (a.k.a. quantile function) of the Erlang distribution.

The random length of time to mine the next block has an exponential distribution with rate parameter 1/t. The length of time to mine n blocks has an Erlang distribution with shape parameter n and rate parameter 1/t.

The Erlang distribution is a special case of the Gamma distribution. The Erlang distribution's shape parameter must be an integer, but the Gamma distribution's shape parameter can be any positive real number. We can use the Gamma distribution if Erlang isn't given to us by our calculator.

You would compute T in the R language with:

qgamma(p = p, shape = n, rate = 1/t)/n

The results of this simulation match the closed-form computation:

t <- 120
n <- 15
p <- 0.4

set.seed(314)

mining.times <- matrix(rexp(n * 100000, rate = 1/t), ncol = n)

mining.times <- rowSums(mining.times)

quantile(mining.times/n, probs = p)

qgamma(p = p, shape = n, rate = 1/t)/n
# Divide by n to get the mean instead of the total
[-] admin@monero.town 7 points 2 weeks ago

Sometimes Trocador when I need to pay for something that doesn't accept Monero. If you use the ref-link in the monero.town sidebar it also helps fund the site without swaps costing any extra!

[-] admin@monero.town 1 points 3 weeks ago* (last edited 3 weeks ago)

Haveno-reto.com has plenty of links to different guides and most bisq documentation and principles carry over to haveno.

[-] admin@monero.town 1 points 3 weeks ago

Decentralized reputation is not a thing. Every single approach can easily be gamed by scammers. Bisq2 requires people to buy thousands of $bsq for reputation.

[-] admin@monero.town 1 points 4 weeks ago

That's even easier, just make an offer selling XMR for the fiat you want?

[-] admin@monero.town 1 points 4 weeks ago

On haveno you have a multisig that makes sure you actually receive your Monero after paying instead of just getting scammed.

[-] admin@monero.town 0 points 3 months ago

A little off-topic but I guess proton called Monero a shitcoin so it's a little tiny bit on topic ;)

[-] admin@monero.town 5 points 7 months ago

If that is actually the case, the crypto portion is at least not that bad. The 10k limit on cash transactions is just not feasible in some industries though.

[-] admin@monero.town 4 points 7 months ago

Monero is actually the least volatile crypto asset that is not specifically designed to be pegged to fiat.

[-] admin@monero.town 0 points 9 months ago* (last edited 9 months ago)
[-] admin@monero.town 1 points 1 year ago

At least topaz fulfills one of the aspects of foss by being very easy to pirate /s

1
r/Monero (www.reddit.com)
view more: next ›

admin

joined 1 year ago
MODERATOR OF