Giter Site home page Giter Site logo

civx-docker's Introduction

Civx-docker-wallet

CivX CentOS Wallet is Docker Image for run the (CivX Wallet)[https://github.com/exofoundation/CivX-Qt]

First setup

Run the wallet using docker:

docker run -it judavi/civix /bin/bash

Remember to add a new rpcuser and rpcpassword in ~/.civx/civx.conf, at this moment if you check the file you will see

$ cat ~/.civx/civx.conf

daemon=1 server=1

Now you can start Civx by typing civxd -daemon from any location in terminal. When you run civxd for the first time, you will have to set a user and password for rpcuser and rpcpassword which is a protocol used to connect and send commands to Civx. You can do this by typing:

echo 'rpcuser=USER\nrpcpassword=PASSWORD' >> ~/.civx/civx.conf

**Change USER and PASSWORD to any of your choosing or use a random:

echo "rpcuser=$(pwgen 13 1)" >> ~/.civx/civx.conf
echo "rpcpassword=$(pwgen 14 1)" >> ~/.civx/civx.conf

Once you've completed the above start CivX: civxd -daemon CivX should now start running in the background.

Use a local wallet

If you want to share the wallet file from your local machine you could expose the file to the container using:

docker run -it -v locationOfWalletFileOnYourHostPc.dat:~/.stratis/wallet.dat judavi/civix /bin/bash

Check if the wallet is properly running

Check Wallet is Running and Synced

civxd getinfo

You're looking for the connections values to verify if is working properly

Another way to confirm the wallet is synced type:

civxd getblocktemplate

Disclaimer

I don't have any relation with CivX or any other cryptocurrency, the reason of this image is just for testing porpouse. If you're using a wallet for investing or production take the necesary precautions to protect your coins/wallet. You understand that you are using any and all information available here AT YOUR OWN RISK.

civx-docker's People

Contributors

judavi avatar

Watchers

 avatar

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.