Scribe Sentinel for Windows was built and uploaded to github.com:
https://github.com/scribenetwork/sentinel/releases/tag/v0.2Usage:
scribe-sentinel-win32.exe --config=your_path_to_conf_file
Manual build:
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:
# on sentinel dir
docker run -it -v "$(pwd):/src/" schnouki/pyinstaller-windows-ci:python2 wine dist/main.exe --config="your_path_to_conf_file"