I have tried the node commandsI hear what you are saying but not sure what to include in the typing. I type in: dumpprivkey "my publicaddress" enter. This includes the " " where i have them. It comes back with: Error: Please enter the wallet passphrase with walletpassphrase first. (code -13) in red. So i type mywalletpassphrase dumpprivkey "my publicaddress " in " " where I have them enter. It comes back with:: Method not found (code -32601) in red. I type it the other way: dumpprivkey "my publicaddress " in " " where i have them, mywalletpassphrase enter. It comes back with:

dumpprivkey "bitcoinaddress"
Reveals the private key corresponding to 'bitcoinaddress'.
Then the importprivkey can be used with this output
Arguments:
1. "bitcoinaddress" (string, required) The bitcoin address for the private key
Result:
"key" (string) The private key
Examples:
> bitcoin-cli dumpprivkey "myaddress"
> bitcoin-cli importprivkey "mykey"
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "dumpprivkey", "params": ["myaddress"] }' -H 'content-type: text/plain;'
http://127.0.0.1:8332/(code -1) All in red.
Then I type: walletpassphrase mypassphrase 60, no " ", enter and I get:Error: Error parsing JSON:Posh in red.
Also now I got back home after several hours of being away and now I have NO peers No network traffic.When I left I had 3 peers and well over 40+ kb sent and and lots more received. That was about 6 hours ago. I left the program running. I have given all the info that i know, so I am really lost now. what next?