Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 455 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 455 Bytes

CasinoCoin paper wallet

Generates a paper wallet for cold storage of CasinoCoins.

Running an offline paper wallet generator using Docker

Clone this repository and install docker

Run the following commands from the location where de Dockerfile is locted.

docker build -t paperwallet .

Make sure you have no software running on port 8080

docker run -p 8080:80 -ti paperwallet:latest

Open a browser and browse to localhost:8080