Bitcoin Forum
May 04, 2024, 10:32:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 [64] 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 »
  Print  
Author Topic: [ANN] VIVO - Masternodes, ASIC-Resistant, Secure, High MN Rewards, Decentralized  (Read 201351 times)
jr_007
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
November 16, 2017, 07:09:28 AM
 #1261


Why suddenly VIVO in top profit masternode list ?
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
PhaseshiftUK
Full Member
***
Offline Offline

Activity: 345
Merit: 100


View Profile
November 16, 2017, 08:51:34 AM
 #1262

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.

Sign up for Revolut, the mobile banking revolution!
Multiple Fiat currencies and buy/sell of Cryptocurrencies supported. Exchange EUR or USD to your local currency at low inter-bank rates.
kashis27
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
November 16, 2017, 09:14:33 AM
 #1263

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://bitcointalk.org/index.php?action=profile;u=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
Hi-JacKeR
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
November 16, 2017, 09:36:52 AM
 #1264

And what about iOS / Android wallets.
Do you start develop?
unnamed20
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 16, 2017, 12:12:44 PM
 #1265

@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://bitcointalk.org/index.php?action=profile;u=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.
GhostMinerBox
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
November 16, 2017, 01:47:21 PM
 #1266

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.

Join a Shared Masternode and started earning interest on those coins you have idle in your wallets! More info: https://discord.gg/Kd6peTz
crackfoo
Legendary
*
Offline Offline

Activity: 3458
Merit: 1126



View Profile WWW
November 16, 2017, 01:48:43 PM
 #1267

can one sentinel install monitor multiple masternodes? Just add extra config lines?

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
GhostMinerBox
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
November 16, 2017, 01:56:25 PM
 #1268

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.

Join a Shared Masternode and started earning interest on those coins you have idle in your wallets! More info: https://discord.gg/Kd6peTz
googee
Full Member
***
Offline Offline

Activity: 354
Merit: 100


View Profile
November 16, 2017, 05:04:35 PM
 #1269

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://bitcointalk.org/index.php?action=profile;u=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 ?
changesl
Member
**
Offline Offline

Activity: 160
Merit: 10


View Profile
November 16, 2017, 05:14:32 PM
 #1270

be patient reading. Step by step.
You are missing some rpcuser, psw things in vivo.conf  as code.

★ ★ ★ ★ ★   DeepOnion  ✔  Anonymous and Untraceable Cryptocurrency  ✔  TOR INTEGRATED & SECURED   ★ ★ ★ ★ ★
› › › › ›  JOIN THE NEW AIRDROP ✈️    ★    ✔ VERIFIED WITH DEEPVAULT  ‹ ‹ ‹ ‹ ‹
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   ANN  WHITEPAPER  FACEBOOK  TWITTER  YOUTUBE  FORUM   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
googee
Full Member
***
Offline Offline

Activity: 354
Merit: 100


View Profile
November 16, 2017, 05:30:31 PM
 #1271

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 ?
changesl
Member
**
Offline Offline

Activity: 160
Merit: 10


View Profile
November 16, 2017, 05:39:28 PM
 #1272

rpcuser=userxxc1231
rpcpassword=VeryLongAndHardToKnow3
server=1
rpcport=9998
rpcconnect=127.0.0.1
masternode=1
masternodeprivkey=7eetT


try to remove all blanks

★ ★ ★ ★ ★   DeepOnion  ✔  Anonymous and Untraceable Cryptocurrency  ✔  TOR INTEGRATED & SECURED   ★ ★ ★ ★ ★
› › › › ›  JOIN THE NEW AIRDROP ✈️    ★    ✔ VERIFIED WITH DEEPVAULT  ‹ ‹ ‹ ‹ ‹
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   ANN  WHITEPAPER  FACEBOOK  TWITTER  YOUTUBE  FORUM   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
googee
Full Member
***
Offline Offline

Activity: 354
Merit: 100


View Profile
November 16, 2017, 06:06:53 PM
 #1273

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
cashen
Sr. Member
****
Offline Offline

Activity: 434
Merit: 251


View Profile
November 16, 2017, 06:35:11 PM
 #1274

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
Ethinkin9
Member
**
Offline Offline

Activity: 253
Merit: 10

Rolling in the Deep


View Profile
November 17, 2017, 12:09:57 PM
 #1275

Anybody knows what's the difference between   VIVO  and  INNOVA ?  ...looks like the same,
Alex68
Full Member
***
Offline Offline

Activity: 206
Merit: 101

Nothing is True...


View Profile
November 17, 2017, 02:33:14 PM
 #1276

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

◢▼▼◣                    ✦ ✦ ✦ ✦ ✦  DIAMOND [DMD] - Scarce ¤ Valuable ¤ Secure  ✦ ✦ ✦ ✦ ✦
◥▲▲◤
◥◤      ✦ Diamond 3 Months ChartDiamond Multipool CloudminingDiamond Bitcointalk Thread
naskel
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile WWW
November 17, 2017, 02:38:49 PM
 #1277

N-Engine Multi Pool Server

VIVO is still on our pool!

http://pool.n-engine.com

- FREE (donation only)
- Dedicated server (European - US - ASIAN link)
- Fast! (Gigabit link on optical fiber!)
- DDoS protection
- GeoDNS balancing system
- Support 24h/7 (Mail, Troll box, Irc channel)

Payouts are made automatically every 10 minutes for all balances above 0.5, or 0.05 on Sunday.

No more fee, more coin for YOU!

Happy FREE mining !

Main Pool url : http://pool.n-engine.com

You can follow us @Twitter : https://twitter.com/NeCrypto

Support :
On IRC : freenode > #N-Engine
By mail: contact[a.t.]n-engine.com



█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
░  .:: Free Pool @ http://pool.n-engine.com ::.  ░ << *FREE* AS FREE BEER
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
arni64
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
November 17, 2017, 04:55:16 PM
 #1278

New started required is standing in the master node info. What should I do? I restarted the server and master node allready.
fusionfoto
Full Member
***
Offline Offline

Activity: 125
Merit: 100


View Profile
November 18, 2017, 03:43:44 AM
 #1279

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

Me too. I was fully enabled then this
AltMiner.net
Full Member
***
Offline Offline

Activity: 210
Merit: 100


AltMiner.Net | Low-Fee Pool | 2hr Payout


View Profile WWW
November 18, 2017, 07:16:27 AM
 #1280

can one sentinel install monitor multiple masternodes? Just add extra config lines?

Sentinel is not that big. I just run one sentinel per coin/masternode. Git clone in dedicated dirs.

⚠️🚀 https://altminer.net 🚀⚠️ Low fee, multi algo pool | 2 hr payout | No registration required. ⚠️🚀 https://altminer.net 🚀⚠️
Pages: « 1 ... 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 [64] 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!