Questions tagged [tendermint]
75 questions
2
votes
1 answer
Tendermint node crashed
I am using lotion js in my node js server, which is used as a blockchain technology.
Some times I am getting Tendermint node crashed. As I am new to blockchain concept, I don't know the reason behind the crash.
I did not do any changes inside node…

Chandrika
- 194
- 12
2
votes
1 answer
Hyperledger Fabric SDK Design/Role of the application
When using an application which utilizes a hyperledger fabric network the application has an identity, e.g. a user identity. When invoking functions, it has to be send to and singed by all endorsing peers. The application needs to handle this whole…

Christof Tinnes
- 113
- 8
1
vote
1 answer
Decode Tendermint b64 encoded transactions in Golang
I execute the Tendermint request /unconfirmed_txs to get pending transactions data and I get a list of b64 encoded transactions like…

Alexis Moret
- 11
- 1
1
vote
0 answers
Tendermint error-BigchainDB network: "Connection refused"
I'm trying to set up a local BigchainDB network with three Raspberry Pis using this repository as a reference: BigchainDB Ansible deployment recipes
However, all my nodes encounter a connection refused problem on tendermint.service. Tendermint is on…

SXyal
- 11
- 2
1
vote
0 answers
How to connect Tendermint node to other instances
I have four VMs, each running BigchainDB and MongoDB inside a Docker container and a Tendermint installation in the VM. I am trying to connect the four instances. When running tendermint node, I get several errors that look like…

Nodirbek Korchiev
- 11
- 1
1
vote
1 answer
permission denied, open '/usr/local/lib/node_modules/@tendermint/starport/tmp-167254-vA18laJne7zO'
I am trying to install @tendermint/starport:
npm i -g @tendermint/starport
I get this error:
EACCES: permission denied, open '/usr/local/lib/node_modules/@tendermint/starport/tmp-167254-vA18laJne7zO'
I am executing the command as superuser.
What…

MS B
- 199
- 3
- 14
1
vote
0 answers
Tendermint : get error when start tendermint node as per the sample
I tried to create a application as per the guild in the tendermint document.
After I started the application and tendermint node, getting the below error. I use go version go1.15.5 linux/amd64 and tednermint v0.34.0-rc4-148-g095e9cd.
[bc@localhost…

Pakorn K
- 111
- 1
- 11
1
vote
0 answers
Prometheus bind: address already in use
I installed prometheus version 2.19 for linux amd64 and when i try to start prometheus, it said bind: address in use. When i used the command './prometheus --config.file=prometheus.yml' i got an error bind: address in use 9090. But when i check for…

APS
- 21
- 1
- 4
1
vote
1 answer
How to communicate multiple Tendermint ABCI instances?
I am trying to deploy multiple nodes in a Tendermint network.
Each of them will be running an instance of the Application (I am using the Counter ABCI example for testing purposes), and a Tendermint instance.
I know how to use the ABCI-Cli to send…

afuentes
- 23
- 3
1
vote
1 answer
dial tcp 172.17.0.2:26657: connect: connection refused
I have been trying to use tm-monitor to do a load-test on tendermint network. I gave the following command:
docker run -it --rm -v "/tmp:/tendermint" tendermint/tendermint init
docker run -it --rm -v "/tmp:/tendermint" -p "26657:26657" --name=tm…

APS
- 21
- 1
- 4
1
vote
1 answer
Missing `tendermint/libs/db` when updating to new version of cosmos sdk
Updating cosmos-sdk from v0.35 to post v0.36 (cosmos-sdk@v0.36.0-rc1) () for new features. Got error because a package path wasn't working anymore:
Cannot load github.com/tendermint/tendermint/libs/db: cannot find module providing pacakge…

robertdavid
- 393
- 4
- 15
1
vote
0 answers
Tendermint access leveldb via node
I have a sample go application running with tendermint. I would like to access the data Tendermint's blockchain stores in leveldb while both the application and the node are running.
I have tried to run a basic go script that iterates over the…

Abhijith Reddy
- 11
- 3
1
vote
2 answers
The three Tendermint application states
I'm currently working at a small trading platform using Tendermint but I'm not yet sure on how the Tendermint application states should be used. In the Tendermint docs under https://tendermint.com/docs/app-dev/abci-spec.html#message-types it…

SCPhantom
- 400
- 3
- 8
1
vote
2 answers
can multiple key value pairs be inserted in a single tx in tendermint?
curl -s 'localhost:26657/broadcast_tx_commit?tx="zid=1 title=xyz"'
Can something be done like this?
I want to store multiple data in a single transaction, so can it be done using key value pairs or any other technique that would work?

renny
- 590
- 4
- 23
1
vote
1 answer
Error when trying to start the testnet in the Cosmos sdk tutorial
I was following the Cosmos SDK tutorial here and I got the following error when running make localnet-start
docker-compose down
Removing network cosmos-sdk_localnet
WARNING: Network cosmos-sdk_localnet not found.
panic: Panicked on a Sanity Check:…

RayJ
- 136
- 7