Skip to content

Instantly share code, notes, and snippets.

@andysign
Last active July 21, 2017 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save andysign/492ae66095bf9a20df2d0b403934437f to your computer and use it in GitHub Desktop.
Save andysign/492ae66095bf9a20df2d0b403934437f to your computer and use it in GitHub Desktop.
READMEtitanchain.md

Table of Contents generated with DocToc

Titan Blockchain

Overview

Tital is a small possibly soon to be discarded Ethereum blockchain. Titan will run during the BreakTheBlock hackathon.

The chain type is Proof of Work and is powered by approximative 10 cloud-based virtual machines and a few physical machines.

Block time should be stay small

Compatibility is guaranteed with geth version 1.5.9 and probably with older versions as well.

The networkid is:

20170125

therefore it is important for this to work to use the geth --networkid 2017 parameter.

The genesis file is available below, however, the hash of the genesis file ( md5sum genesis.json ) is 0cf09764652102310c1dcaffec88436b

Hot to connect

For connecting one of the two Ethereum clients is needed geth or parity.

How to connect using geth

geth init genesis.json && geth --networkid 20170125 --maxpeers 10 console

How to connect using parity

parity --chain name.json --networkid 20170125

Special json file for parity to be defined.

For specs look at : https://github.com/5chdn/crossclient-chainspec

Mining your own coins

If possible don't run miners on Titan.

The organizers will run mining virtual servers and physical servers continuously and/or on demand when pending transactions are present in the mempool.

Using some of the available pre filled wallets

Almost all of the nodes should already have some coins.

Nodes

ID HName HostIP Username Password enode NodeEthAddy Others,e.g.amazon-accountname
1 n/a 34.199.201.240 smallbox01 smallbox01 01d.. 0x01f0a893961601ed94fb6d4ebb8b86f636d7b457 ...
2 n/a 34.199.15.181 smallbox02 smallbox02 02c.. 0x0230f35f2f5d659733cd6248501c40582f8d77d7 ...
3 n/a 34.200.40.56 smallbox03 smallbox03 034.. 0x037381068d4f4badc35dcfa28c3cbf8962add85d ...
4 n/a 34.199.95.63 smallbox04 smallbox04 04e.. 0x044753bb81e42fefcfdac2358c4a81d6ed5b64e0 ...
5 n/a 34.198.147.23 smallbox05 smallbox05 056.. 0x05685e5b5d43a3a48439c35a6d6511738f9f5c71 ...
6 n/a 34.198.234.109 smallbox06 smallbox06 069.. 0x064fdfbd64e990b8e01634c4556a069f347d31df ...
7 n/a 34.198.84.42 smallbox07 smallbox07 071.. 0x07b65abf420f537220cc2041a7211edd27f3d87a ...
8 n/a 34.197.6.171 smallbox08 smallbox08 08d.. 0x08542f9197e8243d64863aefdfb25a193e300e40 ...
9 n/a 34.199.183.74 smallbox09 smallbox09 092.. 0x09c80cd99a9106c54ba9643cbbb815544b94246d ...
10 n/a 34.198.67.250 smallbox10 smallbox10 105.. 0x109d1971ec8c88835c54f5ed223771ea1ec90422 ...
11 n/a 34.206.213.115 smallbox11 smallbox11 113.. 0x11db51ad866e298c00cfc9215f63ae1d0a89a4dc ...
12 n/a 34.195.185.41 smallbox12 smallbox12 126.. 0x12eea8d0363bb126b1d71ecbd4947ffdc49ec00b ...
13 n/a 34.196.16.78 smallbox13 smallbox13 13b.. 0x13c21c5788806e5423656f8607fa0bea98e9a524 ...

Force add peers

admin.addPeer( "enode://01df9f9f514a969e525fd93da93e30d4407773dbd619b0b892780de2547921a75c3b86dba69190a2d2c01b8aa7cc1539652b842f9221b2d98fec591239a958ea@34.199.201.240:30303" );
admin.addPeer( "enode://02cb58868b2e1a2f9471600d774a11cc941210a8ee84893eef8fa7b2c06fe10a3c30a96540071d58ffeaef6b1f2e9babe330f3424c22742c0aadef620ae6b259@34.199.15.181:30303" ); 
admin.addPeer( "enode://034d850f05b1b7c021053307e2bc408a755b17885f92c17b03e9e2e9979fb87835325eec132cb518854d7defc5f9b2354427dda42117f3bde6ed71b05c8481c8@34.200.40.56:30303" ); 
admin.addPeer( "enode://04ec09f679aee89926e8d8369e96782d9d84650f1d55236675f06b77ad93400cbb7d4c857e868e7535bf072cef68ddd5300f07ca55722fb86b3dc0dfe73f1fdd@34.199.95.63:30303" ); 
admin.addPeer( "enode://056acccfc628dcbaf152f8fa041464483b65a82aab6e4a6aa86e3a2b74a2745829444f24980e981e9b49aa8c972dd22c47eb7249950d03c1882fef64a6e2d36f@34.198.147.23:30303" ); 
admin.addPeer( "enode://0693ca3beb4676ff1fa08b39d4109ea00dc0b8b5f58356f0406efd894dae145bcb5d460779917416d21dce33dcfc436b331ab2248c13d28bd51f85d324ef2ed9@34.198.234.109:30303" );
admin.addPeer( "enode://071e44f8aa760dda869d58c0cd7cb3619bac134b97fde5a0260d72f09abffd4bc048f2856b9b0739ca7ea04cee1d3e74d1a357c0c1f720920e8281b15abbf400@34.198.84.42:30303" ); 
admin.addPeer( "enode://08dd3026e70351f9de248c00d9ff2df86970c99adb31da9df6c98b0e33881ff6827352de7767c8b8b41f7a9885f8dad73e08a2d7a9d8c027bcff254aec2d17a7@34.197.6.171:30303" ); 
admin.addPeer( "enode://092137014d29ef185be1a6cee17477b14aae18c9473248b6bd2811e61638d34a4f0f05f201779a66f5519c25a5b51d46682222020be50c1fff0cfa95ca4fdc8d@34.199.183.74:30303" ); 
admin.addPeer( "enode://10583710777f0fa5bdb0bb5942a65a4eb0f49b3f83a238e7df3b52f1df0c2ef043b7480359c49d72c4b6a3de832a423408e713a639961f7a00e3714acd43406f@34.198.67.250:30303" ); 
admin.addPeer( "enode://113af27b436bf27148a29d79304f593da118b133ce37e54d4a82274cd2a141901e75ba101d6602e56645f908f29884f09b3b99b1e266bb79faf09a6b286c66c9@34.206.213.115:30303" ); 
admin.addPeer( "enode://126fad458c88ac73404b8307e1969cd89010f709b4b894265d4e72361459ac89d3f49439430320c62ebab5cbe53b2640f4394b3e0596b8d26a08a8816dec359d@34.195.185.41:30303" ); 
admin.addPeer( "enode://13b9282d5d87dd0bd16981ec7add01eb8c6817cc187d4a192b495650d17187c152558acd7af67a2e1d6dedfd73923746e0c47c3b84a5448268e4a6eb98e7d522@34.196.16.78:30303" ); 
// raspberrypis
admin.addPeer( "enode://a452fa8cb2a2bacd2b76ce58b5345d708e8e27ba4e34c3c0e88bf317a530644ef4d3dbbef9a994170833813f4fc4790c81598aebe2bde8a702e4bca0e19ca955@89.206.167.71:3030" );
// raspberrypi1
admin.addPeer( "enode://a07a0fb0c59895ddb3cc571f4bf37f446ee29b7d874881b6282249cba8ae8e33de6972bd41bd88a71f1c3bfe420021268d938d6643f943b1c9e3b9c9ed5556f9@89.206.167.71:30303");
// raspberrypi2
admin.addPeer( "enode://a4c887f3ae9fc4507dfb2cac613ab15c2574b56376b5a2a8451f868001c813b24b141c62a99f24b5843b9aeee355320209e4ca3804c55d0925ca9f46fcaa626b@89.206.167.71:30303" );
// raspberrypi3
admin.addPeer( "enode://ad31076a3adfbe058f2609411cc2861b5ca71f76f2a762667274cd59d3e25288d9ad6fd855ec612a2c2b1dc50add271fa07391ad68bd37e45fd716d74fd9d084@89.206.167.71:30303" );
// raspberrypi4
admin.addPeer( "enode://abb1b4dbcc1fc37806611c551f85e82b2763149a56d6b690a82982b60791c4034954130abe4facaddaec8a5871f081038451dd8f42a3bcca1303971493d6de09@89.206.167.71:30303" );
// raspberrypi5
admin.addPeer( "enode://ae581ca0fa49bd53f8a9de58fdc4cfe88894852905ad6d3d65a20177b20c5d39cde0c9f99c0dc624e119453ce258fed4f84c348e98bf76ed5fb5bd9aa702af67@89.206.167.71:30303" );

The history

Genesis

The genesis.json file is available below.

Must be copied and saved as is in a json file so that the final md5 becomes 0cf09764652102310c1dcaffec88436b ( the file is available here git.io/vDzbY )

{
    "config": {
        "chainId": 20170125,
        "homesteadBlock":0,
        "eip150Block":0,
        "eip155Block":10,
        "eip158Block":10,
        "eip160Block":10
    },
    "nonce": "0x0000000000000042",
    "alloc": {
        "0x0000000000000000000000000000000000000011": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000010": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000013": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000012": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000015": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000014": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000017": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000016": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000019": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000018": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000c1": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000c0": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000c7": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000c6": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000c5": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000c4": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000002d": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000002e": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000002f": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000c8": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000002a": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000002b": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000002c": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000091": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000090": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000093": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000092": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000095": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000094": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000097": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000096": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000076": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000000c": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000c3": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000c2": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000081": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000000a": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000024": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000025": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000026": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000027": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000020": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000021": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000022": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000023": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000009a": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000d7": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000009c": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000009b": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000028": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000029": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000d0": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000009f": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000001a": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000001c": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000001b": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000001e": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000001d": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000001f": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000cc": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000cb": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000ca": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000cf": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000ce": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000cd": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000099": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000098": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000ac": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000aa": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000e9": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000e8": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000e5": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000e4": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000e7": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000e6": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000e1": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000e0": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000e3": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000e2": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000df": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000fb": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000fc": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000fd": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000fe": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000ff": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000ae": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000dd": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000ad": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000de": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000009e": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000004f": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000db": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000004d": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000004e": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000004b": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000004c": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000004a": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000039": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000038": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000000e": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000033": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000032": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000031": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000030": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000037": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000036": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000035": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000034": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000f0": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000f1": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000f2": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000f3": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000f4": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000f5": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000f6": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000f7": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000f8": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000f9": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000ee": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000c9": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000ef": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000ea": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000ec": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000eb": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000003c": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000003b": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000003a": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000003f": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000003e": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000003d": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000089": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000048": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000049": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000046": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000047": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000044": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000045": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000042": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000043": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000040": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000041": {
            "balance": "0"
        },
        "0x874b54a8bd152966d63f706bae1ffeb0411921e5": {
            "balance": "1000000000000000000000000000000"
        },
        "0x00000000000000000000000000000000000000af": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000088": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000000d": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000ed": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000006a": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000006b": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000006c": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000006d": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000006e": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000006f": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000086": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000087": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000059": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000058": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000055": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000054": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000057": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000056": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000051": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000050": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000053": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000052": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000009d": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000dc": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000000b": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000fa": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000005e": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000005d": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000005f": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000005a": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000005c": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000005b": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000060": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000061": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000062": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000063": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000064": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000065": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000066": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000067": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000068": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000069": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000bd": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000be": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000bf": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000ba": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000bb": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000bc": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000008b": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000008c": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000008a": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000008f": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000008d": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000008e": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000a1": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000a0": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000a3": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000a2": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000a5": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000a4": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000a7": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000a6": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000a9": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000a8": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000ab": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000d8": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000d9": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000077": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000d6": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000075": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000074": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000073": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000072": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000071": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000070": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000d4": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000079": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000078": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000002": {
            "balance": "1"
        },
        "0x0000000000000000000000000000000000000003": {
            "balance": "1"
        },
        "0x0000000000000000000000000000000000000000": {
            "balance": "1"
        },
        "0x0000000000000000000000000000000000000001": {
            "balance": "1"
        },
        "0x0000000000000000000000000000000000000006": {
            "balance": "1"
        },
        "0x0000000000000000000000000000000000000007": {
            "balance": "1"
        },
        "0x0000000000000000000000000000000000000004": {
            "balance": "1"
        },
        "0x0000000000000000000000000000000000000005": {
            "balance": "1"
        },
        "0x00000000000000000000000000000000000000d2": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000008": {
            "balance": "1"
        },
        "0x0000000000000000000000000000000000000009": {
            "balance": "1"
        },
        "0x00000000000000000000000000000000000000d3": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000b4": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000b5": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000b6": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000b7": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000b0": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000b1": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000b2": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000b3": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000082": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000083": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000080": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000d1": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000b8": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000b9": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000084": {
            "balance": "0"
        },
        "0x0000000000000000000000000000000000000085": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000007f": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000007e": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000007d": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000007c": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000007b": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000007a": {
            "balance": "0"
        },
        "0x000000000000000000000000000000000000000f": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000d5": {
            "balance": "0"
        },
        "0x00000000000000000000000000000000000000da": {
            "balance": "0"
        }
    },
    "timestamp": "0x00",
    "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "extraData": "0x3535353535353535353535353535353535353535353535353535353535353535",
    "gasLimit": "0x1000000",
    "difficulty": "0x300000",
    "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "coinbase": "0x0000000000000000000000000000000000000000"
}
@andysign
Copy link
Author

andysign commented Jul 19, 2017

/* Add nodes script */
admin.addPeer( "enode://0edb5060f9ef7576c8e832f99de8757e837c9ca00b104fd04727ed99f2cbc2627616316304033449ac12e2d13c6c39192eae3bbfe58086ba5d916657a2fd95e5@185.19.209.122:30303" );
admin.addPeer( "enode://000955ce797ae1572f0d63edc0c0960e09267e94073e50b1d55274e11eabf17b58ff965278a9333020273b4aed7a71b868bc9c87d993267f3f6ccdb4853cc775@34.207.24.57:30303" );
admin.addPeer( "enode://01df9f9f514a969e525fd93da93e30d4407773dbd619b0b892780de2547921a75c3b86dba69190a2d2c01b8aa7cc1539652b842f9221b2d98fec591239a958ea@34.199.201.240:30303" );
admin.addPeer( "enode://02cb58868b2e1a2f9471600d774a11cc941210a8ee84893eef8fa7b2c06fe10a3c30a96540071d58ffeaef6b1f2e9babe330f3424c22742c0aadef620ae6b259@34.199.15.181:30303" ); 
admin.addPeer( "enode://034d850f05b1b7c021053307e2bc408a755b17885f92c17b03e9e2e9979fb87835325eec132cb518854d7defc5f9b2354427dda42117f3bde6ed71b05c8481c8@34.200.40.56:30303" ); 
admin.addPeer( "enode://04ec09f679aee89926e8d8369e96782d9d84650f1d55236675f06b77ad93400cbb7d4c857e868e7535bf072cef68ddd5300f07ca55722fb86b3dc0dfe73f1fdd@34.199.95.63:30303" ); 
admin.addPeer( "enode://056acccfc628dcbaf152f8fa041464483b65a82aab6e4a6aa86e3a2b74a2745829444f24980e981e9b49aa8c972dd22c47eb7249950d03c1882fef64a6e2d36f@34.198.147.23:30303" ); 
admin.addPeer( "enode://0693ca3beb4676ff1fa08b39d4109ea00dc0b8b5f58356f0406efd894dae145bcb5d460779917416d21dce33dcfc436b331ab2248c13d28bd51f85d324ef2ed9@34.198.234.109:30303" );
admin.addPeer( "enode://071e44f8aa760dda869d58c0cd7cb3619bac134b97fde5a0260d72f09abffd4bc048f2856b9b0739ca7ea04cee1d3e74d1a357c0c1f720920e8281b15abbf400@34.198.84.42:30303" ); 
admin.addPeer( "enode://08dd3026e70351f9de248c00d9ff2df86970c99adb31da9df6c98b0e33881ff6827352de7767c8b8b41f7a9885f8dad73e08a2d7a9d8c027bcff254aec2d17a7@34.197.6.171:30303" ); 
admin.addPeer( "enode://092137014d29ef185be1a6cee17477b14aae18c9473248b6bd2811e61638d34a4f0f05f201779a66f5519c25a5b51d46682222020be50c1fff0cfa95ca4fdc8d@34.199.183.74:30303" ); 
admin.addPeer( "enode://10583710777f0fa5bdb0bb5942a65a4eb0f49b3f83a238e7df3b52f1df0c2ef043b7480359c49d72c4b6a3de832a423408e713a639961f7a00e3714acd43406f@34.198.67.250:30303" ); 
admin.addPeer( "enode://113af27b436bf27148a29d79304f593da118b133ce37e54d4a82274cd2a141901e75ba101d6602e56645f908f29884f09b3b99b1e266bb79faf09a6b286c66c9@34.206.213.115:30303" ); 
admin.addPeer( "enode://126fad458c88ac73404b8307e1969cd89010f709b4b894265d4e72361459ac89d3f49439430320c62ebab5cbe53b2640f4394b3e0596b8d26a08a8816dec359d@34.195.185.41:30303" ); 
admin.addPeer( "enode://13b9282d5d87dd0bd16981ec7add01eb8c6817cc187d4a192b495650d17187c152558acd7af67a2e1d6dedfd73923746e0c47c3b84a5448268e4a6eb98e7d522@34.196.16.78:30303" ); 

// raspberrypis
admin.addPeer( "enode://a452fa8cb2a2bacd2b76ce58b5345d708e8e27ba4e34c3c0e88bf317a530644ef4d3dbbef9a994170833813f4fc4790c81598aebe2bde8a702e4bca0e19ca955@89.206.167.71:3030" );

// raspberrypi1
admin.addPeer( "enode://a07a0fb0c59895ddb3cc571f4bf37f446ee29b7d874881b6282249cba8ae8e33de6972bd41bd88a71f1c3bfe420021268d938d6643f943b1c9e3b9c9ed5556f9@89.206.167.71:30303");

// raspberrypi2
admin.addPeer( "enode://a4c887f3ae9fc4507dfb2cac613ab15c2574b56376b5a2a8451f868001c813b24b141c62a99f24b5843b9aeee355320209e4ca3804c55d0925ca9f46fcaa626b@89.206.167.71:30303" );

// raspberrypi3
admin.addPeer( "enode://ad31076a3adfbe058f2609411cc2861b5ca71f76f2a762667274cd59d3e25288d9ad6fd855ec612a2c2b1dc50add271fa07391ad68bd37e45fd716d74fd9d084@89.206.167.71:30303" );

// raspberrypi4
admin.addPeer( "enode://abb1b4dbcc1fc37806611c551f85e82b2763149a56d6b690a82982b60791c4034954130abe4facaddaec8a5871f081038451dd8f42a3bcca1303971493d6de09@89.206.167.71:30303" );

// raspberrypi5
admin.addPeer( "enode://ae581ca0fa49bd53f8a9de58fdc4cfe88894852905ad6d3d65a20177b20c5d39cde0c9f99c0dc624e119453ce258fed4f84c348e98bf76ed5fb5bd9aa702af67@89.206.167.71:30303" );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment