--debugging --network="devnet" --new-devnet --tcp-server-port="5231" --set-genesis="file" --forging
hcaptcha site key must be set in /static/challenge/challenge.html
--hcaptcha-secret="0x0000000000000000000000000000000000000000" --faucet-testnet-enabled="true"
you can also create an account on hcaptcha
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
tor proxy use --tcp-proxy="socks5://127.0.0.1:9050"
i2p proxy use --tcp-proxy="socks5://127.0.0.1:4444"
Running the node as a Tor Hidden Server
- Install Tor
- Configure Tor
- Ubuntu:
- open
sudo nano /etc/tor/torrc
- add & save
HiddenServiceDir /var/lib/tor/pandora_pay_hidden_service/ HiddenServicePort 80 127.0.0.1:8080
- restart tor
sudo service tor restart
- copy your onion address
sudo cat /var/lib/tor/pandora_pay_hidden_service/hostname
- use the tor address
--tcp-server-url="http://YOUR_ONION_ADDRESS_FROM_ABOVE"
- open
- Ubuntu:
--run-testnet-script
will enable the testnet script which will create dummy transactions.
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.