faq
This commit is contained in:
43
index.html
43
index.html
@@ -66,9 +66,9 @@
|
|||||||
<tbody><!-- --></tbody>
|
<tbody><!-- --></tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
<hr>
|
||||||
<form id="myServer">
|
<form id="myServer">
|
||||||
<input type="text" id="url" name="url" required placeholder="https://bitcoin-after.life:9137">
|
<label for="url">Add your Will-Executor url:<br><input type="text" id="url" name="url" required placeholder="https://bitcoin-after.life:9137">
|
||||||
<button type="submit">Submit</button>
|
<button type="submit">Submit</button>
|
||||||
</form>
|
</form>
|
||||||
<div id="result_text"></div>
|
<div id="result_text"></div>
|
||||||
@@ -77,11 +77,36 @@
|
|||||||
<div id="qrcode"></div>
|
<div id="qrcode"></div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<p>Please make sure your server is online before you try to add it</p>
|
<strong>
|
||||||
<p>Server not online will be removed from this list</p>
|
Please make sure your server is online before you attempt to add it.<br>
|
||||||
|
Servers that are offline will not appear in this list.<br>
|
||||||
|
They will be checked regularly until they come back online.
|
||||||
|
</strong>
|
||||||
|
<hr>
|
||||||
|
<div>
|
||||||
|
<b>Will Executor Server List</b>
|
||||||
|
<div>This page displays all Will Executor servers that manage the inheritance processing for the Bitcoin After Life plugin on Electrum. Will Executors operate in a competitive environment, racing to
|
||||||
|
broadcast inheritance transactions to network nodes and earn the associated transaction fees.</div>
|
||||||
|
|
||||||
|
<b>Listing Requirements</b>
|
||||||
|
<div>To be included in this list, a minimum contribution of 5,000 Satoshi is required.</div>
|
||||||
|
|
||||||
|
<b>Benefits of Listing</b>
|
||||||
|
<div>Listed Will Executors are automatically integrated into the plugin when inheritance arrangements are made, providing direct access to potential clients.</div>
|
||||||
|
|
||||||
|
<b>Ranking System</b>
|
||||||
|
<div>This leaderboard operates on a bid-based ranking system where higher contributions result in better positioning.</div>
|
||||||
|
|
||||||
|
<b>Early Adopter Incentives</b>
|
||||||
|
<div>To support the project's initial launch phase, we plan to maintain the first Will Executor servers for a minimum of 12 months, rewarding early participants. Subsequently, premium positions will be
|
||||||
|
available through an auction system based on protocol revenue generation.</div>
|
||||||
|
|
||||||
|
<b>Revenue Expectations</b>
|
||||||
|
<div>Operating as a Will Executor is not a get-rich-quick opportunity. This service requires patience and long-term commitment, but can provide substantial returns over time for dedicated operators.</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
class BalServerList {
|
class BalServerList {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.chain = 'bitcoin';
|
this.chain = 'bitcoin';
|
||||||
this.page = 0;
|
this.page = 0;
|
||||||
@@ -270,13 +295,11 @@ class BalServerList {
|
|||||||
td.innerHTML = DOMPurify.sanitize(content);
|
td.innerHTML = DOMPurify.sanitize(content);
|
||||||
tr.appendChild(td);
|
tr.appendChild(td);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
document.addEventListener('DOMContentLoaded', () => {
|
document.addEventListener('DOMContentLoaded', () => {
|
||||||
new BalServerList();
|
new BalServerList();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user