Code Monkey home page Code Monkey logo

gridcoin-headless-docker's Introduction

Gridcoin Headless Wallet in Docker

Build and publish the image Docker Pulls

A non-official headless GridCoin wallet in Docker.

Usage

Docker command

# Remove the comments between lines when executing
docker run \
    --name gridcoin \
    --restart=unless-stopped \
    -d \
    -v /path/to/data/dir:/root/.GridcoinResearch \
    -v /path/to/boinc/data/dir:/var/lib/boinc \
    # Optional. You can pass your wallet into the container if you want
    -v /path/to/your/wallet/wallet.dat:/root/.GridcoinResearch/wallet.dat \
    # Use your timezone instead
    -e TZ=Asia/Shanghai \
    # Optional. Required when you are solo mining
    -e [email protected] \
    # Optional. Required when your wallet is encrypted
    -e PASSPHRASE=your_wallet_passphrase
    # Optional. Specify a SOCKS5 proxy
    -e SOCKS_PROXY=192.168.1.200:7890 \
    # Optional. Only when you want to specify the RPC username
    -e RPC_USER=your_rpc_username \
    # Optional. Only when you want to specify the RPC password.
    # A random string will be used as password by default.
    -e RPC_PASSWORD=your_rpc_password \
    boris1993/gridcoin-headless-docker:latest

Docker Compose

version: '3'

services:
  gridcoin:
    image: boris1993/gridcoin-headless-docker:latest
    container_name: gridcoin
    restart: unless-stopped
    environment:
      # Use your timezone instead
      - TZ=Asia/Shanghai
      # Optional. Required when you are solo mining
      - [email protected]
      # Optional. Required when your wallet is encrypted
      - PASSPHRASE=your_wallet_passphrase
      # Optional. Specify a SOCKS5 proxy
      - SOCKS_PROXY=192.168.1.200:7890
      # Optional. Only when you want to specify the RPC username
      - RPC_USER=your_rpc_username
      # Optional. Only when you want to specify the RPC password.
      # A random string will be used as password by default.
      - RPC_PASSWORD=your_rpc_password
    volumes:
      - /path/to/data/dir:/root/.GridcoinResearch
      # Optional. You can pass your wallet into the container if you want
      - /path/to/your/wallet/wallet.dat:/root/.GridcoinResearch/wallet.dat
      - /path/to/boinc/data/dir:/var/lib/boinc

Donation

Love this project? Please consider donating to my address S4vA3tjgkoBMEWu8EJESmQZbnKtqNPTYFX.

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.