arvicco-avalon 0.0.17 → 0.0.18
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.
- data/README.md +1 -1
- data/bin/{reset → reboot_miner} +0 -0
- data/lib/avalon/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -16,7 +16,7 @@ Scripts:
|
|
|
16
16
|
|
|
17
17
|
Monitors all the nodes (miners, pools, Internet connections) that are listed in config/monitor.yml file. Sounds alarm is anything is wrong with the monitored nodes. TODO: takes action to correct errors found (like restarting the failing miners etc).
|
|
18
18
|
|
|
19
|
-
$
|
|
19
|
+
$ reboot_miner 145 146 192.168.0.150
|
|
20
20
|
|
|
21
21
|
Reboots your Avalon miners. Miners are indicated either by their full IP address or just by the last digits of this address (num). A quick and dirty way to reset misbehaving miners. In some cases of hungup units, soft reset is not enough and a hard powerdown/powerup is required.
|
|
22
22
|
|
data/bin/{reset → reboot_miner}
RENAMED
|
File without changes
|
data/lib/avalon/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arvicco-avalon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.18
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -33,7 +33,7 @@ email:
|
|
|
33
33
|
executables:
|
|
34
34
|
- monitor
|
|
35
35
|
- mtgox_tx
|
|
36
|
-
-
|
|
36
|
+
- reboot_miner
|
|
37
37
|
extensions: []
|
|
38
38
|
extra_rdoc_files: []
|
|
39
39
|
files:
|
|
@@ -45,7 +45,7 @@ files:
|
|
|
45
45
|
- avalon.gemspec
|
|
46
46
|
- bin/monitor
|
|
47
47
|
- bin/mtgox_tx
|
|
48
|
-
- bin/
|
|
48
|
+
- bin/reboot_miner
|
|
49
49
|
- lib/avalon.rb
|
|
50
50
|
- lib/avalon/bitcoind.rb
|
|
51
51
|
- lib/avalon/block.rb
|