This reverts commit 7b84904d15.
This commit is contained in:
parent
7b84904d15
commit
b1c276db9f
13 changed files with 234 additions and 335 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import processFast from "./algorithms/fast.mjs";
|
||||
import processSlow from "./algorithms/slow.mjs";
|
||||
import { testVideo } from "./tests/video.mjs";
|
||||
import processFast from "./proof-of-work.mjs";
|
||||
import processSlow from "./proof-of-work-slow.mjs";
|
||||
import { testVideo } from "./video.mjs";
|
||||
|
||||
const algorithms = {
|
||||
"fast": processFast,
|
||||
|
|
@ -168,7 +168,6 @@ function showContinueBar(hash, nonce, t0, t1) {
|
|||
try {
|
||||
const t0 = Date.now();
|
||||
const { hash, nonce } = await process(
|
||||
basePrefix,
|
||||
challenge,
|
||||
rules.difficulty,
|
||||
null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue