Go 1.18 is required as go-pandora-pay uses generics.
- Install golang https://golang.org/doc/install
- For Linux
$ wget https://go.dev/dl/go1.18.1.linux-amd64.tar.gz
$ sudo rm -rf /usr/local/go && tar -C /usr/local -xzf go1.18.1.linux-amd64.tar.gz
$ sudo nano ~/.bashrc
- Add at the bottom of the file
export GOPATH=/usr/local/go export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
$ sudo source ~/.bashrc
- For Linux
- Installing missing packages
go get -t .
- Run the node
go env GOROOT
- download from https://golang.org/doc/manage-install
To install TLS certificates, you need to place the certificates in the application root folder with the following names
certificate.crt
certificate.key
You also need to specify the domain address by using the argument --tcp-server-address="domain.net"
To get authority certificates, you can use cerbot (it's easy!) / or Let's Encrypt
This source code is released for research purposes only, with the intent of researching and studying a decentralized p2p network protocol.
PANDORAPAY IS AN OPEN SOURCE COMMUNITY DRIVEN RESEARCH PROJECT. THIS IS RESEARCH CODE PROVIDED TO YOU "AS IS" WITH NO WARRANTIES OF CORRECTNESS. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES. USE AT YOUR OWN RISK.
You may not use this source code for any illegal or unethical purpose; including activities which would give rise to criminal or civil liability.
Under no event shall the Licensor be responsible for the activities, or any misdeeds, conducted by the Licensee.