Block, Height & State-Sync Source with KSYNC
Install KSYNC
Install sourced
Example 1: Block-Sync from genesis:
State-Sync to height 6,000
Height-Sync to height 9,496
Last updated
go install github.com/KYVENetwork/ksync/cmd/ksync@latestksync versiongit clone
https://github.com/Source-Protocol-Cosmos/source.git
cd source
git checkout v3.0.1
make build
./sourced version./sourced init <moniker> –chain-id source-1
curl -s https://raw.githubusercontent.com/Source-Protocol-Cosmos/mainnet/master/source-1/genesis.json > ~/.source/config/genesis.jsonksync block-sync --binary="/path/to/sourced" --chain-id=kaon-1 --source=sourceksync state-sync --binary="/path/to/sourced" --chain-id=kaon-1 --source=source --target-height=6000 -r./sourced start --p2p.seeds=7347b05f140e4ed5d3da7b26c754a486dc1d2ecd@source-mainnet-seed.itrocket.net:32656ksync height-sync --binary="/path/to/sourced" --chain-id=kaon-1 --source=source --target-height=9496 -r