Skip to content

Commit

Permalink
Rename liquid.conf in elements.conf and support arm architectures (#66)
Browse files Browse the repository at this point in the history
* Rename liquid.conf to elements.conf

* Update docker-compose-regtest.yml

* Update docker-compose-regtest-liquid.yml
  • Loading branch information
tiero authored Feb 29, 2020
1 parent 31dadb2 commit 3254da7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 1 addition & 5 deletions resources/docker-compose-regtest-liquid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ services:
# Chopsticks
chopsticks:
image: vulpemventures/nigiri-chopsticks:latest
entrypoint:
- /build/chopsticks
command:
- --use-faucet
- --use-mining
Expand All @@ -146,8 +144,6 @@ services:
restart: unless-stopped
chopsticks-liquid:
image: vulpemventures/nigiri-chopsticks:latest
entrypoint:
- /build/chopsticks
command:
- --use-faucet
- --use-mining
Expand Down Expand Up @@ -177,4 +173,4 @@ networks:
driver: bridge
ipam:
config:
- subnet: 10.10.0.0/24
- subnet: 10.10.0.0/24
4 changes: 1 addition & 3 deletions resources/docker-compose-regtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ services:
# Chopsticks
chopsticks:
image: vulpemventures/nigiri-chopsticks:latest
entrypoint:
- /build/chopsticks
command:
- --use-faucet
- --use-mining
Expand Down Expand Up @@ -92,4 +90,4 @@ networks:
driver: bridge
ipam:
config:
- subnet: 10.10.0.0/24
- subnet: 10.10.0.0/24
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ mainchainrpcpassword=123
# proof included in the pegin to get full security.

validatepegin=0
initialfreecoins=2100000000000000
initialfreecoins=2100000000000000

0 comments on commit 3254da7

Please sign in to comment.