Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SCRIBE] PoW/Masternodes, Lyra2REv2, ASIC-Resistant,Increasing High MN Rew
by
qemudev
on 27/02/2020, 12:55:07 UTC
Scribe Sentinel for Windows was built and uploaded to github.com:

https://github.com/scribenetwork/sentinel/releases/tag/v0.2

Usage:
Code:
scribe-sentinel-win32.exe --config=your_path_to_conf_file

Manual build:
Code:
git clone https://github.com/scribenetwork/sentinel
cd sentinel
docker run -v "$(pwd):/src/" cdrx/pyinstaller-windows:python2 "pyinstaller --runtime-tmpdir ./tmp/ --onefile --paths=lib/ ./main.py"
ls -la dist/

Check build on Linux:
Code:
# on sentinel dir
docker run -it -v "$(pwd):/src/" schnouki/pyinstaller-windows-ci:python2 wine dist/main.exe --config="your_path_to_conf_file"