Enabling Bitcoin Core Pockets throughout configuration? Getting “methodology not discovered” – CoinNewsTrend

Enabling Bitcoin Core Pockets throughout configuration? Getting “methodology not discovered”


The issue: I am getting “Methodology not discovered” when working bitcoin-cli getwalletinfo on a brand new set up.

I’ve compiled and put in Bitcoin Core 26.0 from supply on a Ubuntu system, following the usual methodology:

./autogen.sh
./configure
make 
make set up 

I needed to set up a couple of lacking modules (together with gcc) however as soon as executed the whole lot appeared to work accurately, and bitcoind is now fortunately downloading the blockchain. I did not specify any further instructions to the configure script. Nonetheless once I run bitcoin-cli getwalletinfo I get ‘Methodology not discovered’.

If I run bitcoin-cli assist |grep -i pockets then no outcomes are returned.

I’ve checked and the disablewallet line in my bitcoin.conf is commented out. I attempted flipping it to 0 simply in case, no distinction.

Wanting in config.log within the construct listing, I see this:

configure:34644: checking whether or not to construct bitcoin-wallet
configure:34654: outcome: sure
...
configure:34826: checking if pockets ought to be enabled
configure:34837: outcome: no

Is that this what’s inflicting the issue, and in that case, how do I repair it? Or if not, what else ought to I be taking a look at?



Supply hyperlink