Git Product home page Git Product logo

p2pool-dgb-sha256-350's Introduction

Please read this file in raw format for best install results: https://raw.githubusercontent.com/farsider350/p2pool-dgb-sha256-350/master/README.md

P2pool installation with pypy -- Windows

On Windows, pypy is only supported via the Windows Subsystem for Linux (WSL). P2pool on pypy on WSL is much faster than P2pool on CPython on native Windows. To install WSL, first follow the steps outlined here:

https://msdn.microsoft.com/en-us/commandline/wsl/install_guide

Once you've done that, run bash and follow the rest of the steps below.

P2pool installation with pypy -- Linux and Windows

Copy and paste the following commands one line at a time into a bash shell in order to install p2pool on Windows or Linux.

sudo apt-get update sudo apt-get install pypy pypy-dev pypy-setuptools gcc build-essential git

wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo pypy sudo rm setuptools-*.zip

wget https://pypi.python.org/packages/source/z/zope.interface/zope.interface-4.1.3.tar.gz#md5=9ae3d24c0c7415deb249dd1a132f0f79 tar zxf zope.interface-4.1.3.tar.gz cd zope.interface-4.1.3/ sudo pypy setup.py install cd .. sudo rm -r zope.interface-4.1.3*

wget https://pypi.python.org/packages/source/T/Twisted/Twisted-15.4.0.tar.bz2 tar jxf Twisted-15.4.0.tar.bz2 cd Twisted-15.4.0 sudo pypy setup.py install cd .. sudo rm -r Twisted-15.4.0*

git clone https://github.com/farsider350/p2pool-dgb-sha256-350.git cd p2pool-dgb-sha256-350 cd digibyte_subsidy sudo pypy setup.py install

digibyte.conf server=1 rpcuser=user rpcpassword=anything long algo=sha256d listenonion=0 listen=1 daemon=1 gen=0 onlynet=IPv4 rpcworkqueue=32 rpcthreads=96 rpcallowip=127.0.0.1 rpcport=14023 port=12025 deprecatedrpc=accounts

Running P2Pool:

To use P2Pool, you must be running your own local digibyted. For standard configurations, using P2Pool should be as simple as:

pypy run_p2pool.py --net digibyte

To make your node accessible from the internet, open the following ports on your router (both the worker port and peer-2-peer port please!): Worker Port = 5027; Peer-2-Peer Port = 5026

Run for additional options:

pypy run_p2pool.py --help

https://triplezen.tk

Donations towards further development:

BTC: 12nQSWig35Wue2AGjiGM5F2LUvSwq8uQqS DGB: DG21rdLGRR2sMZDA1pXCrR93dKwjSz8yHo

p2pool-dgb-sha256-350's People

Contributors

farsider350 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.