C
C#2y ago
Exil_S

❔ 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
Exil_S
Exil_S2y ago
here is my script i tried to do:
Thinker
Thinker2y ago
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.
Accord
Accord2y ago
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.