ttmc on master
Revised docs based on tips from… (compare)
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.
Does anyone knows if it is possible to store more transactions in a block?
So far I understood that for each transaction generated, 1 block is created.|
Hyperledger Fabric claims to achieve a throughput of 3,500 transactions per second, which is clearly not achievable if in BigchainDB we create a block for each transaction.