❔ a error i dont know to fix
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
4 Replies
here is my script i tried to do:
Seems like
config["pools"][0]["wallet"]
is null
However, you should be deserializing into a class instead of a JObject
.
Also you seem to have warnings that almost everything in your code might be null. You should probably start reading those warnings.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.