donSchoe / p2pool-n

Modern P2Pool server for Scrypt-N coins like VTC, GPUC, EXE, ...
GNU General Public License v3.0
45 stars 45 forks source link

P2Pool Server Node software for Scrypt-N coins. Currently supported:

Requirements:

Generic:

Linux:

Windows:

Running P2Pool:

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

python run_p2pool.py

Then run your miner program, connecting to 127.0.0.1 on P2Pool-port with any username and password.

If you are behind a NAT, you should enable TCP port forwarding on your router. Forward port 9333 to the host running P2Pool.

Run for additional options.

python run_p2pool.py --help

Official P2Pool wiki:

https://en.bitcoin.it/wiki/P2Pool

Alternate web front ends:

Notes for Scrypt-N-Coins:

Requirements:

In order to run P2Pool with the Scrypt-N-Coins, you would need to build and install the vtc_scrypt module that includes the scrypt proof of work code that Scrypt-N-Coins uses for hashes.

Linux:

cd py_modules/vertcoin_scrypt
sudo python setup.py install

Windows (mingw):

In bash type this:

cd py_modules\vertcoin_scrypt
C:\Python27\python.exe setup.py build --compile=mingw32 install

Windows (microsoft visual c++)

In bash type this:

SET VS90COMNTOOLS=%VS110COMNTOOLS%             # For visual c++ 2012
SET VS90COMNTOOLS=%VS100COMNTOOLS%             # For visual c++ 2010
cd py_modules\vertcoin_scrypt
C:\Python27\python.exe setup.py build --compile=mingw32 install

If you run into an error with unrecognized command line option '-mno-cygwin', see this: http://stackoverflow.com/q/6034390/1260906

Running P2Pool:

Vertcoin:

GPUCcoin:

Execoin:

TenfiveCoin:

Rotocoin:

Spaincoin:

Kimocoin:

Sponsors:

Thanks to: