admin

joined 1 year ago
MODERATOR OF
[–] [email protected] 0 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.

[–] [email protected] 0 points 1 week ago (3 children)

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
[–] [email protected] 0 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!

[–] [email protected] 0 points 2 weeks ago (1 children)

I am currently the sole admin. If a trusted community member wants to join me, they of course can but there really is not much to do besides approving new registrations and upgrading lemmy from time to time. In the case of me getting hit by a bus, decentralization is still given since federation with monero.town would work for at least a couple more months. Ideally, at some point in the future, the community moves away from federation to a properly decentralized system like nostr anyways.

[–] [email protected] 0 points 4 weeks ago (1 children)

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

[–] [email protected] 0 points 4 weeks ago (2 children)

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

[–] [email protected] 0 points 1 month ago

https://github.com/haveno-dex/haveno is set to stagenet but I don't know if there are any offers to take.

[–] [email protected] 0 points 1 month ago (2 children)

https://haveno-reto.com is the domain you need if you want to actually trade on mainnet

[–] [email protected] 0 points 2 months ago

FCMP is being worked on by kayaba who has delivered in the past.

[–] [email protected] 0 points 3 months ago (1 children)

And what is easier to take down, a website or a decentralized network of nodes?

[–] [email protected] 0 points 3 months ago (3 children)

Haveno is literally just a .exe you run. Looks like he wants a DEX with NO setup.

[–] [email protected] 0 points 3 months ago (5 children)

Just use Haveno to buy XMR directly, way cheaper and quicker than dealing with bisq and BTC transactions.

0
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

For the last couple of days we were offline due to a DDoS attack originating from Tor.

We are now behind cloudflare (💀) but at least we are online.

We might switch to a different CDN in the future.

 

geteilt von: https://monero.town/post/2863766

Monero turns 10 today! 🥳

 

Monero turns 10 today! 🥳

 

The proposal for Generalized Bulletproofs Security Proofs is now open for funding on the Monero Community Crowdfunding System.

GBPs would be used to replace Monero's Ring Signatures with Full-chain membership proofs.

Let's get this funded ASAP!

Source: @DontTraceMeBruh

 

Hello guys.

In about 50 days the 1 year hosting runs out for the current server. Fitting, since it has only a 100 GB disk that can't easily be expanded and we currently take up about 40 GB of that.

There will be an announcement post once everything has been prepared for the migration and I'll attempt to restore the entire instance on the new server. Ideally the instance should come back up after minimal downtime and all the content remains exactly like it was before.

Consider joining the matrix channel to stay up to date even while the site is potentially down :)

 

For some reason posts on our instance have recently gotten more downvotes from outside instances than usual and many posts look like this:

I personally don't like the idea of disabling downvotes but if the feature is mostly going to be used by outside users because crypto is "le bad" we might as well turn it off.

 

Here are the patchnotes :D

 

Since the old payment gateway kinda broke when we switched the hosting provider I’ve set up a new one :)

 

Please report if you encounter any issues. Since about a week ago, the monero payment gateway doesn't seem to work and while setting up and testing the site after the migration I've ran into the site not always loading but that could be related to DNS propagation and hopefully resolves itself in the next few hours.

 

To be honest, no idea what this entails. I was bullied into updating the instance and the official patchnotes are just all the github changes instead of a proper write-up 😂

view more: next ›