diff --git a/app/lib/proof.js b/app/lib/proof.js
index 533dfa8debe267edb2ef04d311ed8ee8f5244e64..78a3c771d4f6049bac4a4bfcef68e759c24b793b 100644
--- a/app/lib/proof.js
+++ b/app/lib/proof.js
@@ -37,7 +37,6 @@ process.on('message', function(stuff){
       var testsPerRound = Math.max(Math.round(testsPerSecond * cpu), 1);
       process.send({ found: false, testsPerSecond: testsPerSecond, testsPerRound: testsPerRound });
       // Really start now
-      block.nonce = 208320;
       var testsCount = 0;
       if (nbZeros == 0) {
         block.nonce = 0;