Difference between revisions of "ProgPoW TestNet"

From Veriblock Wiki
Jump to: navigation, search
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
See: [[ProgPow]]
  
 
__TOC__
 
__TOC__
Line 12: Line 13:
 
Download NodeCore-All package (within miners):
 
Download NodeCore-All package (within miners):
  
* https://mirror.veriblock.org/veriblock-nodecore-progpow_test-all-0.4.9-rc.7.dev.21.progpow.tar.gz
+
* https://mirror.veriblock.org/veriblock-nodecore-progpow_test-all-0.4.9-rc.7.dev.24.progpow.tar.gz
* https://mirror.veriblock.org/veriblock-nodecore-progpow_test-all-0.4.9-rc.7.dev.21.progpow.zip
+
* https://mirror.veriblock.org/veriblock-nodecore-progpow_test-all-0.4.9-rc.7.dev.24.progpow.zip
  
 
<pre>
 
<pre>

Revision as of 12:58, 25 June 2020

See: ProgPow

Overview

ProgPoW operation information

Source code: https://github.com/VeriBlock/ProgPoW-miner

Please share issues and feedback: https://github.com/VeriBlock/ProgPoW-miner/issues

Download NodeCore-All package (within miners):

nodecore-0.4.9-rc.7.dev.21.progpow
nodecore-cli-0.4.9-rc.5.dev.33.progpow
ProgPoW_VBK_Alpha1
veriblock-pop-miner-0.4.9-rc.5.dev.33.progpow


Explorer:

https://testprogpow.explore.veriblock.org/network-stats

Quick Start for Windows

  1. Download package, such as https://mirror1.veriblock.org/progpow/ProgPoW_VBK_Windows_x64_Alpha1.zip
  2. Update `miner-veriblock.bat` with your address (or leave default) and pool information (or leave on the default devpool option)
  3. Run `miner-veriblock.bat`

Package

Windows

Binary: https://mirror1.veriblock.org/progpow/ProgPoW_VBK_Windows_x64_Alpha1.zip

Compile from source:

Building ProgPoW on Windows:
Install Visual Studio 2017 (With C++ Build Requirements)
Install CUDA Toolkit 10.2 or 11.0 (If 10.2, remove the line "-gencode arch=compute_80,code=sm_80" in ProgPoW-miner/libethash-cuda/CMakeLists.txt)
Install CMake for Windows (put on path when prompted during the installation, or manually add C:\Program Files\CMake\bin to %PATH%)
Install Strawberry Perl (installer should automatically add to path)
git clone https://github.com/VeriBlock/ProgPoW-miner
cd ProgPoW-miner
git submodule update --init --recursive
Put compile script (see below) outside of the ProgPoW-miner directory (ex: if ProgPoW-miner is in C:/User/You/ProgPoW-miner, then compile script goes in C:/User/You/compile.bat)
Execute compile script (it may take up to 1 hr the first time it runs!)
Open ProgPoW-miner/build/ethminer.sln in Visual Studio, change from 'Debug' to 'Release' (Make sure it's on x64)
Build -> All
Binaries (ethminer.exe) should appear in ProgPoW-miner\build\ethminer\Release

Windows compile script (put this in a file compile.bat directly above the ProgPoW-miner directory and run it):

@echo off
setlocal

rem add MSVC in PATH
call "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\Common7\Tools\VsMSBuildCmd.bat"

rem add Perl in PATH; it's needed for OpenSSL build
set "PERL_PATH=C:\Strawberry\perl\bin"
set "PATH=%PERL_PATH%;%PATH%"

rem switch to ethminer's source folder
cd "%~dp0\ProgPoW-miner\"

if not exist "build\" mkdir "build\"

rem For CUDA 9.x pass also `-T v140`
cmake -Thost=x64 -G "Visual Studio 15 2017 Win64" -H. -Bbuild -DETHASHCL=ON -DETHASHCUDA=ON -DAPICORE=ON ..
cmake -Thost=x64 --build . --config Release --target package

endlocal
pause


Linux

Binary - TODO

Compile from source:

git clone https://github.com/VeriBlock/ProgPoW-miner
cd ProgPOW-miner
git submodule update --init --recursive
mkdir build
cd build
cmake .. -DETHASHCUDA=ON
make -sj8

Pool

If anyone is interested in making their own pool, it is the same steps as before:

HowTo_run_and_connect_to_PoW_Miner_pool

This will need an updated NodeCore instance, which will be provided.

List of Pools