README.md in cryptum-0.0.322 vs README.md in cryptum-0.0.323
- old
+ new
@@ -7,11 +7,11 @@
- Identify bugs that qualify for bounty on [H1](https://hackerone.com/coinbase)
- Take the emotion out of trading crypto currency.
- Grow asset portfolios.
#### How ####
-Leveraging a timing algorithm based upon portfolio balances, market trends, and a duration of time, cryptum determines order size amounts to trickle-buy crytpo. Once a given buy order is filled, a limit sell order is submitted at a specific, fixed profit margin which can be defined by the user.
+Leveraging multiple algorithms based upon portfolio balances, market trends / % margins of change, and a duration of time, cryptum determines order size amounts to trickle-buy crytpo. Once a given buy order is filled, a limit sell order is submitted at a specific, fixed profit margin which can be defined by the user.
### **Installation** ###
Tested on Linux, & OSX leveraging Ruby via RVM.
```
@@ -20,20 +20,20 @@
$ rvm use ruby-<VERSION>@cryptum
$ gem install --verbose cryptum
$ cryptum --help
```
-- Create a Local Cryptum Config Folder
+- Create a Local Cryptum Session Folder
```
$ mkdir -p ~/cryptum/order_books
```
-- Copy the Gem etc to the Local Config Folder
+- Copy the cryptum Gem's etc Folder to the Local Session Folder
```
$ cp -a $(ruby -r cryptum -e 'puts "#{Gem.path.first}/gems/cryptum-#{Cryptum::VERSION}/etc"') ~/cryptum
```
-- Copy coinbase_pro.yaml.EXAMPLE to the Local Config Folder
+- Copy coinbase_pro.yaml.EXAMPLE to the Local Session Folder
```
$ cp ~/cryptum/etc/coinbase_pro.yaml.EXAMPLE \
~/cryptum/etc/coinbase_pro.yaml
```