arvicco-avalon 0.0.17 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
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
- $ reset 145 146 192.168.0.150
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
 
File without changes
@@ -1,3 +1,3 @@
1
1
  module Avalon
2
- VERSION = "0.0.17"
2
+ VERSION = "0.0.18"
3
3
  end
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.17
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
- - reset
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/reset
48
+ - bin/reboot_miner
49
49
  - lib/avalon.rb
50
50
  - lib/avalon/bitcoind.rb
51
51
  - lib/avalon/block.rb