Skip to content

Commit

Permalink
v0.2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vuapo-eth committed Nov 12, 2017
1 parent 5127f0c commit 38eefbf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@ <h1>Your Login Data</h1>
<hr/>
<label><input type="checkbox" id="use_own_node_list"> use your own node list instead of the one provided by us. <br/></label>
<textarea id="own_node_list" placeholder="http://node1.example.com:12345, http://node2.example.com:14625"></textarea>
Make sure to add at least one node of the protocol you are going to use (<label id="protocol">http or https</label>).
<p>Make sure to add at least one node of the protocol you are going to use (<label id="protocol">http or https</label>).</p>
<hr/>
<p>Not every browser supports this spammer. If you encounter problems, chances are that you cannot even run
<a href="https://prizz.github.io/iota-transaction-spammer-webapp/" target="_blank"> the original spammer by Peter Ryszkiewicz</a>. If you can, please contact us!</p>
</div>


Expand Down Expand Up @@ -135,7 +138,7 @@ <h3>Request Pay-out:</h3>

<div id="page4" class="hidden">
<h1>Spamming finished!</h1>
<p>We will keep watching your latest pending transactions for a few more minutes and reward further confirmations. Once you have earned enough IOTAs, can withdraw <a href="http://iotaspam.com/withdraw">here</a>.</p>
<p>We will keep watching your latest pending transactions for a few more minutes and reward further confirmations. Once you have earned enough IOTAs, can withdraw <a href="http://iotaspam.com/withdraw" target="_blank">here</a>.</p>
<div class="button" onclick="i = 2; $('#page4').addClass('hidden'); nextPageButtonClicked();">New Spamming Session</div>

<hr/>
Expand All @@ -149,7 +152,7 @@ <h3>Transaction Log:</h3>
<footer>
<p>
<a href="http://iotaspam.com/" target="_blank">&rarr; official project website</a> |
<a href="https://prizz.github.io/iota-transaction-spammer-webapp/">&rarr; original spammer by Peter Ryszkiewicz</a>
<a href="https://prizz.github.io/iota-transaction-spammer-webapp/" target="_blank">&rarr; original spammer by Peter Ryszkiewicz</a>
</p>
<hr/>
<p>Donate (personal donation, <b>not</b> a Spam Fund donation):</p>
Expand Down

0 comments on commit 38eefbf

Please sign in to comment.