-
wiki系统参数说明中对系统参数的说明和fisco bcos说明书中对全网配置参数的说明有不一致的地方,还请校验确定统一,目前从源码来看是wiki中所写和代码一致
-
我的区块链是这样配置的
`babel-node monitor.js`
`RPC=http://127.0.0.1:35500
Ouputpath=./output/
已连接节点数:1
...........Node 0.........
NodeId:362e6e3cf3bbd8f0c074506dafadfded3dc2a929a3511464b846e10233c366ed6…
-
line 188 : Ubuntu|Linux Mint) in Linux Mint OS can't catched, Maybe it can be changed to this :
Ubuntu|Linux*Mint)
-
nodedata-1和nodedata-2中peerip不能设置为0.0.0.0,必须设置为对应的主机IP地址
还有config.json中的listenip也是,对于初学者可能不太友好
-
Request:
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_sendTransaction","params":[{"data":{"contract":"HelloWorld","version":"","func":"set","params":["call defaut version"]},"randomid":"3"}],…
-
我使用web3sdk的源代码建立web工程,利用节点生成的client.keystore文件,并放在了classes路径下,启动的时候,提示下面的内容,请大神看看是什么原因。谢谢
01:12:07.674 DEBUG org.bcos.channel.client.Service$ConnectionCallback 74 onConnect - 已建立连接,将topic发送到该连接:60ead…
-
2018-03-08 20:49:56.078 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-4] ERROR GovernService(359) - 请求RPC异常
java.net.ConnectException: 拒绝连接 (Connection refused)
at jav…
-
因为配置节点配错,如果需要删除错误节点,此时已无法发送交易,是否有原bcos中上帝模式此类解决方案删除错误节点?
-
按照文档上操作,编译生成证书成功后,执行./start.sh如下错误:
FISCO-BCOS 1.0
by FISCO, (c)2016-2017.
See the README for contributors and credits.
terminate called after throwing an instance of 'boost::exception_detail::c…
-