DonnchaC / oniontip

OnionTip is a web app which parses Tor relay data to allow users to tip volunteers for running relay in a fair and open way.
https://oniontip.com
Other
53 stars 18 forks source link

https://oniontip.com/ not reachable #16

Open Dunedan opened 7 years ago

Dunedan commented 7 years ago

I'm not able to reach https://oniontip.com/, neither via IPv4 nor via IPv6. Tried it from different hosts in different networks to rule out local routing problems, but always get the same problem.

infertux commented 7 years ago

Same here.

github-user-1 commented 7 years ago

Same for me - is the site down?

DonnchaC commented 7 years ago

Unfortunately I haven't been able to maintain OnionTip recently. @twilde has set up his own instance at http://tortip.com/.

BoBeR182 commented 7 years ago

Now reachable but SSL error.

twilde commented 7 years ago

@BoBeR182 are you perhaps using an older browser/OS? I'm using LetsEncrypt certs and SSL test indicates it's good for all modern browser/OS combinations: https://www.ssllabs.com/ssltest/analyze.html?d=tortip.com

BoBeR182 commented 7 years ago

I meant https://oniontip.org https://www.ssllabs.com/ssltest/analyze.html?d=oniontip.org&latest

ghost commented 7 years ago

Is anyone hosting this now? oniontip.org still has an expired SSL certificate and the data is from 2016.

twilde commented 7 years ago

My instance at https://tortip.com/ is (back) up.

ghost commented 7 years ago

@twilde thank you! I've updated a blog post to mention it: http://go-beyond.org/post/autonomous-crowd-funded-tor-relays/

ghost commented 7 years ago

@twilde Looks like it's down?

twilde commented 7 years ago

@teran-mckinney yeah, sorry, on a box on my home network that has been a bit flaky recently, back up now. It gets so little use I have a hard time justifying making it more reliable. Which is probably a self-fulfilling prophecy...

Bendr0id commented 7 years ago

Is there any interest in relaunching this service? I could host it on one of my relays.

BoBeR182 commented 7 years ago

Please keep it running. It has been used in the past.

5moufl commented 6 years ago

does someone have an instance running? both oniontip and tortip seem to be down.

theblazehen commented 6 years ago

@5moufl I've been considering launching an instance, but with a cryptocurrency with lower fees.

Bendr0id commented 6 years ago

Monero would be a good choice

Am 03.02.2018 15:40 schrieb theblazehen notifications@github.com:

@5mouflhttps://github.com/5moufl I've been considering launching an instance, but with a cryptocurrency with lower fees.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/DonnchaC/oniontip/issues/16#issuecomment-362815484, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAXZga1-mFmUN5OWYnBKc06F850trPh9ks5tRG_EgaJpZM4LPDQh.

theblazehen commented 6 years ago

@Bendr0id I don't think so, as there would be no way for me to prove that I'm not stealing any of the tips. I was considering supporting multiple cryptocurrencies, if people list eg LTC, BCH and ETH in their node settings, then they get a share of all LTC, BCH and ETH donations. What's your opinion on that?

I haven't done anything like this before, but possibly it could be implemented as a smart contract?

Bendr0id commented 6 years ago

Didn't thought about that, you're right it makes sense to not use an untraceable coin for this scenario. LTC isn't a bad choice.

Am 05.02.2018 07:58 schrieb theblazehen notifications@github.com:

@Bendr0idhttps://github.com/bendr0id I don't think so, as there would be no way for me to prove that I'm not stealing any of the tips. I was considering supporting multiple cryptocurrencies, if people list eg LTC, BCH and ETH in their node settings, then they get a share of all LTC, BCH and ETH donations. What's your opinion on that?

I haven't done anything like this before, but possibly it could be implemented as a smart contract?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/DonnchaC/oniontip/issues/16#issuecomment-362997358, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAXZgQ2hVyQmHUw1I_INI204Sb7byDMJks5tRqahgaJpZM4LPDQh.

theblazehen commented 6 years ago

@twilde Seeing as your instance is down, would you consider transferring the tortip.com domain to me, once I have something working?

theblazehen commented 6 years ago

@Bendr0id Alright, so I'm going with ETH, BCH, LTC, and DOGE. I think that would be enough to cover most people's preferences

twilde commented 6 years ago

@theblazehen the domain actually expired in January and is in the pendingDelete redemption period now, the best bet would be to try to pick it up after it fully drops (I think within a month though I haven't looked at those policies recently). I'm not sure it's in a state I can actually pull it back from at this point.

BoBeR182 commented 6 years ago

So to make the service work, tor node owners would have to generate and display an address for each currency they want to support?

theblazehen commented 6 years ago

@BoBeR182 Yes. You thinking that just sticking to one (LTC?) would be better? Or converting donations to BCH or LTC before sending them?

BoBeR182 commented 6 years ago

Would sticking to BTC and using segwit addresses not solve the problem of high transaction fees. Or to delay all transactions by 24h and send them out in bundles daily.

theblazehen commented 6 years ago

@BoBeR182 I haven't looked at the transaction fees for segwit, I'll look into that. And from what I remember, there weren't many donations that happened. And people sending BTC to this service would still need to pay fees, batching the transactions would only save on fees when this service sends it out to relay operators.

It may be possible to generate a transaction with multiple outputs, and then have people sign it and send it directly, rather then sending it to tortip and then sending it out again. Might be a little more complicated, but I think most people would manage, and it would remove the need for any trust in tortip

BoBeR182 commented 6 years ago

You could probably code the transaction to have multiple outputs on the site QRcode, but then relay operators would need to have segwit addresses.