Skip to content

Instantly share code, notes, and snippets.

View jeffesquivels's full-sized avatar

Jeffrey Esquivel S. jeffesquivels

View GitHub Profile
@jeffesquivels
jeffesquivels / config.json
Created June 4, 2018 00:43
Sample nimiq json config file
{
// 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,
<!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>