If you have a older wallet which had mining capability and has generated coins on the old 6667 network which was P2P ..and its seen in the balance of the old core client.... how would you be able to move them over to the current 8333 network?
Are you talking about old generated coin but the client have no connection?
Your generated coins are included to the block that you've mined so if it's broadcasted at that time, your old mined block should've been in the blockchain by now.
You wont be needing anything but your wallet.dat file, create a backup, a copy and load that copy to the latest version of bitcoin core.
Or is it about mining today using the old client but somehow forced a connection?
If you're connected to your own Network: It will try to build on top of the latest block that it has; if successful, you'll see a pending balance but it's invalid to the Bitcoin network.
If you're connected to the Bitcoin Network: It will try to mine but wont be successful due to the current difficulty.
BTW, the latest client also has cpu mining capability in the form of
generate (
cli) or
generatetoaddress (
it's intended for RegTest).
It will work in the mainnet but as you can expect, its mining wont be successful.
[
set a very high "maxtries" for longer mining and see your CPU process (1-core) utilization ramp up]