swirve
Newbie
Offline
Activity: 31
Merit: 0
|
|
January 07, 2018, 02:28:55 PM |
|
I am trying to set up a VPS Windows Masternode, and followed all the instructions in the Guide. I have 1000 VIVO in the MN address (50+ confirmations), and have updated the wallet configuration file. However, when I go to start the MN, I get the following error:
"Not capable masternode: Masternode not in Masternode list".
That seems to be true - when I look at the Masternodes tab, my Masternode's IP is not there. Any ideas how to fix that?
On a side note, sometimesif time I start the wallet again and put in the "getaccountaddress 0" debug command, it will randomly generate a new address. I don't know if that affects the MN Private Key address or not? (the old address still exists)
|
|
|
|
enkiamo
|
|
January 07, 2018, 07:31:07 PM |
|
|
|
|
|
CCNCCN
|
|
January 07, 2018, 09:17:30 PM |
|
Hey how is VIVO ASIC resistant?
|
|
|
|
enkiamo
|
|
January 07, 2018, 11:18:59 PM |
|
It looks like VIVO is forming a nice cup and handle pattern. I would expect VIVO to hit a new ATH within the next couple days.
|
|
|
|
CCNCCN
|
|
January 07, 2018, 11:59:18 PM |
|
It looks like VIVO is forming a nice cup and handle pattern. I would expect VIVO to hit a new ATH within the next couple days.
Chart does look good, hoping to find out more about this coin!
|
|
|
|
rapidtech
Member
Offline
Activity: 151
Merit: 10
|
|
January 08, 2018, 11:53:38 AM |
|
It looks like VIVO is forming a nice cup and handle pattern. I would expect VIVO to hit a new ATH within the next couple days.
Chart does look good, hoping to find out more about this coin! The BTC price chart does look like a cup and handle pattern. However, the USD price chart show already a breakout from a cup pattern. Sometimes I don't know what to follow, the BTC or the USD charts?
|
|
|
|
Molenta
Newbie
Offline
Activity: 84
Merit: 0
|
|
January 08, 2018, 12:55:09 PM |
|
Why is on CoinMarketCap wrong number in max coin supply and i also doubt the right coin number in circulation?
|
|
|
|
marecek666
Member
Offline
Activity: 236
Merit: 12
|
|
January 08, 2018, 04:02:21 PM |
|
nsgminer -a neoscrypt -o stratum+tcp://eu1.altminer.net:10001 -u WALLET -p c=VIVO Don't work for me at Rx 580 4Gb. why? Don't start printscreen? or give your bat file if you are new on altminer, you should wait 900 seconds after first connection. There is something set in altminer and you will not be able to mine until first 900 seconds passed. ccminer reported wrong address and ban for 900 seconds although it was set correctly. After that everything works OK. Sometimes there is connection timeout, but it is caused by server overloads.
|
|
|
|
Aadib
Newbie
Offline
Activity: 7
Merit: 0
|
|
January 09, 2018, 10:01:52 AM |
|
Which will be the fastest miner to mine vivo with I am an Nvidia gpu user
|
|
|
|
marecek666
Member
Offline
Activity: 236
Merit: 12
|
|
January 09, 2018, 12:41:38 PM |
|
Which will be the fastest miner to mine vivo with I am an Nvidia gpu user
the most reasonable is GTX 1060 and 1070 (hashes per sec/watts)
|
|
|
|
Aadib
Newbie
Offline
Activity: 7
Merit: 0
|
|
January 09, 2018, 02:02:40 PM |
|
Which will be the fastest miner to mine vivo with I am an Nvidia gpu user
the most reasonable is GTX 1060 and 1070 (hashes per sec/watts) Ahh well actually i asking for the miner Like tried ccminer on my 2 1050ti’s but they are only hashing at 700h per sec
|
|
|
|
UnZane
Newbie
Offline
Activity: 40
Merit: 0
|
|
January 09, 2018, 04:12:42 PM |
|
Can someone confirm that the chain is stuck?
|
|
|
|
vltone
Newbie
Offline
Activity: 3
Merit: 0
|
|
January 10, 2018, 03:38:20 AM |
|
Can someone advise me.
my vivo master node running on windows - status showing watch dog expired.
How can i solve it?
Thank you
|
|
|
|
Achillis
Newbie
Offline
Activity: 28
Merit: 0
|
|
January 10, 2018, 06:29:54 PM |
|
vivo is becoming much more stable and is starting to evolve in a good coin.
|
|
|
|
brownfly
|
|
January 10, 2018, 11:51:00 PM |
|
Can someone advise me.
my vivo master node running on windows - status showing watch dog expired.
How can i solve it?
Thank you
you need to use "sentinel". Or better - migrate to Linux and use just commands: vivo-cli mnsync reset vivo-cli mnsync next
|
|
|
|
vince212
|
|
January 11, 2018, 01:27:46 AM |
|
wondering if vivo can get to binance or trex. any chance?
|
|
|
|
gscotch
|
|
January 11, 2018, 09:45:36 AM |
|
Can someone advise me.
my vivo master node running on windows - status showing watch dog expired.
How can i solve it?
Thank you
you need to use "sentinel". Or better - migrate to Linux and use just commands: vivo-cli mnsync reset vivo-cli mnsync next in status "watchdog expired" MN still gets rewards
|
|
|
|
Ziljtv
Newbie
Offline
Activity: 26
Merit: 0
|
|
January 11, 2018, 02:46:53 PM |
|
Anyone else having issues with masternode setup? Getting to this point; sudo git clone https://github.com/vivocoin/vivocd vivo sudo ./autogen.sh When running above command, says command not found, if I do ls -a to list files, I can see this file in the directory.. I've ran all of the following to prepare the VPS; (Yes I am not only setting this up for VIVO) sudo apt-get update -y sudo apt-get upgrade -y sudo apt-get install software-properties-common python-software-properties sudo add-apt-repository ppa:git-core/ppa sudo apt-get update sudo apt-get install git sudo apt-get dist-upgrade -y sudo apt-get install -y pkg-config sudo apt-get install nano htop git -y sudo apt-get install build-essential sudo apt-get install libtool autotools-dev automake libssl-dev bsdmainutils -y sudo apt-get install libzmq3-dev libminiupnpc-dev -y sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update sudo apt-get install libboost-all-dev -y sudo apt-get install libdb4.8-dev -y sudo apt-get install libdb4.8++-dev -y sudo apt-get install libevent-dev -y
|
|
|
|
hotsaucebg3
Jr. Member
Offline
Activity: 30
Merit: 1
|
|
January 12, 2018, 07:26:11 AM |
|
Guys can you mine VIVO? I mined with 3x1060s for 3 hours now under cryptopool.xyz and ballances there are on 0, my wallet also is on 0 vivo. It only shows the hashrate on the pool website, nothing else, no ballances.
|
|
|
|
longestday3030
Member
Offline
Activity: 132
Merit: 10
|
|
January 12, 2018, 12:22:44 PM |
|
Guys can you mine VIVO? I mined with 3x1060s for 3 hours now under cryptopool.xyz and ballances there are on 0, my wallet also is on 0 vivo. It only shows the hashrate on the pool website, nothing else, no ballances.
I used to mine VIVO months ago. I don't know if it's still practical to do so. You might be better off mining other profitable coins and then buying VIVO with the proceeds. Here's my batch file, just replace the address with your vivo address. I used Alexis Ccminer. You can also use Tpruvot Ccminer. ccminer -a neoscrypt -o stratum+tcp://eu1.altminer.net:10001 -u vivo_address -p c=VIVO --cpu-priority=3
|
|
|
|
|