symbol-bootstrap
symbol-bootstrap copied to clipboard
A tool that allows you to quickly configure and setup Symbol testnets and nodes.
This PR is the bootstrap changes required before the lerna split and symbol-network app. There are several improvements. - custom preset cached on target - Renamed bootstrap preset for dualCurrency....
Password in compose command is only requested when necessary, currently in the odd case of setting up a custom faucet. fixes https://github.com/nemtech/symbol-bootstrap/issues/181
The tars include nodejs and bootstrap built in. Handy for pen-drive installation in offline machines. They would be downloaded from: https://symbol-bootstrap.s3-eu-west-1.amazonaws.com/dist/v1.0.1/symbol-bootstrap-v1.0.1-darwin-x64.tar.gz https://symbol-bootstrap.s3-eu-west-1.amazonaws.com/dist/v1.0.1/symbol-bootstrap-v1.0.1-linux-arm.tar.gz https://symbol-bootstrap.s3-eu-west-1.amazonaws.com/dist/v1.0.1/symbol-bootstrap-v1.0.1-linux-x64.tar.gz https://symbol-bootstrap.s3-eu-west-1.amazonaws.com/dist/v1.0.1/symbol-bootstrap-v1.0.1-win32-x64.tar.gz https://symbol-bootstrap.s3-eu-west-1.amazonaws.com/dist/v1.0.1/symbol-bootstrap-v1.0.1-win32-x86.tar.gz https://symbol-bootstrap.s3-eu-west-1.amazonaws.com/dist/v1.0.1/symbol-bootstrap-v1.0.1-win32-x64.zip https://symbol-bootstrap.s3-eu-west-1.amazonaws.com/dist/v1.0.1/symbol-bootstrap-v1.0.1-win32-x86.zip https://symbol-bootstrap.s3-eu-west-1.amazonaws.com/dist/v1.0.1/symbol-bootstrap-v1.0.1.tar.gz
The first version of offline mode. This feature is targeted for exchanges and supernodes owners that don't want to enter any private key in an online machine. The node configuration...
Extension of the original https://github.com/nemtech/symbol-bootstrap/pull/115 but using the importer Fixes https://github.com/nemtech/symbol-bootstrap/issues/70
**Describe the bug** I started symbol-bootstrap, but healthCheck is not OK. When I check the log, the connection from the rest-gateway to the node is in error. Is there a...
Atm, symbol-bootstrap uses images created with x86/x64 architectures. The docker-compose generated doesn't work on arm machines, like the new m1 Macs. In order to implement this, the different arms images...
**Is your feature request related to a problem? Please describe.** With more testnets getting created, the network seed and config/preset should be moved out of the bootstrap and hosted somewhere...