Vs140comntools
The VS140COMNTOOLS was ok in the end, and is still 'C:Program Files (x86)Microsoft Visual Studio 14.0Common7Tools'. The problem was without Visual Studio, I didn't have a C:Program Files (x86)Microsoft Visual Studio 14.0VC folder where the common tools path led, in order for the build function to call vcvarsall.bat.
- 2018-10-19T08:18:16Z tag:help.appveyor.com,2012-11-13:Comment/421-03-17T09:39:16Z 2017-03-17T09:39:16Z.
- Clang最好还是在Linux下用吧。用用命令行能好很多,编译一下源码,能好很多。 LLVM每日谈 zhuanlan.zhihu.com.
- Visual Studio 2015 (VS14): SET VS90COMNTOOLS=%VS140COMNTOOLS% Create test.py to use the extension for OpenCV-Python: import device import cv2 def selectcamera.
- So what the command does is concatenate the value of the VS140COMNTOOLS environment variable with the basename of the prompt file (VsDevCmd.bat), and run @call on it. Using Python # But, as time went by, we wanted to rewrite all the build scripts in Python, so that we could factorize some of the code.
Configuring the Vertcoin daemon

After you installed verctoind/vertcoin-qt/'Vertcoin Core' you will need to enable the RPC server. To do so add the following text to your vertcoin.conf
file:
Vs140comntools 2015
The vertcoin.conf
file can be found in the data directory (datadir):
Operating System | Default datadir | Typical path to configuration file |
---|---|---|
Windows | %APPDATA%Vertcoin | C:UsersusernameAppDataRoamingVertcoinvertcoin.conf |
Linux | $HOME/.Vertcoin/ | /home/username/.Vertcoin/vertcoin.conf |
Mac OSX | $HOME/Library/Application Support/Vertcoin/ | /Users/username/Library/Application Support/Vertcoin/vertcoin.conf |
If it is not there simply create it yourself. Restart the Vertcoin daemon after you edited vertcoin.conf
.
Running P2Pool
On Windows you can obtain compiled binaries here. Extract the zip archive and open a command prompt (to do so right-click inside the extracted folder while pressing shift
and click on Open command window here
). Type run_p2pool.exe --net vertcoin
and hit enter
.
On Linux you will need to follow the instructions on running from source.
P2Pool will start downloading the share chain and you will be able to connect to it with stratum+tcp://localhost:9171
. Use your Vertcoin address as username and any password.
P2Pool's web interface with statistics can be found on http://localhost:9171/ .
Additional options are documented here.
Running from source
Requirements
Terminal commands are provided for Ubuntu/Debian. Start with sudo su
.
Requirement | Terminal command | Notes |
---|---|---|
Git | apt-get install git | |
Python 2 | apt-get install python python-pip | On Windows check the options to install PIP and to add Python to the PATH variable. |
pip install pypiwin32
On Windows
Clone P2Pool
Vs140comntools Visual Studio 2017
Open a terminal window and navigate to where you want to download P2Pool. Type:
Compile the Lyra2REv2 module
Vs100comntools
You will need to compile the Lyra2REv2 module. On Windows you will need to install Visual Studio for the C++ compiler. Type:
SET VS90COMNTOOLS=%VS140COMNTOOLS%
For Visual C++ 2015 onlySET VS90COMNTOOLS=%VS120COMNTOOLS%
For Visual C++ 2013 onlySET VS90COMNTOOLS=%VS110COMNTOOLS%
For Visual C++ 2012 onlySET VS90COMNTOOLS=%VS100COMNTOOLS%
For Visual C++ 2010 only'%VS90COMNTOOLS%vsvars32.bat'
For all versions of Visual C++
Vs140comntools 2015
sudo python setup.py install
On Linuxpython setup.py build --compile=msvc install
On Windowscd ..
Run P2Pool
Type python run_p2pool.py --net vertcoin
.
Donations for this guide: VhoitLSLJV2iC93pbnYh72u4QukZtXbqcD / 18otydGstg8W8N9frzu4g8aCj6TbV5jPGa