Skip to content
Péter Szilágyi edited this page Jan 24, 2016 · 9 revisions

This is a collection of logistics data for the distributed team.

Domain and hosting

I've registered etherapis.io for this hackathon :) DNS was redirected to CloudFlare, I still have to create the Google Cloud Storage bucket to host the static website :) Will do that when we have something to start out with.

Demo server

Currently we have a few demo endpoints running. These need to be moved to Google Compute Cloud eventually for reliability during the gala evaluations, but until then it runs on my home machine.

Ethereum testnet account

Private key (password is the agreed one):

{  
  "address":"0fc7f6a75688154168811937e4bc24296f8e4bcf",
  "crypto":{  
    "cipher":"aes-128-ctr",
    "ciphertext":"09711eed072992a74bd576718c4540d9928b769f658ca6978cdb03c10af68cdb",
    "cipherparams":{  
      "iv":"3b312e29d17db31ba46bfcd0c778104d"
    },
    "kdf":"scrypt",
    "kdfparams":{  
      "dklen":32,
      "n":262144,
      "p":1,
      "r":8,
      "salt":"831722a6813329f8dcf230bb0a6a1b4ad5ae2c5f3802f799f8b76fcdc58d0011"
    },
    "mac":"434e93ef5aad07b52ad5ac21ebd962a59b0e8d17046fa452cfc11e78c90f2ba9"
  },
  "id":"93eebbcd-635c-499b-b09e-a48c3f9b9ccb",
  "version":3
}
Clone this wiki locally