Ok so I invested in the crowd-sale months ago and requested my tokens to my ether wallet on my desktop and I checked etherscan and it says my tokens did send to the correct address the only problem I am having is how the hell do I watch this token on my wallet? I put in the contract address and then it wants some jSon code? I just want my tokens. What can I do?
You need private keys.json file etc to login to your myetherwallet account.I hope you have saved any of that when you signed up for myetherwallet account.
If not,I am afraid to say,there is no way to access your account now.
I am not using a myetherwallet account. I am talking about the original downloadable Ether wallet and want to get my tokens. Maybe I just have to wait for the wallet to sync more? What more do I need besides the contract address to see my tokens in this wallet?
I believe you are using Mist or Parity. Now if you are doing so, you will have to wait till the entire ethereum blockchain has been downloaded or till you wallet is completed synced with the network. Till then, I don't think you will be able to see your tokens. I haven't used one as it takes days to get the ethereum blockchain downloaded with internet connection that I have and I use
https://www.myetherwallet.com/If you really want to run your ethereum wallet as a full node on your local machine, you could also download a blockchain snapshot so you don't have to wait for it to sync.
http://ethereum.stackexchange.com/questions/10465/is-it-possible-to-make-the-parity-software-sync-fasterWith parity, this is done by starting from scratch (clear previous blockchain data, but not your wallet file obviously, always save that) with this command:
parity --warp
Can access the parity GUI from any web browser:
http://localhost:8080/