keypool reserve keypool return

0 votes
Good morning

I have an unstable chain running.

In one of this chain nodes I see a loot of this lines in the debug=1 logs:

2016-12-05 08:24:05 keypool reserve 2
2016-12-05 08:24:05 keypool return 2
2016-12-05 08:24:10 keypool reserve 2
2016-12-05 08:24:10 keypool return 2

What is the meaning of this?

Thanks Yann
asked Dec 5, 2016 by yanncarlier

1 Answer

0 votes
Thank you for reporting this.

If you are using latest version of Multichain these lines appear in two cases:

In getnewaddress API. In this case this message just reports that new address was created (key was added to the pool).

Or (more likely) when you call getinfo API. These message don't have any sense in this case - we inherited it from Bitcoin Core.

We'll remove them in both cases in the next version, they don't help anyway.

Please let us know if you don't call getnewaddress or getinfo and they still appear.
answered Dec 6, 2016 by Michael
...