https://github.com/tnodes/bct
BCT is Bash Scripting to backup validator config folder in IBC testnet & mainnet nodes
https://github.com/tnodes/bct
Last synced: about 1 month ago
JSON representation
BCT is Bash Scripting to backup validator config folder in IBC testnet & mainnet nodes
- Host: GitHub
- URL: https://github.com/tnodes/bct
- Owner: Tnodes
- License: gpl-3.0
- Created: 2023-02-24T01:51:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T08:23:11.000Z (over 3 years ago)
- Last Synced: 2025-03-11T08:49:53.818Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
README
# BCT
BCT is Bash Scripting to backup validator config folder in IBC testnet & mainnet nodes
```bash
.
├── addrbook.json
├── app.toml
├── client.toml
├── config.toml
├── genesis.json
├── node_key.json
└── priv_validator_key.json
```
# Feature
* Directory listing to download backup config in another devices
# IBC Testnet Support
1. Quicksilver
2. Kqcosmos
3. Sei
4. Stride
5. Sui
6. Humanai
7. Andromeda
8. GOA Ordos Chain
9. Quasar
10. Nolus
# IBC Mainnet Support
1. Arkhadian
More soon
# Run
```
curl -O https://raw.githubusercontent.com/Tnodes/BCT/main/run.sh && chmod +x run.sh && ./run.sh
```