I just wanted to leave the exact features of the proxy. This will not be a full list just cause I want to leave somethings for the launch.
Features
- Signature and secret hash that signs the method calls, so no random calls (signature contains a little more information to calculate)
- Whitelist and blacklist of IP addresses, if none is supplied it defaults to whitelisting 127.0.0.1 AKA localhost which also blacklists every other IP Address
- Logs are separated into three different logs (error.log, transaction.log, commands.log) The first log error.log only contains the errors, the second log transaction.log only contains entries of payments (No amounts or bitcoin addresses, just ip and the command of making the payment), the third log is every command and the ip that accessed
- The configuration file once opened by the proxy it will encrypted the file
- Tag ips with certain accounts on the bitcoind for better speration
So those the big features there are some other features that are quite useful but they will be revealed at launched.