1. Install Python https://www.python.org/downloads/
Version 3.10 is required
Unix/Linux
python3 -m venv .venv
Windows
python -m venv .venv
Unix/Linux
source ./.venv/bin/activate
Windows
.\.venv\Scripts\activate
pip install -r requirements.txt
python ./crypto_currency/main.py
- host e.g. "0.0.0.0" or "localhost"
- port e.g. 3758 or 14065
- bootstrap e.g. ("host", port)
- verbose e.g. 1, 2 or 3
- log_file e.g. /var/log/crypto.log
- max_connections e.g. 100, 4, 0
- blockchain e.g. blockchain.db
- api e.g. True or False (only be True if miner is False vice versa)
- web_port e.g. 4793, 8080
- miner e.g. True or False
- miner_addr e.g. address for coinbase