Giter Site home page Giter Site logo

p2pool-vtc's Introduction

P2pool installation with Docker -- Linux

To have this docker running, you will need 2 things. A vertcoind node and patience.

To get the vertcoind node, the easy way is to use this command

docker create --name vertcoind \
           -v /path/to/permanent/storage:/data \
           -p 5889:5889 \
           -p 5888:5888 \
           --network=host \
           --restart unless-stopped \
           -d firrae/vertcoind

Then, run your vertcoind instance and let it sync

docker start vertcoind

You can watch the progress with

docker logs vertcoind

Once done, you will need to build p2pool-vtc docker

git clone https://github.com/chadouming/p2pool-vtc
cd p2pool-vtc
docker build -t p2pool:latest .

Finally, you can run your p2pool node via docker !

Have a look at /path/to/permanent/storage/vertcoin.conf to get your rpc password then:

docker create --name p2pool_vtc \
           -e RPC_USER="rpc" \
           -e RPC_PASSWORD="thisisyourvertcoindrpcpassword" \
           -e VERTCOIND_HOST="127.0.0.1" \
           -e FEE="0.5" \
           -e FEE_ADDRESS="vtc1q6gzm0qw8hzfth632fxfzlmd4dj0ghy8762zxa4" \
           -e MAX_CONNECTIONS="100" \
           -v /path/to/permanent/storage/verthash.dat:/data/verthash.dat \
           --network=host \
           p2pool:latest

p2pool-vtc's People

Contributors

forrestv avatar jtoomim avatar coblee avatar chadouming avatar rav3npl avatar veqtrus avatar drazisil avatar kr1z1s avatar goblin avatar d0gzpaw avatar imaginaryusername avatar farsider350 avatar midnightmagic avatar maaku avatar grimd34th avatar iongchun avatar thrasher- avatar m0glie avatar spencerr avatar harukama avatar kevinxucs avatar krellan avatar roy7 avatar gmaxwell avatar gades avatar dmp1ce avatar cohibaa avatar napieraj avatar pknight007 avatar nocarryr avatar

Watchers

James Cloos 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.