README.md in cryptum-0.0.386 vs README.md in cryptum-0.0.387
- old
+ new
@@ -106,12 +106,12 @@
If you choose a lower value than the default, the target profit margin's (i.e. TPM) will also be reduced (assuming the TPM is still higher than Maker + Taker fees). This may be desireable - although TPM is reduced, trading volume should increase resulting in better Maker & Taker fee tiers (i.e. lower cost / trade).
Another option (particularly useful with smaller balances) is bumping the market trend reset to 604800 (i.e. 1 week) which will immediately increase the TPM %'s. The downside to this approach is trading volume is reduced, resulting in higher maker & taker fee tiers (i.e. higher cost / trade).
-From an error monitoring perspective, they can be monitored via:
+From an logging perspective, they can be monitored via:
```
-tail -f /tmp/cryptum-errors.txt
+tail -f /tmp/cryptum.log
```
### **Contributing** ###
For details around contributing to this project, please refer to the [Cryptum Development Guide](https://github.com/0dayinc/cryptum/blob/master/web/app/public/wiki/dev_getting_started.md).