Skip to content
/ peer Public

Highly Distributed Proprietary Blockchain Technology: Our Super Peer is designed to be scalable, lean, secure, simple to install, lean and fast.

License

Notifications You must be signed in to change notification settings

vizoros/peer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Vizoros Super Peer

These are just some of the features of our Super Peer ...

  • It's Free.
  • First Class Peer to Peer Architecture
  • Peer to Peer decentralized container image(s) distribution.
  • A secure and lean RESTful service architecture to integrate enterprise services.
  • Resilent service architecture that uses a try again approach to recover lost time.
  • Parallel processing (multicore), asychronous architecture, and various other optimizations.
  • Mitosis replication feature that allows every peer to spawn off an installation of more peers.
  • Docker images are compressed and encrypted for optimal decreased costs and secure network transfer.

There are many other features, configurations, options, flexibilities, and extensibilities that are not mentioned.

Vizoros Super Peer installation Guide

Linux, macOS, and Unix installation video guide

Linux, macOS, and Unix installation

Windows 10/11 Desktop installation video guide

Linux, macOS, and Unix installation

Prerequiste software and configuration required

There are two ways to install our Vizoros Super Peer.

First way: Github

Linux/macOS (Cygwin and MSYS bash shell on Windows) instructions: open a terminal and copy paste commands ...

The peer directory must not exist. The directory name can be any name instead of peer, but please no spaces or special characters except for dash (-) and underscore (_).
$\color{red}{\texttt{IMPORTANT}}$ $\color{yellow}{\texttt{By downloading and installing, the user has read and acknowledged the license agreement.}}$

mkdir peer && cd peer && \
curl -sLO https://github.com/vizoros/peer/releases/download/latest/vfy-install.jar && \
java -jar vfy-install.jar

For Terminal only (no Desktop aka headless)

mkdir peer && cd peer && \
curl -sLO https://github.com/vizoros/peer/releases/download/latest/vfy-install.jar && \
java -DHEADLESS -jar vfy-install.jar

Windows 10/11 instructions: open Command Prompt terminal and copy paste commands ...

The peer directory must not exist. The directory name can be any name instead of peer, but please no spaces or special characters except for dash (-) and underscore (_).
$\color{red}{\texttt{IMPORTANT}}$ $\color{yellow}{\texttt{By downloading and installing, the user has read and acknowledged the license agreement.}}$

mkdir peer & cd peer & ^
curl -sLO https://github.com/vizoros/peer/releases/download/latest/vfy-install.jar & ^
java -jar vfy-install.jar

For Terminal only (no Desktop aka headless)

mkdir peer & cd peer & ^
curl -sLO https://github.com/vizoros/peer/releases/download/latest/vfy-install.jar & ^
java -DHEADLESS -jar vfy-install.jar

(You may see More? on old command prompt prepended to some lines, just and ignore and press.)

To update future releases on Windows 10/11 (change directory into peer's home directory) using DOS Windows terminal (cmd.exe):

.\vfy-install -ua & .\vfy-install --update-container & .\vfy cmd fullservice-mode

To update future releases on MacOS/Linux (change directory into peer's home directory) using Terminal in bash shell:

./vfy-install -ua && ./vfy-install --update-container && ./vfy cmd fullservice-mode

Wait until the command prompt comes back.
When finished, either a browser is displayed or a file path to our EULA (End User License Agreement) file location is displayed. That's it!

Second way: Docker

  1. See https://hub.docker.com/r/vizoros/install

News, Contact, Videos, and Support

Vizoros Website
Vizoros Docker Hub
Vizoros YouTube Videos
Vizoros Group X (Twitter)

Email Vizoros Team for support issues

About

Highly Distributed Proprietary Blockchain Technology: Our Super Peer is designed to be scalable, lean, secure, simple to install, lean and fast.

Resources

License

Stars

Watchers

Forks