Bitcoin Forum
June 13, 2024, 04:06:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Vivo Coin  (Read 185 times)
liliancrypto (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
March 19, 2018, 06:00:07 PM
 #1

New Topic for VIVO COIN

 Masternodes

Excellent Masternode Support & ASIC Resistance - 50% Masternode Block Rewards - VIDEO Masternode Guides - Detailed, Beginner-friendly Guides For Both Windows & Linux
 Masternode Requirement: 1000 VIVO


VIVO values Masternode holders, offering 50% of the block reward to Masternodes. Masternodes are the backbone of the VIVO network including PrivateSend and InstantSend technologies. They provide the infrastructure for instant and anonymous transactions, and reward their owners with a passive income. VIVO provides the most beneficial reward policy for MasterNode holders known to date, with 50% of block reward being apportioned to MasterNodes.

With complete, simple and detailed written guides and video walkthroughs for Linux and Windows, VIVO provides the best platform for anyone to invest in a MasterNode, no matter their level of experience. This will ensure that there is minimum confusion and a large, successful community. There will always be someone experienced onhand to offer assistance and advice.

 Video Masternode Guides:

Cold Wallet Masternode Setup - Most Recommended - Video & Written Guides
Windows Masternode Guide - Hot Wallet Setup - Video & Written Guides
Linux Masternode Guide - Hot Wallet Setup - Video & Written Guides

For VIDEO Guides Follow - The VIVO Youtube Channel



> Read More Documentation About PrivateSend Here <


PRIVATESEND FUNDAMENTALS

PrivateSend provides true financial privacy by obscuring the origins of your funds. All the VIVO in your wallet is made up of different “inputs” which you can think of as separate, discrete coins. PrivateSend makes use of an innovative process to mix your inputs with the inputs of two other people, without your coins ever leaving your wallet. You keep full control of your money at all times.

The PrivateSend process works like this:

PrivateSend starts off by breaking your transaction inputs down into standard denominations. These denominations are 0.01 VIVO, 0.1 VIVO, 1 VIVO and 10 VIVO – kind of like the paper money that you use every day.
Your wallet then makes requests to specially configured software nodes on the network, called “masternodes”, These masternodes are then informed that you are interested in mixing a certain denomination. No identifiable information is sent to the masternodes, so they never know “who” you are.
When two other people send similar messages, indicating that they would like to also mix the same denomination, a mixing session is started. The masternode mixes up the inputs and instructs all three users’ wallets to pay the now-transformed input back to themselves. Your wallet pays that denomination directly to itself, but in a different address (called a change address).

In order to fully obscure your funds, your wallet needs to repeat this process a number of times with each denomination. Each time the process is completed, it is called a “round”. Each round of PrivateSend makes it exponentially more difficult to determine where your funds originated from.
This mixing process all happens in the background without any intervention on your part. When you would like to make a transaction, your funds will already be anonymized. No additional waiting is required.

IMPORTANT: Your wallet only contains 1000 of these “change addresses.” Every time a mixing event happens, one of your addresses is used up. Once enough of them are used, your wallet must create more addresses. However, it can only do this if you have enabled automatic backups. Consequently, users who have backups disabled will also have PrivateSend disabled.

Code Review K.Atlas 2014

PRIVATESEND TECHNICAL DETAILS (ADVANCED USERS)

PrivateSend is a unique, decentralized mixer for creating an on-demand system of removing the history from coins on the network. This is mainly for fungability, which is the attribute of money that allows any token to be exchanged with any other token, without having a difference in price in the form of a premium for tokens with less or no history. Without PrivateSend, tokens with less history would become increasingly valuable as the network grows, because of their lack of association with prior transactions. Without fungibility, there is a risk that certain tokens could be “red listed” and lose some or all of their value if at any point in the past they had been found to be used in illegal or questionable activities. Nobody wants to hold money that was involved in illegal activity, yet after the activities take place, tokens re-enter the supply and pass to new users who had no connection with the prior illegal acts. We remove this issue with the implementation of PrivateSend, which is included as part of the core protocol of the VIVO network.

PrivateSend Status Codes

The system has various modes which enable servers to keep track of the current state of their mixing pool. These mixing pools are single use, allowing three people to use them at a time. Statuses are idle, queued, accepting_entries, finalizing_transaction, signing_transaction and transmitting transaction.
Users start off by connecting to a node, which is in the idle state. The masternode then moves the status to “queued” and sends a message to the network, telling other users that’s it’s currently available for mixing. Users can utilize multiple servers at a time to mix, what is called multi-session mixing. This greatly speeds up the mixing process at the cost of creating more addresses and therefore requiring more frequent wallet backups.
 

Privacy Through Ambiguity

Mixing is the process of joining multiple transactions together, from multiple users, where all unique information about the users is removed from the transaction. Users send tokens to themselves through the system, and at no time do these tokens ever leave the users’ wallet. masternode operators are therefore completely separate from the process of mixing. masternodes simply serve as a transit method for the storing and signing of transactions, allowing users a safe place to initiate the process in an anonymous way.
Privacy is achieved by using denominated amounts of 100, 10, 1 or .1. Each session initiated on a masternode only carries a single denomination, such as having 10x 100 VIVO inputs and 10x 100 VIVO outputs. Users then individually sign their inputs to the collective outputs, allowing the transaction to be valid once complete and broadcastable.

Fee Model Anonymity

In other implementations of mixing software, fees can be used to break the transactions apart and identify users on the networks. On the VIVO Network this is avoided by allowing masternodes a special type of message which allows them to broadcast fee-less transactions. We use this technology to decouple the fees from the transactions, so that for every 10 transactions using the PrivateSend technology, there is only one fee transaction. This prevents a timing attack on the PrivateSend implementation.
Phases of PrivateSend
The process begins when a user denominates some funds to be used as a “cash account”. They then simply tell a random masternode they would like to mix a specific denomination such as 100 VIVO. The masternode has no information about the transaction at this point, since the denomination carries no information about which inputs the user would ultimately like to mix. The masternode receives the request and issues a message to the network saying that it is ready to mix that denomination and that there is a user waiting.
At this point if other users are wishing to mix inputs of that denomination, they can connect to the masternode that is hosting the other user’s transaction. When three users queue themselves on the same masternode, the next stage, “accepting_entries,” is initiated.

In this stage, all users send their inputs and outputs to the masternode, where they are collected and put into memory until all users have identified the full list of inputs/outputs they would like to mix. Once this is complete, the process moves onto the next stage, “finalize.” At this point, the masternode sends a message back to the users, showing the merged transaction they all jointly created. All inputs are from the user’s wallet and all outputs are sent back directly to the user’s wallet. The funds involved in this process never leave the user’s wallet at any time, allowing the masternode to be completely segregated from users’ funds. This is how the process of PrivateSend remains trustless and secure, without risking user’s funds or exposing masternodes to excessive legal risk. Once the finalized transaction is approved, the process moves onto the next phase, “signing.”

Users sign only the inputs for which they have keys, and the funds are then released to all outputs simultaneously. It’s worth noting that inputs and outputs are not directly tied to each other in this process, since inputs are in a separated list and only tied to each other. Outputs are also in a separated list, only tied to each other. This means, literally, that all users are paying all users in this process. The users are not only paying themselves, but everyone else. This means you can’t say input #4 went to output #14 (e.g. you can’t trace the input to the output, they are processed in concert).
When all inputs are signed to all outputs, the transaction suddenly becomes valid, and the masternode broadcasts using a special message called DSTX. The network keeps track of these messages, allowing masternodes to submit one PrivateSend transaction every N hours without paying fees.





InstantSend is an advanced service that allows for near-instant transactions to take place. With this system, inputs can be locked to specific transactions and verified by consensus of the masternode network. Conflicting transactions and blocks are rejected. If a consensus cannot be reached by the masternode network, validation of the transaction will occur through standard block confirmation. InstantSend is able to solve the double-spending problem without the longer confirmation times of other cryptocurriencies such as Bitcoin.

> Read More Documentation About InstantSend Here <








VIVO is an advanced, decentralized and secure digital currency, an enhanced further development of Dash, featuring the Masternode technology, near-instant & secure payments, and superior anonymous transactions. With a fast block time of only 2 minutes, transactions will usually confirm and be successfully processed very quickly. VIVO's blockchain is encrypted using the advanced NeoScrypt Proof of Work algorithm. NeoScrypt is the newer, improved version of Scrypt. NeoScrypt is ASIC resistant and ensures a fair return on investment to all looking to mine the VIVO coin.

VIVO also puts greats value on the mining being ASIC resistant by utilizing the NeoScrypt Hashing Algorithm, the new and improved version of the popular Scrypt algorithm. VIVO has a very determined development team, an active and vibrant community and an ambitious roadmap.




Maximum Supply: 27.2 million
Difficulty Retargeting: Every Block
Block Time Average: 2 minutes
Block Reward: 10, decreasing by 10% every year
Block Reward Distribution: 50% to Masternodes, 50% to Miners

InstantSend Confirmation: ~5 seconds
Superior Difficulty Retargeting Using Dark Gravity Wave
Superior Transaction Anonymity Using PrivateSend
Premine: 3.4%*


* Great portion of the premine is exclusively for VIVO's expansion, development and constant improvement.




Hashing Algorythm: NeoScrypt


VIVO uses the advanced NeoScrypt hashing algorythm to provide robust encryption to the blockchain. It's next level ASIC resistance that ensures the coin's long term stability and sustainability and that everyone and anyone has a fair chance to mine the coin and contribute to even greater decentralization and reliability of the network. NeoScrypt is the newer and more superior progression of the popular Scrypt algorythm.


> CCMiner - NeoScrypt

> NSGminer: The Fastest NeoScrypt GPU Miner

NeoScrypt CPU and GPU miners:

> CPUminer (source code and binaries)

> NSGminer (source code and binaries)




Use the following secure pools, until the rest of the pool operators have fixed the recently found yiimp security breach


 Recommended Pools:

AltMiner - More Information

Excellent management & support, secure - only 0.9% Commission! - Contact Support

Code:

-a neoscrypt -o stratum+tcp://eu1.altminer.net:4233 -u <YOUR VIVO WALLET ADDRESS> -p c=VIVO



Mining Dutch - More Information

Read the Getting Started Guide On The Website - 2% Commission!  - Contact Support

Code:

-a neoscrypt -o stratum+tcp://mining-dutch.nl:3610 -u <Your WorkerID> -p <Your Worker Password>



CryptoPool - More Information

Hourly Payments, Good Support - Only 1% Commission!  - Contact Support

Code:

-a neoscrypt -o stratum+tcp://us.cryptopool.xyz:10000 -u <YOUR VIVO WALLET ADDRESS> -p c=VIVO



Razor Pool - More Information

1.5% Commission!  - Contact Support

Code:

-a neoscrypt -o stratum+tcp://pool.razorgames.org/:4233 -u <YOUR VIVO WALLET ADDRESS> -p c=VIVO



MPool - More Information

Only 0.5% Commission!  - Contact Support

Code:

-a neoscrypt -o stratum+tcp://mpool.mooo.com:8635 -u <YOUR VIVO WALLET ADDRESS> -p c=VIVO



Razor Pool - More Information

Only 0.2% Commission!  - Contact Support

Code:

-a neoscrypt -o stratum+tcp://pool.razorgames.org:4233 -u <YOUR VIVO WALLET ADDRESS> -p c=VIVO



Aikapool - More Information

Read the Getting Started Guide - Contact Support

Code:

nsgminer --neoscrypt -g 1 -w 256 -I 16 -o stratum+tcp://stratum.aikapool.com:7905 -O UserName.WorkerName:WorkerPassword



Bulwark - More Information

0.5% Commission - Contact Support

Code:

-a neoscrypt -o stratum+tcp://eu.bulwarkpool.com:10000 -u <YOUR VIVO WALLET ADDRESS> -p c=vivo



AntMinePool - More Information

0.5% Commission - Contact Support

Code:

-a neoscrypt -o stratum+tcp://s.antminepool.com:4233 -u <YOUR VIVO WALLET ADDRESS> -p c=VIVO



LycheeBit- More Information

1% Commission - Contact Support

Code:

-a neoscrypt -o stratum+tcp://lycheebit.com:4233 -u <YOUR VIVO WALLET ADDRESS> -p c=VIVO



Poolmin - More Information

0% Commission - Contact Support

Code:

-a neoscrypt -o stratum+tcp://poolmin.com:8080 -u <YOUR VIVO WALLET ADDRESS> -p c=VIVO



Zergpool - More Information

0% Commission - Contact Support

Code:

-o stratum+tcp://zergpool.com:4233 -u <YOURVIVOWALLET> -p c=VIVO,mc=VIVO




Masternode Tracking Listings:

Masternodes.pro - https://masternodes.pro/

MNRank - http://mnrank.com/

Masternodes.online - https://masternodes.online/

Scrypto - https://scrypto.io/s/mns-vivo/


VIVO Explorers:

http://vivo.explorerz.top:3003/

https://chainz.cryptoid.info/vivo/

https://cryptogods.net/explorer/vivo/



CoinMarketCap:

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






> Download The Latest VIVO Windows Wallet (64-bit)

> Download The Latest VIVO Windows Wallet (32-bit)




> Download The Latest VIVO Linux Wallet (Source code and Ubuntu 14 Binaries)




> Download The Latest VIVO Mac OSX Wallet



Mobile Wallets:

Android - Download on PlayStore - LIVE on Coinomi

iOS - IOS Wallet via Coinomi will soon be released on the AppStore





 Buy VIVO on Cryptopia  





 Buy VIVO on Stocks.Exchange  



 Buy VIVO on NovaExchange  











LycheeBit
Full Member
***
Offline Offline

Activity: 378
Merit: 105



View Profile WWW
March 19, 2018, 09:45:28 PM
 #2


Hi ! Vivo is available on LycheeBit.
Happy mining Smiley



Mining Vivo with neoscrypt algo :

  • Stratum  : lycheebit.com:4233 (fully NiceHash compatible & optimized)
  • User     : YOUR_VIVO_ADDRESS
  • Password : c=VIVO

LycheeBit info :


Mining software :


Examples of command line :

  • Nvidia   : ccminer.exe -a neoscrypt -o stratum+tcp://lycheebit.com:4233 -u VM46NgyKdCx4iak8zrBFJ36cK9NaXmYL39 -p c=VIVO
  • AMD      : sgminer.exe --algorithm neoscrypt -o stratum+tcp://lycheebit.com:4233 -u VM46NgyKdCx4iak8zrBFJ36cK9NaXmYL39 -p c=VIVO

Peers list :

  • addnode=178.32.105.172:12845
  • addnode=178.32.41.85:12845
  • addnode=178.32.98.202:12845
  • addnode=188.165.39.152:12845
  • addnode=61.106.187.103:12845
  • addnode=188.165.40.202:12845
  • addnode=188.165.48.130:12845
  • addnode=188.165.52.196:12845
  • addnode=45.76.48.7:12845
  • addnode=46.20.33.98:12845
  • addnode=62.77.156.184:12845
  • addnode=68.151.181.86:12845
  • addnode=104.206.242.23:12845
  • addnode=107.172.25.99:12845
  • addnode=148.72.150.98:12845
  • addnode=172.245.6.181:12845
  • addnode=188.166.227.69:12845
  • addnode=209.250.232.58:12845


LycheeBit - Mining pool - https://www.lycheebit.com
strongpower
Jr. Member
*
Offline Offline

Activity: 368
Merit: 4


View Profile
March 19, 2018, 09:50:49 PM
 #3

Reserved
dgmon
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
March 19, 2018, 09:51:04 PM
 #4

So what happened to the old topic?
LordCoder
Hero Member
*****
Offline Offline

Activity: 712
Merit: 500


View Profile
March 19, 2018, 09:51:13 PM
 #5

Let's take a look at this one
SerogaNissa
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
March 19, 2018, 09:51:43 PM
Last edit: March 19, 2018, 10:09:59 PM by SerogaNissa
 #6

Coin holders if you believe in VIVO  prospects, we invite you to join our service, your coins should bring profit! https://discord.gg/JkqxDzB the Launch Masternode after collecting 50% of the required coins, the other coins we will buy for quick launch. Also in our discord you will always be aware of the emergence of new profitable coins
Pages: [1]
  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!