cryptum 0.0.231 → 0.0.234
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +2 -2
- data/README.md +7 -4
- data/lib/cryptum/version.rb +1 -1
- data/upgrade_ruby.sh +1 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 393debf1536207cc0ed7dbb02df848abd9c09d7a8b6695f57389074df8580e70
|
4
|
+
data.tar.gz: 01a325e323ec477aac87e8075526b7a8f7e0e4ed1588815f67e1ba5cf8ceb1a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cbee20f0e6eb7b478d76ad4a8936f05e6fa27bec6f91109697494fb62aee363acf3abb7af380fc90b16f1ec5927a161bb45d5e380acc29a18a6b7644bae253a
|
7
|
+
data.tar.gz: f8dd8183c9294f6d90aba8dd17dd19697384843b10fb6f20195a2d7e91ebe7356ccc502d7fab947806482f36fe7cad6b83187a3204182125094416301c3eb78e
|
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.
|
15
|
+
gem 'bundler', '>=2.3.11'
|
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.
|
28
|
+
gem 'rubocop', '1.27.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
|
-
|
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.
|
@@ -31,7 +29,7 @@ $ mkdir -p ~/cryptum/order_books
|
|
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-#{Cryptum::VERSION}/etc"') ~/cryptum
|
32
|
+
$ cp -a $(ruby -r cryptum -e '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).
|
data/lib/cryptum/version.rb
CHANGED
data/upgrade_ruby.sh
CHANGED
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.
|
4
|
+
version: 0.0.234
|
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-
|
11
|
+
date: 2022-04-12 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.
|
33
|
+
version: 2.3.11
|
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.
|
40
|
+
version: 2.3.11
|
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.
|
215
|
+
version: 1.27.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.
|
222
|
+
version: 1.27.0
|
223
223
|
- !ruby/object:Gem::Dependency
|
224
224
|
name: rubocop-rake
|
225
225
|
requirement: !ruby/object:Gem::Requirement
|