We already have a chain running using permissionless PoW. We called that the "testnet". Soon we would like to migrate to a "mainnet". Essentially, it will be just cloning the existing "testnet". All of the miners will move over to that new chain. Since we have established a good difficulty value, we would like to start the new chain with that same value. getmininginfo returns:
{
"blocks" : 3788,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 1.52587890625e-5,
"errors" : "",
"genproclimit" : 1,
"networkhashps" : 14351024,
"pooledtx" : 0,
"testnet" : false,
"chain" : "main",
"generate" : true,
"hashespersec" : 1015190
}