Option to configure ecosystem for testnet #36

Open
opened 2018-11-29 21:30:05 +01:00 by jessopb · 4 comments
jessopb commented 2018-11-29 21:30:05 +01:00 (Migrated from github.com)

lbrycrd --testnet | --regtest

lbrynet:

  • daemon-settings.yml: blockchain_name: lbrycrd_testnet

chainquery: blockchain name is currently hardcoded according to Jack.

lbrycrd --testnet | --regtest lbrynet: - daemon-settings.yml: blockchain_name: lbrycrd_testnet chainquery: blockchain name is currently hardcoded according to Jack.
Leopere commented 2019-04-26 01:39:44 +02:00 (Migrated from github.com)

There are a number of big changes for --testnet and --regtest which should be discussed with @tiger5226 and possibly @jessopb as I've merged in the Refactor branch @tiger5226's independent container files into the main Dockerfile for lbrycrd such that there's simply an environment variable and a few lines of code in the start.sh for the RUN_MODE=testnet and RUN_MODE=regtest.

There are a number of big changes for `--testnet` and `--regtest` which should be discussed with @tiger5226 and possibly @jessopb as I've merged in the Refactor branch @tiger5226's independent container files into the main [Dockerfile for `lbrycrd`](https://github.com/lbryio/lbry-docker/blob/f99d170cc9bab28720956af16adfe547a59bd4f6/lbrycrd/linux-x86_64-production/Dockerfile) such that there's simply an environment variable and a few lines of code in the [`start.sh` for the `RUN_MODE=testnet` and `RUN_MODE=regtest`.](https://github.com/lbryio/lbry-docker/blob/f99d170cc9bab28720956af16adfe547a59bd4f6/lbrycrd/stuff/start.sh#L46-L77)
Leopere commented 2019-04-26 02:14:41 +02:00 (Migrated from github.com)

This feature and branch cannot be merged without @tiger5226 and #61

This feature and branch cannot be merged without @tiger5226 and #61
Leopere commented 2019-04-26 02:15:09 +02:00 (Migrated from github.com)

https://github.com/lbryio/chainquery/blob/master/e2e/e2e.sh needs updated to use the new compose files.

https://github.com/lbryio/chainquery/blob/master/e2e/e2e.sh needs updated to use the new compose files.
tiger5226 commented 2019-04-27 00:14:35 +02:00 (Migrated from github.com)

tested updating last night and was unsuccessful

OCI runtime exec failed: exec failed: container_linux.go:344: starting container process caused "process_linux.go:91: executing setns process caused \"exit status 21\"": unknown

@Leopere is aware

tested updating last night and was unsuccessful ``` OCI runtime exec failed: exec failed: container_linux.go:344: starting container process caused "process_linux.go:91: executing setns process caused \"exit status 21\"": unknown ``` @Leopere is aware
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-docker#36
No description provided.