Raul

@BernalRaul

Joined on Jul 27, 2020

  • We've developed a new version with some updates (regarding SDK, Tendermin & IBC/GO) called TrichomeMonster-ICA release to integrate the ICA (Interchain Account) module. We will upgrade to DEVNET-5 by governance. If tests results are as expected, we will update the Mainnet as soon as possible. To emphasize, this guide is for our TESTNET (devnet) users. No action required yet by MAINNET validators / node operators. Governance proposal: halt-height XXXXXXXX https://testnet.ping.pub/bitcanna/gov/8 Attended (manually) upgrade.
     Like 3 Bookmark
  • 2018/2020 - BitCanna v1.0 - Sergey Team - BitCore fork start 2020/2024 - BitCanna v2.0 - BitCanna Team - Cosmos rebuild 2020/2080 - BitCanna v3.0 - 1/2 BitCanna Team - Game & NFT In this doc we can write down all ideas for a roadmap towards becoming the cannabis culture chain. New Roadmap 1. BitCanna Game Description for the Game here....
     Like  Bookmark
  • by Raúl - Spanish Node Install: go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@v1.4.0 Create new directories mkdir -p ${HOME}/.quicksilverd/cosmovisor/genesis/bin mkdir -p ${HOME}/.quicksilverd/cosmovisor/upgrades/v1.3.0/bin Copy the current version to the Cosmovisor's genesis folder. cp $(which quicksilverd) ${HOME}/.quicksilverd/cosmovisor/genesis/bin/
     Like  Bookmark
  • Title: BitCanna v1.5.3 - TrichomeMonster-ica codename Key features (Update scheduled for 7 November 2022 ~ 14.00h UTC) Source code refactored to deprecate CosmosCMD package from Ignite/CLI. InterChain Accounts module intregration. Last security and stability updates.
     Like  Bookmark
  • Cosmovisor is a small process manager for Cosmos SDK application binaries that monitors the governance module for incoming chain upgrade proposals. If it sees a proposal that gets approved, it stops the current binary, switch from the old binary to the new one, and finally restarts the node with the new binary. This guide will explain how to install Cosmovisor and prepare for a future chain update. A full guide about Cosmovisor can be found here. Step 1. Install/update Cosmovisor You can build Cosmovisor from the source or download it from the official GitHub repository. The easy way is install with Go: go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@v1.4.0
     Like  Bookmark
  • Some notes about ICA Links https://github.com/cosmos/interchain-accounts-demo#sending-interchain-account-transactions https://ibc.cosmos.network/main/apps/interchain-accounts/active-channels.html https://tutorials.cosmos.network/academy/4-ibc/ica.html https://github.com/cosmos/ibc/blob/main/spec/app/ics-027-interchain-accounts/README.md http://144.91.127.5:1318/ibc/core/channel/v1/channels?pagination.limit=200
     Like 1 Bookmark
  • Current token holders that want claim the future DiscoveryDEX token should delegate or redelegate their current TICKs tokens to DiscoveryDEX validator in Microtick chain. This validator is owned by the current DAO Team Redelegate using the command line interface If you are good at CLI you can redelegate your current stak with this command: mtm tx staking redelegate [src-validator-addr] microvaloper1ee05vm4kw8yp2avx8gpxegynpytl5g5h2elsuu [amount]utick --note 0x1aaaaaaaaaaaaaaaaaa --fees 300utick --from wallet replacing the 0x1aaaaaaaaaaaaaaaaaa example address by your ERC20 compatible.
     Like  Bookmark
  • After a public submission process to rebrand Microtick, the community decided to change the name of Microtick to DiscoveryDEX. https://explorer.microtick.zone/proposals/16 https://explorer.microtick.zone/proposals/17 The Microtick (DiscoveryDEX) community must move forward and propose and follow a new roadmap to achieve its objectives. We as community should agree and establish the points of the Roadmap. Process to choose the new name (done)
     Like  Bookmark
  • MainNet data Collection: https://app.stargaze.zone/launchpad/stars1cpzvvmlrc9lcw3q5yrznax0uk5h6xww2d4ch9xve4xu8mfvgw2kqepnwd2 The minter contract address: minter: 'stars1cpzvvmlrc9lcw3q5yrznax0uk5h6xww2d4ch9xve4xu8mfvgw2kqepnwd2', SG721 contract address: sg721: 'stars1w4dff5myjyzymk8tkpjrzj6gnv352hcdpt2dszweqnff927a9xmqc7e0gv',
     Like  Bookmark
  • For the Chain Registry from Cosmos GitHub we'd like to gather some endpoints and persistent peers from our most valuable users. We'd like to ask you to provide us your endpoints and/or persistent_peers that we can use. It is greatly appreciated! Persistent_peers EZStaking bee230fb347722d7f87d22414f57bf9cbe37a410@95.217.226.95:26039 90ee680b1738344354c48c23ba1e1fd68e071d80@65.108.128.241:26696 StakeLab
     Like  Bookmark
  • A new release of Cosmos SDK v.0.44.2 is available since yesterday. This version contains a new security update. Nodes can update their software independently of each other (no coordinated chain restart necessary), but should do so as soon as they are able. BitCanna nodes and validators update procedure: This guide contains instructions for both bcnad and Cosmovisor. Make sure to choose the right one. Download the new version. cd $HOME
     Like 2 Bookmark
  • In this task we are going to vote on a proposal through the command line interface to upgrade the chain. We will vote for a proposal to upgrade the chain to get the latest update from Tendermint (0.34.11 to 0.34.12). The proposal will point us to agree a block height to stop the chain and swap the binary file by consensus. You can vote whatever you want, as long as your last vote is “YES” (you can overwrite your vote). We want the proposal to pass, so please vote “YES”! Vote "YES" for the proposal The syntax is: bcnad tx gov vote [id_proposal] [option] --from walletname --gas auto --gas-adjustment 1.4 --gas-prices 0.01ubcna --chain-id bitcanna-testnet-6
     Like 1 Bookmark