Bitcoin Forum
May 25, 2024, 12:16:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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)
ddude
Full Member
***
Offline Offline

Activity: 253
Merit: 101



View Profile
November 29, 2017, 12:15:43 PM
 #1401

Nice. Just bought a 1000 for masternode. What are the daily returns?  Cool can I use my own server?
yes you can use your own servers, the rewards are 5 vivo per day, as number of MN's have increased quite a bit.

CoinTracking.info CoinTracking.info - Your Profit / Loss Portfolio Monitor and Tax Calculator for all Digital Currencies
Simply the best way to track your digital assets accurately. Get live data for more than 5000 coins, assets and commodities. Track Gains & Balances from all your exchanges and wallets.
Need help? CoinTracking FAQ
PhaseshiftUK
Full Member
***
Offline Offline

Activity: 345
Merit: 100


View Profile
November 29, 2017, 12:55:16 PM
 #1402

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
I'm having this problem too.  I'm running Ubuntu 16.04.  My cron is set up correctly (see below), yet I keep getting "Watchdog expired" and in the sentinel log the same "Unable to submit: Object creation rate limit exceeded".  Sentinel is doing my head in!
<snip>
I'm still having Sentinel issues:

Code:
2017-11-29 04:05:45     No watchdogs exist... submitting new one.
Unable to submit: Object creation rate limit exceeded
2017-11-29 04:05:45 leaving watchdog_check

I believe that this is the cause of why mine keeps falling into "Watchdog_expired".

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

Activity: 434
Merit: 250



View Profile
November 29, 2017, 01:38:26 PM
 #1403

Hi guys need some technical advice here, i have an innova masternode, can a vivo masternode coexist in the same server?, or is it recommended a vps per masternode, sorry to greddy to buy a 3 USD/month VPS (Just kidding, but i jst want to take care about just 1 server)

..C..
.....................
........What is C?.........
..............
...........ICO            Dec 1st – Dec 30th............
       ............Open            Dec 1st- Dec 30th............
...................ANN thread      Bounty....................

cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
November 29, 2017, 01:55:20 PM
 #1404

Code:
vivo/sentinel# ./venv/bin/python bin/sentinel.py
-342: non-JSON HTTP response with '401 Unauthorized' from server
Cannot connect to dashd. Please ensure dashd is running and the JSONRPC port is open to Sentinel.

sentinel.conf
Code:
     
# specify path to dash.conf or leave blank                                             
# default is the same as DashCore                                                       
dash_conf=/root/.vivocore/vivo.conf                                                     
                                                                                       
# valid options are mainnet, testnet (default=mainnet)                                 
network=mainnet                                                                         
#network=testnet                                                                       
                                                                                       
# database connection details                                                           
db_name=database/sentinel.db                         
db_driver=sqlite
     

vivo.conf
Code:
rpcuser=user  
rpcpassword=password       
rpcallowip=127.0.0.1                   
rpcport=9998                                                                           
listen=1   
server=1                                         
daemon=1                                                                               
externalip=my ip-address                                                                 
masternode=1                                                                           
masternodeprivkey=***

which is correct rpcport?

how to fix the error?

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
lilaj4de
Sr. Member
****
Offline Offline

Activity: 602
Merit: 250



View Profile
November 29, 2017, 02:26:46 PM
 #1405

I stayed in the doubt in relation to the masternodes, that is, my doubt is these masternodes will be of others Coin?
gscotch
Member
**
Offline Offline

Activity: 224
Merit: 10


View Profile WWW
November 29, 2017, 02:32:57 PM
 #1406

Code:
vivo/sentinel# ./venv/bin/python bin/sentinel.py
-342: non-JSON HTTP response with '401 Unauthorized' from server
Cannot connect to dashd. Please ensure dashd is running and the JSONRPC port is open to Sentinel.

sentinel.conf
Code:
     
# specify path to dash.conf or leave blank                                             
# default is the same as DashCore                                                       
dash_conf=/root/.vivocore/vivo.conf                                                     
                                                                                       
# valid options are mainnet, testnet (default=mainnet)                                 
network=mainnet                                                                         
#network=testnet                                                                       
                                                                                       
# database connection details                                                           
db_name=database/sentinel.db                         
db_driver=sqlite
     

vivo.conf
Code:
rpcuser=user  
rpcpassword=password       
rpcallowip=127.0.0.1                   
rpcport=9998                                                                           
listen=1   
server=1                                         
daemon=1                                                                               
externalip=my ip-address                                                                 
masternode=1                                                                           
masternodeprivkey=***

which is correct rpcport?

how to fix the error?

rpcport=12845

Donate BTC. Bitcoin wallet - 18jZ6btV5gwh58tCq2gKVvHVVeHqRrtAVX
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
November 29, 2017, 04:11:39 PM
 #1407

and the remaining mistakes how to win?

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
gscotch
Member
**
Offline Offline

Activity: 224
Merit: 10


View Profile WWW
November 29, 2017, 06:13:19 PM
 #1408

and the remaining mistakes how to win?

Make sure you started daemon AFTER you copied/configured vivo.conf - try "vivo-cli getinfo" - should get you a similar error.
If that is the case:
- rename vivo.conf to smth else "mv ~/.vivocore/vivo.conf ~/.vivocore/vivo_.conf"
- stop daemon "vivo-cli stop"
- rename vivo.conf back to it's normal name "mv ~/.vivocore/vivo_.conf ~/.vivocore/vivo.conf"
- start daemon "vivod"

Wait for it to finish syncing and try to run sentinel again.

Donate BTC. Bitcoin wallet - 18jZ6btV5gwh58tCq2gKVvHVVeHqRrtAVX
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
November 29, 2017, 06:28:51 PM
 #1409

and the remaining mistakes how to win?

Make sure you started daemon AFTER you copied/configured vivo.conf - try "vivo-cli getinfo" - should get you a similar error.
If that is the case:
- rename vivo.conf to smth else "mv ~/.vivocore/vivo.conf ~/.vivocore/vivo_.conf"
- stop daemon "vivo-cli stop"
- rename vivo.conf back to it's normal name "mv ~/.vivocore/vivo_.conf ~/.vivocore/vivo.conf"
- start daemon "vivod"

Wait for it to finish syncing and try to run sentinel again.
Did not help. What are the problems? Why do  need sentinel? There are masternodes without sentinel and work fine.

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
gscotch
Member
**
Offline Offline

Activity: 224
Merit: 10


View Profile WWW
November 29, 2017, 06:35:18 PM
 #1410

and the remaining mistakes how to win?

Make sure you started daemon AFTER you copied/configured vivo.conf - try "vivo-cli getinfo" - should get you a similar error.
If that is the case:
- rename vivo.conf to smth else "mv ~/.vivocore/vivo.conf ~/.vivocore/vivo_.conf"
- stop daemon "vivo-cli stop"
- rename vivo.conf back to it's normal name "mv ~/.vivocore/vivo_.conf ~/.vivocore/vivo.conf"
- start daemon "vivod"

Wait for it to finish syncing and try to run sentinel again.
Did not help. What are the problems? Why do  need sentinel? There are masternodes without sentinel and work fine.


from my experience vivo, innova, gobyte MN's after few days may stuck on random block. I understand that sentinel helps to sync MN with chain all the time.

please ask VIVO Devs on discord  https://discord.gg/BXGzAx7

Donate BTC. Bitcoin wallet - 18jZ6btV5gwh58tCq2gKVvHVVeHqRrtAVX
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
November 29, 2017, 06:42:53 PM
 #1411

and the developer here does not want to answer why his coin does not work?

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
moinuddin14
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
November 29, 2017, 07:59:31 PM
 #1412

Dev, can you remove the annoying ads on the explorer page. Pretty hard to track the transactions with those ads showing at the end of the page.

1ST EVER CAR TITLE LOAN PLATFORM ON BLOCKCHAIN
SHIFT.CASH     █ █ ██████████████████████████████████████ █ █     [ JOIN NOW ]
Website       Whitepaper       Telegram       Facebook       Twitter
Dead Things
Full Member
***
Offline Offline

Activity: 418
Merit: 100



View Profile
November 29, 2017, 08:41:34 PM
 #1413

Wondering if anybody knows the answer to this little conundrum of mine...

With Vivo, can I specify an address for MN rewards in the masternode.conf? Something like this...
mn1 127.0.0.2:19999 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0 VWNShrcr4LrQQurEapq7C3e5hhzhhdTJJp:100

I know this works on some other coins. Just not sure about Vivo. Thanks!

moinuddin14
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
November 30, 2017, 01:28:08 AM
 #1414

Wondering if anybody knows the answer to this little conundrum of mine...

With Vivo, can I specify an address for MN rewards in the masternode.conf? Something like this...
mn1 127.0.0.2:19999 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0 VWNShrcr4LrQQurEapq7C3e5hhzhhdTJJp:100

I know this works on some other coins. Just not sure about Vivo. Thanks!

Yes you need to update the masternode.conf file both in the VPS and local wallet as well. At VPS you can keep the IP as 127.0.0.1 but in local you need to give the IP of the VPS and the port should be 12845. As mentioned below you need to update all the fields.

# Format: alias IP:port masternodeprivkey collateral_output_txid collateral_output_index

1ST EVER CAR TITLE LOAN PLATFORM ON BLOCKCHAIN
SHIFT.CASH     █ █ ██████████████████████████████████████ █ █     [ JOIN NOW ]
Website       Whitepaper       Telegram       Facebook       Twitter
Steven3iii
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
November 30, 2017, 11:26:32 AM
 #1415

I like this coin and the community. Positive and helpful. Just right for what it is going to do.  Grin

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

Activity: 564
Merit: 100


Join GANTECH’s team of game changers


View Profile WWW
November 30, 2017, 01:20:01 PM
 #1416

is there a way to mine solo? i ry it but miner shows JSON-RPC fail: method not found....what that meens?  Huh Grin

Because its a DASH clone you can unfortunately not solomine this coin.

No solomining and centralized funds (premine), feels like we're going backwards.

Mine Vivo.  With my rig I can get < 200 coins a month (6 fast GPUs).  And it looks like there are already 800,000 out there.

It's fair PoW disctribution. No ICO Wink

GANTECH | End-User Computing Solutions
http://gantech.net/who-we-are/our-leaders/
gscotch
Member
**
Offline Offline

Activity: 224
Merit: 10


View Profile WWW
November 30, 2017, 04:01:47 PM
 #1417

is there a way to mine solo? i ry it but miner shows JSON-RPC fail: method not found....what that meens?  Huh Grin

Because its a DASH clone you can unfortunately not solomine this coin.

No solomining and centralized funds (premine), feels like we're going backwards.

Mine Vivo.  With my rig I can get < 200 coins a month (6 fast GPUs).  And it looks like there are already 800,000 out there.

It's fair PoW disctribution. No ICO Wink
It is hard to mine VIVO. Can you really mine 200 coins monthly with only 6 graphic cards?

6 gtx 1070 =  it is about 165 coins /month

https://whattomine.com/coins/200-vivo-neoscrypt?utf8=✓&hr=6300&p=1450.0&fee=0.0&cost=0.165&hcost=0.0&commit=Calculate

Donate BTC. Bitcoin wallet - 18jZ6btV5gwh58tCq2gKVvHVVeHqRrtAVX
cisA
Sr. Member
****
Offline Offline

Activity: 279
Merit: 250


View Profile
December 01, 2017, 02:11:29 AM
 #1418

Dev, can you remove the annoying ads on the explorer page. Pretty hard to track the transactions with those ads showing at the end of the page.


Oh my god! You are the last person on this world without addblocker...



And guys, read the guide. This Masternode&sentinel is bugfree and so without trouble to install and get to working. But you have to "rtfm".

btc-e.com ->
" eksperteille: vitalik please hardfuck once more"
Dead Things
Full Member
***
Offline Offline

Activity: 418
Merit: 100



View Profile
December 01, 2017, 02:21:37 AM
 #1419

Yeah, neoscrypt coins definitely favour Nvidia.

degel_x
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
December 01, 2017, 05:58:29 AM
 #1420

Hi guys need some technical advice here, i have an innova masternode, can a vivo masternode coexist in the same server?, or is it recommended a vps per masternode, sorry to greddy to buy a 3 USD/month VPS (Just kidding, but i jst want to take care about just 1 server)

Hi guys !!, doesanyone knows something about this?, what do you recommend?, a VPS per Masternode or a 2 masternodes can coexist??

Regards

..C..
.....................
........What is C?.........
..............
...........ICO            Dec 1st – Dec 30th............
       ............Open            Dec 1st- Dec 30th............
...................ANN thread      Bounty....................

Pages: « 1 ... 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!