This repository was archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #161 from kj89/main
Add kjnodes services
- Loading branch information
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,34 +7,49 @@ | |
## Seed Peer | ||
This will disconnect after passing P2P info so not include in your _persistent_peers_ | ||
- [email protected]:26656 | ||
- 3f472746f46493309650e5a033076689996c8881@bitcanna-testnet.rpc.kjnodes.com:42659 | ||
|
||
## Explorers | ||
- https://testnets-cosmos.mintthemoon.xyz/bitcanna/staking | ||
- https://testnet.ping.pub/bitcanna/uptime | ||
- https://explorer.stavr.tech/bitcanna-dev/staking | ||
- https://explorer.kjnodes.com/bitcanna-testnet | ||
|
||
## RPC endpoints | ||
- https://rpc-testnet.bitcanna.io | ||
- https://rpc.bitcanna-dev-1.bitcanna.aviaone.com/ (TX index = off) | ||
- https://testnet-bitcanna-rpc.konsortech.xyz/ | ||
- | ||
- https://bitcanna-testnet.rpc.kjnodes.com | ||
|
||
## GRPC endpoints | ||
- bitcanna-testnet.grpc.kjnodes.com:42090 | ||
|
||
## LCD Enpoints | ||
- http://lcd-testnet.bitcanna.io | ||
- https://api.bitcanna-dev-1.bitcanna.aviaone.com/ | ||
- https://testnet-bitcanna-api.konsortech.xyz/ | ||
- https://bitcanna-testnet.api.kjnodes.com | ||
|
||
## Wallets / Dashboard | ||
- https://wallet-testnet.bitcanna.io | ||
- https://aviaone.com/keplr-bitcanna-dev-1/ | ||
- http://212.227.151.143:1338/ | ||
- http://212.227.151.143:1337/ | ||
|
||
## State sync | ||
- https://services.kjnodes.com/testnet/bitcanna/state-sync | ||
|
||
## Snapshots | ||
- https://services.kjnodes.com/testnet/bitcanna/snapshot | ||
|
||
## Docs | ||
- [Automatic StateSync Join `bitcanna-dev-1`](README.md) | ||
- [Manually Join `bitcanna-dev-1` by Avione Validator](awesome.md#Manual-setup) | ||
- [Upgrades - Last Upgrade](https://github.com/BitCannaGlobal/bcna/blob/main/devnets/bitcanna-dev-1/upgrade_v1.6.0-rc2.md) | ||
- [Setup Cosmovisor from zero](https://github.com/BitCannaGlobal/bcna/blob/main/devnets/bitcanna-dev-1/cosmovisor_install.md) | ||
- [Node installation instructions by kjnodes](https://services.kjnodes.com/testnet/bitcanna/installation) | ||
- [Node upgrade instructions by kjnodes](https://services.kjnodes.com/testnet/bitcanna/upgrade) | ||
- [Useful commands for node and wallet operation by kjnodes](https://services.kjnodes.com/testnet/bitcanna/useful-commands) | ||
|
||
### Manual-setup | ||
> This instructions was written by Avione Validators, thanks a lot! | ||
|