Listsinceblock doesnt seem to be working for me, however, I ran cc.poll on both wallets, but only 1 would finish the other would hang. So far I still see a bunch of unconfirmed transactions according to listtransactions.
Running listunspent I see the following:
wallet 1
Sum unspent = 42.3076
Getbalance = 1042.2348
wallet2
Sum unspent = 210994.93
Getbalance = 210994.93
Attempting to send from wallet 1 continues to fail even when sending 100, however, wallet 2 I was just able to send 50,000.
listsinceblock will work, you just have to give it more time. The wallet may contain up to a million mint transactions, and listsinceblock is paging through all of them. The advantage of listsinceblock is that it will filter out and not display uncleared mint transactions.
listtransactions might be easier to use. By default it only gives 10 transactions, and if none of those are cleared, you should ask it to see more until you get all the uncleared transactions. To see more transactions, use listtransactions "" where n is the number of transactions you want to see. listtransactions will show uncleared mint transactions with the category "immature". Any uncleared mint transactions will not clear at this point, so these can be ignored.
Are any of the uncleared transactions in category receive? If so, the address of the receive billet is the one you want to use in cc.poll_destination.
As a last resort, you can try to stop wallet 1, restart it with the --reset-wallet command line option, then run the listunspent command to see if that changes the wallet balance.
As far as the wallets are concerned these each should have been unique to each PC mining separately and then I've since consolidated all the wallet files to a single PC. I've been trying to consolidate the balances as I had quite a few different machines/wallets.
The question was if you at some point copied the wallet file. It is the copying of the wallet file and using it on two machines that can cause the funds to overlap (among other problems).
First wallet seems to have a phantom 1,000, but the other wallet is functioning just fine now. I think there may have been a ccnode issue hindering wallet 2, but something funky happened with wallet 1. I am not worried about the 1,000 coins from wallet 1 so don't waste your time unless you are curious to investigate.
I would go ahead and try stopping wallet 1, restarting it with the --reset-wallet command line option, then running the listunspent command to see if that changes the wallet balance.
So looks like resetting the wallet is working, but for larger wallets I have to reset it 2-3 times to extract the full balance. The listunspent amount typically doesn't reflect the full getbalance after a single reset. Not sure if its because of the amount of transactions or not waiting long enough, but at least its working.
To answer your earlier question I copied the .ccw files from multiple other PC's and I am loading them 1 at a time on this local machine. There is only 1 active wallet at present, but the .ccw files were copied (after other wallets were shutdown).