Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Mar 20, 2024
1 parent f48e534 commit 3c1d053
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/Miningcore/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
using Miningcore.Crypto.Hashing.Progpow.Evrprogpow;
using Miningcore.Crypto.Hashing.Progpow.Firopow;
using Miningcore.Crypto.Hashing.Progpow.Kawpow;
using Miningcore.Crypto.Hashing.Progpow.Meowpow;
using Miningcore.Extensions;
using Miningcore.Messaging;
using Miningcore.Mining;
Expand Down Expand Up @@ -822,6 +823,9 @@ private static async Task PreFlightChecks(IServiceProvider services)
// Configure FiroPow
Miningcore.Crypto.Hashing.Progpow.Firopow.Cache.messageBus = messageBus;

// Configure Meowpow
Miningcore.Crypto.Hashing.Progpow.Meowpow.Cache.messageBus = messageBus;

// Configure Kawpow
Miningcore.Crypto.Hashing.Progpow.Kawpow.Cache.messageBus = messageBus;

Expand Down
2 changes: 1 addition & 1 deletion src/Native/libkawpow/libkawpow.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31229.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libkawpow", "liblibkawpow.vcxproj", "{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libethhash", "liblibkawpow.vcxproj", "{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion src/Native/libmeowpow/libmeowpow.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31229.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmeowpow", "libmeowpow.vcxproj", "{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libethhash", "libmeowpow.vcxproj", "{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 3c1d053

Please sign in to comment.