Pages:
Author

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

full member
Activity: 308
Merit: 100
yes, apparently the blockchain is experiencing split. My wallet always falls to the one with low difficulty and altminer.net belongs to another one.
Anybody can share peers from the correct fork? Thx!
legendary
Activity: 1537
Merit: 1005
newbie
Activity: 3
Merit: 0
Is there a limit to "how many masternodes" can co-exist at one single point in time or can anyone with 1000 VIVOs at any time open a new masternode?
full member
Activity: 189
Merit: 100
My local Vivo wallet crashes on start. It was working before but at some point I tried to "unminimize" the wallet from task bar and it didn't show up anymore. Reboot didn't help.
I can still access the "Tools window" by navigating through the Vivo icon in system tray but that's about it.

I have a masternode running so I don't want to mess that up, how do I fix the local wallet ?
newbie
Activity: 17
Merit: 0
Hi guys,

Maybe a stupid question, I'm thinking of selling my masternode. That is because I'm not capable to maintain the node and I am stuck with setting up the node.
Now my question is, how do I send the 1000 coins back to the wallet where they came from?
I got the wallet and the masternode key on a VPS server with Linux wallet, but how can I make any payments of it?

Thx for the help!

There's easy way to setup a windows hot wallet if cold linux wallet is making your brain hurt.  Windows wallet is much easier to setup.

Your coins shouldn't be in linux wallet.  It should be in your main wallet.   If you bought from cryptopia you can get a VIVO deposit wallet from cryptopia and send your coins back to cryptopia.

Ok, but still I don't know now how to tranfer from linux wallet to other wallet. Does somebody have clue?
newbie
Activity: 4
Merit: 0
Shocked Shocked Shocked NEW POOL WITH 0 FEE FOR LUNCH !  Shocked Shocked Shocked

https://pool.ionik.fr

Quote
-a neoscrypt -o stratum+tcp://pool.ionik.fr:3032  -u -p c=VIVO

0 Fee for all crypto for the start test Wink
member
Activity: 280
Merit: 13
When is the first masternode payment?  I've had it for nearly 24 hours and I've got no payment yet.
member
Activity: 280
Merit: 13
How fix?

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                                                       
vivo_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                   
listen=1   
server=1                                         
daemon=1                                                                               
externalip=my ip-address                                                                 
masternode=1                                                                           
masternodeprivkey=***



Try in your vivo conf RPCPORT=9999

Also open up your ports

ufw allow 9999 and 12845

Also try this

sudo iptables -t nat -I OUTPUT -d YOURIP -p tcp --dport 9999 -j REDIRECT --to-ports 9999

If abve didn't work try 12845
member
Activity: 280
Merit: 13
Hi guys,

Maybe a stupid question, I'm thinking of selling my masternode. That is because I'm not capable to maintain the node and I am stuck with setting up the node.
Now my question is, how do I send the 1000 coins back to the wallet where they came from?
I got the wallet and the masternode key on a VPS server with Linux wallet, but how can I make any payments of it?

Thx for the help!

There's easy way to setup a windows hot wallet if cold linux wallet is making your brain hurt.  Windows wallet is much easier to setup.

Your coins shouldn't be in linux wallet.  It should be in your main wallet.   If you bought from cryptopia you can get a VIVO deposit wallet from cryptopia and send your coins back to cryptopia.
member
Activity: 280
Merit: 13

[Errno 2] No such file or directory: '/root/.dashcore/dash.conf'
DashCore must be installed and configured, including JSONRPC access in dash.conf

iam using Nodemasternode and i have this error.



How fix?

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                                                       
vivo_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                   
listen=1   
server=1                                         
daemon=1                                                                               
externalip=my ip-address                                                                 
masternode=1                                                                           
masternodeprivkey=***



instead of vivo_conf=/root/.vivocore/vivo.conf  put  dash_conf=/root/.vivocore/vivo.conf.



Follow this guide.   https://www.vivocrypto.com/vivo-technologies/masternodes/sentinel-guide/
 
newbie
Activity: 18
Merit: 0

[Errno 2] No such file or directory: '/root/.dashcore/dash.conf'
DashCore must be installed and configured, including JSONRPC access in dash.conf

iam using Nodemasternode and i have this error.



How fix?

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                                                       
vivo_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                   
listen=1   
server=1                                         
daemon=1                                                                               
externalip=my ip-address                                                                 
masternode=1                                                                           
masternodeprivkey=***



instead of vivo_conf=/root/.vivocore/vivo.conf  put  dash_conf=/root/.vivocore/vivo.conf.


newbie
Activity: 17
Merit: 0
Hi guys,

Maybe a stupid question, I'm thinking of selling my masternode. That is because I'm not capable to maintain the node and I am stuck with setting up the node.
Now my question is, how do I send the 1000 coins back to the wallet where they came from?
I got the wallet and the masternode key on a VPS server with Linux wallet, but how can I make any payments of it?

Thx for the help!
sr. member
Activity: 448
Merit: 250
I don't see much "action" from the developers, are they active is a channel I'm not following maybe (like telegram, I never used that one)?
Please join Discord channel for more information from devs. They are very active there. Link to join in the OP.

I'd recommend a few people keep an eye on Discord messages that could be shared here for the Bitcointalk community.  On Discord, we already have the hardcore interested people in the project. We need to (imho) make sure we're communicating back on Bitcointalk.
newbie
Activity: 44
Merit: 0
I don't see much "action" from the developers, are they active is a channel I'm not following maybe (like telegram, I never used that one)?
Please join Discord channel for more information from devs. They are very active there. Link to join in the OP.
full member
Activity: 728
Merit: 169
What doesn't kill you, makes you stronger
I don't see much "action" from the developers, are they active is a channel I'm not following maybe (like telegram, I never used that one)?
member
Activity: 224
Merit: 10
How fix?

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                                                       
vivo_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                   
listen=1   
server=1                                         
daemon=1                                                                               
externalip=my ip-address                                                                 
masternode=1                                                                           
masternodeprivkey=***



instead of vivo_conf=/root/.vivocore/vivo.conf  put  dash_conf=/root/.vivocore/vivo.conf.

legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
How fix?

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                                                       
vivo_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                   
listen=1   
server=1                                         
daemon=1                                                                               
externalip=my ip-address                                                                 
masternode=1                                                                           
masternodeprivkey=***

jr. member
Activity: 56
Merit: 3
What is VIVO Coin?
The cryptocurrency VIVO Coin is traded under the symbol “VIVO” in the relevant markets for this type of currency.
Read More https://www.geekxplore.com/what-is-vivo-coin.html
sr. member
Activity: 616
Merit: 250
Instabile node but tomorrow it will be reconnected... Open the wallet
Pages:
Jump to: