Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在查看比特币 api,但我还没有找到任何方法来创建钱包和帐户。我想只用 rpc 调用在本地服务器上创建它们。有没有办法创建它?
当您启动 bitcoind 守护程序时,您会自动创建钱包 (wallet.dat)。
钱包中的账户可以通过API调用创建getnewaddress <account>
getnewaddress <account>
也许你可以使用 blockchain.info API,非常有用。所有地址都将属于您,并且比 RPC 更容易。