For posterity purposes, it should be noted that the very first chat message about it going live occurred at 11.27 a.m. Eastern time on Tuesday, May 14th, 2024.
This will be remembered in the future as the moment governments around the world lost forever.
git config http.proxy socks5://localhost:9150 # 9150 for TOR browser, 9050 for TOR service
git config https.proxy socks5://localhost:9150
^ affects the current repository.
git config --global if you want it to apply to all repositories, including one you haven't yet cloned.
When cloning a large repository, such as haveno, you then run into the problem that git doesn't retry when the other end hangs up, which it often does over a slow tor connection.
until git clone https://github.com/retoaccess1/haveno-reto ; do true ; done
will retry until it finally succeeds.
You can create and log into a github account using Tor Browser, just be sure to never use that account without tor browser. If you actually want to contribute using that account, you will need to email github customer service and have them un-shadowban you first.
There are currently not many hardcoded arbitrators and one of them is on top of that still offline. We are not entirely sure if simply retrying works or if you have to restart before your client picks an arbitrator that is online. It might also have resolved itself after the network has propagated a bit more.
'Warning. We did not receive a filter object from the seed nodes. This is a not expected situation. Please inform the Haveno developers.' Error I'm getting upon launching Haveno Reto.
I just linked somebody to this post who is asking about trading and realized that the link for the binary is out of date, so I suggest maybe posting this link instead.