binnenkort stijgende..
GRIEKS = https://bitcointalksearch.org/topic/re-annomeganetworkno-icomasternode-omeganetworkcoin-pow-pos-2837564
TURKS = https://bitcointalksearch.org/topic/ann-omega-masternode-powpos-x11-omega-network-2945189
ARABISCH= https://bitcointalksearch.org/topic/omega-masternode-2973410
Filipijns= https://bitcointalksearch.org/topic/official-omega-powpos-masternode-by-the-community-2975139
Duits= https://bitcointalksearch.org/topic/ann-offiziell-omega-x11-powpos-masternode-durch-die-community-2992717
Frans= https://bitcointalksearch.org/topic/wwwwwwwwwwwwwwwwwwx-3003735
- Chinees door gaking man
- Russisch door -DEIMOS-
- WestCountry door AltScope
---------------
$ sudo apt-get -y install python-virtualenv virtualenv
$ git clone https://github.com/omegacoinnetwork/sentinel.git && cd sentinel
$ virtualenv ./venv
$ ./venv/bin/pip install -r requirements.txt
crontab -e
* * * * * cd /root/sentinel && ./venv/bin/python bin/sentinel.py >/dev/null 2>&1
(Add the line above and save, Ctrl+x, Y and enter)
$ nano ~/sentinel/sentinel.conf
(change /home/username to /root and save, Ctrl+x, Y and enter)
$ ./venv/bin/py.test ./test
(If error appears, we probably need to change the IP in the test file.)