Skip to content

Releases: proximax-storage/xpx-testnet-chain-onboarding

release-v0.6.9

07 Jun 10:17
f5365c5
Compare
Choose a tag to compare
Release v0.6.9 (#14)

https://github.com/proximax-storage/xpx-testnet-chain-onboarding/pull/14

Release v0.4.3-buster

10 Dec 07:17
853c689
Compare
Choose a tag to compare
release-v0.4.3-buster

README.md - fix typo error

public-testnet-peer-dockerpackage

20 Nov 15:15
b2cf204
Compare
Choose a tag to compare
  • Package contains docker-compose file and height-1 data seed.
  • Also contains TAR file of ProximaX public distribution of Sirius Peer v0.4.3

~

ProximaX Vagrant Patch v0.4.1-2.box (09/15/2019)

15 Sep 14:59
bcc61ff
Compare
Choose a tag to compare

###################################################
Announcement to the ProximaX Blockchain Validator Community!
###################################################

A new vagrant box has been release dated 09/15/2019.

  • Contains new peer configs targetting the latest stable API nodes of the ProximaX Public Testnet.
  • Nodeboot privateKey is auto-assigned into config file upon new SSH session.
  • Harvest privateKey is auto-assigned into config file upon new SSH session.

To download this new box version, please follow instructions below:

Download the community-oriented vagrant box for Sirius Peer Node v2

This step will show how to obtain a community peer vagrantbox based on Proximax Sirius Peer v0.4.1:

mkdir -m 777 ~/proximax-peer-v2
cd ~/proximax-peer-v2
wget https://proximax-vagrant-storage.s3-ap-southeast-1.amazonaws.com/proximax-sirius-v0.4.1-2.box

Once download completes, setup your vagrant environment to point to the boxfile, then initiatize it:

vagrant box add proximax-community-peer-v2 proximax-sirius-v0.4.1-2.box
vagrant init proximax-community-peer-v2

At this point, you will have a new Vagrantfile in your current DIR.

Go ahead and standup this box in your local machine:

vagrant up

SSH into your local VM using command:

vagrant ssh

~