You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
657 B
33 lines
657 B
6 years ago
|
version: "3"
|
||
|
# If your machine has moar than 1GB of memory dedicated for bitcoind, use this
|
||
|
|
||
|
services:
|
||
|
bitcoind:
|
||
|
environment:
|
||
|
BITCOIN_EXTRA_ARGS: |
|
||
|
dbcache=1024
|
||
|
bgoldd:
|
||
|
environment:
|
||
|
BITCOIN_EXTRA_ARGS: |
|
||
|
dbcache=1024
|
||
|
feathercoind:
|
||
|
environment:
|
||
|
BITCOIN_EXTRA_ARGS: |
|
||
|
dbcache=1024
|
||
|
groestlcoind:
|
||
|
environment:
|
||
|
BITCOIN_EXTRA_ARGS: |
|
||
|
dbcache=1024
|
||
|
litecoind:
|
||
|
environment:
|
||
|
BITCOIN_EXTRA_ARGS: |
|
||
|
dbcache=1024
|
||
|
viacoind:
|
||
|
environment:
|
||
|
BITCOIN_EXTRA_ARGS: |
|
||
|
dbcache=1024
|
||
|
monacoind:
|
||
|
environment:
|
||
|
BITCOIN_EXTRA_ARGS: |
|
||
|
dbcache=1024
|