Skip to content

Commit

Permalink
Update NiceHash wallet address to their new platform
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoolls committed Feb 4, 2020
1 parent bff6247 commit 0e4d8b3
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions MultiMiner.Engine/Helpers/DonationPools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,135 +154,135 @@ public static void Seed(List<Data.Configuration.Coin> configurations)

//NiceHash
//Scrypt
donationConfiguration = CreateCoinConfiguration("NiceHash:Scrypt", "stratum+tcp://scrypt.usa.nicehash.com/#xnsub", 3333, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Scrypt", "stratum+tcp://scrypt.usa.nicehash.com/#xnsub", 3333, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//SHA256
donationConfiguration = CreateCoinConfiguration("NiceHash:SHA256", "stratum+tcp://sha256.usa.nicehash.com/#xnsub", 3334, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:SHA256", "stratum+tcp://sha256.usa.nicehash.com/#xnsub", 3334, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//ScryptN
donationConfiguration = CreateCoinConfiguration("NiceHash:ScryptN", "stratum+tcp://scryptnf.usa.nicehash.com/#xnsub", 3335, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:ScryptN", "stratum+tcp://scryptnf.usa.nicehash.com/#xnsub", 3335, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//ScryptNf
donationConfiguration = CreateCoinConfiguration("NiceHash:ScryptNf", "stratum+tcp://scryptnf.usa.nicehash.com/#xnsub", 3335, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:ScryptNf", "stratum+tcp://scryptnf.usa.nicehash.com/#xnsub", 3335, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//X11
donationConfiguration = CreateCoinConfiguration("NiceHash:X11", "stratum+tcp://x11.usa.nicehash.com/#xnsub", 3336, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:X11", "stratum+tcp://x11.usa.nicehash.com/#xnsub", 3336, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//X13
donationConfiguration = CreateCoinConfiguration("NiceHash:X13", "stratum+tcp://x13.usa.nicehash.com/#xnsub", 3337, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:X13", "stratum+tcp://x13.usa.nicehash.com/#xnsub", 3337, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Keccak
donationConfiguration = CreateCoinConfiguration("NiceHash:Keccak", "stratum+tcp://keccak.usa.nicehash.com/#xnsub", 3338, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Keccak", "stratum+tcp://keccak.usa.nicehash.com/#xnsub", 3338, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//X15
donationConfiguration = CreateCoinConfiguration("NiceHash:X15", "stratum+tcp://x15.usa.nicehash.com/#xnsub", 3339, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:X15", "stratum+tcp://x15.usa.nicehash.com/#xnsub", 3339, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Nist5
donationConfiguration = CreateCoinConfiguration("NiceHash:Nist5", "stratum+tcp://nist5.usa.nicehash.com/#xnsub", 3340, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Nist5", "stratum+tcp://nist5.usa.nicehash.com/#xnsub", 3340, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//NeoScrypt
donationConfiguration = CreateCoinConfiguration("NiceHash:NeoScrypt", "stratum+tcp://neoscrypt.usa.nicehash.com/#xnsub", 3341, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:NeoScrypt", "stratum+tcp://neoscrypt.usa.nicehash.com/#xnsub", 3341, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Lyra2RE
donationConfiguration = CreateCoinConfiguration("NiceHash:Lyra2RE", "stratum+tcp://lyra2re.usa.nicehash.com/#xnsub", 3342, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Lyra2RE", "stratum+tcp://lyra2re.usa.nicehash.com/#xnsub", 3342, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//WhirlpoolX
donationConfiguration = CreateCoinConfiguration("NiceHash:WhirlpoolX", "stratum+tcp://whirlpoolx.usa.nicehash.com/#xnsub", 3343, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:WhirlpoolX", "stratum+tcp://whirlpoolx.usa.nicehash.com/#xnsub", 3343, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Qubit
donationConfiguration = CreateCoinConfiguration("NiceHash:Qubit", "stratum+tcp://qubit.usa.nicehash.com/#xnsub", 3344, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Qubit", "stratum+tcp://qubit.usa.nicehash.com/#xnsub", 3344, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Quark
donationConfiguration = CreateCoinConfiguration("NiceHash:Quark", "stratum+tcp://quark.usa.nicehash.com/#xnsub", 3345, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Quark", "stratum+tcp://quark.usa.nicehash.com/#xnsub", 3345, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Axiom
donationConfiguration = CreateCoinConfiguration("NiceHash:Axiom", "stratum+tcp://axiom.usa.nicehash.com/#xnsub", 3346, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Axiom", "stratum+tcp://axiom.usa.nicehash.com/#xnsub", 3346, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Lyra2REv2
donationConfiguration = CreateCoinConfiguration("NiceHash:Lyra2REv2", "stratum+tcp://lyra2rev2.usa.nicehash.com/#xnsub", 3347, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Lyra2REv2", "stratum+tcp://lyra2rev2.usa.nicehash.com/#xnsub", 3347, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//ScryptJaneNf16
donationConfiguration = CreateCoinConfiguration("NiceHash:ScryptJane", "stratum+tcp://scryptjanenf16.usa.nicehash.com/#xnsub", 3348, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:ScryptJane", "stratum+tcp://scryptjanenf16.usa.nicehash.com/#xnsub", 3348, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//ScryptJaneNf16
donationConfiguration = CreateCoinConfiguration("NiceHash:ScryptJaneNf16", "stratum+tcp://scryptjanenf16.usa.nicehash.com/#xnsub", 3348, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:ScryptJaneNf16", "stratum+tcp://scryptjanenf16.usa.nicehash.com/#xnsub", 3348, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Blake256r8
donationConfiguration = CreateCoinConfiguration("NiceHash:Blake256r8", "stratum+tcp://blake256r8.usa.nicehash.com/#xnsub", 3349, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Blake256r8", "stratum+tcp://blake256r8.usa.nicehash.com/#xnsub", 3349, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Blake256r14
donationConfiguration = CreateCoinConfiguration("NiceHash:Blake256r14", "stratum+tcp://blake256r14.usa.nicehash.com/#xnsub", 3350, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Blake256r14", "stratum+tcp://blake256r14.usa.nicehash.com/#xnsub", 3350, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Blake256r8vnl
donationConfiguration = CreateCoinConfiguration("NiceHash:Blake256r8vnl", "stratum+tcp://blake256r8vnl.usa.nicehash.com/#xnsub", 3351, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Blake256r8vnl", "stratum+tcp://blake256r8vnl.usa.nicehash.com/#xnsub", 3351, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Hodl
donationConfiguration = CreateCoinConfiguration("NiceHash:Hodl", "stratum+tcp://hodl.usa.nicehash.com/#xnsub", 3352, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Hodl", "stratum+tcp://hodl.usa.nicehash.com/#xnsub", 3352, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//DaggerHashimoto
donationConfiguration = CreateCoinConfiguration("NiceHash:DaggerHashimoto", "stratum+tcp://daggerhashimoto.usa.nicehash.com/#xnsub", 3353, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:DaggerHashimoto", "stratum+tcp://daggerhashimoto.usa.nicehash.com/#xnsub", 3353, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Ethash
donationConfiguration = CreateCoinConfiguration("NiceHash:Ethash", "stratum+tcp://daggerhashimoto.usa.nicehash.com/#xnsub", 3353, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Ethash", "stratum+tcp://daggerhashimoto.usa.nicehash.com/#xnsub", 3353, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Decred
donationConfiguration = CreateCoinConfiguration("NiceHash:Decred", "stratum+tcp://decred.usa.nicehash.com/#xnsub", 3354, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Decred", "stratum+tcp://decred.usa.nicehash.com/#xnsub", 3354, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//CryptoNight
donationConfiguration = CreateCoinConfiguration("NiceHash:CryptoNight", "stratum+tcp://cryptonight.usa.nicehash.com/#xnsub", 3355, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:CryptoNight", "stratum+tcp://cryptonight.usa.nicehash.com/#xnsub", 3355, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Lbry
donationConfiguration = CreateCoinConfiguration("NiceHash:Lbry", "stratum+tcp://lbry.usa.nicehash.com/#xnsub", 3356, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Lbry", "stratum+tcp://lbry.usa.nicehash.com/#xnsub", 3356, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Equihash
donationConfiguration = CreateCoinConfiguration("NiceHash:Equihash", "stratum+tcp://equihash.usa.nicehash.com/#xnsub", 3357, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Equihash", "stratum+tcp://equihash.usa.nicehash.com/#xnsub", 3357, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Pascal
donationConfiguration = CreateCoinConfiguration("NiceHash:Pascal", "stratum+tcp://pascal.usa.nicehash.com/#xnsub", 3358, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Pascal", "stratum+tcp://pascal.usa.nicehash.com/#xnsub", 3358, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//X11Gost
donationConfiguration = CreateCoinConfiguration("NiceHash:X11Gost", "stratum+tcp://x11gost.usa.nicehash.com/#xnsub", 3359, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:X11Gost", "stratum+tcp://x11gost.usa.nicehash.com/#xnsub", 3359, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Sia
donationConfiguration = CreateCoinConfiguration("NiceHash:Sia", "stratum+tcp://sia.usa.nicehash.com/#xnsub", 3360, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Sia", "stratum+tcp://sia.usa.nicehash.com/#xnsub", 3360, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Blake2s
donationConfiguration = CreateCoinConfiguration("NiceHash:Blake2s", "stratum+tcp://blake2s.usa.nicehash.com/#xnsub", 3361, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Blake2s", "stratum+tcp://blake2s.usa.nicehash.com/#xnsub", 3361, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//Skunk
donationConfiguration = CreateCoinConfiguration("NiceHash:Skunk", "stratum+tcp://skunk.usa.nicehash.com/#xnsub", 3362, "3HunzSEmwwYjcQPJWLyLf6MX8UyQVPFbj9");
donationConfiguration = CreateCoinConfiguration("NiceHash:Skunk", "stratum+tcp://skunk.usa.nicehash.com/#xnsub", 3362, "3MsRyFCYa53AfDLU9GgeZKF3AMaupPAALT");
configurations.Add(donationConfiguration);

//AkaiPool
Expand Down

0 comments on commit 0e4d8b3

Please sign in to comment.