Three full validator nodes launched by Coinqvest

Coinqvest has launched three full validator nodes of Stellar network. Validator nodes help in decentralization of Stellar network. Since Coinqvest is expected to process a lot of payments on Stellar network, it made sense to run full validator nodes.

Coinqvest notes that even if customer payments are made in crypto currencies other than Stellar Lumens, such as Bitcoin, Ethereum, Coinqvest will be automatically transforming them to Stellar assets.

These assets run on Stellar network and thus can be converted immediately to desired settlement currency (such as USD) within few seconds.

Once the conversion is done, funds can be withdrawn to traditional bank account or blockchain wallet easily.

Coinqvest is also a member of Tier 1 Core Quorum Group which ensures that it hold themselves to higher standards of monitoring, availability, performance, and incident response times. Tier 1 members are in constant communication in a joint effort to prevent potential future network halts and chain forks for all participants in the network.

Once can easily add Coinqvest to quorum slice by using following config.  

[[VALIDATORS]]
NAME=”coinqvest-fi”
HOME_DOMAIN=”coinqvest.com”
PUBLIC_KEY=”GADLA6BJK6VK33EM2IDQM37L5KGVCY5MSHSHVJA4SCNGNUIEOTCR6J5T”
ADDRESS=”finland.stellar.coinqvest.com”
HISTORY=”curl -sf https://finland.stellar.coinqvest.com/history/{0} -o {1}”

[[VALIDATORS]]
NAME=”coinqvest-de”
HOME_DOMAIN=”coinqvest.com”
PUBLIC_KEY=”GD6SZQV3WEJUH352NTVLKEV2JM2RH266VPEM7EH5QLLI7ZZAALMLNUVN”
ADDRESS=”germany.stellar.coinqvest.com”
HISTORY=”curl -sf https://germany.stellar.coinqvest.com/history/{0} -o {1}”

[[VALIDATORS]]
NAME=”coinqvest-hk”
HOME_DOMAIN=”coinqvest.com”
PUBLIC_KEY=”GAZ437J46SCFPZEDLVGDMKZPLFO77XJ4QVAURSJVRZK2T5S7XUFHXI2Z”
ADDRESS=”hongkong.stellar.coinqvest.com”
HISTORY=”curl -sf https://hongkong.stellar.coinqvest.com/history/{0} -o {1}”