This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// Configure hostname to announce to the network. Must be a FQDN pointing to this node. | |
// Possible values: any fully-qualified domain name. | |
//host: "my.domain", | |
// Specifies which port to listen on for connections. | |
// Possible values: any valid port number | |
// Default: 8443. | |
//port: 8443, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Divi Received ETH checker</title> | |
</head> | |
<body> | |
<p> Received ether so far: <span id="amount">0</span> ether.</p> | |
</body> | |
<script src="https://cdn.rawgit.com/ethereum/web3.js/develop/dist/web3.js"></script> | |
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script> |