Coder Social home page Coder Social logo

Comments (3)

burcakbaskan avatar burcakbaskan commented on July 17, 2024 1

I did this as a quick hack (so no signature checking and also to see if a newer version of tor broke anything and basically to try it on a raspberry pi 4). It's working

Changed bits here: (Sorry I don't know how to github)

ENV     TOR_HOME            /var/lib/tor
#ENV     TOR_URL             https://git.torproject.org/tor.git
ENV     TOR_SOURCE_URL      https://www.theonionrouter.com/tor-0.4.1.5.tar.gz
#ENV     TOR_VERSION         0.3.5.8
ENV     TOR_VERSION         0.4.1.5
ENV     GOLANG_DL_URL       https://dl.google.com/go
ENV     GOLANG_ARCHIVE      **go1.13.linux-arm64.tar.gz**
ENV     GOLANG_SHA256       e2a61328101eff3b9c1ba47ecfec5eb2fdc3eb35d8c27d505737ba98bfcb197b
ENV     OBFS4_URL           https://github.com/Yawning/obfs4.git
ENV     OBFS4_VERSION       0.0.11


# Install Tor
RUN     set -ex && \
        apt-get update && \
        apt-get install -y git libevent-dev zlib1g-dev libssl-dev gcc make automake ca-certificates autoconf musl-dev coreutils wget && \
        mkdir -p /usr/local/src/ && \
#        git clone "$TOR_URL" /usr/local/src/tor && \
#        cd /usr/local/src/tor && \
#        git checkout "tor-$TOR_VERSION" && \
        wget "$TOR_SOURCE_URL" && \
        tar -xvzf "tor-$TOR_VERSION.tar.gz" -C /usr/local/src && \
        cd "/usr/local/src/tor-$TOR_VERSION" && \
#        ./autogen.sh && \
        ./configure \
            --disable-asciidoc \
            --sysconfdir=/etc \
            --disable-unittests && \
        make && make install && \
        cd .. && \
        rm -rf tor

from samourai-dojo.

k3tan172 avatar k3tan172 commented on July 17, 2024

This issue has now come to fruition. https://git.torproject.org/tor.git is down and as such ./dojo.sh install no longer works. Could a new release of https://github.com/Samourai-Wallet/samourai-dojo/archive/master.zip please be made to reflect this change?

from samourai-dojo.

LaurentMT avatar LaurentMT commented on July 17, 2024

Could a new release of https://github.com/Samourai-Wallet/samourai-dojo/archive/master.zip please be made to reflect this change?

PR #84 solves this. It's currently in the develop branch but it will be available in the next version of Dojo (1.3).

from samourai-dojo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.