Pages:
Author

Topic: [ANN] VIVO - Masternodes, ASIC-Resistant, Secure, High MN Rewards, Decentralized - page 39. (Read 201504 times)

full member
Activity: 206
Merit: 101
Nothing is True...
In logfile "sentinel-cron.log" I often get error "Unable to submit: Object creation rate limit exceeded"  - how to fix it?
normal command "venv/bin/python bin/sentinel.py" when issued manually returns no output

Updated: I just tried again manually and the same message came even from the manual command!
Later 20 times - all normal
it seems like this error happens after a certain wait time
member
Activity: 253
Merit: 10
Rolling in the Deep
Anybody knows what's the difference between   VIVO  and  INNOVA ?  ...looks like the same,
sr. member
Activity: 434
Merit: 251
I had to use a different port for each MN on the same VPS.

If I did not I got a "could start HTTP server" error
full member
Activity: 354
Merit: 100
rpcuser=userxxc1231
rpcpassword=VeryLongAndHardToKnow3
server=1
rpcport=9998
rpcconnect=127.0.0.1
masternode=1
masternodeprivkey=7eetT


try to remove all blanks

worked. thank you very much Smiley
member
Activity: 160
Merit: 10
rpcuser=userxxc1231
rpcpassword=VeryLongAndHardToKnow3
server=1
rpcport=9998
rpcconnect=127.0.0.1
masternode=1
masternodeprivkey=7eetT


try to remove all blanks
full member
Activity: 354
Merit: 100
be patient reading. Step by step.
You are missing some rpcuser, psw things in vivo.conf  as code.

i use this vivo.conf :

rpcuser = Vi****
rpcpassword = ffuO****
masternode = 1
server = 1
rpcport = 9919
rpcconnect = 127.0.0.1
masternodeprivkey = 7eSgVaDZFFitb8RZoBKieVw*******

what code i forget ?
member
Activity: 160
Merit: 10
be patient reading. Step by step.
You are missing some rpcuser, psw things in vivo.conf  as code.
full member
Activity: 354
Merit: 100
This is a third coin in the last two days that I have successfully setup with Sentinel and Two-Windows-Wallets setup. It's not a straightforward process and has some peculiar steps you have to make to make it work.

Sentinel release that was made for DESIRE coin has to be setup a bit differently for other coins. Here is how I do it.


This guide assumes that you already have had a running masternode before the Sentinel. This guide also assumes that you have the same directory structure as I do. If you have a different structure, change the paths where appropriate.

I have two Windows wallets. A VPS Windows Wallet and a Home PC Windows Wallet.

1. Close both VPS and Home PC wallets.

2. Download the latest wallet release to both you VPS and Home PC and put it in any folder. I use C:\COIN-VIVO

3. Backup you data directories on both VPS and PC by simply copy/paste of your C:\Users\Administrator\AppData\Roaming\VivoCore directory. Forget about the C:\Users\Administrator\AppData\Roaming\VivoCore - Copy directory for now. If all goes well, you can simply delete it at the end. If you fail, you will need it to start over again.

4. Delete all the files in the C:\Users\Administrator\AppData\Roaming\VivoCore EXCEPT for three files, i.e. vivo.conf, masternode.conf and wallet.dat on both VPS and Home PC!

5. Edit your VPS vivo.conf to make sure you have these and only these lines.
Code:
rpcuser=SomeHardToGuessLogin
rpcpassword=SomeEvenHarderToGuessPassword
masternode=1
server=1
rpcport=9919
rpcconnect=127.0.0.1
masternodeprivkey=yourmasternodeprivkey

9919 will be your port for this coin. If you have multiple coins on the same VPS and will follow this guide to set them up MAKE SURE you choose another port for the other coin.

6. Start your VPS wallet vivo-qt.exe and let it sync everything until you see a blue check mark in the right bottom corner.

7. Close your VPS wallet! Believe it or not, this is an important step!

8. Start your VPS wallet vivo-qt.exe again and let it sync everything until you see a blue check mark in the right bottom corner again.

9. Download sentinel-win64.exe to your VPS from https://github.com/ZonnCash/sentinel/releases/tag/v1.1.0-win64 and thank mninfo https://bitcointalksearch.org/user/mninfo-1303916 for creating the Windows based Sentinel release! Put it in any folder. I use C:\SENTINEL_VIVO

10. !!! IMPORTANT STEP Create a shortcut for sentinel-win64.exe in the same folder and rename it to something meaningful and related to this coin. I use Sentinel-Vivo-Start. Right click -> Properties on that shortcut and edit Target field to contain
Code:
C:\SENTINEL_VIVO\sentinel-win64.exe "--config=C:\Users\Administrator\AppData\Roaming\VivoCore\vivo.conf"
The importance of this step is to use the shortcut method. Using sentinel.conf file WILL NOT WORK!

11. Run your Sentinel-Vivo-Start shortcut, making sure the first lines in the poped up CMD windows display this:
Code:
Using desire.conf: C:\Users\Administrator\AppData\Roaming\VivoCore\vivo.conf

2017-11-16 04:34 Running sentinel

12. Start your Home PC wallet vivo-qt.exe and let it sync everything until you see a blue check mark in the right bottom corner.

13. Go to Masternodes tab of your PC wallet and Start alias your masternode(s) regardless of what status other than ENABLED you see for each! If at this point you may already see your masternode ENABLED and thus you don't need to start it!

14. In the Debug console of your VPS wallet type masternode status and you should see:
Code:
"status": "Masternode successfully started"
in the output.

From that point you should wait. It may be a little but it could be a while, but after some time your masternodes should turn ENABLED. You may restart you PC Wallet any time while you're waiting. It may update the statuses faster for you.

i got this result :
Using desire.conf: C:\Users\Administrator\AppData\Roaming\VivoCore\vivo.conf
2017-11-16 11:52 Running sentinel
-342: non-JSON HTTP response with '401 Unauthorized' from server
Cannot connect to desired. Please ensure desired is running and the JSONRPC port is open to Sentinel.

this is right ?
member
Activity: 98
Merit: 10
can one sentinel install monitor multiple masternodes? Just add extra config lines?
If for the same coin on the same VPS, I would doubt that, but you can try. If for different coins (qt-wallets) on the same VPS then YES, it works for me. You need separate folders for each sentinel .exe and separate shortcuts. sentinel.conf won't work.
legendary
Activity: 3486
Merit: 1126
can one sentinel install monitor multiple masternodes? Just add extra config lines?
member
Activity: 98
Merit: 10
To answer some of the questions...

1. I don't know how to setup multiple MNs for the same coin on one VPS
2. I use standard windows RDP to connect to my VPS, so if you're using something else, I can't help you with that.
3. If you managed to setup one MN following my guid and cannot setup second or third then you need to figure out what you're doing differently for the consecutive installations.
4. If this is you first-time MN installation then you obviously need to follow general MN setup guide as to how to send coins to MN wallet and enable it for the first time. My guide is when you already have a MN running but having WATCHDOG_EXPIRED issue because you don;t have a Sentinel running.

I hope I did not miss any other questions.
newbie
Activity: 1
Merit: 0
@GhostMinerBox My first MN works fine following your instruction. My Second and 3rd MN, I keep getting same error
Error: Unsupported Operand type (s) for +: 'Nonetype' and 'str

Please, guys, can anyone assist. I will try following the steps again one more time.

Thanks



This is a third coin in the last two days that I have successfully setup with Sentinel and Two-Windows-Wallets setup. It's not a straightforward process and has some peculiar steps you have to make to make it work.

Sentinel release that was made for DESIRE coin has to be setup a bit differently for other coins. Here is how I do it.


This guide assumes that you already have had a running masternode before the Sentinel. This guide also assumes that you have the same directory structure as I do. If you have a different structure, change the paths where appropriate.

I have two Windows wallets. A VPS Windows Wallet and a Home PC Windows Wallet.

1. Close both VPS and Home PC wallets.

2. Download the latest wallet release to both you VPS and Home PC and put it in any folder. I use C:\COIN-VIVO

3. Backup you data directories on both VPS and PC by simply copy/paste of your C:\Users\Administrator\AppData\Roaming\VivoCore directory. Forget about the C:\Users\Administrator\AppData\Roaming\VivoCore - Copy directory for now. If all goes well, you can simply delete it at the end. If you fail, you will need it to start over again.

4. Delete all the files in the C:\Users\Administrator\AppData\Roaming\VivoCore EXCEPT for three files, i.e. vivo.conf, masternode.conf and wallet.dat on both VPS and Home PC!

5. Edit your VPS vivo.conf to make sure you have these and only these lines.
Code:
rpcuser=SomeHardToGuessLogin
rpcpassword=SomeEvenHarderToGuessPassword
masternode=1
server=1
rpcport=9919
rpcconnect=127.0.0.1
masternodeprivkey=yourmasternodeprivkey

9919 will be your port for this coin. If you have multiple coins on the same VPS and will follow this guide to set them up MAKE SURE you choose another port for the other coin.

6. Start your VPS wallet vivo-qt.exe and let it sync everything until you see a blue check mark in the right bottom corner.

7. Close your VPS wallet! Believe it or not, this is an important step!

8. Start your VPS wallet vivo-qt.exe again and let it sync everything until you see a blue check mark in the right bottom corner again.

9. Download sentinel-win64.exe to your VPS from https://github.com/ZonnCash/sentinel/releases/tag/v1.1.0-win64 and thank mninfo https://bitcointalksearch.org/user/mninfo-1303916 for creating the Windows based Sentinel release! Put it in any folder. I use C:\SENTINEL_VIVO

10. !!! IMPORTANT STEP Create a shortcut for sentinel-win64.exe in the same folder and rename it to something meaningful and related to this coin. I use Sentinel-Vivo-Start. Right click -> Properties on that shortcut and edit Target field to contain
Code:
C:\SENTINEL_VIVO\sentinel-win64.exe "--config=C:\Users\Administrator\AppData\Roaming\VivoCore\vivo.conf"
The importance of this step is to use the shortcut method. Using sentinel.conf file WILL NOT WORK!

11. Run your Sentinel-Vivo-Start shortcut, making sure the first lines in the poped up CMD windows display this:
Code:
Using desire.conf: C:\Users\Administrator\AppData\Roaming\VivoCore\vivo.conf

2017-11-16 04:34 Running sentinel

12. Start your Home PC wallet vivo-qt.exe and let it sync everything until you see a blue check mark in the right bottom corner.

13. Go to Masternodes tab of your PC wallet and Start alias your masternode(s) regardless of what status other than ENABLED you see for each! If at this point you may already see your masternode ENABLED and thus you don't need to start it!

14. In the Debug console of your VPS wallet type masternode status and you should see:
Code:
"status": "Masternode successfully started"
in the output.

From that point you should wait. It may be a little but it could be a while, but after some time your masternodes should turn ENABLED. You may restart you PC Wallet any time while you're waiting. It may update the statuses faster for you.
member
Activity: 70
Merit: 10
And what about iOS / Android wallets.
Do you start develop?
newbie
Activity: 4
Merit: 0
This is a third coin in the last two days that I have successfully setup with Sentinel and Two-Windows-Wallets setup. It's not a straightforward process and has some peculiar steps you have to make to make it work.

Sentinel release that was made for DESIRE coin has to be setup a bit differently for other coins. Here is how I do it.


This guide assumes that you already have had a running masternode before the Sentinel. This guide also assumes that you have the same directory structure as I do. If you have a different structure, change the paths where appropriate.

I have two Windows wallets. A VPS Windows Wallet and a Home PC Windows Wallet.

1. Close both VPS and Home PC wallets.

2. Download the latest wallet release to both you VPS and Home PC and put it in any folder. I use C:\COIN-VIVO

3. Backup you data directories on both VPS and PC by simply copy/paste of your C:\Users\Administrator\AppData\Roaming\VivoCore directory. Forget about the C:\Users\Administrator\AppData\Roaming\VivoCore - Copy directory for now. If all goes well, you can simply delete it at the end. If you fail, you will need it to start over again.

4. Delete all the files in the C:\Users\Administrator\AppData\Roaming\VivoCore EXCEPT for three files, i.e. vivo.conf, masternode.conf and wallet.dat on both VPS and Home PC!

5. Edit your VPS vivo.conf to make sure you have these and only these lines.
Code:
rpcuser=SomeHardToGuessLogin
rpcpassword=SomeEvenHarderToGuessPassword
masternode=1
server=1
rpcport=9919
rpcconnect=127.0.0.1
masternodeprivkey=yourmasternodeprivkey

9919 will be your port for this coin. If you have multiple coins on the same VPS and will follow this guide to set them up MAKE SURE you choose another port for the other coin.

6. Start your VPS wallet vivo-qt.exe and let it sync everything until you see a blue check mark in the right bottom corner.

7. Close your VPS wallet! Believe it or not, this is an important step!

8. Start your VPS wallet vivo-qt.exe again and let it sync everything until you see a blue check mark in the right bottom corner again.

9. Download sentinel-win64.exe to your VPS from https://github.com/ZonnCash/sentinel/releases/tag/v1.1.0-win64 and thank mninfo https://bitcointalksearch.org/user/mninfo-1303916 for creating the Windows based Sentinel release! Put it in any folder. I use C:\SENTINEL_VIVO

10. !!! IMPORTANT STEP Create a shortcut for sentinel-win64.exe in the same folder and rename it to something meaningful and related to this coin. I use Sentinel-Vivo-Start. Right click -> Properties on that shortcut and edit Target field to contain
Code:
C:\SENTINEL_VIVO\sentinel-win64.exe "--config=C:\Users\Administrator\AppData\Roaming\VivoCore\vivo.conf"
The importance of this step is to use the shortcut method. Using sentinel.conf file WILL NOT WORK!

11. Run your Sentinel-Vivo-Start shortcut, making sure the first lines in the poped up CMD windows display this:
Code:
Using desire.conf: C:\Users\Administrator\AppData\Roaming\VivoCore\vivo.conf

2017-11-16 04:34 Running sentinel

12. Start your Home PC wallet vivo-qt.exe and let it sync everything until you see a blue check mark in the right bottom corner.

13. Go to Masternodes tab of your PC wallet and Start alias your masternode(s) regardless of what status other than ENABLED you see for each! If at this point you may already see your masternode ENABLED and thus you don't need to start it!

14. In the Debug console of your VPS wallet type masternode status and you should see:
Code:
"status": "Masternode successfully started"
in the output.

From that point you should wait. It may be a little but it could be a while, but after some time your masternodes should turn ENABLED. You may restart you PC Wallet any time while you're waiting. It may update the statuses faster for you.

hello, im not exactly sure how to navigate my VPS in order to remove only those certain files from the vps wallet. Im using putty with ubuntu on my VPS. Im very new to this, but I think Im catching on really quick. I was able to set up 3 different MNs from other coins and this is my first attempt at VIVO. also, since this will be the first time I set up this MN will this process work for me too? thanks for any help
full member
Activity: 345
Merit: 100
Why suddenly VIVO in top profit masternode list ?

It's been there for quite a while, although some newer coins have since passed it for ROI.
full member
Activity: 196
Merit: 100

Why suddenly VIVO in top profit masternode list ?
member
Activity: 160
Merit: 10
Do you have to run 1 sentinel exe for each masternode?

I have 3 MNs on 1 VPS.

how can you do multi mns on 1 same vps?
can we change the port? i dun think so.
sr. member
Activity: 434
Merit: 251
Do you have to run 1 sentinel exe for each masternode?

I have 3 MNs on 1 VPS.
member
Activity: 98
Merit: 10
This is a third coin in the last two days that I have successfully setup with Sentinel and Two-Windows-Wallets setup. It's not a straightforward process and has some peculiar steps you have to make to make it work.

Sentinel release that was made for DESIRE coin has to be setup a bit differently for other coins. Here is how I do it.


This guide assumes that you already have had a running masternode before the Sentinel. This guide also assumes that you have the same directory structure as I do. If you have a different structure, change the paths where appropriate.

I have two Windows wallets. A VPS Windows Wallet and a Home PC Windows Wallet.

1. Close both VPS and Home PC wallets.

2. Download the latest wallet release to both you VPS and Home PC and put it in any folder. I use C:\COIN-VIVO

3. Backup you data directories on both VPS and PC by simply copy/paste of your C:\Users\Administrator\AppData\Roaming\VivoCore directory. Forget about the C:\Users\Administrator\AppData\Roaming\VivoCore - Copy directory for now. If all goes well, you can simply delete it at the end. If you fail, you will need it to start over again.

4. Delete all the files in the C:\Users\Administrator\AppData\Roaming\VivoCore EXCEPT for three files, i.e. vivo.conf, masternode.conf and wallet.dat on both VPS and Home PC!

5. Edit your VPS vivo.conf to make sure you have these and only these lines.
Code:
rpcuser=SomeHardToGuessLogin
rpcpassword=SomeEvenHarderToGuessPassword
masternode=1
server=1
rpcport=9919
rpcconnect=127.0.0.1
masternodeprivkey=yourmasternodeprivkey

9919 will be your port for this coin. If you have multiple coins on the same VPS and will follow this guide to set them up MAKE SURE you choose another port for the other coin.

6. Start your VPS wallet vivo-qt.exe and let it sync everything until you see a blue check mark in the right bottom corner.

7. Close your VPS wallet! Believe it or not, this is an important step!

8. Start your VPS wallet vivo-qt.exe again and let it sync everything until you see a blue check mark in the right bottom corner again.

9. Download sentinel-win64.exe to your VPS from https://github.com/ZonnCash/sentinel/releases/tag/v1.1.0-win64 and thank mninfo https://bitcointalksearch.org/user/mninfo-1303916 for creating the Windows based Sentinel release! Put it in any folder. I use C:\SENTINEL_VIVO

10. !!! IMPORTANT STEP Create a shortcut for sentinel-win64.exe in the same folder and rename it to something meaningful and related to this coin. I use Sentinel-Vivo-Start. Right click -> Properties on that shortcut and edit Target field to contain
Code:
C:\SENTINEL_VIVO\sentinel-win64.exe "--config=C:\Users\Administrator\AppData\Roaming\VivoCore\vivo.conf"
The importance of this step is to use the shortcut method. Using sentinel.conf file WILL NOT WORK!

11. Run your Sentinel-Vivo-Start shortcut, making sure the first lines in the poped up CMD windows display this:
Code:
Using desire.conf: C:\Users\Administrator\AppData\Roaming\VivoCore\vivo.conf

2017-11-16 04:34 Running sentinel

12. Start your Home PC wallet vivo-qt.exe and let it sync everything until you see a blue check mark in the right bottom corner.

13. Go to Masternodes tab of your PC wallet and Start alias your masternode(s) regardless of what status other than ENABLED you see for each! If at this point you may already see your masternode ENABLED and thus you don't need to start it!

14. In the Debug console of your VPS wallet type masternode status and you should see:
Code:
"status": "Masternode successfully started"
in the output.

From that point you should wait. It may be a little but it could be a while, but after some time your masternodes should turn ENABLED. You may restart you PC Wallet any time while you're waiting. It may update the statuses faster for you.
jr. member
Activity: 90
Merit: 2
Hi! I come from "Desire", another MN coin which is having the WATCHDOG_EXPIRED problem. I've build a standalone version of sentinel (it doesn't require any dependencies, namely python and so on, and can be run from a single EXE file).

rpcport=9998
rpcconnect=127.0.0.1


does the port have to state 9998 or does it have to be the same port the masternode is running on?
Pages:
Jump to: