install and sync relay server
apt install python3-pip
git clone https://github.com/galperins4/PythAces
cd ~/PythAces/config
update configs (see below)
cd ~/PythAces
bash install.sh
After the repository has been cloned you need to open the coin.json
and change it to your liking. Once this has been done execute the pm2 command pm2 start apps.json
to start the script.
As the script leverages @FaustBrians ARK python client as well as database retreival and storage classes, python 3.6+ is required. In addition a relay node of the channel coin is required.
- channel: dpos channel for inbound transactions (currently support ark/dark, kapu/dkapu, persona-t)
- channel_ip: ip address of node
- service_acct: service account for inbound transactions for the channel
- db_username: os username
- flat_fee: flat fee per transaction
- pct_fee: percentage fee per transaction
- reach: how many peers to broadcast tx to (NOT CURRENTLY IN USE)
- relay_ip: relay to broadcast outbound transactions
- service_acct: outbound service account
- service_account_passphrase: passphrase
- service_account_secondphrase: secondphrase
- addr_start: letter addresses start with
Note: Pythaces runs on port 5000
- Add more features as necessary
- Additional exception handling and validators
- Add more dpos coins
- Add non-DPOS coins
- fix address validators
- fix error handling for capacity
- Initial release
If you like this project and it helps you in your every day work I would greatly appreciate it if you would consider to show some support by donating to one of the below mentioned addresses.
- BTC - 38jPmBCdu9C5SBPbeb4BTBQG2SAbGvbfKf
- ETH - 0x9c3BB145C6bCde9BC502B90B8C32C0aa26714394
- ARK - AMhTN98yvWP8SJNyxmgEfg9ufuxHyapW73
If you discover a security vulnerability within this package, please open an issue. All security vulnerabilities will be promptly addressed.
- Frontend: ArkMoon
- Backend: galperins4
- All Contributors