cryptum 0.0.230 → 0.0.233

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -2
  3. data/README.md +8 -5
  4. data/lib/cryptum/version.rb +1 -1
  5. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a9f6752487703266bdee716efa057b4d01f242c292d78f12f7e06b8d5116ee59
4
- data.tar.gz: 3ebe3ca05d668b02bc4816e812d0772421df21e8c324f1f33e3df4b68f51fd4f
3
+ metadata.gz: 78960c6d16a20b92af4fdf713c4e99f7bf610feadbe560ef53efb0bbcf5c448f
4
+ data.tar.gz: 7fa89acf12d1746170ca5adc868e59adda80d1536c6f54dc66c872ae3f499531
5
5
  SHA512:
6
- metadata.gz: 48c789482428a9040ae19f99a9058b3bed5e2fef59aeaf2fa5911cf28bf785a2f37111288e97074cceb4c1648137abaad96da6a97670be1c6f670c3dcef313be
7
- data.tar.gz: 7e3bda8d7d8f476c07683535c89edae84e6bb02bbbdc4fdc9793fa9947025b2b5faa05214909a606d7af95da3de929f10973d7c1b287ee765714e56b4862a1cb
6
+ metadata.gz: 67b5e15baafafdb0650734a61f7c7f120de5604a7a765fda1dfa063d29a261b584f73d2b86b8fc20ebf1c4ed7fa47a7403d60c0cad4f162c9411264d5a886f4a
7
+ data.tar.gz: 2b3e763622fb997f46ba5fd50aa2f0ac124f61b1d03b411cb863eec6849e2d2f6b232922f600f66e71c6b39e08a9d5f7af5b19f2dd96317d82a08ca164a7b94c
data/Gemfile CHANGED
@@ -12,7 +12,7 @@ gemspec
12
12
  # to build appropriately. Defer to ./reinstall_coinbot_gemset.sh
13
13
  # to review these custom flags
14
14
  gem 'addressable', '2.8.0'
15
- gem 'bundler', '>=2.3.8'
15
+ gem 'bundler', '>=2.3.9'
16
16
  gem 'bundler-audit', '0.9.0.1'
17
17
  gem 'curses', '1.4.4'
18
18
  gem 'eventmachine', '1.2.7'
@@ -25,7 +25,7 @@ gem 'rdoc', '6.4.0'
25
25
  gem 'require_all', '3.0.0'
26
26
  gem 'rest-client', '2.1.0'
27
27
  gem 'rspec', '3.11.0'
28
- gem 'rubocop', '1.25.1'
28
+ gem 'rubocop', '1.26.0'
29
29
  gem 'rubocop-rake', '0.6.0'
30
30
  gem 'rubocop-rspec', '2.9.0'
31
31
  gem 'ruby-prof', '1.4.3'
data/README.md CHANGED
@@ -9,9 +9,7 @@ The goal of cryptum is three-fold:
9
9
  - Grow asset portfolios.
10
10
 
11
11
  #### How ####
12
- By combining real-time market data in conjunction with personalized portfolio and order history, cryptum leverages a collection of status indicators to derive probabilities to buy, sell, hold, cancel orders, or skip a respective crytpo.
13
-
14
- Once these probabilities are derived (which occurs at a high cadence), the respective transaction will be submitted for fulfillment.
12
+ 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.
15
13
 
16
14
  ### **Installation** ###
17
15
  Tested on Linux, & OSX leveraging Ruby via RVM.
@@ -24,14 +22,14 @@ $ gem install --verbose cryptum
24
22
  $ cryptum --help
25
23
  ```
26
24
 
27
- - Create a Local Coinbot Config Folder
25
+ - Create a Local Cryptum Config Folder
28
26
  ```
29
27
  $ mkdir -p ~/cryptum/order_books
30
28
  ```
31
29
 
32
30
  - Copy the Gem etc to the Local Config Folder
33
31
  ```
34
- $ cp -a $(ruby -r 'puts "#{Gem.path.first}/gems/cryptum-#{Coinbot::VERSION}/etc"') ~/cryptum
32
+ $ cp -a $(ruby -r 'puts "#{Gem.path.first}/gems/cryptum-#{Cryptum::VERSION}/etc"') ~/cryptum
35
33
  ```
36
34
 
37
35
  - Copy coinbase_pro.yaml.EXAMPLE to the Local Config Folder
@@ -56,6 +54,11 @@ $ cryptum --symbol btc-usd \
56
54
  --repo-root ~/cryptum
57
55
  ```
58
56
 
57
+ From an error monitoring perspective, they can be monitored via:
58
+ ```
59
+ tail -f /tmp/cryptum-errors.txt
60
+ ```
61
+
59
62
  ### **Contributing** ###
60
63
 
61
64
  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).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cryptum
4
- VERSION = '0.0.230'
4
+ VERSION = '0.0.233'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cryptum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.230
4
+ version: 0.0.233
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-03 00:00:00.000000000 Z
11
+ date: 2022-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 2.3.8
33
+ version: 2.3.9
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: 2.3.8
40
+ version: 2.3.9
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler-audit
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -212,14 +212,14 @@ dependencies:
212
212
  requirements:
213
213
  - - '='
214
214
  - !ruby/object:Gem::Version
215
- version: 1.25.1
215
+ version: 1.26.0
216
216
  type: :runtime
217
217
  prerelease: false
218
218
  version_requirements: !ruby/object:Gem::Requirement
219
219
  requirements:
220
220
  - - '='
221
221
  - !ruby/object:Gem::Version
222
- version: 1.25.1
222
+ version: 1.26.0
223
223
  - !ruby/object:Gem::Dependency
224
224
  name: rubocop-rake
225
225
  requirement: !ruby/object:Gem::Requirement
@@ -452,7 +452,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
452
452
  - !ruby/object:Gem::Version
453
453
  version: '0'
454
454
  requirements: []
455
- rubygems_version: 3.3.8
455
+ rubygems_version: 3.3.9
456
456
  signing_key:
457
457
  specification_version: 4
458
458
  summary: Coinbase Pro High-Frequency Trading Bot