Skip to content

Commit

Permalink
docker of beam-node: update for hard fork #321321.
Browse files Browse the repository at this point in the history
  • Loading branch information
SwimmingTiger committed Aug 7, 2019
1 parent 5c835f5 commit f878cd0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 202 deletions.
2 changes: 1 addition & 1 deletion docker/beam-node/main-release-mining/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get install -y libboost-all-dev curl wget unzip git cmake

# build bitcoind
RUN mkdir /work
RUN cd /work && git clone -b mining-btccom --depth 1 https://github.com/btccom/beam.git
RUN cd /work && git clone -b mining-hard-fork --depth 1 https://github.com/btccom/beam.git
RUN cd /work/beam \
&& cmake -DCMAKE_BUILD_TYPE=Release -DBEAM_NO_QT_UI_WALLET=ON . \
#&& make && make install
Expand Down
8 changes: 4 additions & 4 deletions docker/beam-node/main-release-mining/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@ stratum_port=3333
stratum_secrets_path=.
# Owner viewer key
key_owner=<please-fill-it>
owner_key=<please-fill-it>
# Standalone miner key
key_mine=<please-fill-it>
miner_key=<please-fill-it>
# password for keys
pass=<please-fill-it>
```
### got `key_owner` and `key_mine`
### got `owner_key` and `miner_key`
Use [beam-wallet-cli](https://github.com/BeamMW/beam/releases) with these commands:
```
./beam-wallet export_miner_key --subkey=1
./beam-wallet export_owner_key
./beam-wallet export_miner_key --subkey=1
```

Or see [this document](https://beam-docs.readthedocs.io/en/latest/rtd_pages/user_mining_beam.html#mining-using-external-miner) for details.
Expand Down
41 changes: 0 additions & 41 deletions docker/beam-node/v2.0.4431-btcpool/Dockerfile

This file was deleted.

137 changes: 0 additions & 137 deletions docker/beam-node/v2.0.4431-btcpool/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions docker/beam-node/v2.0.4431-btcpool/run

This file was deleted.

10 changes: 0 additions & 10 deletions docker/beam-node/v2.0.4431-btcpool/sources-aliyun.com.list

This file was deleted.

0 comments on commit f878cd0

Please sign in to comment.