Skip to content

tincubeth/node

Repository files navigation

tincubeth node

Table of Contents

Intro

See the tincubeth docs repo

Setup

Using Tor (Onion Services) with Incubed Client

Using Parity-Ethereum

  • Build Docker containers

    docker-compose -f docker-compose-parity-tor.yml up -d
  • Rebuild Docker containers

    docker-compose -f docker-compose-parity-tor.yml up --build

Using Geth

  • Build Docker containers

    docker-compose -f docker-compose-geth-tor.yml up -d
  • Rebuild Docker containers

    docker-compose -f docker-compose-geth-tor.yml up --build

Other

  • View logs to obtain Onion URL (i.e. HOSTNAME.onion)

    docker-compose logs tor
  • Example Query with an Incubed Client using JSON-RPC via Tor. Replace HOSTNAME with the Onion URL

    curl --socks5-hostname 127.0.0.1:9050 <HOSTNAME.onion>:8545 -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":67}'
  • View Docker containers

    docker ps

Using I2P with Incubed Client

Using Parity-Ethereum

  • Build Docker containers

    docker-compose -f docker-compose-parity-i2p.yml up -d
  • Rebuild Docker containers

    docker-compose -f docker-compose-parity-i2p.yml up --build

Using Geth

  • Build Docker containers

    docker-compose -f docker-compose-geth-i2p.yml up -d
  • Rebuild Docker containers

    docker-compose -f docker-compose-geth-i2p.yml up --build

Links

About

incubed node that offers onion transport

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published