Post
Topic
Board Bahasa Indonesia (Indonesian)
Re: ELECTRUM - BITCOIN WALLET
by
DroomieChikito
on 30/05/2020, 08:56:07 UTC
kemudian muncul error seperti ini ketika saya running ./bwt --xpub  (xpub)
Error :
Code:
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.

Code:
server=1
rpcuser=username
rpcpassword=password

Quote
When no -rpcpassword is specified, the daemon now uses a special ‘cookie’ file for authentication

Quote
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.conf

Kira-kira begitu.

https://bitcoin.stackexchange.com/questions/46782/rpc-cookie-authentication
https://github.com/bitcoin/bitcoin/issues/8496