Bitcoin Forum
June 24, 2024, 01:15:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 13 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 201377 times)
hoangkieu
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
November 15, 2017, 12:51:02 AM
 #1241

How about signature bounty? If it is available, please give me link to join. Thanks all.

mninfo
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
November 15, 2017, 01:59:18 AM
Last edit: November 15, 2017, 06:25:21 PM by mninfo
 #1242

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).

This post is an adaptation of https://bitcointalk.org/index.php?topic=2272607.msg24594537#msg24594537

VIVO+ Sentinel standalone (windows + linux)

You only need to do this if you are running a masternode and getting "WATCHDOG_EXPIRED"

This is a version of sentinel that requires nothing but to run an exe, make you to follow all steps! Backup "wallet.dat" first, just in case

Download: https://github.com/ZonnCash/sentinel/releases/tag/v1.1.0-win64
Virustotal (3/67): https://www.virustotal.com/es/file/3a65c0df1fb89607531d8c02bb2a3070f1c39f555944d118c67d8ee616be5b18/analysis/1510697796/

Use at your own risk, it has been compiled exactly as the Github repo says

Before running it

1. Make sure you are running 12.2.1

2. Close your wallet

3. Go to vivocore folder and delete "mncache.dat" and "mnpayments.dat"

4. Make sure your "vivo.conf" contains, at least, the following data:
rpcuser=someuser
rpcpassword=somepass
server=1
rpcport=9998
rpcconnect=127.0.0.1

Try to make rcpuser and rpcpassword hard to guess, you won't need to remember/use them for anything else, so feel free to smash the keyboard

5. Open wallet. Resync the whole wallet, from the menu "Tools" > "Wallet Repair" > "Rebuild Index"

6. Make sure the wallet is running and completely synced before continuing

How to

To make it point to your vivo.conf, you have three options:

A) Create a file sentinel.conf in the same folder as the EXE with the following content:
desire_conf=C:\path\to\vivo.conf

Yeah, it must say "desire_conf", as that sentinel is build for desire, but it will work just fine!
Start sentinel-win64.exe

B) From a console, execute the EXE by passing arguments
sentinel-win64.exe --config=C:\path\to\vivo.conf

C) By creating a shortcut

1) Right click the sentinel-win64.exe, "Create Shortcut".
2) Right click the shortcut, Properties
3) Edit Target and, at the end, add a SPACE and then "--config=C:\path\to\vivo.conf" INCLUDING the quotes "

Double click the shortcut to start sentinel.

When everything fails
If you have followed all the steps and still get WATCHDOG_EXPIRED when checking masternode status:

1. Close the wallet

2. Delete all files inside "vivocore" except for "wallet.dat" and "vivo.conf".
Please make sure you don't delete wallet.dat! Backup it, for real, that's your coins!

3. Restart wallet, open sentinel-win64.exe, and let it sync!
Datman34
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
November 15, 2017, 02:51:16 AM
 #1243

What are the real-time profits right now ? Daily? Weekly? Monthly? Anyone please give feedback. I want to invest but would like to know what y’all are earning.
}{uNdd
Full Member
***
Offline Offline

Activity: 266
Merit: 100


Next-Gen Blockchain Ecosystem - Luxcore.io


View Profile
November 15, 2017, 03:08:32 AM
 #1244

What are the real-time profits right now ? Daily? Weekly? Monthly? Anyone please give feedback. I want to invest but would like to know what y’all are earning.

mnrank.com can let you know ...

GhostMinerBox
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
November 15, 2017, 03:20:59 AM
 #1245

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).

This post is an adaptation of https://bitcointalk.org/index.php?topic=2272607.msg24594537#msg24594537

VIVO+ Sentinel standalone (windows + linux)

You only need to do this if you are running a masternode and getting "WATCHDOG_EXPIRED"

This is a version of sentinel that requires nothing but to run an exe, make you to follow all steps! Backup "wallet.dat" first, just in case

Download: https://github.com/ZonnCash/sentinel/releases/tag/v1.1.0-win64
Virustotal (3/67): https://www.virustotal.com/es/file/3a65c0df1fb89607531d8c02bb2a3070f1c39f555944d118c67d8ee616be5b18/analysis/1510697796/

Use at your own risk, it has been compiled exactly as the Github repo says

Before running it

1. Make sure you are running v0.12.2.1

2. Close your wallet

3. Go to vivocore folder and delete "mncache.dat" and "mnpayments.dat"

4. Make sure your "vivo.conf" contains, at least, the following data:
rpcuser=someuser
rpcpassword=somepass
server=1
rpcport=9998
rpcconnect=127.0.0.1

Try to make rcpuser and rpcpassword hard to guess, you won't need to remember/use them for anything else, so feel free to smash the keyboard

5. Open wallet. Resync the whole wallet, from the menu "Tools" > "Wallet Repair" > "Rebuild Index"

6. Make sure the wallet is running and completely synced before continuing

How to

To make it point to your vivo.conf, you have three options:

A) Create a file sentinel.conf in the same folder as the EXE with the following content:
desire_conf=C:\path\to\vivo.conf

Yeah, it must say "desire_conf", as that sentinel is build for desire, but it will work just fine!
Start sentinel-win64.exe

B) From a console, execute the EXE by passing arguments
sentinel-win64.exe --config=C:\path\to\vivo.conf

C) By creating a shortcut

1) Right click the sentinel-win64.exe, "Create Shortcut".
2) Right click the shortcut, Properties
3) Edit Target and, at the end, add a SPACE and then "--config=C:\path\to\vivo.conf" INCLUDING the quotes "

Double click the shortcut to start sentinel.

When everything fails
If you have followed all the steps and still get WATCHDOG_EXPIRED when checking masternode status:

1. Close the wallet

2. Delete all files inside "vivocore" except for "wallet.dat" and "desire.conf".
Please make sure you don't delete wallet.dat! Backup it, for real, that's your coins!

3. Restart wallet, open sentinel-win64.exe, and let it sync!
I followed this guide and ENABLEd my VIVO masternode. Thanks to mninfo!!!

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

Activity: 672
Merit: 154


Blockchain Evangelist.


View Profile WWW
November 15, 2017, 05:41:27 AM
 #1246

It seems that we are at the right time for buying and holding the good coin at about $4. Check its price there
https://coinmarketcap.com/currencies/vivo/
I have strong belief in the project and its developers.

Yesterday a lot of people sold in panic, so yes I saw some big buyers try to collect as much as they can, as you see the volume is high at ~20 BTC. 
The Cryptophilanthropist
Full Member
***
Offline Offline

Activity: 231
Merit: 101



View Profile
November 15, 2017, 08:05:24 AM
 #1247

Getting failed to connect to rpc when running sentinel,  any help please?

L8nit3-Miners Multi-Pool BTC PRT-LOG-XGTC BTC #GetMining
GdonateqfnmiJKv7mfnUcyvZHaiqxcTQS1 - XGTC DEV FUND
1G2PTf59cYsWKoZjj3i3Cv1Bb8NuNaeho2 - BTC POOL DEV
Christian Knuchel
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
November 15, 2017, 10:55:01 AM
 #1248

What's happened with VIVO masternodes? As I checked yesterday, it had about more than 500 master nodes, but today just has 22, the ROI is skyrocket as well.
There are a lot of people installing Sentinel right now, which is likely disrupting the masternode side of the network to a noticeable degree. I expect these disturbances to die down within the coming one or two weeks, with most of it likely settling within the next few days. Smiley
On explorerz.top, at the time of this writing, I can see that there are 556 masternodes overall and 108 of them online. Be aware that the ones that aren't counted as online are either flagged as "EXPIRED" (only two), "NEW_START_REQUIRED" or "WATCHDOG_EXPIRED" (fixed by installing Sentinel). A good bunch of them is very likely running and "online" from a software perspective.
vhaidamaka
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
November 15, 2017, 11:55:30 AM
 #1249

But what about people who have a masternode Desire and Vivo?
Nebell
Full Member
***
Offline Offline

Activity: 406
Merit: 104



View Profile
November 15, 2017, 02:12:55 PM
 #1250

Why was my post about anonymous team deleted?

BitcoinZ - community driven, no premine, no dev-tax, developers always welcome
https://bitcointalk.org/index.php?topic=3086664
https://btcz.rocks/
kiver
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
November 15, 2017, 04:17:43 PM
 #1251

this project looks great wish it will be the next Dash maybe better  Wink but i think it might help the project publicity if you make some social media bounties   it will attract more investors and interest in the project ... my regards  Smiley
cashen
Sr. Member
****
Offline Offline

Activity: 434
Merit: 251


View Profile
November 15, 2017, 05:47:59 PM
 #1252



1. Make sure you are running v0.12.2.1

Where do I get this? I can only find 12.1.7
GhostMinerBox
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
November 15, 2017, 05:54:51 PM
 #1253



1. Make sure you are running v0.12.2.1

Where do I get this? I can only find 12.1.7
This method was designed for another coin so copy/paste was incorrect. 0.12.1.7 is the correct release fro VIVO.

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

Activity: 42
Merit: 0


View Profile
November 15, 2017, 06:29:58 PM
 #1254



1. Make sure you are running v0.12.2.1

Where do I get this? I can only find 12.1.7
This method was designed for another coin so copy/paste was incorrect. 0.12.1.7 is the correct release fro VIVO.

Fixed on the main post! Thx!
NoddleHead
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 15, 2017, 07:49:06 PM
 #1255

Well if you see the sudden price dip that's because I just got out of the VIVO MN business and sold all my VIVO at market. Out of the blue they stopped and then I had to waste time trying to get rid of WATCHDOG error to no avail. No support, good community but ng devs. This coin is going sorry to say.
the.vlado
Full Member
***
Offline Offline

Activity: 271
Merit: 101


View Profile
November 15, 2017, 08:52:14 PM
 #1256

Hi all,
Is still possible to have shared master node with seats?
I am interested to but some VIVO coins, but unfortunately I don't have enough to buy 1.000 for one independent node! Smiley
All my portfolio is in alts, and this BTC price is not dropping! Smiley

   ⚡⚡ PRiVCY ⚡⚡   ▂▃▅▆█ PRiVCY (PRIV) is a new PoW/PoS revolutionary privacy project  ☞ Best privacy crypto-market! █▆▅▃▂
    Own Your Privacy! ───────────────── WebsiteGithub  |  Bitcointalk  |  Twitter  |  Discord  |  Explorer ─────────────────
   ✯✯✯✯✯                 ✈✈✈[Free Airdrop - Starts 9th June][Tor]✈✈✈ ║───────────║ Wallet ➢ Windows  |  macOS  |  Linux
Xenomole
Jr. Member
*
Offline Offline

Activity: 90
Merit: 2


View Profile
November 16, 2017, 02:09:14 AM
 #1257

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

Activity: 98
Merit: 10


View Profile
November 16, 2017, 02:19:32 AM
 #1258

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.

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

Activity: 434
Merit: 251


View Profile
November 16, 2017, 03:11:48 AM
 #1259

Do you have to run 1 sentinel exe for each masternode?

I have 3 MNs on 1 VPS.
changesl
Member
**
Offline Offline

Activity: 160
Merit: 10


View Profile
November 16, 2017, 07:08:29 AM
 #1260

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.

★ ★ ★ ★ ★   DeepOnion  ✔  Anonymous and Untraceable Cryptocurrency  ✔  TOR INTEGRATED & SECURED   ★ ★ ★ ★ ★
› › › › ›  JOIN THE NEW AIRDROP ✈️    ★    ✔ VERIFIED WITH DEEPVAULT  ‹ ‹ ‹ ‹ ‹
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   ANN  WHITEPAPER  FACEBOOK  TWITTER  YOUTUBE  FORUM   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Pages: « 1 ... 13 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!