Hello, I started mining for rosetta two days ago and I am trying to get used to the new procedures. My RAC has increased but I haven't received any payments yet. I know it has to do with the values of TaskWeight and UTXOWeight that are both zero, but I can't quite get the idea.
After executing the getboincinfo command, I get the following:
  "Command": "getboincinfo",
  "CPID": "1334aacdfb49248a75904d89ace59213",
  "Address": "BL6Chaxu4qiPawuiqZJS2iEm4Vhn1NGrcr",
  "CPIDS": "1334aacdfb49248a75904d89ace59213;",
  "CPID-Age (hours)": 422535,
  "NextSuperblockHeight": 34850,
  "NextSuperblockBudget": 2660579,
  "1334aacdfb49248a75904d89ace59213_ADDRESS": "BL6Chaxu4qiPawuiqZJS2iEm4Vhn1NGrcr",
  "1334aacdfb49248a75904d89ace59213_RAC": 1919.08,
  "1334aacdfb49248a75904d89ace59213_TEAM": 15044,
  "1334aacdfb49248a75904d89ace59213_TaskWeight": 0,
  "1334aacdfb49248a75904d89ace59213_UTXOWeight": 0,
  "Total_RAC": 1919.08,
  "Total Payments (One Day)": 0,
  "Total Payments (One Week)": 0,
  "Total Budget (One Day)": 2660579,
  "Total Budget (One Week)": 15963474,
After executing the podcupdate true command I get always this:
  "Command": "podcupdate",
  "PODCUpdate": "Processed 0 tasks for CPID 1334aacdfb49248a75904d89ace59213"
The getmininginfo command notes that I have some hashps, my wallet contains available bbp and I don't know if it is frozen or not, as I saw this suggegstion in a previous answer.
How should I proceed?  
Thank you