C
Join ServerC#
help
❔ a error i dont know to fix
EExil_S3/5/2023
im currently making a programm for setting up the config fige for xmrig while running i encounterd a unkown error and i dont know how to fix it
EExil_S3/5/2023
here is my script i tried to do:
EExil_S3/5/2023
Tthinker2273/5/2023
Seems like
config["pools"][0]["wallet"]
is nullTthinker2273/5/2023
However, you should be deserializing into a class instead of a
JObject
.Tthinker2273/5/2023
Also you seem to have warnings that almost everything in your code might be null. You should probably start reading those warnings.
AAccord3/6/2023
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.