Hi,
external applications connecting to bitcoind using rpc calls usually check the details of the genesis block to be sure that bitcoind is serving requests correctly.
Enabling pruning mode throws out error messages in this case, because the genesis block seems to get pruned, too: like i.e. p2pool.util.jsonrpc.NarrowError: -32603 Block not available (pruned data)
Is it possible to keep a copy of the genesis block enabling pruning mode?