Questions tagged [libwally]

3 questions
2
votes
1 answer

What is the meaning of 'change' and 'reserve' in a Bitcoin Core wallet dump?

I'm using libwally to derive addresses from an extended private key. I shared the seed with Bitcoin Core (loaded it in a blank wallet with sethdseed), and noticed that there are 2 addresses in the dump of the wallet file under the same derivation…
Sosthène
  • 613
  • 3
  • 13
1
vote
2 answers

Error while installing libwally

I am trying to install libwally on my debian machine. I followed the installation guide but running ./configure I got the warning === configuring in src/secp256k1 (/home/standup/libwally-core/src/secp256k1) configure: WARNING: no configuration…
zerotobtc
  • 323
  • 1
  • 9
0
votes
0 answers

Howto convert mnemonic->seed->root key->derived addresses with c library (libWally)

I am trying to use the cryptowallet library LibWally to convert a 12-word mnemonic into a set of derived addresses. I believe my mistake is not with the library itself, but a process flow/algorithmic one, so even if you don't aren't familiar with…
Endymio
  • 1
  • 1