Pages:
Author

Topic: [ANN] VIVO - Masternodes, ASIC-Resistant, Secure, High MN Rewards, Decentralized - page 23. (Read 201504 times)

newbie
Activity: 149
Merit: 0
price been stable for sometime now. any plan to list on new exchange?
Let's go to Cryptobridge, Stockexchange, and Binance if possible.
jr. member
Activity: 101
Merit: 1
price been stable for sometime now. any plan to list on new exchange?
full member
Activity: 238
Merit: 100
Devs, seriously!

dont fuck around with the github master, use another branch, so that master is compilable - right now, i have previous code, which doesnt work on vivo network, and current code does not compile

and customers that cannot run their ordered masternodes

please fix it


Node-vps

Some support for windows masternodes would be good. Without all the #Linuxisthegreatest crap.  Roll Eyes

i think it was some guy in innova that made a windows version of sentinel

Indeed i use it. Just make a shortcut method and it works great.


You can also find Windows sentinel in Desire ANN thread.
It should work for any coin. Try it.

Thanks. I will try this. I was plodding around in github without knowing how to compile an .exe file. Still don't. Tongue

I will try in the morning when my hair grows back. No windows support. Was going to have to run a Linux server specially.
full member
Activity: 345
Merit: 100
If someone knows masternode genkey then he can steal my coins?

Not the coins, but they can control the masternode.  If you run 'masternode genkey' you can create a new key and update it both on the controlling wallet and the masternode.
full member
Activity: 206
Merit: 101
Nothing is True...
Whats gonna happend with vivocoin after we reach max cap of coins? Mining will be profitable? Masternodes will be profitable? Whats the future of coints after reaching max cap?

Coin is closer to max cap day by day. Did not do math but with this speed, we will reach max cap in few months & i dont know if its good or bad Cheesy
There is no problem with the max cap.
Now there are 1.75M coins in circulation while the max cap is 27M.
During the first year 2.62M coins will be generated and this amount will drop 10% every year.
So there are still decades to go before reaching the max cap.
newbie
Activity: 90
Merit: 0
Today, we have 706 masternodes which are acitve ones in total and the ROI is above 170%.
http://mnrank.com/
full member
Activity: 672
Merit: 154
Blockchain Evangelist.
I've just seen the VIVO price reached 0.0014 BTC yesterday as coinmarketcap chart.

But as I checked in Cryptopia exchange, the 24h high is 0.00033, while in another exchange coinsmarkets.com, it's about 0.00039.
So it doesnt make sense for me.

https://coinmarketcap.com/currencies/vivo/#charts




 
full member
Activity: 364
Merit: 100
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
If someone knows masternode genkey then he can steal my coins?
member
Activity: 236
Merit: 12
hi,
i need help, using 3 gpus nvidia gtx 1070,
but ccminer or nsgminer not working
which miner is good for nvidia,
help me to setup Sad

Quote
nsgminer -a neoscrypt -o stratum+tcp://eu1.altminer.net:10001 -u WALLET -p c=VIVO

its not getting start help,
nsgminer is not a good miner for nvidia. You can use these:
ccminer KlausT (c9 ver)
https://github.com/KlausT/ccminer/releases
hsrminer
https://bitcointalksearch.org/topic/hsrminer-nvidia-mining-software-for-various-algos-by-palginalexkap-2565979

and do not forget to install latest 388xx nvidia drivers first

your bat should include this
ccminer.exe -a neoscrypt -o stratum+tcp://YOUR POOL:PORT -u USER -p PASSWORD -i XX
by tuning -i parameter you can obtain more hashrate (start somewhere about 15 and increase it until your system is running stable or until miner will not be able to handle it - commonly error with memory). You can increase this parameter by 0,xx if you want (15,5    16    16,5    16,75 etc) to find the best value for your configuration.

and another very important thing is that you have to set enough virtual memory in windows. You can find it here in this forum how exactly, or you can set it direct to 32GB and have no problems. This is not necessary in linux.
newbie
Activity: 44
Merit: 0
Whats gonna happend with vivocoin after we reach max cap of coins? Mining will be profitable? Masternodes will be profitable? Whats the future of coints after reaching max cap?

Coin is closer to max cap day by day. Did not do math but with this speed, we will reach max cap in few months & i dont know if its good or bad Cheesy
newbie
Activity: 47
Merit: 0
hi,
i need help, using 3 gpus nvidia gtx 1070,
but ccminer or nsgminer not working
which miner is good for nvidia,
help me to setup Sad

Quote
nsgminer -a neoscrypt -o stratum+tcp://eu1.altminer.net:10001 -u WALLET -p c=VIVO

its not getting start help,
newbie
Activity: 28
Merit: 0
So I have been getting WATCHDOG_EXPIRED when trying to start masternode on Windows.

I read that I need sentinel (it's very hard to find any windows instructions for it.)

I setup Sentinel the best I could figure out, when I run the shortcut that links to the vivo.conf file I'm getting this error:

[Errno 10061] No connection could be made because the target machine actively refused it
Cannot connect to desired. Please ensure desired is running and the JSONRPC port is open to Sentinel.

How do I fix this?

My vivo.conf looks like this:

rpcuser=USER
rpcpassword=PASS
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
txindex=1
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=PRIVATE_KEY_HERE
externalip=PUBLIC_IP_HERE


What am I doing wrong?

If anyone would like to walk me through it on Telegram I could toss some ETH your way, message me.
config see that ure pass has nr's to
rpcuser=
rpcpassword=
server=1
rpcport=9998
rpcconnect=127.0.0.1
masternode=1
masternodeprivkey=
externalip= (ip found by typing whats my ip in google):12845

first start sentinel then it says no connection then waiting for sync then when block index is sync start mn normally it starts. I had the same problem trying to redo my steps made for starting.
sr. member
Activity: 266
Merit: 250
Hi, I invite everyone to participate in new Neoscrypt miner betatest, most hashing improvements are for GDDR5X memory cards (1080/1080Ti-seires), but 1060 and 1070 experience speedup too.

Miner thread: https://bitcointalksearch.org/topic/hsrminer-nvidia-mining-software-for-various-algos-by-palginalexkap-2565979

GitHub page : https://github.com/palginpav/hsrminer

Thanks to everyone who wants to participate!
newbie
Activity: 2
Merit: 0
So I have been getting WATCHDOG_EXPIRED when trying to start masternode on Windows.

I read that I need sentinel (it's very hard to find any windows instructions for it.)

I setup Sentinel the best I could figure out, when I run the shortcut that links to the vivo.conf file I'm getting this error:

[Errno 10061] No connection could be made because the target machine actively refused it
Cannot connect to desired. Please ensure desired is running and the JSONRPC port is open to Sentinel.

How do I fix this?

My vivo.conf looks like this:

rpcuser=USER
rpcpassword=PASS
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
txindex=1
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=PRIVATE_KEY_HERE
externalip=PUBLIC_IP_HERE


What am I doing wrong?

If anyone would like to walk me through it on Telegram I could toss some ETH your way, message me.
member
Activity: 236
Merit: 12
altcoin.net's vivo pool just disappeared, anyone else having issues?

Edit: back up and just lost several hours worth of coins............................... Just vanished into thin air..

They are just in pending as I see. At least for me 2 last hours are in pending
again the same VIVO disappeared from altminer right now and miner lost the connection! Going back to bulwarkpool there is more stable VIVO mining but small hashrate, so longer TTF.
newbie
Activity: 140
Merit: 0
altcoin.net's vivo pool just disappeared, anyone else having issues?

Edit: back up and just lost several hours worth of coins............................... Just vanished into thin air..

They are just in pending as I see. At least for me 2 last hours are in pending
newbie
Activity: 40
Merit: 0
altcoin.net's vivo pool just disappeared, anyone else having issues?

Edit: back up and just lost several hours worth of coins............................... Just vanished into thin air..
jr. member
Activity: 48
Merit: 1
Maybe anyone from DEV Team could share informations about VIVO SOLO Mining? is it possible? how to?  Huh I've tied it but i simply can't set it up

You can't solo mine this coin.

Maybe he has a mining farm? Nowadays, it is no longer uncommon.

I dont have mining farm - only few rigs - guess i could make my own pool and mine there but i think i wont try this

Thank You For answears and have a nice mining Wink
member
Activity: 132
Merit: 10
Maybe anyone from DEV Team could share informations about VIVO SOLO Mining? is it possible? how to?  Huh I've tied it but i simply can't set it up

You can't solo mine this coin.

Maybe he has a mining farm? Nowadays, it is no longer uncommon.
Pages:
Jump to: