将 RPC 密码添加到您的 bitcoin.conf 文件

add a RPC password to your bitcoin.conf file

我正在按照说明进行操作 here,它说我会找到一个 bitcoin.conf 文件 Windows: %APPDATA%\Bitcoin\

To use bitcoind and bitcoin-cli, you will need to add a RPC password to your bitcoin.conf file. Both programs will read from the same file if both run on the same system as the same user, so any long random password will work: rpcpassword=change_this_to_a_long_random_password

然而,当我导航到 %APPDATA%\Bitcoin\ 时,我没有看到 bitcoin.conf 文件。

那我该怎么办?我要添加 bitcoin.conf 文件吗?在我的比特币安装目录的 doc 中有一个 bitcoin-conf.md 文件,所以也许可以用它做些什么?我真的不知道。感谢您为我指明正确的方向。

您必须创建此文件并在其中放入一行rpcpassword=<your_password>

bitcoin-conf.md 包含此 btcoin.conf 的文档并特别指出:

The configuration file is not automatically created; you can create it using your favorite text editor.

推荐阅读此文档。它可能会帮助您方便 运行 您的节点。