Baking using Tezos Blockchain-Coin(token)
Add to favorites
Refer to the site how-to Manual
Connect to site https://gitlab.com/tezoskorea and run command xxx “quickstart” on the page Go
Quikc Installation
- Tezos Quick Build Go
Environment: Ubuntu 16.04 LTS, 18.04 LTS (aws, google cloud) - Mainnet Command
curl “https://gitlab.com/tezoskorea/quickstart/raw/master/tz_install.sh” | bash -s mainnet - Carthagenet (No use) Command
curl “https://gitlab.com/tezoskorea/quickstart/raw/master/tz_install.sh” | bash -s carthagenet
Snapshot download
- https://snapshots.tulip.tools/#/
- Snapshot Download command
wget -c -O https://snaps.tulip.tools/mainnet_2020-08-26_20:00.full
Remove two directories (.tezos-node/Context, Store) & Import
– tezos-node snapshot import ./mainnet_2020-08-26_20_00.full
Node execution & Coin activation
continued..