问题标签 [tendermint]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
blockchain - 有没有办法从tendermint API的区块链中获取数据
有没有办法从tendermint API的区块链中获取数据? 嫩薄荷
currency - ethermint:找不到命令,尝试安装 ethermint 时?
我正在按照此 github 页面上的自述文件中列出的在tendermint 之上安装 ethermint 的步骤:https://github.com/tendermint/ethermint,但在 step ethermint --datadir ~/.ethermint init setup/genesis.json
,然后我收到以下错误:ethermint: command not found
是的,我在尝试安装 ethermint 之前安装了tendermint。
sdk - 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 process, so it has to have knowledge about the blockchain network/logic.
I think that this might not be a good design for an sdk. It would be better that the application connects to a peer and sends it invocation request to the connected peer. The peer then handles all the blockchain logic, including the endorsement and the sending to the orderer peer.
E.g. Tendermint does it like this. The interface between application and blockchain then becomes thin and easy to work with.
Is this also possible with hyperledger fabric sdk? E.g. assume there is an endorsement policy which states that two peers have to endorse a transaction. It is possible to communicate just whith one peer and let it automatically handle the whole transaction flow?
blockchain - 谁能描述 Tendermint 和 Hashgraph 的区别?
谁能描述 Tendermint 和 Hashgraph 的区别?
我们希望在 BigchainDb 中使用带有 mongoDb 的 BFT 共识解决方案,但我们想知道 Tendermint 和 Hashgraph 的区别?
谢谢你
node.js - Tendermint 节点崩溃
我在我的节点 js 服务器中使用乳液 js,它被用作区块链技术。有时我让 Tendermint 节点崩溃。由于我是区块链概念的新手,我不知道崩溃背后的原因。
我没有在节点模块内做任何更改
这是我的 index.js 文件内容。
我得到的错误是:
谁能帮我?先感谢您!
docker - Docker:tendermint 容器不起作用
我的操作系统是 Windows 10 和 docker 版本17.12.0-ce, build c97c6d6
。
这是我的计划:
0.获取容器
1.初始化容器
2.启动容器
3.启动趋势监控
在tendermint 容器开始时,我只看到一个散列,但docker ps -a
没有列出容器。
如果我运行docker logs tendermint_bc
,结果是:
来自守护程序的错误响应:没有这样的容器:tendermint_bc
Unix 上的相同工作流程可以正常工作。
谢谢帮助。
javascript - 事务解码结果乱码
我使用以下方式查询交易结果:
然后在返回的 JSON 对象中获取交易内容 'tx'。
我用它解码
然后它打印以下结果,其中最后包含乱码:
解码交易的正确方法是什么?
- - - - - - - 更多细节 - - - - - - - - - - -
我正在使用 Lotion 来构建我的应用程序。非常感谢 Chandrika 的回答。
tendermint - 为什么当我 broadcast_tx_commit (使用 abci-cli)输出也有费用字段?
curl -s 'localhost:46657/broadcast_tx_commit?tx="name=satoshi"'
结果包含以下fee
字段:"fee": {}
为什么要退回参数费?它与官方文档不同。
tendermint - 如何创建具有相同 ip 的 Tendermint 本地网络
建立具有相同 IP 地址的本地 Tendermint 网络时如何设置 config.toml 文件。我需要为每个节点设置“种子”和“持久节点”吗?
节点1
配置文件
gensis.json
priv_validator.json
节点2
配置文件
(其他设置与node1相同)
gensis.json 与 node1 相同
priv_validator.json
我尝试了很多方法。有时我可以让节点运行,但无法正确提交事务。
这些都是我在本地创建两个具有相同 IP 地址的验证器节点的设置。我得到了“重复对等”和“连接到自我”的错误。
tendermint - Tendermint Networks,@前面的参数是什么?
当我像这样使用 Tendermint 网络时:
嫩薄荷节点 --p2p.persistent_peers "429fcf25974313b95673f58d77eacdd434402665@10.11.12.13:46656,96663a3dd0d7b9d17d4c8211b191af259621c693@10.11.12.14:4656"
@ 符号前面的部分是什么意思?