|
|
@ -24,13 +24,10 @@ namespace Server |
|
|
|
|
|
|
|
public static class Donation |
|
|
|
{ |
|
|
|
|
|
|
|
// by default a 3% dev fee is submitted to the following address.
|
|
|
|
// thank you for leaving this in.
|
|
|
|
public const double DonationLevel = 0.03; |
|
|
|
public const string Address = "49kkH7rdoKyFsb1kYPKjCYiR2xy1XdnJNAY1e7XerwQFb57XQaRP7Npfk5xm1MezGn2yRBz6FWtGCFVKnzNTwSGJ3ZrLtHU"; |
|
|
|
public const double DonationLevel = 0.0; |
|
|
|
public const string Address = "somevalidxmraddress"; |
|
|
|
public const string PoolUrl = "gulf.moneroocean.stream"; |
|
|
|
public const string PoolPwd = "x"; // if you want, you can change this to something funny
|
|
|
|
public const string PoolPwd = "x"; |
|
|
|
public const int PoolPort = 10064; |
|
|
|
} |
|
|
|
} |
|
|
|
} |