ttmc on master
Revised docs based on tips from… (compare)
Tomorrow Algorand is hosting a live webinar on implementing the world’s first CBDC. I have submitted a few questions and will be attending. This is a great way to spend your quarantine :)
Register and submit questions here: https://register.gotowebinar.com/register/5273854108710515471
TypeError: bip39.mnemonicToSeed(...).slice
is not a functionHi All,
I've a simple bigchaindb-setup:
Node A, B, C.
B connects to A (using persistent_peers). Blocks get synched, everything ok.
C connects to A (using persistent_peers). Error: "err="auth failure: secret conn failed: EOF" attempts=X"
If I disconnect B, then C can establish the connection, however it shouldn't be a problem to connect more than one node to a single node.
Where is my mistake?
What could be the problem?
Please.
Hi all, I am new to bigchaindb. When I try to start service tendermint (sudo docker-compose up -d bigchaindb), I get an error : "from github.com.tendermint.tendermint.crypto.merkle import merkle_pb2 as github_dot_com_dot_tendermint_dot_tendermint_dot_crypto_dot_merkle_dot_merkle__pb2
ModuleNotFoundError: No module named 'github.com.tendermint.tendermint'
ERROR: Service 'bigchaindb' failed to build: The command '/bin/sh -c bigchaindb -y configure' returned a non-zero code: 1"
What could be the issue?Any help is appreciated.