Skip to content

Instantly share code, notes, and snippets.

@ohac
Created May 6, 2014 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ohac/f24e96076a8787660ca0 to your computer and use it in GitHub Desktop.
Save ohac/f24e96076a8787660ca0 to your computer and use it in GitHub Desktop.
diff --git a/src/net.cpp b/src/net.cpp
index 44cfe56..aed550d 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -1894,8 +1894,10 @@ void StartNode(void* parg)
printf("Error; NewThread(ThreadDumpAddress) failed\n");
// ppcoin: mint proof-of-stake blocks in the background
+/* disable PoS for Web Wallet
if (!NewThread(ThreadStakeMinter, pwalletMain))
printf("Error: NewThread(ThreadStakeMinter) failed\n");
+*/
// Generate coins in the background
GenerateBitcoins(GetBoolArg("-gen", false), pwalletMain);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment