Releases: momopay/sentinel
Installing MomoCash sentinel on windows
Sentinel is an autonomous agent for persisting, processing and automating momo governance objects and tasks, and for expanded functions in the upcoming momo releases.
Installation
- Install Prerequisites
Download the sentinel: https://github.com/momopay/sentinel/releases/download/v1.1.0.5/sentinel-win64.exe
2.Wallet configuration
In your wallet go to tools and then open wallet configuration file.
Add the following if missing :
rpcuser=someuser
rpcpassword=somepass
server=1
rpcport=6615
rpcallowip=127.0.0.1
change someuser/somepass with whatever you want
Save and close.
3.Sentinel Configuration
To make it point to your momo.conf, you have three options:
A) Create a file sentinel.conf in the same folder as the EXE with the following content:
momo_conf=C:\path\to\momo.conf
Start sentinel-win64.exe
B) From a console, execute the EXE by passing arguments sentinel-win64.exe --config=C:\path\to\momo.conf
C) By creating a shortcut
Right click the sentinel-win64.exe, "Create Shortcut".
Right click the shortcut, Properties
Edit Target and, at the end, add a SPACE and then "--config=C:\path\to\momo.conf" INCLUDING the quotes "
Double click the shortcut to start sentinel.
4.Run the sentinel.
Execute sentinel. In addition, you can create a windows scheduled task to execute your shortcut every minutes.
Command line options, more logging
Builtin Wallet/MN fixing
Standalone builds
Command line options, more logging