kemudian muncul error seperti ini ketika saya running
./bwt --xpub (xpub)Error :cookie file not found in "/home/bullwhale/.bitcoin/.cookie"
Error: no available authentication for bitcoind rpc, please specify credentials or a cookie file
file itu kan error di bitcoind rpc, apakah bitcoind nya jalan?
Check juga
bitcoin.conf credential username dan password.
server=1
rpcuser=username
rpcpassword=password
When no -rpcpassword is specified, the daemon now uses a special cookie file for authentication
If all you use is bitcoin-cli without need for the RPC user/password stuff, you should probably just comment out or remove rpcuser=XXX and rpcpassword=YYY from bitcoin.conf and restart bitcoin. It "should just work [tm]"
Mungkin bisa di
bitcoin cli tapi hapus dulu
rpcuser dan
rpcpassword di
bitcoin.confKira-kira begitu.
https://bitcoin.stackexchange.com/questions/46782/rpc-cookie-authenticationhttps://github.com/bitcoin/bitcoin/issues/8496