bitcoindiamond 私有链搭建问题!

bcd私有链有关问题。我在

https://github.com/eveybcd/Bi... 下载 bitcoindiamond
编译好后的可执行文件,

执行

./bitcoindiamondd -rpcuser=user -reindex -txindex=1 -port=28445 -bind=10.111.3.223 -rpcport=18332 -rpcpassword=passwd -rpcallowip=10.0.0.0/8 -debug -regtest -datadir=../data/bcd

启动服务。

然后使用

./bitcoindiamond-cli -rpcuser=user  -port=28445 -bind=10.111.3.223 -rpcport=18332 -rpcpassword=passwd  -regtest -datadir=../data/bcd generate 5

调用生成块的命令 不生效。不知道为什么? 大神指点一下。有了解的么?
没有生成 block 信息。

图片描述

阅读 1.8k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进