ddude
|
|
November 29, 2017, 12:15:43 PM |
|
Nice. Just bought a 1000 for masternode. What are the daily returns? 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
|
|
November 29, 2017, 12:55:16 PM |
|
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: 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".
|
|
|
|
degel_x
|
|
November 29, 2017, 01:38:26 PM |
|
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)
|
| ..................... ........What is C?......... .............. | ...........ICO Dec 1st – Dec 30th............ ............Open Dec 1st- Dec 30th............ ...................ANN thread Bounty....................
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
November 29, 2017, 01:55:20 PM |
|
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 # 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 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
|
|
November 29, 2017, 02:26:46 PM |
|
I stayed in the doubt in relation to the masternodes, that is, my doubt is these masternodes will be of others Coin?
|
|
|
|
gscotch
|
|
November 29, 2017, 02:32:57 PM |
|
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 # 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 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
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
November 29, 2017, 04:11:39 PM |
|
and the remaining mistakes how to win?
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
gscotch
|
|
November 29, 2017, 06:13:19 PM |
|
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.
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
November 29, 2017, 06:28:51 PM |
|
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
|
|
November 29, 2017, 06:35:18 PM |
|
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
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
November 29, 2017, 06:42:53 PM |
|
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
|
|
November 29, 2017, 07:59:31 PM |
|
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.
|
|
|
|
Dead Things
|
|
November 29, 2017, 08:41:34 PM |
|
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
|
|
November 30, 2017, 01:28:08 AM |
|
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
|
|
|
|
Steven3iii
|
|
November 30, 2017, 11:26:32 AM |
|
I like this coin and the community. Positive and helpful. Just right for what it is going to do.
|
|
|
|
tlaskows
Full Member
Offline
Activity: 564
Merit: 100
Join GANTECH’s team of game changers
|
|
November 30, 2017, 01:20:01 PM |
|
is there a way to mine solo? i ry it but miner shows JSON-RPC fail: method not found....what that meens? 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
|
|
|
|
gscotch
|
|
November 30, 2017, 04:01:47 PM |
|
is there a way to mine solo? i ry it but miner shows JSON-RPC fail: method not found....what that meens? 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 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
|
|
|
|
cisA
|
|
December 01, 2017, 02:11:29 AM |
|
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
|
|
December 01, 2017, 02:21:37 AM |
|
Yeah, neoscrypt coins definitely favour Nvidia.
|
|
|
|
degel_x
|
|
December 01, 2017, 05:58:29 AM |
|
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
|
| ..................... ........What is C?......... .............. | ...........ICO Dec 1st – Dec 30th............ ............Open Dec 1st- Dec 30th............ ...................ANN thread Bounty....................
|
|
|
|
|