GithubHelp home page GithubHelp logo

pokowaka / armory-vnc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jimmysong/armory-vnc

0.0 0.0 0.0 7 KB

Docker build for armory and bitcoin, meant for watch-only wallets

License: BSD 2-Clause "Simplified" License

Shell 100.00%

armory-vnc's Introduction

Docker Pulls Docker Stars

armory-vnc

Simple VNC-connectable docker container that uses:

  • Ubuntu Core 16.04
  • LXDE desktop
  • TightVNC server
  • Bitcoin 0.14.1
  • Armory 0.96

YOU SHOULD STILL SIGN ON AN OFFLINE MACHINE, USE THIS ONLY FOR YOUR WATCH-ONLY WALLET!!

Build

Include password.txt with the password for TightVNC (by default this is "password"). This must be at least 8 characters and is truncated if longer.

Usage

You can build with

(host) $ docker build -t armory-vnc .

Create and start with

(host) $ id
uid=XXXX(YYYY) gid=ZZZZ(YYYY)
(host) $ docker create --name=armory -p 5901:5901 -v <bitcoin dir>:/bitcoin -v <armory dir>:/armory -e PUID=XXXX -e PGID=ZZZZ armory-vnc
(host) $ docker start armory

You can connect to the vnc server using at SERVER_NAME:5901 using the password from password.txt (default is "password") where SERVER_NAME is the docker container host's name or IP.

Within the container, you can start up armory as normal.

(container) $ armory

Credit

Based off of the docker image kaixhin/vnc.

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.