C31: ERRO Failed to submit a solution: RpcError { code: 10, message: "invalid share: invalid algs(31) for GRIN_29" }

So trying to mine c31 not sure what im doing wrong if set or compiled something incorrectly. goal was to mine on sparkpool c31. I have second miner running on c29 just fine.
Thanks
Newbie2

Jan 18 22:14:27.983 INFO This is Grin-Miner version 1.0.2 (git v1.0.2-1-g8a2c2d7), built for x86_64-unknown-linux-gnu by rustc 1.31.1 (b6c32da9b 2018-12-18).
Jan 18 22:14:27.983 DEBG Built with profile “release”, features “CURSIVE, DEFAULT, TUI” on Fri, 18 Jan 2019 03:27:37 GMT.
Jan 18 22:14:27.984 DEBG Starting solvers


Jan 18 22:14:55.026 INFO Mining: Cuck(at)oo at 1.6716008730497216 gps (graphs per second)
Jan 18 22:14:56.004 DEBG Received message: {“id”:“0”,“jsonrpc”:“2.0”,“method”:“submit”,“result”:null,“error”:{“code”:10,“message”:“invalid share: invalid algs(31) for GRIN_29”}}

Jan 18 22:14:56.004 DEBG Received response with id: 0
Jan 18 22:14:56.004 ERRO Failed to submit a solution: RpcError { code: 10, message: “invalid share: invalid algs(31) for GRIN_29” }
Jan 18 22:14:58.029 DEBG Mining: Plugin 0 - Device 0 (GeForce RTX 2080 Ti) at Cuck(at)oo31 - Status: OK : Last Graph time: 0.590308016s; Graphs per second: 1.694 - Total Attempts: 43
Jan 18 22:14:58.029 INFO Mining: Cuck(at)oo at 1.694030866760244 gps (graphs per second)

my config for 2080ti is below:

[[mining.miner_plugin_config]]
plugin_name = “cuckatoo_mean_cuda_rtx_31”
[mining.miner_plugin_config.parameters]
device = 0
expand = 2
cpuload = 1
ntrims = 176
genablocks = 4096
genatpb = 128
genbtpb = 128
trimtpb = 512
tailtpb = 1024
recoverblocks = 1024
recovertpb = 1024

also I only have 4Gb of ram in machine but 2080ti has 11GB not sure if system ram has anything to do with this.

This issue is sparkpool uses a differnt ports for different algos.
port 6666 - c29
port 6667 - c31
Hope this helps someone in future.