Merge pull request #219 from oceanprotocol/v3

v3
This commit is contained in:
Alex Coseru 2020-10-27 13:20:51 +02:00 committed by GitHub
commit fe587a32f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
144 changed files with 194 additions and 3730 deletions

View File

@ -21,7 +21,7 @@
Get info: oceanprotocol.com
Get docs: docs.oceanprotocol.com
Get code: github.com/oceanprotocol
Get help: gitter.im/oceanprotocol/Lobby
Get help: discord.gg/TnXjkR5
---

3
.gitignore vendored
View File

@ -8,9 +8,6 @@ ganache-db/
# Emacs
*~
# mutable secret store config (Issue #126)
networks/secret-store/config/config.toml
# Mac OS Filesystem artifacts
.DS_Store
**/.DS_Store

View File

@ -1,5 +0,0 @@
Duero
Version=address
v0.11.0=0xB381718cc93289CD8309ba24D1Da7cb2a2a096d2
v0.11.1=0x38e26f97AcCc0f6f0bA70b6304d89781449BAc11
latest=0x38e26f97AcCc0f6f0bA70b6304d89781449BAc11

View File

@ -1,28 +0,0 @@
Nile
Version=address
v0.5.1=0x38ba43fFa8C7715F0f2A5d52E78a392d2bD71176
v0.5.2=0x31a64a1DCdD9e1b8db84ef94431a61C6B462Ad0c
v0.5.3=0x771136ebC55A1747B52722D1bb95323D98550293
v0.6.0=0x771136ebC55A1747B52722D1bb95323D98550293
v0.6.1=0x771136ebC55A1747B52722D1bb95323D98550293
v0.6.2=0x771136ebC55A1747B52722D1bb95323D98550293
v0.6.3=0x771136ebC55A1747B52722D1bb95323D98550293
v0.6.4=0x771136ebC55A1747B52722D1bb95323D98550293
v0.6.5=0x771136ebC55A1747B52722D1bb95323D98550293
v0.6.6=0x416276914b5a6dd1b88bb0e35096200b08131113
v0.6.7=0x416276914b5a6dd1b88bb0e35096200b08131113
v0.6.8=0x416276914b5a6dd1b88bb0e35096200b08131113
v0.6.9=0x416276914b5a6dd1b88bb0e35096200b08131113
v0.6.10=0x6bd5fdc37b9c87ba73dda230e5dc18e9fda71ff9
v0.6.11=0x2db2cec56a7ff5f330ee4c845c06043e1ff71c7f
v0.6.12=0x1be580a31d79a7facf1f5c70d8f2727f2ede75bd
v0.7.0=0x146becf5607b4daea1be310781ee20a84d232541
v0.8.0=0x146becf5607b4daea1be310781ee20a84d232541
v0.8.1=0x146becf5607b4daea1be310781ee20a84d232541
v0.8.2=0x146becf5607b4daea1be310781ee20a84d232541
v0.8.3=0x3195fCEb1F95006C77dBD957690224e047a1EdD9
v0.8.4=0x3195fCEb1F95006C77dBD957690224e047a1EdD9
v0.8.5=0x3195fCEb1F95006C77dBD957690224e047a1EdD9
v0.8.6=0x5Ba6ce2dA741765C0BE7F36020c2cf45Fe114cB1
v0.8.7=0x5Ba6ce2dA741765C0BE7F36020c2cf45Fe114cB1
latest=0x5Ba6ce2dA741765C0BE7F36020c2cf45Fe114cB1

View File

@ -1,3 +0,0 @@
Pacific
Version=address
latest=0x7FC6520Af3F0800d76A3e2FfE7b838c945ADBFE4

190
README.md
View File

@ -2,7 +2,7 @@
<h1 align="center">barge</h1>
> 🐳 Docker Compose files for the full Ocean Protocol stack.
> 🐳 Docker Compose files for the full Ocean Protocol stack running locally for development.
---
@ -12,17 +12,11 @@
- [Component Versions](#component-versions)
- [All Options](#all-options)
- [Docker Building Blocks](#docker-building-blocks)
- [Commons](#commons)
- [Aquarius](#aquarius)
- [Brizo](#brizo)
- [Events Handler](#events-handler)
- [Keeper Node](#keeper-node)
- [Secret Store](#secret-store)
- [Faucet](#faucet)
- [Agent](#agent)
- [Provider](#provider)
- [Ganache](#ganache)
- [ocean-contracts](#ocean-contracts)
- [Dashboard](#dashboard)
- [Spree Network](#spree-network)
- [Spree Mnemonic](#spree-mnemonic)
- [Contributing](#contributing)
- [License](#license)
@ -35,7 +29,6 @@ You need to have the newest versions of:
- Linux or macOS. Windows is not currently supported. If you are on Windows, we recommend running Barge inside a Linux VM. Another option might be to use the [Windows Subsystem for Linux (WSL)](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux).
- [Docker](https://www.docker.com/get-started)
- [Docker Compose](https://docs.docker.com/compose/)
- If you want to use Azure Storage with Brizo (and you might not), then you must edit the file [`brizo.env`](./brizo.env) to have your Azure credentials. To learn how to get those credentials, see our tutorial to [Set up Azure Storage](https://docs.oceanprotocol.com/tutorials/azure-for-brizo/).
## Get Started
@ -48,15 +41,15 @@ cd barge
./start_ocean.sh
```
That will run the current default versions of Aquarius, Brizo, Events Handler, Commons, Keeper Contracts, and Faucet. It will also run a local Spree network (i.e. `--local-spree-node`).
This will run the current default versions of [Aquarius](https://github.com/oceanprotocol/aquarius), [Provider](https://github.com/oceanprotocol/provider-py), and [Ganache](https://github.com/trufflesuite/ganache-cli) with [our contracts](https://github.com/oceanprotocol/ocean-contracts) deployed to it.
<img width="486" alt="Welcome to Ocean Protocol" src="Welcome_to_Ocean_Protocol.png">
It's overkill, but to be _sure_ that you use exactly the Docker images and volumes you want, you can prune all the Docker things in your system first:
> It's overkill, but to be _sure_ that you use exactly the Docker images and volumes you want, you can prune all the Docker things in your system first:
```bash
docker system prune --all --volumes
```
> ```bash
> docker system prune --all --volumes
> ```
## Options
@ -66,81 +59,43 @@ The startup script comes with a set of options for customizing various things.
The default versions are always a combination of component versions which are considered stable.
| Aquarius | Brizo | Events Handler | Keeper | Commons | Faucet | Agent |
| -------- | -------- | -------------- | --------- | -------- | -------- | ------ |
| `v1.1.0` | `v0.9.7` | `v0.4.7` | `v0.13.2` | `v2.4.1` | `v0.3.5` | `latest` |
You can use the `--latest` option to pull the most recent releases for all components, which are always tagged as `latest` in Docker.
| Aquarius | Provider | Ganache | ocean-contracts |
| -------- | -------- | -------- | --------------- |
| `v2.1.0` | `v0.4.0` | `latest` | `V0.5.7`
You can override the Docker image tag used for a particular component by setting its associated environment variable before calling `start_ocean.sh`:
- `AQUARIUS_VERSION`
- `BRIZO_VERSION`
- `EVENTS_HANDLER_VERSION`
- `KEEPER_VERSION`
- `COMMONS_CLIENT_VERSION`
- `COMMONS_SERVER_VERSION`
- `FAUCET_VERSION`
- `AGENT_VERSION`
- `PROVIDER_VERSION`
- `CONTRACTS_VERSION`
For example:
```bash
export BRIZO_VERSION=v0.9.1
export AQUARIUS_VERSION=v2.0.0
./start_ocean.sh
```
will use the default Docker image tags for Aquarius, Keeper Contracts and Commons, but `v0.8.1` for Brizo.
> If you use the `--latest` option, then the `latest` Docker images will be used _regardless of whether you set any environment variables beforehand._
### All Options
| Option | Description |
| -------------------------- | ----------------------------------------------------------------------------------------------- |
| `--latest` | Pull Docker images tagged with `latest`, referring to the latest release version. |
| `--no-commons` | Start up Ocean without the `commons` Building Block. Helpful for development on `commons`. |
| `--no-aquarius` | Start up Ocean without the `aquarius` Building Block. |
| `--no-brizo` | Start up Ocean without the `brizo` Building Block. |
| `--no-events-handler` | Start up Ocean without the `events-handler` Building Block. |
| `--no-secret-store` | Start up Ocean without the `secret-store` Building Block. |
| `--no-faucet` | Start up Ocean without the `faucet` Building Block. |
| `--no-acl-contract` | Disables the configuration of secret store's ACL contract address |
| `--no-provider` | Start up Ocean without the `provider` Building Block. |
| `--no-ganache` | Start up Ocean without the `ganache` Building Block. |
| `--no-dashboard` | Start up Ocean without the `dashboard` Building Block. |
| `--no-agent` | Start up Ocean without the `agent` Building Block. |
| `--mongodb` | Start up Ocean with MongoDB as DB engine for Aquarius instead of Elasticsearch. |
| `--local-ganache-node` | Runs a local `ganache` node. |
| `--local-spree-node` | Runs a node of the local `spree` network. This is the default. |
| `--local-spree-no-deploy` | Runs a node of the local `spree` network, without contract deployment. |
| `--local-duero-node` | Runs a local parity node and connects the node to the `duero` network. |
| `--local-nile-node` | Runs a local parity node and connects the node to the `nile` network. |
| `--local-pacific-node` | Runs a local parity node and connects the node to the `pacific` network (official Ocean network |
| `--reuse-ganache-database` | Configures a running `ganache` node to use a persistent database. |
| `--force-pull` | Force pulling the latest revision of the used Docker images. |
| `--purge` | Removes the Docker containers, volumes, artifact folder and networks used by the script. |
| `--exposeip` | Binds the components to that specific ip. Exemple: ./start_ocean.sh --exposeip 192.168.0.1 |
| `--exposeip` | Binds the components to that specific ip. Example: `./start_ocean.sh --exposeip 192.168.0.1` |
## Docker Building Blocks
Barge consists of a set of building blocks that can be combined to form a local test environment. By default all building blocks will be started by the `start_ocean.sh` script.
### Commons
By default it will start two containers (client & server). If Commons is running, you can open the **Commons Frontend** application in your browser:
[http://localhost:3000](http://localhost:3000)
This Building Block can be disabled by setting the `--no-commons` flag.
| Hostname | External Port | Internal URL | Local URL | Description |
| ---------------- | ------------- | -------------------------- | --------------------- | ---------------------------------------------------------- |
| `commons-client` | `3000` | http://commons-client:3000 | http://localhost:3000 | [Commons Client](https://github.com/oceanprotocol/commons) |
| `commons-server` | `4000` | http://commons-server:4000 | http://locahost:4000 | [Commons Server](https://github.com/oceanprotocol/commons) |
### Aquarius
By default it will start two containers (one for Aquarius and one for its database engine). By default, Barge will use Elasticsearch for its database engine. You can use the `--mongodb` option to use MongoDB instead.
By default it will start two containers (one for Aquarius and one for its database engine). By default, Barge will use Elasticsearch for its database engine.
This Building Block can be disabled by setting the `--no-aquarius` flag.
@ -148,70 +103,32 @@ This Building Block can be disabled by setting the `--no-aquarius` flag.
| --------------- | ------------- | -------------------- | --------------------- | ----------------------------------------------------- |
| `aquarius` | `5000` | http://aquarius:5000 | http://localhost:5000 | [Aquarius](https://github.com/oceanprotocol/aquarius) |
| `elasticsearch` | | | | The Elasticsearch used by Aquarius |
| `mongodb` | | | | The MongoDB used by Aquarius |
### Brizo
### Provider
By default it will start one container. This Building Block can be disabled by setting the `--no-brizo` flag.
| Hostname | External Port | Internal URL | Local URL | Description |
| ----------- | ------------- | --------------------- | --------------------- | --------------------------------------------------- |
| `provider` | `8030` | http://provider:9000 | http://localhost:8030 | |
| Hostname | External Port | Internal URL | Local URL | Description |
| -------- | ------------- | ----------------- | --------------------- | ----------------------------------------------- |
| `brizo` | `8030` | http://brizo:8030 | http://localhost:8030 | [Brizo](https://github.com/oceanprotocol/brizo) |
### Ganache
### Events Handler
| Hostname | External Port | Internal URL | Local URL | Description |
| ----------- | ------------- | --------------------- | --------------------- | --------------------------------------------------- |
| `ganache` | `8545` | http://ganache:9000 | http://localhost:8545 | |
By default it will start one container. This Building Block can be disabled by setting the `--no-events-handler` flag.
### ocean-contracts
| Hostname | External Port | Internal URL | Local URL | Description |
| ---------------- | ------------- | ------------ | --------- | ----------------------------------------------------------------- |
| `events-handler` | | | | [Events-handler](https://github.com/oceanprotocol/events-handler) |
* Deploy all smart contracts from the `ocean-contracts` repo
* Export artifacts files (.json) to default shared folder between all containers
* Create address file (address.json) that has the address of each deployed smart contract that is required by the ocean library. This file is saved to the same folder with the artifacts files
### Keeper Node
The accounts can be accessed with this seed phrase:
Controlled by the `--local-*-node` config switches will start a container `keeper-node` that uses port `8545` to expose an rpc endpoint to the Ethereum Protocol.
You can find a detailed explanation of how to use this in the [script options](#script-options) section of this document.
```
taxi music thumb unique chat sand crew more leg another off lamp
```
| Hostname | External Port | Internal URL | Local URL | Description |
| ------------- | ------------- | ----------------------- | --------------------- | -------------------- |
| `keeper-node` | `8545` | http://keeper-node:8545 | http://localhost:8545 | An Ethereum RPC node |
This node can be one of the following types (with the default being `spree`):
| Node | Description |
| --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `ganache` | Runs a local [ganache-cli](https://github.com/trufflesuite/ganache-cli) node that is not persistent by default. The contracts from the desired `keeper-contracts` version will be deployed upon launch of this node. |
| `spree` | This is the default. Runs a local node of the Spree Network. See [Spree Network](#spree-network) for details. The contracts from the desired `keeper-contracts` version will be deployed upon launch of this node. |
| `duero` | Runs a local node of the Duero Network and connects to the [Duero Testnet](https://docs.oceanprotocol.com/concepts/testnets/#the-duero-testnet). |
| `nile` | Runs a local node of the Nile Network and connects to the [Nile Testnet](https://docs.oceanprotocol.com/concepts/testnets/#nile-testnet). |
| `pacific` | Runs a local node of the Pacific Network and connects to the [Pacific network](https://docs.oceanprotocol.com/concepts/pacific-network/). |
### Secret Store
By default it will start three containers. This Building Block can be disabled by setting the `--no-secret-store` flag.
| Hostname | External Ports | Internal URL | Local URL | Description |
| --------------------------- | ---------------- | ------------------------------------- | ---------------------- | --------------------------------------------------------------------------------------------- |
| `secret-store` | `12000`, `32771` | http://secret-store:12000 | http://localhost:12000 | An instance of the Ocean Secret Store |
| `secret-store-cors-proxy` | `12001` | http://secret-store-cors-proxy:12001 | http://localhost:12001 | An NGINX proxy to enable CORS on the secret store |
| `secret-store-signing-node` | `9545` | http://secret-store-signing-node:9545 | http://localhost:9545 | A Parity Ethereum node to `sign` messages for the secret store and to `decrypt` and `encrypt` |
### Faucet
By default it will start two containers, one for Faucet server and one for its database (MongoDB). This Building Block can be disabled by setting the `--no-faucet` flag.
| Hostname | External Port | Internal URL | Local URL | Description |
| -------- | ------------- | ------------------ | --------------------- | ------------------------------------------------- |
| `faucet` | `3001` | http://faucet:3001 | http://localhost:3001 | [Faucet](https://github.com/oceanprotocol/faucet) |
By default the Faucet allows requests every 24hrs. To disable the timespan check you can pass `FAUCET_TIMESPAN=0` as environment variable before starting the script.
### Agent
By default it will start one container. This Building Block can be disabled by setting the `--no-agent` flag.
| Hostname | External Port | Internal URL | Local URL | Description |
| -------- | ------------- | ----------------- | --------------------- | ----------------------------------------------- |
| `agent` | `4040` | http://agent:4040 | http://agent:4040 | [Agent](https://github.com/oceanprotocol/agent) |
Alternatively, you can pass your own mnemonic with `GANACHE_MNEMONIC`.
### Dashboard
@ -224,39 +141,6 @@ This will start a `portainer` dashboard with the following admin credentials and
| ----------- | ------------- | --------------------- | --------------------- | --------------------------------------------------- |
| `dashboard` | `9000` | http://dashboard:9000 | http://localhost:9000 | [Portainer](https://github.com/portainer/portainer) |
## Spree Network
If you run the `./start_ocean.sh` script with the `--local-spree-node` option (please see [Keeper Node](#keeper-node) section of this document for more details),
you will have available a keeper node in the local and private Spree Network with the following accounts enabled:
| Account | Type | Password/Key | Balance |
| -------------------------------------------- | -------- | ---------------------------- | ---------------- |
| `0x00Bd138aBD70e2F00903268F3Db08f2D25677C9e` | key | node0 | 1000000000 Ether |
| `0x068Ed00cF0441e4829D9784fCBe7b9e26D4BD8d0` | key | secret | 1000000000 Ether |
| `0xA99D43d86A0758d5632313b8fA3972B6088A21BB` | key | secret | 1000000000 Ether |
| `0xe2DD09d719Da89e5a3D0F2549c7E24566e947260` | mnemonic | [info here](#spree-mnemonic) | 1000000000 Ether |
| `0xBE5449a6A97aD46c8558A3356267Ee5D2731ab5e` | mnemonic | [info here](#spree-mnemonic) | 1000000000 Ether |
| `0xA78deb2Fa79463945C247991075E2a0e98Ba7A09` | mnemonic | [info here](#spree-mnemonic) | 1000000000 Ether |
| `0x02354A1F160A3fd7ac8b02ee91F04104440B28E7` | mnemonic | [info here](#spree-mnemonic) | 1000000000 Ether |
| `0xe17D2A07EFD5b112F4d675ea2d122ddb145d117B` | mnemonic | [info here](#spree-mnemonic) | 1000000000 Ether |
| `0xA32C84D2B44C041F3a56afC07a33f8AC5BF1A071` | mnemonic | [info here](#spree-mnemonic) | 1000000000 Ether |
| `0xFF3fE9eb218EAe9ae1eF9cC6C4db238B770B65CC` | mnemonic | [info here](#spree-mnemonic) | 1000000000 Ether |
| `0x529043886F21D9bc1AE0feDb751e34265a246e47` | mnemonic | [info here](#spree-mnemonic) | 1000000000 Ether |
| `0xe08A1dAe983BC701D05E492DB80e0144f8f4b909` | mnemonic | [info here](#spree-mnemonic) | 1000000000 Ether |
| `0xbcE5A3468386C64507D30136685A99cFD5603135` | mnemonic | [info here](#spree-mnemonic) | 1000000000 Ether |
Use one of the above accounts to populate `PROVIDER_ADDRESS`, `PROVIDER_PASSWORD` and `PROVIDER_KEYFILE` in `start_ocean.sh`.
This account will is used in `brizo` and `events-handler` as the `provider` account which is important for processing the
service agreements flow. The `PROVIDER_KEYFILE` must be placed in the `accounts` folder and must match the ethereum
address from `PROVIDER_ADDRESS`. The `PROVIDER_ADDRESS` is also set in `commons` instance so that published assets get
assigned the correct provider address.
### Spree Mnemonic
The accounts from type mnemonic can be access with this seedphrase:
`taxi music thumb unique chat sand crew more leg another off lamp`
## Contributing
See the page titled "[Ways to Contribute](https://docs.oceanprotocol.com/concepts/contributing/)" in the Ocean Protocol documentation.
@ -264,7 +148,7 @@ See the page titled "[Ways to Contribute](https://docs.oceanprotocol.com/concept
## License
```text
Copyright 2019 Ocean Protocol Foundation
Copyright 2020 Ocean Protocol Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@ -1,22 +0,0 @@
{
"id": "50aa801a-8d66-1402-1fa4-d8987868c2ce",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "a874e6fe50a5bb088826c45560dc1b7e"
},
"ciphertext": "2383c6aa50c744b6558e77b5dcec6137f647c81f10f71f22a87321fd1306056c",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "eca6ccc9fbb0bdc3a516c7576808ba5031669e6878f3bb95624ddb46449e119c"
},
"mac": "14e9a33a45ae32f88a0bd5aac14521c1fcf14f56fd55c1a1c080b2f81ddb8d44"
},
"address": "068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0",
"name": "",
"meta": "{}"
}

View File

@ -1,10 +0,0 @@
# Use this file to set the env vars required for Brizo.
AZURE_ACCOUNT_NAME=
AZURE_ACCOUNT_KEY=
AZURE_RESOURCE_GROUP=
AZURE_LOCATION=westus
AZURE_CLIENT_ID=
AZURE_CLIENT_SECRET=
AZURE_TENANT_ID=
AZURE_SUBSCRIPTION_ID=

View File

@ -1,24 +0,0 @@
version: '3'
services:
agent:
image: oceanprotocol/agent:$AGENT_VERSION
networks:
backend:
ipv4_address: 172.15.0.26
ports:
- 4040:4040
environment:
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
aquariusUri: ${AQUARIUS_URI}
brizoAddress: ${PROVIDER_ADDRESS}
nodeUri: ${KEEPER_RPC_URL}
brizoUri: ${BRIZO_URL}
secretstoreUri: ${SECRET_STORE_URL}
faucetUri: ${FAUCET_URL}
PRIVATE_KEY: ${AGENT_PRIVATE_KEY}
enable_publish: 'true'
enable_consume: 'true'
volumes:
- ${KEEPER_ARTIFACTS_FOLDER}:/usr/src/app/node_modules/@oceanprotocol/keeper-contracts/artifacts/:ro

View File

@ -1,12 +1,25 @@
version: '3'
services:
aquarius:
image: oceanprotocol/aquarius:$AQUARIUS_VERSION
ports:
- 5000:5000
elasticsearch:
image: elasticsearch:6.8.3
networks:
backend:
ipv4_address: 172.15.0.15
ipv4_address: 172.15.0.6
environment:
ES_JAVA_OPTS: "-Xms512m -Xmx512m"
MAX_MAP_COUNT: "64000"
discovery.type: "single-node"
aquarius:
image: oceanprotocol/aquarius:${AQUARIUS_VERSION:-latest}
ports:
- 5000:5000
networks:
backend:
ipv4_address: 172.15.0.5
depends_on:
- elasticsearch
- ocean-contracts
environment:
DB_MODULE: ${DB_MODULE}
DB_HOSTNAME: ${DB_HOSTNAME}
@ -18,3 +31,14 @@ services:
DB_CA_CERTS: ${DB_CA_CERTS}
DB_CLIENT_KEY: ${DB_CLIENT_KEY}
DB_CLIENT_CERT: ${DB_CLIENT_CERT}
LOG_LEVEL: DEBUG
EVENTS_ECIES_PRIVATE_KEY: "0x5d75837394b078ce97bc289fa8d75e21000573520bfa7784a9d28ccaae602bf8"
ARTIFACTS_PATH: "/ocean-contracts/artifacts"
ADDRESS_FILE: "/ocean-contracts/artifacts/address.json"
DEPLOY_CONTRACTS: ${DEPLOY_CONTRACTS}
NETWORK_NAME: ${CONTRACTS_NETWORK_NAME}
EVENTS_RPC: "http://172.15.0.3:8545"
EVENTS_ALLOW: "0"
RUN_EVENTS_MONITOR: "1"
volumes:
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/

View File

@ -1,33 +0,0 @@
version: '3'
services:
elasticsearch:
image: elasticsearch:6.8.3
networks:
backend:
ipv4_address: 172.15.0.11
environment:
ES_JAVA_OPTS: "-Xms512m -Xmx512m"
MAX_MAP_COUNT: "64000"
discovery.type: "single-node"
aquarius:
image: oceanprotocol/aquarius:${AQUARIUS_VERSION:-stable}
ports:
- 5000:5000
networks:
backend:
ipv4_address: 172.15.0.15
depends_on:
- elasticsearch
environment:
DB_MODULE: ${DB_MODULE}
DB_HOSTNAME: ${DB_HOSTNAME}
DB_PORT: ${DB_PORT}
DB_USERNAME: ${DB_USERNAME}
DB_PASSWORD: ${DB_PASSWORD}
DB_SSL: ${DB_SSL}
DB_VERIFY_CERTS: ${DB_VERIFY_CERTS}
DB_CA_CERTS: ${DB_CA_CERTS}
DB_CLIENT_KEY: ${DB_CLIENT_KEY}
DB_CLIENT_CERT: ${DB_CLIENT_CERT}

View File

@ -1,21 +0,0 @@
version: '3'
services:
mongodb:
image: mongo:3.6
command: mongod
networks:
backend:
ipv4_address: 172.15.0.11
aquarius:
image: oceanprotocol/aquarius:${AQUARIUS_VERSION:-stable}
ports:
- 5000:5000
networks:
backend:
ipv4_address: 172.15.0.15
depends_on:
- mongodb
environment:
DB_MODULE: ${DB_MODULE}
DB_HOSTNAME: ${DB_HOSTNAME}
DB_PORT: ${DB_PORT}

View File

@ -1,29 +0,0 @@
version: '3'
services:
brizo:
image: oceanprotocol/brizo:$BRIZO_VERSION
ports:
- 8030:8030
networks:
backend:
ipv4_address: 172.15.0.17
depends_on:
- keeper-node
- secret-store-signing-node
env_file:
- ${BRIZO_ENV_FILE}
environment:
KEEPER_URL: ${KEEPER_RPC_URL}
PARITY_URL: ${SIGNING_NODE_URL}
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
SECRET_STORE_URL: ${SECRET_STORE_URL}
PROVIDER_ADDRESS: ${PROVIDER_ADDRESS}
PROVIDER_PASSWORD: ${PROVIDER_PASSWORD}
PROVIDER_KEYFILE: ${PROVIDER_KEYFILE}
LOG_LEVEL: ${BRIZO_LOG_LEVEL}
BRIZO_WORKERS: ${BRIZO_WORKERS}
IPFS_GATEWAY: ${BRIZO_IPFS_GATEWAY}
OPERATOR_SERVICE_URL: ${OPERATOR_SERVICE_URL}
volumes:
- ${KEEPER_ARTIFACTS_FOLDER}:/usr/local/keeper-contracts:ro
- ${ACCOUNTS_FOLDER}:/accounts

View File

@ -1,41 +0,0 @@
version: '3'
services:
commonsserver:
image: oceanprotocol/commons_server:$COMMONS_SERVER_VERSION
networks:
backend:
ipv4_address: 172.15.0.23
ports:
- 4000:4000
environment:
IPFS_GATEWAY_URI: ${COMMONS_IPFS_GATEWAY_URI}
commonsclient:
image: oceanprotocol/commons_client:$COMMONS_CLIENT_VERSION
networks:
backend:
ipv4_address: 172.15.0.24
ports:
- 3000:3000
depends_on:
- keeper-node
- aquarius
- brizo
- commonsserver
environment:
LISTEN_ADDRESS: '0.0.0.0'
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
REACT_APP_ALLOW_PRICING: 'true'
REACT_APP_SHOW_REQUEST_TOKENS_BUTTON: 'true'
REACT_APP_AQUARIUS_URI: ${COMMONS_AQUARIUS_URI}
REACT_APP_BRIZO_ADDRESS: ${PROVIDER_ADDRESS}
REACT_APP_SERVICE_URI: ${COMMONS_SERVER_URL}
REACT_APP_NODE_URI: ${COMMONS_KEEPER_RPC_HOST}
REACT_APP_BRIZO_URI: ${COMMONS_BRIZO_URL}
REACT_APP_SECRET_STORE_URI: ${COMMONS_SECRET_STORE_URL}
REACT_APP_FAUCET_URI: ${COMMONS_FAUCET_URL}
REACT_APP_IPFS_GATEWAY_URI: ${COMMONS_IPFS_GATEWAY_URI}
REACT_APP_IPFS_NODE_URI: ${COMMONS_IPFS_NODE_URI}
volumes:
- ${KEEPER_ARTIFACTS_FOLDER}:/app/frontend/node_modules/@oceanprotocol/keeper-contracts/artifacts/:ro

View File

@ -1,21 +0,0 @@
version: '3'
services:
events-handler:
image: oceanprotocol/events-handler:$EVENTS_HANDLER_VERSION
networks:
backend:
ipv4_address: 172.15.0.22
depends_on:
- keeper-node
environment:
KEEPER_URL: ${KEEPER_RPC_URL}
PARITY_URL: ${SIGNING_NODE_URL}
SECRET_STORE_URL: ${SECRET_STORE_URL}
PROVIDER_ADDRESS: ${PROVIDER_ADDRESS}
PROVIDER_PASSWORD: ${PROVIDER_PASSWORD}
PROVIDER_KEYFILE: ${PROVIDER_KEYFILE}
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
LOG_LEVEL: ${EVENTS_HANDLER_LOG_LEVEL}
volumes:
- ${KEEPER_ARTIFACTS_FOLDER}:/usr/local/keeper-contracts:ro
- ${ACCOUNTS_FOLDER}:/accounts

View File

@ -1,25 +0,0 @@
version: '3'
services:
mongodb:
image: mongo:4
ports:
- 27017:27017
networks:
backend:
ipv4_address: 172.15.0.20
faucet:
image: oceanprotocol/faucet:$FAUCET_VERSION
ports:
- 3001:3001
networks:
backend:
ipv4_address: 172.15.0.21
depends_on:
- mongodb
- keeper-node
environment:
FAUCET_NODE: ${KEEPER_RPC_URL}
FAUCET_TIMESPAN: ${FAUCET_TIMESPAN}
NODE_ENV: 'production'
MONGO_URL: 'mongodb://mongodb:27017/faucetdbtest'

10
compose-files/ganache.yml Normal file
View File

@ -0,0 +1,10 @@
version: '3'
services:
ganache:
image: trufflesuite/ganache-cli:latest
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.3
entrypoint: ["node", "/app/ganache-core.docker.cli.js", "--db", "./ganache_cache","--networkId","0x2324","--gasLimit","10000000000","--gasPrice","1","---hardfork","istanbul","--mnemonic","${GANACHE_MNEMONIC}"]

View File

@ -1,24 +0,0 @@
version: '3'
services:
keeper-contracts:
image: oceanprotocol/keeper-contracts:$KEEPER_VERSION
networks:
backend:
ipv4_address: 172.15.0.14
environment:
MNEMONIC: ${KEEPER_MNEMONIC}
OWNER_ROLE_ADDRESS: ${KEEPER_OWNER_ROLE_ADDRESS}
DEPLOY_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
REUSE_DATABASE: ${GANACHE_REUSE_DATABASE}
DATABASE_PATH: "/ganache-db"
NETWORK_NAME: ${KEEPER_NETWORK_NAME}
KEEPER_RPC_HOST: ${KEEPER_RPC_HOST}
KEEPER_RPC_PORT: ${KEEPER_RPC_PORT}
KEEPER_RPC_URL: ${KEEPER_RPC_URL}
LOCAL_USER_ID: ${LOCAL_USER_ID}
LOCAL_GROUP_ID: ${LOCAL_GROUP_ID}
depends_on:
- keeper-node
volumes:
- ${KEEPER_ARTIFACTS_FOLDER}:/keeper-contracts/artifacts/

View File

@ -7,9 +7,3 @@ networks:
driver: default
config:
- subnet: 172.15.0.1/24
volumes:
keeper-node-duero:
keeper-node-nile:
keeper-node-pacific:
secret-store:

View File

@ -1,23 +0,0 @@
version: '3'
services:
keeper-node:
image: ${PARITY_IMAGE}
user: root
command:
--config /home/parity/parity/config/config.toml
--base-path /home/parity/base
--keys-path /keys
--ws-interface all
--jsonrpc-cors all
--jsonrpc-interface all
--jsonrpc-hosts all
--jsonrpc-apis all
volumes:
- ../networks/duero/config:/home/parity/parity/config
- ../networks/duero/keys:/keys/duero
- keeper-node-duero:/home/parity/base
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.12

View File

@ -1,11 +0,0 @@
version: '3'
services:
keeper-node:
image: trufflesuite/ganache-cli:latest
command:
-d
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.12

View File

@ -1,23 +0,0 @@
version: '3'
services:
keeper-node:
image: ${PARITY_IMAGE}
user: root
command:
--config /home/parity/parity/config/config.toml
--base-path /home/parity/base
--keys-path /keys
--ws-interface all
--jsonrpc-cors all
--jsonrpc-interface all
--jsonrpc-hosts all
--jsonrpc-apis all
volumes:
- ../networks/nile/config:/home/parity/parity/config
- ../networks/nile/keys:/keys/nile
- keeper-node-nile:/home/parity/base
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.12

View File

@ -1,23 +0,0 @@
version: '3'
services:
keeper-node:
image: ${PARITY_IMAGE}
user: root
command:
--config /home/parity/parity/config/config.toml
--base-path /home/parity/base
--keys-path /keys
--ws-interface all
--jsonrpc-cors all
--jsonrpc-interface all
--jsonrpc-hosts all
--jsonrpc-apis all
volumes:
- ../networks/pacific/config:/home/parity/parity/config
- ../networks/pacific/keys:/keys/pacific
- keeper-node-pacific:/home/parity/base
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.12

View File

@ -1,28 +0,0 @@
version: '3'
services:
keeper-node:
image: ${PARITY_IMAGE}
command:
--config /home/parity/config/config.toml
--db-path /home/parity/chains
--keys-path /home/parity/.local/keys
--base-path /home/parity/base
--min-gas-price 0
--jsonrpc-cors all
--jsonrpc-interface all
--jsonrpc-hosts all
--jsonrpc-apis all
--unsafe-expose
--no-warp
--unlock 0x00bd138abd70e2f00903268f3db08f2d25677c9e
--node-key 0xb3244c104fb56d28d3979f6cd14a8b5cf5b109171d293f4454c97c173a9f9374
volumes:
- ../networks/spree/config:/home/parity/config
- ../networks/spree/authorities/validator0.json:/home/parity/.local/keys/spree/validator.json
- ../networks/spree/keys:/home/parity/.local/keys/spree
- ../networks/spree/authorities/validator0.pwd:/home/parity/validator.pwd:ro
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.12

View File

@ -0,0 +1,24 @@
version: '3'
services:
ocean-contracts:
image: oceanprotocol/ocean-contracts:${CONTRACTS_VERSION:-latest}
networks:
backend:
ipv4_address: 172.15.0.14
environment:
MNEMONIC: ${GANACHE_MNEMONIC}
OWNER_ROLE_ADDRESS: ${CONTRACTS_OWNER_ROLE_ADDRESS}
DEPLOY_CONTRACTS: ${DEPLOY_CONTRACTS}
LOCAL_CONTRACTS: ${DEPLOY_CONTRACTS}
REUSE_DATABASE: ${GANACHE_REUSE_DATABASE}
DATABASE_PATH: "/ganache-db"
NETWORK_NAME: ${CONTRACTS_NETWORK_NAME}
NETWORK_RPC_HOST: ${NETWORK_RPC_HOST}
NETWORK_RPC_PORT: ${NETWORK_RPC_PORT}
NETWORK_RPC_URL: ${NETWORK_RPC_URL}
LOCAL_USER_ID: ${LOCAL_USER_ID}
LOCAL_GROUP_ID: ${LOCAL_GROUP_ID}
depends_on:
- ganache
volumes:
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/

View File

@ -0,0 +1,29 @@
version: '3'
services:
provider:
image: oceanprotocol/provider-py:${PROVIDER_VERSION:-latest}
ports:
- 8030:8030
networks:
backend:
ipv4_address: 172.15.0.4
depends_on:
- ocean-contracts
environment:
ARTIFACTS_PATH: "/ocean-contracts/artifacts"
NETWORK_URL: ${NETWORK_RPC_URL}
PARITY_URL: ${NETWORK_RPC_URL}
PROVIDER_KEY: ${PROVIDER_PRIVATE_KEY}
PROVIDER_PRIVATE_KEY: ${PROVIDER_PRIVATE_KEY}
PROVIDER_ADDRESS: ${PROVIDER_ADDRESS}
PROVIDER_PASSWORD: ${PROVIDER_PASSWORD}
PROVIDER_ENCRYPTED_KEY: ${PROVIDER_ENCRYPTED_KEY}
LOG_LEVEL: ${PROVIDER_LOG_LEVEL}
OCEAN_PROVIDER_URL: 'http://0.0.0.0:8030'
OCEAN_PROVIDER_WORKERS: ${PROVIDER_WORKERS}
IPFS_GATEWAY: ${PROVIDER_IPFS_GATEWAY}
OCEAN_PROVIDER_TIMEOUT: '9000'
OPERATOR_SERVICE_URL: ${OPERATOR_SERVICE_URL}
AQUARIUS_URL: ${AQUARIUS_URL:-http://172.15.0.5:5000}
volumes:
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/

View File

@ -1,42 +0,0 @@
version: '3'
services:
secret-store:
image: oceanprotocol/parity-ethereum:master
entrypoint: /entrypoint.sh
environment:
CONFIGURE_ACL: "${CONFIGURE_ACL}"
ACL_CONTRACT_ADDRESS: "${ACL_CONTRACT_ADDRESS}"
NETWORK: "${KEEPER_NETWORK_NAME}"
command:
--chain /etc/parity/secretstore/chain_${KEEPER_NETWORK_NAME}.json
--config /etc/parity/secretstore/config.toml
--jsonrpc-cors all
--jsonrpc-interface all
--jsonrpc-hosts all
--jsonrpc-apis all
--node-key 0x32313aee5977ca63184b696e4cf7b7bfc2745f727dbef82d7a1f6314ad58dcf5
-l secretstore_net,secretstore=trace
volumes:
- ../networks/secret-store/config/:/etc/parity/secretstore/
- secret-store:/secret-store/
- ../networks/secret-store/keys:/parity_data/keys
- ${KEEPER_ARTIFACTS_FOLDER}:/contracts
ports:
- 12000:12000
- 12001
networks:
backend:
ipv4_address: 172.15.0.13
secret-store-cors-proxy:
image: nginx:alpine
volumes:
- ../cors-proxy.conf:/etc/nginx/nginx.conf:ro
depends_on:
- secret-store
ports:
- 12001:12001
networks:
backend:
ipv4_address: 172.15.0.16
command: nginx -g 'daemon off;'

View File

@ -1,21 +0,0 @@
version: '3'
services:
secret-store-signing-node:
image: ${PARITY_IMAGE}
command:
--chain dev
--light
--ws-interface all
--jsonrpc-cors all
--jsonrpc-interface all
--jsonrpc-hosts all
--jsonrpc-apis all
--keys-path /home/parity/.local/keys
ports:
- 9545:8545
volumes:
- ../networks/secret-store/keys:/home/parity/.local/keys
- ../networks/secret-store/config/:/etc/parity/secretstore/
networks:
backend:
ipv4_address: 172.15.0.18

View File

@ -1,29 +0,0 @@
events {}
http {
upstream ss {
server secret-store:12001;
}
server {
listen 12001;
location ~ ^/ {
if ($request_method = 'OPTIONS') {
add_header 'Access-Control-Allow-Origin' '*';
add_header 'Access-Control-Allow_Credentials' 'true';
add_header 'Access-Control-Allow-Headers' 'Origin, X-Requested-With, Content-Type, Accept';
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
add_header 'Content-Type' 'text/plain; charset=utf-8';
add_header 'Content-Length' 0;
return 204;
}
add_header 'Access-Control-Allow-Origin' '*';
add_header 'Access-Control-Allow_Credentials' 'true';
add_header 'Access-Control-Allow-Headers' 'Origin, X-Requested-With, Content-Type, Accept';
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
proxy_pass http://ss;
proxy_redirect off;
proxy_set_header Origin "";
}
access_log off;
error_log off;
}
}

View File

@ -1,22 +0,0 @@
{
"id": "0902d04b-f26e-5c1f-e3ae-78d2c1cb16e7",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "6a829fe7bc656d85f6c2e9fd21784952"
},
"ciphertext": "1bfec0b054a648af8fdd0e85662206c65a4af0ed15fede4ad41ca9ab7b504ce2",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "95f96b5ee22dd537e06076eb8d7078eb7275d29af935782fe476696b11be50e5"
},
"mac": "4af2215c3cd9447a5b0512d7d1c3ea5a4435981e1c8f48bf71d7a49c0e5b4986"
},
"address": "00bd138abd70e2f00903268f3db08f2d25677c9e",
"name": "Validator0",
"meta": "{}"
}

View File

@ -1 +0,0 @@
node0

View File

@ -1,175 +0,0 @@
{
"name": "duero",
"engine": {
"authorityRound": {
"params": {
"stepDuration": "5",
"validators": {
"multi": {
"0": {
"list": [
"0xdcb7ff1b9fd738a47eaf9b2e0b3d817b1da92781",
"0x3e10ae74970da70b706e768eead37b712a698941",
"0x0179e19cd246bb7bdec2c998ae0d8307a7eddbc5"
]
},
"333": {
"safeContract": "0xBDFeAc66c022165Bdb320264398977bf8A54e3C0"
},
"13333": {
"safeContract": "0x4Eb388C190Cde6Bf8C60e37CCd2C8056A184eD43"
}
}
}
}
}
},
"params": {
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID": "0x897",
"gasLimitBoundDivisor": "0x400",
"eip140Transition": "0x0",
"eip211Transition": "0x0",
"eip214Transition": "0x0",
"eip658Transition": "0x0",
"wasmActivationTransition": "0x0",
"eip145Transition": "0x0",
"eip1014Transition": "0x0",
"eip1052Transition": "0x0",
"eip1283Transition": "0x0",
"kip4Transition": "0x0",
"kip6Transition": "0x0",
"maxCodeSize": 24576,
"maxCodeSizeTransition": "0x0"
},
"genesis": {
"seal": {
"authorityRound": {
"step": "0x0",
"signature": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
},
"difficulty": "0x20000",
"gasLimit": "0x165A0BC00"
},
"accounts": {
"0x0000000000000000000000000000000000000001": {
"balance": "1",
"builtin": {
"name": "ecrecover",
"pricing": {
"linear": {
"base": 3000,
"word": 0
}
}
}
},
"0x0000000000000000000000000000000000000002": {
"balance": "1",
"builtin": {
"name": "sha256",
"pricing": {
"linear": {
"base": 60,
"word": 12
}
}
}
},
"0x0000000000000000000000000000000000000003": {
"balance": "1",
"builtin": {
"name": "ripemd160",
"pricing": {
"linear": {
"base": 600,
"word": 120
}
}
}
},
"0x0000000000000000000000000000000000000004": {
"balance": "1",
"builtin": {
"name": "identity",
"pricing": {
"linear": {
"base": 15,
"word": 3
}
}
}
},
"0xf5d60efcad44babc8d85eb8df57d9e3a5101eb93": {
"balance": "0x2000000000000000000"
},
"0x61f9546cd2bd5e46bdb915ab9c69210c6ee043d2": {
"balance": "0x2000000000000000000"
},
"0x8d968b9bc8fe3b1d233ae6238c771544dd7c8fb2": {
"balance": "0x2000000000000000000"
},
"0x63132a33765fe352187c93e45fac1b9162399e5c": {
"balance": "0x2000000000000000000"
},
"0x95a165da81359c11aafb4490fe6afeb6ee4f7c2e": {
"balance": "0x2000000000000000000"
},
"0x9224dff492427471092d13b36866875d7e0f2dd6": {
"balance": "0x2000000000000000000"
},
"0x9aa9bfa819800a44803dcacc514bb443a2baade6": {
"balance": "0x2000000000000000000"
},
"0x85ef014983c1bad421cc00941c18122066da5860": {
"balance": "0x2000000000000000000"
},
"0xc6fffcb664a60c019a335902112584829a91c0a0": {
"balance": "0x2000000000000000000"
},
"0xdbb63fb51453714f5efed3c2846160018fb3f43c": {
"balance": "0x2000000000000000000"
},
"0x23be64786fe4467635e65aea49f9dd7a0b05d7b5": {
"balance": "0x2000000000000000000"
},
"0x3c80c7163c1e6730f2ba80df707178dcdee44475": {
"balance": "0x2000000000000000000"
},
"0xe49c5f9c8a78884c8ba2aa161b8c41bf21b96751": {
"balance": "0x2000000000000000000"
},
"0xf7f2673e854e7b33a62beec796dec5d61ac9c40a": {
"balance": "0x2000000000000000000"
},
"0xe739ed3643970d106c4b1c51de91b7992400e50c": {
"balance": "0x2000000000000000000"
},
"0x85a7273ff4f4ffce0c708f47ab45249867679bcf": {
"balance": "0x2000000000000000000"
},
"0x4156e7abdfe6e08c16ef2b241661276af57f9ead": {
"balance": "0x2000000000000000000"
},
"0x480b0e0a641ae45521377d4984d085a003934561": {
"balance": "0x200000000000000000000000"
},
"0xb08eb95236499f072b2ae3c91a8f911d6c853b4d": {
"balance": "0x200000000000000000000000"
},
"0x4899f06b5e60140f1885599bf3a562cb25775adc": {
"balance": "0x200000000000000000000000"
}
},
"nodes": [
"enode://1ac6d74bbd80a37c1dc75bddc78462922d8df6b6243c2e1b38ff250ae57d11ad37bbfcc65fcbb7c0ae22da1de5e516c00ddf98253701db18fe7280ca6b8b45d2@3.214.8.88:30303",
"enode://d081a7cebb62ba4a93cbdc96a22779168d8583266fe94a859a40ceb85cf8a056aeabf82c43f2ba35e4eeaf61c34fa8a873b1f16906dfcc0d512cb29e316d696a@3.95.88.145:30303",
"enode://d7fc9a3c23f9926321b81ff32ac130bdce185edb7be6fa33375ad18162de1faee894d0e671077e139295cbc609b036804a05d8353ea32b9c963bced2aeda951f@34.193.207.38:30303",
"enode://16baffd0d7f8ddd77c5ac21902bdb3ae6fa9e17f2449a579e5f2db0b8701e451c7d27225319cb15628791d4d19f3fcb7c2e2c6b8757ab195eb65d7c347c9530c@23.22.141.34:30303",
"enode://f05c1d338edbfbba711118a4ac8ecc37dba436289ecf86361664ef9fe4659e31f668ff23982e9afcf60e8059b23fa6b0f0bce4e8dcfef3e7507c168d62d4d98b@3.214.59.4:30303",
"enode://7d582bb66161906100679e079676f12109e5e73731c28a0d23d7c36ece46acd0a307add1b0c38931441c7dbffd5f0ae5507427523e9e3ea875b1ee43097d5b8d@3.213.32.155:30303"
]
}

View File

@ -1,16 +0,0 @@
# Users config file in users.toml
# This configuration file can be used for either Alice, Bob or Charlie
[parity]
chain = "/home/parity/parity/config/chain.json"
[rpc]
port = 8545
interface = "0.0.0.0"
cors = ["all"]
hosts = ["all"]
apis = ["web3", "eth", "pubsub", "net", "parity", "parity_pubsub", "parity_accounts", "traces", "rpc", "shh", "shh_pubsub"]
[network]
port = 30303
discovery = true

View File

@ -1 +0,0 @@
{}

View File

@ -1,22 +0,0 @@
{
"id": "0902d04b-f26e-5c1f-e3ae-78d2c1cb16e7",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "6a829fe7bc656d85f6c2e9fd21784952"
},
"ciphertext": "1bfec0b054a648af8fdd0e85662206c65a4af0ed15fede4ad41ca9ab7b504ce2",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "95f96b5ee22dd537e06076eb8d7078eb7275d29af935782fe476696b11be50e5"
},
"mac": "4af2215c3cd9447a5b0512d7d1c3ea5a4435981e1c8f48bf71d7a49c0e5b4986"
},
"address": "00bd138abd70e2f00903268f3db08f2d25677c9e",
"name": "Validator0",
"meta": "{}"
}

View File

@ -1,22 +0,0 @@
{
"id": "50aa801a-8d66-1402-1fa4-d8987868c2ce",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "a874e6fe50a5bb088826c45560dc1b7e"
},
"ciphertext": "2383c6aa50c744b6558e77b5dcec6137f647c81f10f71f22a87321fd1306056c",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "eca6ccc9fbb0bdc3a516c7576808ba5031669e6878f3bb95624ddb46449e119c"
},
"mac": "14e9a33a45ae32f88a0bd5aac14521c1fcf14f56fd55c1a1c080b2f81ddb8d44"
},
"address": "068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0",
"name": "",
"meta": "{}"
}

View File

@ -1,22 +0,0 @@
{
"id": "4dd5c7e5-9721-818d-10ec-71a3385535cc",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "cadcbca6144821fd98e27a6d1934c1ca"
},
"ciphertext": "df7d6c70d239b615704e10dd2ae3bea40c620cd597eaf5bb617021d3eb0a2d6e",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "5153f76a1db028354818211dfdf21257cf227b5b394e36debe8a8fdaeb22b943"
},
"mac": "ec893276eadaee70648a9a173f732895f56c7819b7a5fe0758110c9a83899aa4"
},
"address": "4899e89ab14a87e805954c86b32eb7c62bc7ab9a",
"name": "",
"meta": "{}"
}

View File

@ -1 +0,0 @@

View File

@ -1,175 +0,0 @@
{
"name": "nile",
"engine": {
"authorityRound": {
"params": {
"stepDuration": "5",
"validators": {
"multi": {
"0": {
"list": [
"0xa1345ed0b2d1e193aead673e33dac56515af128a",
"0xf4a2dbd5d67ef3019a7e4b188b92128c86d76bf9",
"0xcdbe5f61fac89e2cfcfa3727805d5cb8bc4f9afd"
]
},
"1079300": {
"safeContract": "0xA060De254f9175D7Fa17DA41434E4920CCa30a2A"
}
}
},
"validateScoreTransition": 1000000000,
"validateStepTransition": 1500000000,
"maximumUncleCount": 1000000000
}
}
},
"params": {
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID": "0x2323",
"gasLimitBoundDivisor": "0x400",
"eip140Transition": "0x0",
"eip211Transition": "0x0",
"eip214Transition": "0x0",
"eip658Transition": "0x0",
"wasmActivationTransition": "1079100",
"eip145Transition": "1079100",
"eip1014Transition": "1079100",
"eip1052Transition": "1079100",
"eip1283Transition": "1079100",
"kip4Transition": "1079100",
"kip6Transition": "1079100",
"maxCodeSize": 24576,
"maxCodeSizeTransition": "1079100"
},
"genesis": {
"seal": {
"authorityRound": {
"step": "0x0",
"signature": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
},
"difficulty": "0x20000",
"gasLimit": "0x165A0BC00"
},
"accounts": {
"0x0000000000000000000000000000000000000001": {
"balance": "1",
"builtin": {
"name": "ecrecover",
"pricing": {
"linear": {
"base": 3000,
"word": 0
}
}
}
},
"0x0000000000000000000000000000000000000002": {
"balance": "1",
"builtin": {
"name": "sha256",
"pricing": {
"linear": {
"base": 60,
"word": 12
}
}
}
},
"0x0000000000000000000000000000000000000003": {
"balance": "1",
"builtin": {
"name": "ripemd160",
"pricing": {
"linear": {
"base": 600,
"word": 120
}
}
}
},
"0x0000000000000000000000000000000000000004": {
"balance": "1",
"builtin": {
"name": "identity",
"pricing": {
"linear": {
"base": 15,
"word": 3
}
}
}
},
"0xf5d60efcad44babc8d85eb8df57d9e3a5101eb93": {
"balance": "0x2000000000000000000"
},
"0x61f9546cd2bd5e46bdb915ab9c69210c6ee043d2": {
"balance": "0x2000000000000000000"
},
"0x8d968b9bc8fe3b1d233ae6238c771544dd7c8fb2": {
"balance": "0x2000000000000000000"
},
"0x63132a33765fe352187c93e45fac1b9162399e5c": {
"balance": "0x2000000000000000000"
},
"0x95a165da81359c11aafb4490fe6afeb6ee4f7c2e": {
"balance": "0x2000000000000000000"
},
"0x9224dff492427471092d13b36866875d7e0f2dd6": {
"balance": "0x2000000000000000000"
},
"0x9aa9bfa819800a44803dcacc514bb443a2baade6": {
"balance": "0x2000000000000000000"
},
"0x85ef014983c1bad421cc00941c18122066da5860": {
"balance": "0x2000000000000000000"
},
"0xc6fffcb664a60c019a335902112584829a91c0a0": {
"balance": "0x2000000000000000000"
},
"0xdbb63fb51453714f5efed3c2846160018fb3f43c": {
"balance": "0x2000000000000000000"
},
"0x23be64786fe4467635e65aea49f9dd7a0b05d7b5": {
"balance": "0x2000000000000000000"
},
"0x3c80c7163c1e6730f2ba80df707178dcdee44475": {
"balance": "0x2000000000000000000"
},
"0xe49c5f9c8a78884c8ba2aa161b8c41bf21b96751": {
"balance": "0x2000000000000000000"
},
"0xf7f2673e854e7b33a62beec796dec5d61ac9c40a": {
"balance": "0x2000000000000000000"
},
"0xe739ed3643970d106c4b1c51de91b7992400e50c": {
"balance": "0x2000000000000000000"
},
"0x85a7273ff4f4ffce0c708f47ab45249867679bcf": {
"balance": "0x2000000000000000000"
},
"0x4156e7abdfe6e08c16ef2b241661276af57f9ead": {
"balance": "0x2000000000000000000"
},
"0x480b0e0a641ae45521377d4984d085a003934561": {
"balance": "0x200000000000000000000000"
},
"0xb08eb95236499f072b2ae3c91a8f911d6c853b4d": {
"balance": "0x200000000000000000000000"
},
"0x4899f06b5e60140f1885599bf3a562cb25775adc": {
"balance": "0x200000000000000000000000"
}
},
"nodes": [
"enode://e90d77ad3065d0767abe08cdd47746c29fae578e8d1c06aacc30da720dd7fd8c8aa0e1e2ca2bb20c4739edff82e5e7405a382cf17af6a4366e2540f72e46e829@18.210.120.241:30303",
"enode://204b11794d16f382bab24a7cdde5ec1273b8c6c2b23e64560d7ef1707708158a45300e920607aa413633e45c5eea472c17f474866ce5901515249abfbe9c4e1c@35.171.30.2:30303",
"enode://6881fbbf8f2400c05c61b696af7bb2be04ab22ce64d5221906b9c1c67f2bf976b71cd1d98be7743dfc139a7b590fe230212195714e71f2204252caf68f6f94c0@54.163.9.188:30303",
"enode://2676315c9bc954a275b949b4b77300b694d9829b120dab36e7f125dc790a754e97e1100173a2f8ebe6390c87539424e71774996d823bc9d65b262258877a1353@52.1.94.55:30303",
"enode://5ca724b86ae77e84af2a187f209ee84eb47991689cce6088d6f35b7aa8f50c1bfc74fa5d3f9360da733bef6103c09cf3d8dc956637dd6a7fa7fb69797af0e133@54.156.6.164:30303",
"enode://6ffb46bfefb6ed24d3626a431b367819c01916272ee10caab791ff19b38e9f7ff904566f6ba83fd24591e66cb3d9ac8b24b8be7e157486b5d23ce0c473c628a4@100.24.158.252:30303"
]
}

View File

@ -1,16 +0,0 @@
# Users config file in users.toml
# This configuration file can be used for either Alice, Bob or Charlie
[parity]
chain = "/home/parity/parity/config/chain.json"
[rpc]
port = 8545
interface = "0.0.0.0"
cors = ["all"]
hosts = ["all"]
apis = ["web3", "eth", "pubsub", "net", "parity", "parity_pubsub", "parity_accounts", "traces", "rpc", "shh", "shh_pubsub"]
[network]
port = 30303
discovery = true

View File

@ -1 +0,0 @@
{}

View File

@ -1,22 +0,0 @@
{
"id": "50aa801a-8d66-1402-1fa4-d8987868c2ce",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "a874e6fe50a5bb088826c45560dc1b7e"
},
"ciphertext": "2383c6aa50c744b6558e77b5dcec6137f647c81f10f71f22a87321fd1306056c",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "eca6ccc9fbb0bdc3a516c7576808ba5031669e6878f3bb95624ddb46449e119c"
},
"mac": "14e9a33a45ae32f88a0bd5aac14521c1fcf14f56fd55c1a1c080b2f81ddb8d44"
},
"address": "068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0",
"name": "",
"meta": "{}"
}

View File

@ -1,109 +0,0 @@
{
"name": "pacific",
"engine": {
"authorityRound": {
"params": {
"stepDuration": "5",
"validators": {
"multi": {
"0": {
"list": [
"0x58c0131d5a14b508a7d2cea1179cf8d384b7bf1a",
"0x5676b8e60728efdc33a65fcdb8c6d0965d5b045a",
"0xbe7ef68dcdbe6520a4ba380c59d1dadc012effff"
]
}
}
}
}
}
},
"params": {
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID": "0xCEA11",
"gasLimitBoundDivisor": "0x400",
"eip140Transition": "0",
"eip145Transition": "0",
"eip211Transition": "0",
"eip214Transition": "0",
"eip658Transition": "0",
"eip1014Transition": "0",
"eip1052Transition": "0",
"eip1283Transition": "0",
"kip4Transition": "0",
"kip6Transition": "0",
"wasmActivationTransition": "0"
},
"genesis": {
"seal": {
"authorityRound": {
"step": "0x0",
"signature": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
},
"difficulty": "0x20000",
"gasLimit": "0x165A0BC00"
},
"accounts": {
"0x0000000000000000000000000000000000000001": {
"balance": "1",
"builtin": {
"name": "ecrecover",
"pricing": {
"linear": {
"base": 3000,
"word": 0
}
}
}
},
"0x0000000000000000000000000000000000000002": {
"balance": "1",
"builtin": {
"name": "sha256",
"pricing": {
"linear": {
"base": 60,
"word": 12
}
}
}
},
"0x0000000000000000000000000000000000000003": {
"balance": "1",
"builtin": {
"name": "ripemd160",
"pricing": {
"linear": {
"base": 600,
"word": 120
}
}
}
},
"0x0000000000000000000000000000000000000004": {
"balance": "1",
"builtin": {
"name": "identity",
"pricing": {
"linear": {
"base": 15,
"word": 3
}
}
}
},
"0x7eed82a01e7b3cc6c3bb472d34d875e6e2ead48b": {
"balance": "1606938044258990275541962092341162602522202993782792835301376"
}
},
"nodes": [
"enode://e5e44f4a86a706b4d00a51078df37c0240872a4b1a0b1561266573e42c1e76e8b48a80b46526accba41677323288cc395babd39ac7483b98808c2387addcd949@3.217.145.228:30303",
"enode://6a4aac724a2dc1076e26837723958549feef5202ce5dce35bfad443782a0a73da31a7dabe285d18d61c26dfb39e2dec55ed6d61e1af27b927741b5ff1ac399d7@3.217.208.52:30303",
"enode://7797c7ba758004af448ea0a33a9815b4578a14c98a1feb1717a954d9927d9b59c194dc50c59a9b4053277a92e0e96917e3340a2bcdb5d09e49cf9907f090d94b@3.217.90.136:30303",
"enode://c3c6b58cb12afee2b5ab92e418b86c542c3debebdc08f8c16e3e674b302517ac85118ee6519ab89855a45b0f2136d06a63194fa668d18d5757a1a0f0dfca18d9@3.218.32.223:30303",
"enode://58fea462352fa09ae22893a849ca6a6600a1a24ffacd25fe7f380ec442163edd0ce5b5884ab63451adf6b1df9b651ad6b5ffcaa74fe1e2346aabda3419686e52@52.206.124.28:30303",
"enode://496cdd8b49f17cbe3000ef3d0cad2ff92aa321a04e791af562fb6f66dfe634a5eb28fb80148d58d5bf99e115a21f3d433f8ce54f9ae79a9e619e213bb6585d73@54.158.180.108:30303"
]
}

View File

@ -1,17 +0,0 @@
# Users config file in users.toml
# This configuration file can be used for either Alice, Bob or Charlie
[parity]
chain = "/home/parity/parity/config/chain.json"
[rpc]
port = 8545
interface = "0.0.0.0"
cors = ["all"]
hosts = ["all"]
apis = ["web3", "eth", "pubsub", "net", "parity", "parity_pubsub", "parity_accounts", "traces", "rpc", "shh", "shh_pubsub"]
[network]
port = 30303
discovery = true

View File

@ -1 +0,0 @@
{}

View File

@ -1,22 +0,0 @@
{
"id": "50aa801a-8d66-1402-1fa4-d8987868c2ce",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "a874e6fe50a5bb088826c45560dc1b7e"
},
"ciphertext": "2383c6aa50c744b6558e77b5dcec6137f647c81f10f71f22a87321fd1306056c",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "eca6ccc9fbb0bdc3a516c7576808ba5031669e6878f3bb95624ddb46449e119c"
},
"mac": "14e9a33a45ae32f88a0bd5aac14521c1fcf14f56fd55c1a1c080b2f81ddb8d44"
},
"address": "068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0",
"name": "",
"meta": "{}"
}

View File

@ -1,175 +0,0 @@
{
"name": "duero",
"engine": {
"authorityRound": {
"params": {
"stepDuration": "5",
"validators": {
"multi": {
"0": {
"list": [
"0xdcb7ff1b9fd738a47eaf9b2e0b3d817b1da92781",
"0x3e10ae74970da70b706e768eead37b712a698941",
"0x0179e19cd246bb7bdec2c998ae0d8307a7eddbc5"
]
},
"333": {
"safeContract": "0xBDFeAc66c022165Bdb320264398977bf8A54e3C0"
},
"13333": {
"safeContract": "0x4Eb388C190Cde6Bf8C60e37CCd2C8056A184eD43"
}
}
}
}
}
},
"params": {
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID": "0x897",
"gasLimitBoundDivisor": "0x400",
"eip140Transition": "0x0",
"eip211Transition": "0x0",
"eip214Transition": "0x0",
"eip658Transition": "0x0",
"wasmActivationTransition": "0x0",
"eip145Transition": "0x0",
"eip1014Transition": "0x0",
"eip1052Transition": "0x0",
"eip1283Transition": "0x0",
"kip4Transition": "0x0",
"kip6Transition": "0x0",
"maxCodeSize": 24576,
"maxCodeSizeTransition": "0x0"
},
"genesis": {
"seal": {
"authorityRound": {
"step": "0x0",
"signature": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
},
"difficulty": "0x20000",
"gasLimit": "0x165A0BC00"
},
"accounts": {
"0x0000000000000000000000000000000000000001": {
"balance": "1",
"builtin": {
"name": "ecrecover",
"pricing": {
"linear": {
"base": 3000,
"word": 0
}
}
}
},
"0x0000000000000000000000000000000000000002": {
"balance": "1",
"builtin": {
"name": "sha256",
"pricing": {
"linear": {
"base": 60,
"word": 12
}
}
}
},
"0x0000000000000000000000000000000000000003": {
"balance": "1",
"builtin": {
"name": "ripemd160",
"pricing": {
"linear": {
"base": 600,
"word": 120
}
}
}
},
"0x0000000000000000000000000000000000000004": {
"balance": "1",
"builtin": {
"name": "identity",
"pricing": {
"linear": {
"base": 15,
"word": 3
}
}
}
},
"0xf5d60efcad44babc8d85eb8df57d9e3a5101eb93": {
"balance": "0x2000000000000000000"
},
"0x61f9546cd2bd5e46bdb915ab9c69210c6ee043d2": {
"balance": "0x2000000000000000000"
},
"0x8d968b9bc8fe3b1d233ae6238c771544dd7c8fb2": {
"balance": "0x2000000000000000000"
},
"0x63132a33765fe352187c93e45fac1b9162399e5c": {
"balance": "0x2000000000000000000"
},
"0x95a165da81359c11aafb4490fe6afeb6ee4f7c2e": {
"balance": "0x2000000000000000000"
},
"0x9224dff492427471092d13b36866875d7e0f2dd6": {
"balance": "0x2000000000000000000"
},
"0x9aa9bfa819800a44803dcacc514bb443a2baade6": {
"balance": "0x2000000000000000000"
},
"0x85ef014983c1bad421cc00941c18122066da5860": {
"balance": "0x2000000000000000000"
},
"0xc6fffcb664a60c019a335902112584829a91c0a0": {
"balance": "0x2000000000000000000"
},
"0xdbb63fb51453714f5efed3c2846160018fb3f43c": {
"balance": "0x2000000000000000000"
},
"0x23be64786fe4467635e65aea49f9dd7a0b05d7b5": {
"balance": "0x2000000000000000000"
},
"0x3c80c7163c1e6730f2ba80df707178dcdee44475": {
"balance": "0x2000000000000000000"
},
"0xe49c5f9c8a78884c8ba2aa161b8c41bf21b96751": {
"balance": "0x2000000000000000000"
},
"0xf7f2673e854e7b33a62beec796dec5d61ac9c40a": {
"balance": "0x2000000000000000000"
},
"0xe739ed3643970d106c4b1c51de91b7992400e50c": {
"balance": "0x2000000000000000000"
},
"0x85a7273ff4f4ffce0c708f47ab45249867679bcf": {
"balance": "0x2000000000000000000"
},
"0x4156e7abdfe6e08c16ef2b241661276af57f9ead": {
"balance": "0x2000000000000000000"
},
"0x480b0e0a641ae45521377d4984d085a003934561": {
"balance": "0x200000000000000000000000"
},
"0xb08eb95236499f072b2ae3c91a8f911d6c853b4d": {
"balance": "0x200000000000000000000000"
},
"0x4899f06b5e60140f1885599bf3a562cb25775adc": {
"balance": "0x200000000000000000000000"
}
},
"nodes": [
"enode://1ac6d74bbd80a37c1dc75bddc78462922d8df6b6243c2e1b38ff250ae57d11ad37bbfcc65fcbb7c0ae22da1de5e516c00ddf98253701db18fe7280ca6b8b45d2@3.214.8.88:30303",
"enode://d081a7cebb62ba4a93cbdc96a22779168d8583266fe94a859a40ceb85cf8a056aeabf82c43f2ba35e4eeaf61c34fa8a873b1f16906dfcc0d512cb29e316d696a@3.95.88.145:30303",
"enode://d7fc9a3c23f9926321b81ff32ac130bdce185edb7be6fa33375ad18162de1faee894d0e671077e139295cbc609b036804a05d8353ea32b9c963bced2aeda951f@34.193.207.38:30303",
"enode://16baffd0d7f8ddd77c5ac21902bdb3ae6fa9e17f2449a579e5f2db0b8701e451c7d27225319cb15628791d4d19f3fcb7c2e2c6b8757ab195eb65d7c347c9530c@23.22.141.34:30303",
"enode://f05c1d338edbfbba711118a4ac8ecc37dba436289ecf86361664ef9fe4659e31f668ff23982e9afcf60e8059b23fa6b0f0bce4e8dcfef3e7507c168d62d4d98b@3.214.59.4:30303",
"enode://7d582bb66161906100679e079676f12109e5e73731c28a0d23d7c36ece46acd0a307add1b0c38931441c7dbffd5f0ae5507427523e9e3ea875b1ee43097d5b8d@3.213.32.155:30303"
]
}

View File

@ -1,158 +0,0 @@
{
"name": "nile",
"engine": {
"authorityRound": {
"params": {
"stepDuration": "5",
"validators": {
"list": [
"0xa1345ed0b2d1e193aead673e33dac56515af128a",
"0xf4a2dbd5d67ef3019a7e4b188b92128c86d76bf9",
"0xcdbe5f61fac89e2cfcfa3727805d5cb8bc4f9afd"
]
},
"validateScoreTransition": 1000000000,
"validateStepTransition": 1500000000,
"maximumUncleCount": 1000000000
}
}
},
"params": {
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID": "0x2323",
"gasLimitBoundDivisor": "0x400",
"eip140Transition": 0,
"eip211Transition": 0,
"eip214Transition": 0,
"eip658Transition": 0
},
"genesis": {
"seal": {
"authorityRound": {
"step": "0x0",
"signature": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
},
"difficulty": "0x20000",
"gasLimit": "0x165A0BC00"
},
"accounts": {
"0x0000000000000000000000000000000000000001": {
"balance": "1",
"builtin": {
"name": "ecrecover",
"pricing": {
"linear": {
"base": 3000,
"word": 0
}
}
}
},
"0x0000000000000000000000000000000000000002": {
"balance": "1",
"builtin": {
"name": "sha256",
"pricing": {
"linear": {
"base": 60,
"word": 12
}
}
}
},
"0x0000000000000000000000000000000000000003": {
"balance": "1",
"builtin": {
"name": "ripemd160",
"pricing": {
"linear": {
"base": 600,
"word": 120
}
}
}
},
"0x0000000000000000000000000000000000000004": {
"balance": "1",
"builtin": {
"name": "identity",
"pricing": {
"linear": {
"base": 15,
"word": 3
}
}
}
},
"0xf5d60efcad44babc8d85eb8df57d9e3a5101eb93": {
"balance": "0x2000000000000000000"
},
"0x61f9546cd2bd5e46bdb915ab9c69210c6ee043d2": {
"balance": "0x2000000000000000000"
},
"0x8d968b9bc8fe3b1d233ae6238c771544dd7c8fb2": {
"balance": "0x2000000000000000000"
},
"0x63132a33765fe352187c93e45fac1b9162399e5c": {
"balance": "0x2000000000000000000"
},
"0x95a165da81359c11aafb4490fe6afeb6ee4f7c2e": {
"balance": "0x2000000000000000000"
},
"0x9224dff492427471092d13b36866875d7e0f2dd6": {
"balance": "0x2000000000000000000"
},
"0x9aa9bfa819800a44803dcacc514bb443a2baade6": {
"balance": "0x2000000000000000000"
},
"0x85ef014983c1bad421cc00941c18122066da5860": {
"balance": "0x2000000000000000000"
},
"0xc6fffcb664a60c019a335902112584829a91c0a0": {
"balance": "0x2000000000000000000"
},
"0xdbb63fb51453714f5efed3c2846160018fb3f43c": {
"balance": "0x2000000000000000000"
},
"0x23be64786fe4467635e65aea49f9dd7a0b05d7b5": {
"balance": "0x2000000000000000000"
},
"0x3c80c7163c1e6730f2ba80df707178dcdee44475": {
"balance": "0x2000000000000000000"
},
"0xe49c5f9c8a78884c8ba2aa161b8c41bf21b96751": {
"balance": "0x2000000000000000000"
},
"0xf7f2673e854e7b33a62beec796dec5d61ac9c40a": {
"balance": "0x2000000000000000000"
},
"0xe739ed3643970d106c4b1c51de91b7992400e50c": {
"balance": "0x2000000000000000000"
},
"0x85a7273ff4f4ffce0c708f47ab45249867679bcf": {
"balance": "0x2000000000000000000"
},
"0x4156e7abdfe6e08c16ef2b241661276af57f9ead": {
"balance": "0x2000000000000000000"
},
"0x480b0e0a641ae45521377d4984d085a003934561": {
"balance": "0x200000000000000000000000"
},
"0xb08eb95236499f072b2ae3c91a8f911d6c853b4d": {
"balance": "0x200000000000000000000000"
},
"0x4899f06b5e60140f1885599bf3a562cb25775adc": {
"balance": "0x200000000000000000000000"
}
},
"nodes": [
"enode://e90d77ad3065d0767abe08cdd47746c29fae578e8d1c06aacc30da720dd7fd8c8aa0e1e2ca2bb20c4739edff82e5e7405a382cf17af6a4366e2540f72e46e829@18.210.120.241:30303",
"enode://204b11794d16f382bab24a7cdde5ec1273b8c6c2b23e64560d7ef1707708158a45300e920607aa413633e45c5eea472c17f474866ce5901515249abfbe9c4e1c@35.171.30.2:30303",
"enode://6881fbbf8f2400c05c61b696af7bb2be04ab22ce64d5221906b9c1c67f2bf976b71cd1d98be7743dfc139a7b590fe230212195714e71f2204252caf68f6f94c0@54.163.9.188:30303",
"enode://2676315c9bc954a275b949b4b77300b694d9829b120dab36e7f125dc790a754e97e1100173a2f8ebe6390c87539424e71774996d823bc9d65b262258877a1353@52.1.94.55:30303",
"enode://5ca724b86ae77e84af2a187f209ee84eb47991689cce6088d6f35b7aa8f50c1bfc74fa5d3f9360da733bef6103c09cf3d8dc956637dd6a7fa7fb69797af0e133@54.156.6.164:30303",
"enode://6ffb46bfefb6ed24d3626a431b367819c01916272ee10caab791ff19b38e9f7ff904566f6ba83fd24591e66cb3d9ac8b24b8be7e157486b5d23ce0c473c628a4@100.24.158.252:30303"
]
}

View File

@ -1,109 +0,0 @@
{
"name": "pacific",
"engine": {
"authorityRound": {
"params": {
"stepDuration": "5",
"validators": {
"multi": {
"0": {
"list": [
"0x58c0131d5a14b508a7d2cea1179cf8d384b7bf1a",
"0x5676b8e60728efdc33a65fcdb8c6d0965d5b045a",
"0xbe7ef68dcdbe6520a4ba380c59d1dadc012effff"
]
}
}
}
}
}
},
"params": {
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID": "0xCEA11",
"gasLimitBoundDivisor": "0x400",
"eip140Transition": "0",
"eip145Transition": "0",
"eip211Transition": "0",
"eip214Transition": "0",
"eip658Transition": "0",
"eip1014Transition": "0",
"eip1052Transition": "0",
"eip1283Transition": "0",
"kip4Transition": "0",
"kip6Transition": "0",
"wasmActivationTransition": "0"
},
"genesis": {
"seal": {
"authorityRound": {
"step": "0x0",
"signature": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
},
"difficulty": "0x20000",
"gasLimit": "0x165A0BC00"
},
"accounts": {
"0x0000000000000000000000000000000000000001": {
"balance": "1",
"builtin": {
"name": "ecrecover",
"pricing": {
"linear": {
"base": 3000,
"word": 0
}
}
}
},
"0x0000000000000000000000000000000000000002": {
"balance": "1",
"builtin": {
"name": "sha256",
"pricing": {
"linear": {
"base": 60,
"word": 12
}
}
}
},
"0x0000000000000000000000000000000000000003": {
"balance": "1",
"builtin": {
"name": "ripemd160",
"pricing": {
"linear": {
"base": 600,
"word": 120
}
}
}
},
"0x0000000000000000000000000000000000000004": {
"balance": "1",
"builtin": {
"name": "identity",
"pricing": {
"linear": {
"base": 15,
"word": 3
}
}
}
},
"0x7eed82a01e7b3cc6c3bb472d34d875e6e2ead48b": {
"balance": "1606938044258990275541962092341162602522202993782792835301376"
}
},
"nodes": [
"enode://e5e44f4a86a706b4d00a51078df37c0240872a4b1a0b1561266573e42c1e76e8b48a80b46526accba41677323288cc395babd39ac7483b98808c2387addcd949@3.217.145.228:30303",
"enode://6a4aac724a2dc1076e26837723958549feef5202ce5dce35bfad443782a0a73da31a7dabe285d18d61c26dfb39e2dec55ed6d61e1af27b927741b5ff1ac399d7@3.217.208.52:30303",
"enode://7797c7ba758004af448ea0a33a9815b4578a14c98a1feb1717a954d9927d9b59c194dc50c59a9b4053277a92e0e96917e3340a2bcdb5d09e49cf9907f090d94b@3.217.90.136:30303",
"enode://c3c6b58cb12afee2b5ab92e418b86c542c3debebdc08f8c16e3e674b302517ac85118ee6519ab89855a45b0f2136d06a63194fa668d18d5757a1a0f0dfca18d9@3.218.32.223:30303",
"enode://58fea462352fa09ae22893a849ca6a6600a1a24ffacd25fe7f380ec442163edd0ce5b5884ab63451adf6b1df9b651ad6b5ffcaa74fe1e2346aabda3419686e52@52.206.124.28:30303",
"enode://496cdd8b49f17cbe3000ef3d0cad2ff92aa321a04e791af562fb6f66dfe634a5eb28fb80148d58d5bf99e115a21f3d433f8ce54f9ae79a9e619e213bb6585d73@54.158.180.108:30303"
]
}

View File

@ -1,553 +0,0 @@
{
"name": "spree",
"engine": {
"authorityRound": {
"params": {
"stepDuration": "1",
"validators": {
"list": [
"0x00bd138abd70e2f00903268f3db08f2d25677c9e",
"0x002e28950558fbede1a9675cb113f0bd20912019",
"0x00aa39d30f0d20ff03a22ccfc30b7efbfca597c2"
]
},
"validateScoreTransition": 1000000000,
"validateStepTransition": 1500000000,
"maximumUncleCount": 1000000000
}
}
},
"params": {
"gasLimitBoundDivisor": "0x0400",
"accountStartNonce": "0x0",
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID": "0x2324",
"eip140Transition": "0x0",
"eip211Transition": "0x0",
"eip214Transition": "0x0",
"eip658Transition": "0x0",
"wasmActivationTransition": "0x0",
"eip145Transition": "0x0",
"eip1014Transition": "0x0",
"eip1052Transition": "0x0",
"eip1283Transition": "0x0",
"kip4Transition": "0x0",
"kip6Transition": "0x0"
},
"genesis": {
"seal": {
"authorityRound": {
"step": "0x0",
"signature": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
},
"difficulty": "0x20000",
"gasLimit": "0x165A0BC00"
},
"accounts": {
"0x0000000000000000000000000000000000000001": {
"balance": "1",
"builtin": {
"name": "ecrecover",
"pricing": {
"linear": {
"base": 3000,
"word": 0
}
}
}
},
"0x0000000000000000000000000000000000000002": {
"balance": "1",
"builtin": {
"name": "sha256",
"pricing": {
"linear": {
"base": 60,
"word": 12
}
}
}
},
"0x0000000000000000000000000000000000000003": {
"balance": "1",
"builtin": {
"name": "ripemd160",
"pricing": {
"linear": {
"base": 600,
"word": 120
}
}
}
},
"0x0000000000000000000000000000000000000004": {
"balance": "1",
"builtin": {
"name": "identity",
"pricing": {
"linear": {
"base": 15,
"word": 3
}
}
}
},
"0x0000000000000000000000000000000000000005": {
"balance": "1",
"builtin": {
"name": "modexp",
"activate_at": 0,
"pricing": {
"modexp": {
"divisor": 20
}
}
}
},
"0x0000000000000000000000000000000000000006": {
"balance": "1",
"builtin": {
"name": "alt_bn128_add",
"activate_at": 0,
"pricing": {
"linear": {
"base": 500,
"word": 0
}
}
}
},
"0x0000000000000000000000000000000000000007": {
"balance": "1",
"builtin": {
"name": "alt_bn128_mul",
"activate_at": 0,
"pricing": {
"linear": {
"base": 40000,
"word": 0
}
}
}
},
"0x0000000000000000000000000000000000000008": {
"balance": "1",
"builtin": {
"name": "alt_bn128_pairing",
"activate_at": 0,
"pricing": {
"alt_bn128_pairing": {
"base": 100000,
"pair": 80000
}
}
}
},
"0x00Bd138aBD70e2F00903268F3Db08f2D25677C9e": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0x068Ed00cF0441e4829D9784fCBe7b9e26D4BD8d0": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0xA99D43d86A0758d5632313b8fA3972B6088A21BB": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0xe2DD09d719Da89e5a3D0F2549c7E24566e947260": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0xBE5449a6A97aD46c8558A3356267Ee5D2731ab5e": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0xA78deb2Fa79463945C247991075E2a0e98Ba7A09": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0x02354A1F160A3fd7ac8b02ee91F04104440B28E7": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0xe17D2A07EFD5b112F4d675ea2d122ddb145d117B": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0xA32C84D2B44C041F3a56afC07a33f8AC5BF1A071": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0xFF3fE9eb218EAe9ae1eF9cC6C4db238B770B65CC": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0x529043886F21D9bc1AE0feDb751e34265a246e47": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0xe08A1dAe983BC701D05E492DB80e0144f8f4b909": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0xbcE5A3468386C64507D30136685A99cFD5603135": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0x8af7d4d2ede31794b103235b9adadc85d3e190a8": {
"balance": "0x10000000000000000"
},
"0xa406c48e08a32384abc1c22d061d3a4e22a87901": {
"balance": "0x10000000000000000"
},
"0xc285101e2ff7388ebeaaceb7722584e8b90cb51b": {
"balance": "0x10000000000000000"
},
"0x29d34d35098443ca6855602d45aab7eb2606c990": {
"balance": "0x10000000000000000"
},
"0x9a72c513197f4560539046a27e1324785485e1cc": {
"balance": "0x10000000000000000"
},
"0xa209091ae3fc83bb5cad8fff0ffa8ce0157b0183": {
"balance": "0x10000000000000000"
},
"0x8ec02f9eeae938a9031bf57da3d9f1a1173c79ac": {
"balance": "0x10000000000000000"
},
"0x58b0321da73f8faeffc08774d9bb961d5c875c78": {
"balance": "0x10000000000000000"
},
"0xb40e42ded3b92f425c71ab3a727212614843d0d7": {
"balance": "0x10000000000000000"
},
"0x14436aa3f96bf3a1628f43f7efc9e62292698a32": {
"balance": "0x10000000000000000"
},
"0xafc8e581af80aeec3eb218373595befcf060bb93": {
"balance": "0x10000000000000000"
},
"0xe8eca5571b304c5f4004c4793bfb7bcbba9307a8": {
"balance": "0x10000000000000000"
},
"0x68be5a46e0d4c0b88610e6a6d52ced72975cc305": {
"balance": "0x10000000000000000"
},
"0x98d50e062c277da127f4d17529996e20f1bcf3e3": {
"balance": "0x10000000000000000"
},
"0x207595bc37dbac843e904f3925258244a6cdc571": {
"balance": "0x10000000000000000"
},
"0x5f8540e90728ee064dd0f761fc14587c2be7f77f": {
"balance": "0x10000000000000000"
},
"0xb353b58b5ff997375a30475489246d9fcad592b0": {
"balance": "0x10000000000000000"
},
"0x4c44474a9d85431bf1b3f4e7de4598f9aa07e074": {
"balance": "0x10000000000000000"
},
"0x76da1b5f8ac66528a7f5a0745f8557987309ff5c": {
"balance": "0x10000000000000000"
},
"0x983108aa053a22b73f61354b708d3a8be6a66b04": {
"balance": "0x10000000000000000"
},
"0x237e71abb676cfbdff74a09d058310ef8ba94c92": {
"balance": "0x10000000000000000"
},
"0xf5327433c8bb9c374477efd30fd4f993cb6d4749": {
"balance": "0x10000000000000000"
},
"0xca0b9b8b30f759c3c6ab62531fab1f14b67d9022": {
"balance": "0x10000000000000000"
},
"0x5a4e71e6809e6903353b562fdd0d3a80fa36f6c3": {
"balance": "0x10000000000000000"
},
"0x0e69f59bfecb92f5622e2e39793acd2bd85c6987": {
"balance": "0x10000000000000000"
},
"0x5667d26d1e73bacbeab8a8a7bee1ace4b9818f31": {
"balance": "0x10000000000000000"
},
"0x8ad77062ea7af6f322bfc0b3bd969bbf1d072015": {
"balance": "0x10000000000000000"
},
"0x2760e6fabff121101747121228d73506c5e05b71": {
"balance": "0x10000000000000000"
},
"0xa74a0ff8dff5420319c76e9e1f8eec9fea550d33": {
"balance": "0x10000000000000000"
},
"0x437270c005837c1e585f9dd8e6a04ceefe2f0ee8": {
"balance": "0x10000000000000000"
},
"0x3b18ebbaabd7fa7cf97c7b9cbc3ec3717de9a86d": {
"balance": "0x10000000000000000"
},
"0x68a03dcc60d113ecd334474236606f03c1da316a": {
"balance": "0x10000000000000000"
},
"0xffbb1177d9ebc94ecaec6adc7c5d824afb22a4a8": {
"balance": "0x10000000000000000"
},
"0x51ee02ef590b0479387343429b7d19b8aba0cd18": {
"balance": "0x10000000000000000"
},
"0x5ca985715a657e89ee7f8d06d98b419224a5a523": {
"balance": "0x10000000000000000"
},
"0x45fde4de4b1ab2240f52790ab7afadcb6fc256af": {
"balance": "0x10000000000000000"
},
"0x04f86c8ce00fe2534fa47eecc4737f3c1c7cc5f6": {
"balance": "0x10000000000000000"
},
"0x168b2ac464bf73739843fd8cd71f7471224464dc": {
"balance": "0x10000000000000000"
},
"0x835b5e6f655fe0fdee77ec4f944093a81ff3a649": {
"balance": "0x10000000000000000"
},
"0xb80ca71cdc15342209e1bd90b5e30f5c26b2cd3d": {
"balance": "0x10000000000000000"
},
"0x0d0d6e34cfc9445630b21c5e78c097d29ac59787": {
"balance": "0x10000000000000000"
},
"0xb7a12710bb510ce851b6ba1e65185e4473ffc587": {
"balance": "0x10000000000000000"
},
"0x94e7a08bbaea3453b7ef5a4732a8d654567428b6": {
"balance": "0x10000000000000000"
},
"0x1faf365d45e515f1918b1d2a0908325ebb514d98": {
"balance": "0x10000000000000000"
},
"0xb408020a6d0ab002e2878566eacc3c134c57cc7e": {
"balance": "0x10000000000000000"
},
"0x2bd7d5c0a5a18fa9faeaf1528b1862288d352dc8": {
"balance": "0x10000000000000000"
},
"0x60e20f80e857f73362609423f5d830e8c2ef99a6": {
"balance": "0x10000000000000000"
},
"0x87f54d73580fd6475984f116cb555b04ae8a31bc": {
"balance": "0x10000000000000000"
},
"0xdb383969ef4dc1b0d40287675e1c2e91d94be9ab": {
"balance": "0x10000000000000000"
},
"0x7610774aa590856e566ee4193897be0a2019ec8c": {
"balance": "0x10000000000000000"
},
"0x7be217fd1a625a2a6bacdf612066e7f77eec4f36": {
"balance": "0x10000000000000000"
},
"0x0240096ffcec7372ff51fc77672a830c67e3d29c": {
"balance": "0x10000000000000000"
},
"0x96793a36a249c12db76542da6557153a168f01a3": {
"balance": "0x10000000000000000"
},
"0x41a8414ba7ef274cd823742249dabf483e24357e": {
"balance": "0x10000000000000000"
},
"0x5836f86339a6a88a5532fcc397e6262056f33b75": {
"balance": "0x10000000000000000"
},
"0x6e6751d50410b777b541a8bb0f8189fb97ea90ce": {
"balance": "0x10000000000000000"
},
"0xf0dcf392885f5f474ec3d65221caf1740a71fd23": {
"balance": "0x10000000000000000"
},
"0x8a4e33bc8534e5d8285b25971858cb120547dc9b": {
"balance": "0x10000000000000000"
},
"0xefdd95a951928fb0f872b6ccc6f633a6c266699f": {
"balance": "0x10000000000000000"
},
"0x4dee03d3345805b60597230f83c4e96b9d01a124": {
"balance": "0x10000000000000000"
},
"0xe2DD09d719Da89e5a3D0F2549c7E24566e947260": {
"balance": "0x10000000000000000"
},
"0xBE5449a6A97aD46c8558A3356267Ee5D2731ab5e": {
"balance": "0x10000000000000000"
},
"0xA78deb2Fa79463945C247991075E2a0e98Ba7A09": {
"balance": "0x10000000000000000"
},
"0x02354A1F160A3fd7ac8b02ee91F04104440B28E7": {
"balance": "0x10000000000000000"
},
"0xe17D2A07EFD5b112F4d675ea2d122ddb145d117B": {
"balance": "0x10000000000000000"
},
"0xA32C84D2B44C041F3a56afC07a33f8AC5BF1A071": {
"balance": "0x10000000000000000"
},
"0xFF3fE9eb218EAe9ae1eF9cC6C4db238B770B65CC": {
"balance": "0x10000000000000000"
},
"0x529043886F21D9bc1AE0feDb751e34265a246e47": {
"balance": "0x10000000000000000"
},
"0xe08A1dAe983BC701D05E492DB80e0144f8f4b909": {
"balance": "0x10000000000000000"
},
"0xbcE5A3468386C64507D30136685A99cFD5603135": {
"balance": "0x10000000000000000"
},
"0xee59A16d95042e1B252d4598e2e503837a52eCb1": {
"balance": "0x10000000000000000"
},
"0x320608cEB9B40fC5a77596CCad2E0B35659fbb2C": {
"balance": "0x10000000000000000"
},
"0x675003EF9a381Edb5bA2A954eD4b15037C602A2d": {
"balance": "0x10000000000000000"
},
"0x18041C71fCD4c913ca8FEcc56baFe26067542444": {
"balance": "0x10000000000000000"
},
"0xC13434Bddf1Afb7Efa9d3A830778475A12A9e57c": {
"balance": "0x10000000000000000"
},
"0x4f81423DC72Ea9AE39E539E4e5E9e7e8bAA9Da56": {
"balance": "0x10000000000000000"
},
"0x8731D4E6b5988ddF5a224F84fF22B79059612E3d": {
"balance": "0x10000000000000000"
},
"0x1cF006B1D8802eC6806ECAb9b34724f1269736c2": {
"balance": "0x10000000000000000"
},
"0xB86d5bA61C85CBEd834f6f5723845e628a1c9EB0": {
"balance": "0x10000000000000000"
},
"0x0c076c170D6eD68877DD601895FBFC94CA6e78Bd": {
"balance": "0x10000000000000000"
},
"0xaaE4d29fe99Fc3119eff833dEc720872aEE74d87": {
"balance": "0x10000000000000000"
},
"0xb7A8176C2E7E207c3980cc995C559741394AF7d8": {
"balance": "0x10000000000000000"
},
"0x9652ca52DA8F96ef7117C547f4dd7304a1C4aa94": {
"balance": "0x10000000000000000"
},
"0x2387eF704DfD3eafcb8e6A8DbD21Dff160a45c88": {
"balance": "0x10000000000000000"
},
"0xd155b11bd4d0b17B00e4BAc5AB68B658dcE90897": {
"balance": "0x10000000000000000"
},
"0x4886b99D33527E050180ce7f7C4000532Ba181A0": {
"balance": "0x10000000000000000"
},
"0x9F6c3bCB57a55E2Ba5aBF19E76fED9EDbFe77E88": {
"balance": "0x10000000000000000"
},
"0xa7eA9faf9C7e8aAc8631Fc68B53F4364C764E571": {
"balance": "0x10000000000000000"
},
"0x5D264E40cD85D674A6eABd1AAE0Ce04D545D841B": {
"balance": "0x10000000000000000"
},
"0x436992c636624877344c6C28702cF775d6888d72": {
"balance": "0x10000000000000000"
},
"0x71a3E35927B5cC315147Db7d92f668e40a4eF3cA": {
"balance": "0x10000000000000000"
},
"0x1253600fEE098C0c6c529ab874E0DD68A0322996": {
"balance": "0x10000000000000000"
},
"0x8E711ab08631611ab620F2516E09F47a954ba1a7": {
"balance": "0x10000000000000000"
},
"0xDD5b06793ef2E1e182b9014d0973A2B59B10D984": {
"balance": "0x10000000000000000"
},
"0x12132bA9133C852f5491B3eE4C6DF76f355355AE": {
"balance": "0x10000000000000000"
},
"0x97856aA63a8f7B67ae3f1d83b1AD2282812F4eA3": {
"balance": "0x10000000000000000"
},
"0x337fE32370726c901d4E01659810791439e79397": {
"balance": "0x10000000000000000"
},
"0x191304B8C582dBA2Dcce8C844b32ad336E8E96c9": {
"balance": "0x10000000000000000"
},
"0xCB8e3496f8018353967540F67D8Bf35FDf3e48dc": {
"balance": "0x10000000000000000"
},
"0x34244e31a5a4F08D519573C76a75394D3a4b67e1": {
"balance": "0x10000000000000000"
},
"0x41309C3Ad40e308797239733C5C6A0d2Eafef172": {
"balance": "0x10000000000000000"
},
"0xA80C88562Ba52Fe646CF6859c01F5e5AD7388FDc": {
"balance": "0x10000000000000000"
},
"0xA3f0dcCA6f4237dB734A296937F31a3497d75d1A": {
"balance": "0x10000000000000000"
},
"0xd16cF72FA43d16c9e3F387dbE4ce0d21D02C2941": {
"balance": "0x10000000000000000"
},
"0x175eCd343Cb503c6aDfDBf06A5d9Df0B95BED19D": {
"balance": "0x10000000000000000"
},
"0x88C0A9aD613d602e91baB741380bd41D3fcDbeAd": {
"balance": "0x10000000000000000"
},
"0x914CDD22799d0cc429a441AFf89Bf60C1EeF9Fc7": {
"balance": "0x10000000000000000"
},
"0xCa9E26AF7E7c42651776B1C3efC3Fa081e988A68": {
"balance": "0x10000000000000000"
},
"0x629Fb91fA2c5b5f2282De6d0b50450b69B5bC669": {
"balance": "0x10000000000000000"
},
"0x4124B8f202D7E38E9f64934255d4225aD6e61BD2": {
"balance": "0x10000000000000000"
},
"0x2274077952c0747DaF4F13294965498eE17248e1": {
"balance": "0x10000000000000000"
},
"0x946D8117fca630F5c5714414D65070d23a152859": {
"balance": "0x10000000000000000"
},
"0xcd8967D374e74BFd50331CD3B1a0883930EFe1CF": {
"balance": "0x10000000000000000"
},
"0xFC99298F814C903C3e74844b28608681De7e3D8c": {
"balance": "0x10000000000000000"
},
"0x3e778DB39bde4BFd0aBFE7Cc5AF6EA2890a7Ba3E": {
"balance": "0x10000000000000000"
},
"0x84c335ec543cb8CB7a2174D03E35b6d4982f06bb": {
"balance": "0x10000000000000000"
},
"0x244eD9feDd37872115274D8073E45C0C331bDdAE": {
"balance": "0x10000000000000000"
},
"0x6f07AA92F2b7254Ba63FAA8De4eE01bc72613c65": {
"balance": "0x10000000000000000"
},
"0xAD9571942076bd99299b73309fd0522521C3D344": {
"balance": "0x10000000000000000"
},
"0xdB759976b89DAAa8DA41B42e95b5CFcD6B94A0B6": {
"balance": "0x10000000000000000"
}
},
"nodes": [
"enode://65f9c708cd96fb4c1cfb80451ca8c304ca99660b92445b1da6323c5965332f37d4cf2c17d68ee9b413de6ce87c47c1e0a66e8d05ebe634e7ba559c67d0ec8853@172.15.0.12:30303",
"enode://030ba626855043909feec09dfa03b9b186512156ea1dc6225801f014ba49b6b8ca1579287043da69645b8fb40a8685a05bcf35949b7363749bad89611eeebeea@172.15.0.13:30303",
"enode://9495e2c34639ae6a8dbabfe7cb038d17be5e65879736b1fb56d0bfeaa01aa25f3802f45e774aae5ef7887bced5ed87a6490da75a1d894f6c7b09e6d6de62970d@172.15.0.18:30303"
]
}

View File

@ -1,54 +0,0 @@
[parity]
chain = "/etc/parity/secretstore/chain.json"
base_path = "/parity_data"
[ui]
disable = true
[rpc]
disable = false
port = 8545
interface = "all"
cors = ["all"]
apis = ["web3", "eth", "pubsub", "net", "parity", "parity_pubsub", "traces", "rpc", "shh", "shh_pubsub"]
hosts = ["all"]
[ipc]
disable = true
[websockets]
disable = true
#[mining]
#engine_signer = "0xa1345ed0b2d1e193aead673e33dac56515af128a"
#reseal_on_txs = "none"
#usd_per_tx = "0"
[network]
port = 30303
discovery = true
[ipfs]
enable = false
[snapshots]
disable_periodic = true
[secretstore]
self_secret = "a1345ed0b2d1e193aead673e33dac56515af128a"
disable = false
disable_http = false # This node will expose a Secret Store HTTP API
http_interface = "all" # The HTTP API is available locally only
http_port = 12001 # The Secret Store HTTP API is available at this port
acl_contract = "none"
server_set_contract = "none"
nodes = [
"7cb22f9a17e8880f8009b519b3506fa9d52fe0ff315f68d0dc0be9576f116818be5f3843c3e4e57aecea40bdd14c8539f5714a51d3254c2955d8a9f1ea9723dc@172.15.0.13:12000"
]
interface = "all"
port = 12000 # port used to communicated with other Secret Store nodes
path = "/parity_data/secret_store"
[account]
password = ["/etc/parity/secretstore/password"]

View File

@ -1 +0,0 @@
8Ng6sVDLE5GW

View File

@ -1,22 +0,0 @@
{
"id": "ebc69e4b-481f-89bb-6ea1-0df5f733f719",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "b66b7d5f80d8b44486591ab97965b03f"
},
"ciphertext": "50adeb6abe8539140ee40009faac297ce8c70d12634b1bafd1ee44f8dee6c40c",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "0570b4cea545ff4eda778e0a00c66f0357058209e497d8c5dc161a5923f4f225"
},
"mac": "efa76188215ab904279c8efe1b8cff62a370c0ad4562a8b5fc87587b04db2748"
},
"address": "00a329c0648769a73afac7f9381e08fb43dbea72",
"name": "Development Account",
"meta": "{\"description\":\"Never use this account outside of development chain!\",\"passwordHint\":\"Password is empty string\"}"
}

View File

@ -1,22 +0,0 @@
{
"id": "50aa801a-8d66-1402-1fa4-d8987868c2ce",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "a874e6fe50a5bb088826c45560dc1b7e"
},
"ciphertext": "2383c6aa50c744b6558e77b5dcec6137f647c81f10f71f22a87321fd1306056c",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "eca6ccc9fbb0bdc3a516c7576808ba5031669e6878f3bb95624ddb46449e119c"
},
"mac": "14e9a33a45ae32f88a0bd5aac14521c1fcf14f56fd55c1a1c080b2f81ddb8d44"
},
"address": "068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0",
"name": "",
"meta": "{}"
}

View File

@ -1,22 +0,0 @@
{
"id": "ce455fdd-11fd-5a71-0a31-9d0bec6a605d",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "56b27c187d45aab59377869042b948aa"
},
"ciphertext": "c774b879793e2e54b85071d929cc7fbb11b47f6bab6e590edf3997fe4373eaf8",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "33b3b99e4c6f7f6d7d804555d40c08e4a2acba20e1e46aca712c82c3b9bab749"
},
"mac": "10ee295ce6b1553887413f0e717ccedc1bddb62572bb9208ec3bd091085990db"
},
"address": "a99d43d86a0758d5632313b8fa3972b6088a21bb",
"name": "",
"meta": "{}"
}

View File

@ -1,22 +0,0 @@
{
"id": "0902d04b-f26e-5c1f-e3ae-78d2c1cb16e7",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "6a829fe7bc656d85f6c2e9fd21784952"
},
"ciphertext": "1bfec0b054a648af8fdd0e85662206c65a4af0ed15fede4ad41ca9ab7b504ce2",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "95f96b5ee22dd537e06076eb8d7078eb7275d29af935782fe476696b11be50e5"
},
"mac": "4af2215c3cd9447a5b0512d7d1c3ea5a4435981e1c8f48bf71d7a49c0e5b4986"
},
"address": "00bd138abd70e2f00903268f3db08f2d25677c9e",
"name": "Validator0",
"meta": "{}"
}

View File

@ -1,22 +0,0 @@
{
"id": "50aa801a-8d66-1402-1fa4-d8987868c2ce",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "a874e6fe50a5bb088826c45560dc1b7e"
},
"ciphertext": "2383c6aa50c744b6558e77b5dcec6137f647c81f10f71f22a87321fd1306056c",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "eca6ccc9fbb0bdc3a516c7576808ba5031669e6878f3bb95624ddb46449e119c"
},
"mac": "14e9a33a45ae32f88a0bd5aac14521c1fcf14f56fd55c1a1c080b2f81ddb8d44"
},
"address": "068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0",
"name": "",
"meta": "{}"
}

View File

@ -1,23 +0,0 @@
{
"id": "cb4f3330-9f0f-cd4d-d554-5aa6442b10be",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "937c23da18782823c3a44b33a48f5422"
},
"ciphertext": "10573d6899aee16f08ad747d70ffdd3df46a515b1a346f1456fe9ecf4e0771e5",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "838feb11a3e307cf9e5677e061e3fbd322dcb202e96a824d14c9b10d3147d1f1"
},
"mac": "15ff1a017d21dca4dd2d10064665ea14f9ccab91fd4337c7b00a564bb333fffe"
},
"address": "a1345ed0b2d1e193aead673e33dac56515af128a",
"name": "",
"meta": "{}"
}

View File

@ -1,22 +0,0 @@
{
"id": "ce455fdd-11fd-5a71-0a31-9d0bec6a605d",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "56b27c187d45aab59377869042b948aa"
},
"ciphertext": "c774b879793e2e54b85071d929cc7fbb11b47f6bab6e590edf3997fe4373eaf8",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "33b3b99e4c6f7f6d7d804555d40c08e4a2acba20e1e46aca712c82c3b9bab749"
},
"mac": "10ee295ce6b1553887413f0e717ccedc1bddb62572bb9208ec3bd091085990db"
},
"address": "a99d43d86a0758d5632313b8fa3972b6088a21bb",
"name": "",
"meta": "{}"
}

View File

@ -1,22 +0,0 @@
{
"id": "50aa801a-8d66-1402-1fa4-d8987868c2ce",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "a874e6fe50a5bb088826c45560dc1b7e"
},
"ciphertext": "2383c6aa50c744b6558e77b5dcec6137f647c81f10f71f22a87321fd1306056c",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "eca6ccc9fbb0bdc3a516c7576808ba5031669e6878f3bb95624ddb46449e119c"
},
"mac": "14e9a33a45ae32f88a0bd5aac14521c1fcf14f56fd55c1a1c080b2f81ddb8d44"
},
"address": "068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0",
"name": "",
"meta": "{}"
}

View File

@ -1,23 +0,0 @@
{
"id": "cb4f3330-9f0f-cd4d-d554-5aa6442b10be",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "937c23da18782823c3a44b33a48f5422"
},
"ciphertext": "10573d6899aee16f08ad747d70ffdd3df46a515b1a346f1456fe9ecf4e0771e5",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "838feb11a3e307cf9e5677e061e3fbd322dcb202e96a824d14c9b10d3147d1f1"
},
"mac": "15ff1a017d21dca4dd2d10064665ea14f9ccab91fd4337c7b00a564bb333fffe"
},
"address": "a1345ed0b2d1e193aead673e33dac56515af128a",
"name": "",
"meta": "{}"
}

View File

@ -1,22 +0,0 @@
{
"id": "ce455fdd-11fd-5a71-0a31-9d0bec6a605d",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "56b27c187d45aab59377869042b948aa"
},
"ciphertext": "c774b879793e2e54b85071d929cc7fbb11b47f6bab6e590edf3997fe4373eaf8",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "33b3b99e4c6f7f6d7d804555d40c08e4a2acba20e1e46aca712c82c3b9bab749"
},
"mac": "10ee295ce6b1553887413f0e717ccedc1bddb62572bb9208ec3bd091085990db"
},
"address": "a99d43d86a0758d5632313b8fa3972b6088a21bb",
"name": "",
"meta": "{}"
}

View File

@ -1,23 +0,0 @@
{
"id": "cb4f3330-9f0f-cd4d-d554-5aa6442b10be",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "937c23da18782823c3a44b33a48f5422"
},
"ciphertext": "10573d6899aee16f08ad747d70ffdd3df46a515b1a346f1456fe9ecf4e0771e5",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "838feb11a3e307cf9e5677e061e3fbd322dcb202e96a824d14c9b10d3147d1f1"
},
"mac": "15ff1a017d21dca4dd2d10064665ea14f9ccab91fd4337c7b00a564bb333fffe"
},
"address": "a1345ed0b2d1e193aead673e33dac56515af128a",
"name": "",
"meta": "{}"
}

View File

@ -1,22 +0,0 @@
{
"id": "50aa801a-8d66-1402-1fa4-d8987868c2ce",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "a874e6fe50a5bb088826c45560dc1b7e"
},
"ciphertext": "2383c6aa50c744b6558e77b5dcec6137f647c81f10f71f22a87321fd1306056c",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "eca6ccc9fbb0bdc3a516c7576808ba5031669e6878f3bb95624ddb46449e119c"
},
"mac": "14e9a33a45ae32f88a0bd5aac14521c1fcf14f56fd55c1a1c080b2f81ddb8d44"
},
"address": "068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0",
"name": "",
"meta": "{}"
}

View File

@ -1,23 +0,0 @@
{
"id": "cb4f3330-9f0f-cd4d-d554-5aa6442b10be",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "937c23da18782823c3a44b33a48f5422"
},
"ciphertext": "10573d6899aee16f08ad747d70ffdd3df46a515b1a346f1456fe9ecf4e0771e5",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "838feb11a3e307cf9e5677e061e3fbd322dcb202e96a824d14c9b10d3147d1f1"
},
"mac": "15ff1a017d21dca4dd2d10064665ea14f9ccab91fd4337c7b00a564bb333fffe"
},
"address": "a1345ed0b2d1e193aead673e33dac56515af128a",
"name": "",
"meta": "{}"
}

View File

@ -1,22 +0,0 @@
{
"id": "ce455fdd-11fd-5a71-0a31-9d0bec6a605d",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "56b27c187d45aab59377869042b948aa"
},
"ciphertext": "c774b879793e2e54b85071d929cc7fbb11b47f6bab6e590edf3997fe4373eaf8",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "33b3b99e4c6f7f6d7d804555d40c08e4a2acba20e1e46aca712c82c3b9bab749"
},
"mac": "10ee295ce6b1553887413f0e717ccedc1bddb62572bb9208ec3bd091085990db"
},
"address": "a99d43d86a0758d5632313b8fa3972b6088a21bb",
"name": "",
"meta": "{}"
}

View File

@ -1,22 +0,0 @@
{
"id": "0902d04b-f26e-5c1f-e3ae-78d2c1cb16e7",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "6a829fe7bc656d85f6c2e9fd21784952"
},
"ciphertext": "1bfec0b054a648af8fdd0e85662206c65a4af0ed15fede4ad41ca9ab7b504ce2",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "95f96b5ee22dd537e06076eb8d7078eb7275d29af935782fe476696b11be50e5"
},
"mac": "4af2215c3cd9447a5b0512d7d1c3ea5a4435981e1c8f48bf71d7a49c0e5b4986"
},
"address": "00bd138abd70e2f00903268f3db08f2d25677c9e",
"name": "Validator0",
"meta": "{}"
}

View File

@ -1 +0,0 @@
node0

View File

@ -1,22 +0,0 @@
{
"id": "e854acbe-e6b2-e812-9f84-7b0945a1f14f",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "1b90ae52dcc1bc285ae3846d0ca9be53"
},
"ciphertext": "b80f21bfb2029dafc89c36c6838e7a9e711ee13ec3e6900c3b097e45ae2ece7c",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "d823ab988002888a19336ab6650b83a4c536b42612148c9c5337ec4d92e981d1"
},
"mac": "f8d1e53f4be85b0f77aa02bfe08b93eacdef74995822a59ddaea0497a69318af"
},
"address": "00aa39d30f0d20ff03a22ccfc30b7efbfca597c2",
"name": "Validator1",
"meta": "{}"
}

View File

@ -1 +0,0 @@
node1

View File

@ -1,22 +0,0 @@
{
"id": "26ef5e07-4494-52b5-653f-a982ac907807",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "53addf73788522f6d5bf73abb0e0b8da"
},
"ciphertext": "88c1013308cff929825e5da57ceaf15ae86e656165bcb2de3b06b24985358af6",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "ab8efcf7ee2c368eced8982b22328d862ea0c15307ce6ccd5994fae5a9b13244"
},
"mac": "c93ca54145b4f21b62c422247609d0b891149f0d9752f6fe9ef60421f10bad6c"
},
"address": "002e28950558fbede1a9675cb113f0bd20912019",
"name": "Validator2",
"meta": "{}"
}

View File

@ -1 +0,0 @@
node2

View File

@ -1,553 +0,0 @@
{
"name": "spree",
"engine": {
"authorityRound": {
"params": {
"stepDuration": "1",
"validators": {
"list": [
"0x00bd138abd70e2f00903268f3db08f2d25677c9e",
"0x002e28950558fbede1a9675cb113f0bd20912019",
"0x00aa39d30f0d20ff03a22ccfc30b7efbfca597c2"
]
},
"validateScoreTransition": 1000000000,
"validateStepTransition": 1500000000,
"maximumUncleCount": 1000000000
}
}
},
"params": {
"gasLimitBoundDivisor": "0x0400",
"accountStartNonce": "0x0",
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID": "0x2324",
"eip140Transition": "0x0",
"eip211Transition": "0x0",
"eip214Transition": "0x0",
"eip658Transition": "0x0",
"wasmActivationTransition": "0x0",
"eip145Transition": "0x0",
"eip1014Transition": "0x0",
"eip1052Transition": "0x0",
"eip1283Transition": "0x0",
"kip4Transition": "0x0",
"kip6Transition": "0x0"
},
"genesis": {
"seal": {
"authorityRound": {
"step": "0x0",
"signature": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
},
"difficulty": "0x20000",
"gasLimit": "0x165A0BC00"
},
"accounts": {
"0x0000000000000000000000000000000000000001": {
"balance": "1",
"builtin": {
"name": "ecrecover",
"pricing": {
"linear": {
"base": 3000,
"word": 0
}
}
}
},
"0x0000000000000000000000000000000000000002": {
"balance": "1",
"builtin": {
"name": "sha256",
"pricing": {
"linear": {
"base": 60,
"word": 12
}
}
}
},
"0x0000000000000000000000000000000000000003": {
"balance": "1",
"builtin": {
"name": "ripemd160",
"pricing": {
"linear": {
"base": 600,
"word": 120
}
}
}
},
"0x0000000000000000000000000000000000000004": {
"balance": "1",
"builtin": {
"name": "identity",
"pricing": {
"linear": {
"base": 15,
"word": 3
}
}
}
},
"0x0000000000000000000000000000000000000005": {
"balance": "1",
"builtin": {
"name": "modexp",
"activate_at": 0,
"pricing": {
"modexp": {
"divisor": 20
}
}
}
},
"0x0000000000000000000000000000000000000006": {
"balance": "1",
"builtin": {
"name": "alt_bn128_add",
"activate_at": 0,
"pricing": {
"linear": {
"base": 500,
"word": 0
}
}
}
},
"0x0000000000000000000000000000000000000007": {
"balance": "1",
"builtin": {
"name": "alt_bn128_mul",
"activate_at": 0,
"pricing": {
"linear": {
"base": 40000,
"word": 0
}
}
}
},
"0x0000000000000000000000000000000000000008": {
"balance": "1",
"builtin": {
"name": "alt_bn128_pairing",
"activate_at": 0,
"pricing": {
"alt_bn128_pairing": {
"base": 100000,
"pair": 80000
}
}
}
},
"0x00Bd138aBD70e2F00903268F3Db08f2D25677C9e": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0x068Ed00cF0441e4829D9784fCBe7b9e26D4BD8d0": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0xA99D43d86A0758d5632313b8fA3972B6088A21BB": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0xe2DD09d719Da89e5a3D0F2549c7E24566e947260": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0xBE5449a6A97aD46c8558A3356267Ee5D2731ab5e": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0xA78deb2Fa79463945C247991075E2a0e98Ba7A09": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0x02354A1F160A3fd7ac8b02ee91F04104440B28E7": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0xe17D2A07EFD5b112F4d675ea2d122ddb145d117B": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0xA32C84D2B44C041F3a56afC07a33f8AC5BF1A071": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0xFF3fE9eb218EAe9ae1eF9cC6C4db238B770B65CC": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0x529043886F21D9bc1AE0feDb751e34265a246e47": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0xe08A1dAe983BC701D05E492DB80e0144f8f4b909": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0xbcE5A3468386C64507D30136685A99cFD5603135": {
"balance": "0x33B2E3C9FD0803CE8000000"
},
"0x8af7d4d2ede31794b103235b9adadc85d3e190a8": {
"balance": "0x10000000000000000"
},
"0xa406c48e08a32384abc1c22d061d3a4e22a87901": {
"balance": "0x10000000000000000"
},
"0xc285101e2ff7388ebeaaceb7722584e8b90cb51b": {
"balance": "0x10000000000000000"
},
"0x29d34d35098443ca6855602d45aab7eb2606c990": {
"balance": "0x10000000000000000"
},
"0x9a72c513197f4560539046a27e1324785485e1cc": {
"balance": "0x10000000000000000"
},
"0xa209091ae3fc83bb5cad8fff0ffa8ce0157b0183": {
"balance": "0x10000000000000000"
},
"0x8ec02f9eeae938a9031bf57da3d9f1a1173c79ac": {
"balance": "0x10000000000000000"
},
"0x58b0321da73f8faeffc08774d9bb961d5c875c78": {
"balance": "0x10000000000000000"
},
"0xb40e42ded3b92f425c71ab3a727212614843d0d7": {
"balance": "0x10000000000000000"
},
"0x14436aa3f96bf3a1628f43f7efc9e62292698a32": {
"balance": "0x10000000000000000"
},
"0xafc8e581af80aeec3eb218373595befcf060bb93": {
"balance": "0x10000000000000000"
},
"0xe8eca5571b304c5f4004c4793bfb7bcbba9307a8": {
"balance": "0x10000000000000000"
},
"0x68be5a46e0d4c0b88610e6a6d52ced72975cc305": {
"balance": "0x10000000000000000"
},
"0x98d50e062c277da127f4d17529996e20f1bcf3e3": {
"balance": "0x10000000000000000"
},
"0x207595bc37dbac843e904f3925258244a6cdc571": {
"balance": "0x10000000000000000"
},
"0x5f8540e90728ee064dd0f761fc14587c2be7f77f": {
"balance": "0x10000000000000000"
},
"0xb353b58b5ff997375a30475489246d9fcad592b0": {
"balance": "0x10000000000000000"
},
"0x4c44474a9d85431bf1b3f4e7de4598f9aa07e074": {
"balance": "0x10000000000000000"
},
"0x76da1b5f8ac66528a7f5a0745f8557987309ff5c": {
"balance": "0x10000000000000000"
},
"0x983108aa053a22b73f61354b708d3a8be6a66b04": {
"balance": "0x10000000000000000"
},
"0x237e71abb676cfbdff74a09d058310ef8ba94c92": {
"balance": "0x10000000000000000"
},
"0xf5327433c8bb9c374477efd30fd4f993cb6d4749": {
"balance": "0x10000000000000000"
},
"0xca0b9b8b30f759c3c6ab62531fab1f14b67d9022": {
"balance": "0x10000000000000000"
},
"0x5a4e71e6809e6903353b562fdd0d3a80fa36f6c3": {
"balance": "0x10000000000000000"
},
"0x0e69f59bfecb92f5622e2e39793acd2bd85c6987": {
"balance": "0x10000000000000000"
},
"0x5667d26d1e73bacbeab8a8a7bee1ace4b9818f31": {
"balance": "0x10000000000000000"
},
"0x8ad77062ea7af6f322bfc0b3bd969bbf1d072015": {
"balance": "0x10000000000000000"
},
"0x2760e6fabff121101747121228d73506c5e05b71": {
"balance": "0x10000000000000000"
},
"0xa74a0ff8dff5420319c76e9e1f8eec9fea550d33": {
"balance": "0x10000000000000000"
},
"0x437270c005837c1e585f9dd8e6a04ceefe2f0ee8": {
"balance": "0x10000000000000000"
},
"0x3b18ebbaabd7fa7cf97c7b9cbc3ec3717de9a86d": {
"balance": "0x10000000000000000"
},
"0x68a03dcc60d113ecd334474236606f03c1da316a": {
"balance": "0x10000000000000000"
},
"0xffbb1177d9ebc94ecaec6adc7c5d824afb22a4a8": {
"balance": "0x10000000000000000"
},
"0x51ee02ef590b0479387343429b7d19b8aba0cd18": {
"balance": "0x10000000000000000"
},
"0x5ca985715a657e89ee7f8d06d98b419224a5a523": {
"balance": "0x10000000000000000"
},
"0x45fde4de4b1ab2240f52790ab7afadcb6fc256af": {
"balance": "0x10000000000000000"
},
"0x04f86c8ce00fe2534fa47eecc4737f3c1c7cc5f6": {
"balance": "0x10000000000000000"
},
"0x168b2ac464bf73739843fd8cd71f7471224464dc": {
"balance": "0x10000000000000000"
},
"0x835b5e6f655fe0fdee77ec4f944093a81ff3a649": {
"balance": "0x10000000000000000"
},
"0xb80ca71cdc15342209e1bd90b5e30f5c26b2cd3d": {
"balance": "0x10000000000000000"
},
"0x0d0d6e34cfc9445630b21c5e78c097d29ac59787": {
"balance": "0x10000000000000000"
},
"0xb7a12710bb510ce851b6ba1e65185e4473ffc587": {
"balance": "0x10000000000000000"
},
"0x94e7a08bbaea3453b7ef5a4732a8d654567428b6": {
"balance": "0x10000000000000000"
},
"0x1faf365d45e515f1918b1d2a0908325ebb514d98": {
"balance": "0x10000000000000000"
},
"0xb408020a6d0ab002e2878566eacc3c134c57cc7e": {
"balance": "0x10000000000000000"
},
"0x2bd7d5c0a5a18fa9faeaf1528b1862288d352dc8": {
"balance": "0x10000000000000000"
},
"0x60e20f80e857f73362609423f5d830e8c2ef99a6": {
"balance": "0x10000000000000000"
},
"0x87f54d73580fd6475984f116cb555b04ae8a31bc": {
"balance": "0x10000000000000000"
},
"0xdb383969ef4dc1b0d40287675e1c2e91d94be9ab": {
"balance": "0x10000000000000000"
},
"0x7610774aa590856e566ee4193897be0a2019ec8c": {
"balance": "0x10000000000000000"
},
"0x7be217fd1a625a2a6bacdf612066e7f77eec4f36": {
"balance": "0x10000000000000000"
},
"0x0240096ffcec7372ff51fc77672a830c67e3d29c": {
"balance": "0x10000000000000000"
},
"0x96793a36a249c12db76542da6557153a168f01a3": {
"balance": "0x10000000000000000"
},
"0x41a8414ba7ef274cd823742249dabf483e24357e": {
"balance": "0x10000000000000000"
},
"0x5836f86339a6a88a5532fcc397e6262056f33b75": {
"balance": "0x10000000000000000"
},
"0x6e6751d50410b777b541a8bb0f8189fb97ea90ce": {
"balance": "0x10000000000000000"
},
"0xf0dcf392885f5f474ec3d65221caf1740a71fd23": {
"balance": "0x10000000000000000"
},
"0x8a4e33bc8534e5d8285b25971858cb120547dc9b": {
"balance": "0x10000000000000000"
},
"0xefdd95a951928fb0f872b6ccc6f633a6c266699f": {
"balance": "0x10000000000000000"
},
"0x4dee03d3345805b60597230f83c4e96b9d01a124": {
"balance": "0x10000000000000000"
},
"0xe2DD09d719Da89e5a3D0F2549c7E24566e947260": {
"balance": "0x10000000000000000"
},
"0xBE5449a6A97aD46c8558A3356267Ee5D2731ab5e": {
"balance": "0x10000000000000000"
},
"0xA78deb2Fa79463945C247991075E2a0e98Ba7A09": {
"balance": "0x10000000000000000"
},
"0x02354A1F160A3fd7ac8b02ee91F04104440B28E7": {
"balance": "0x10000000000000000"
},
"0xe17D2A07EFD5b112F4d675ea2d122ddb145d117B": {
"balance": "0x10000000000000000"
},
"0xA32C84D2B44C041F3a56afC07a33f8AC5BF1A071": {
"balance": "0x10000000000000000"
},
"0xFF3fE9eb218EAe9ae1eF9cC6C4db238B770B65CC": {
"balance": "0x10000000000000000"
},
"0x529043886F21D9bc1AE0feDb751e34265a246e47": {
"balance": "0x10000000000000000"
},
"0xe08A1dAe983BC701D05E492DB80e0144f8f4b909": {
"balance": "0x10000000000000000"
},
"0xbcE5A3468386C64507D30136685A99cFD5603135": {
"balance": "0x10000000000000000"
},
"0xee59A16d95042e1B252d4598e2e503837a52eCb1": {
"balance": "0x10000000000000000"
},
"0x320608cEB9B40fC5a77596CCad2E0B35659fbb2C": {
"balance": "0x10000000000000000"
},
"0x675003EF9a381Edb5bA2A954eD4b15037C602A2d": {
"balance": "0x10000000000000000"
},
"0x18041C71fCD4c913ca8FEcc56baFe26067542444": {
"balance": "0x10000000000000000"
},
"0xC13434Bddf1Afb7Efa9d3A830778475A12A9e57c": {
"balance": "0x10000000000000000"
},
"0x4f81423DC72Ea9AE39E539E4e5E9e7e8bAA9Da56": {
"balance": "0x10000000000000000"
},
"0x8731D4E6b5988ddF5a224F84fF22B79059612E3d": {
"balance": "0x10000000000000000"
},
"0x1cF006B1D8802eC6806ECAb9b34724f1269736c2": {
"balance": "0x10000000000000000"
},
"0xB86d5bA61C85CBEd834f6f5723845e628a1c9EB0": {
"balance": "0x10000000000000000"
},
"0x0c076c170D6eD68877DD601895FBFC94CA6e78Bd": {
"balance": "0x10000000000000000"
},
"0xaaE4d29fe99Fc3119eff833dEc720872aEE74d87": {
"balance": "0x10000000000000000"
},
"0xb7A8176C2E7E207c3980cc995C559741394AF7d8": {
"balance": "0x10000000000000000"
},
"0x9652ca52DA8F96ef7117C547f4dd7304a1C4aa94": {
"balance": "0x10000000000000000"
},
"0x2387eF704DfD3eafcb8e6A8DbD21Dff160a45c88": {
"balance": "0x10000000000000000"
},
"0xd155b11bd4d0b17B00e4BAc5AB68B658dcE90897": {
"balance": "0x10000000000000000"
},
"0x4886b99D33527E050180ce7f7C4000532Ba181A0": {
"balance": "0x10000000000000000"
},
"0x9F6c3bCB57a55E2Ba5aBF19E76fED9EDbFe77E88": {
"balance": "0x10000000000000000"
},
"0xa7eA9faf9C7e8aAc8631Fc68B53F4364C764E571": {
"balance": "0x10000000000000000"
},
"0x5D264E40cD85D674A6eABd1AAE0Ce04D545D841B": {
"balance": "0x10000000000000000"
},
"0x436992c636624877344c6C28702cF775d6888d72": {
"balance": "0x10000000000000000"
},
"0x71a3E35927B5cC315147Db7d92f668e40a4eF3cA": {
"balance": "0x10000000000000000"
},
"0x1253600fEE098C0c6c529ab874E0DD68A0322996": {
"balance": "0x10000000000000000"
},
"0x8E711ab08631611ab620F2516E09F47a954ba1a7": {
"balance": "0x10000000000000000"
},
"0xDD5b06793ef2E1e182b9014d0973A2B59B10D984": {
"balance": "0x10000000000000000"
},
"0x12132bA9133C852f5491B3eE4C6DF76f355355AE": {
"balance": "0x10000000000000000"
},
"0x97856aA63a8f7B67ae3f1d83b1AD2282812F4eA3": {
"balance": "0x10000000000000000"
},
"0x337fE32370726c901d4E01659810791439e79397": {
"balance": "0x10000000000000000"
},
"0x191304B8C582dBA2Dcce8C844b32ad336E8E96c9": {
"balance": "0x10000000000000000"
},
"0xCB8e3496f8018353967540F67D8Bf35FDf3e48dc": {
"balance": "0x10000000000000000"
},
"0x34244e31a5a4F08D519573C76a75394D3a4b67e1": {
"balance": "0x10000000000000000"
},
"0x41309C3Ad40e308797239733C5C6A0d2Eafef172": {
"balance": "0x10000000000000000"
},
"0xA80C88562Ba52Fe646CF6859c01F5e5AD7388FDc": {
"balance": "0x10000000000000000"
},
"0xA3f0dcCA6f4237dB734A296937F31a3497d75d1A": {
"balance": "0x10000000000000000"
},
"0xd16cF72FA43d16c9e3F387dbE4ce0d21D02C2941": {
"balance": "0x10000000000000000"
},
"0x175eCd343Cb503c6aDfDBf06A5d9Df0B95BED19D": {
"balance": "0x10000000000000000"
},
"0x88C0A9aD613d602e91baB741380bd41D3fcDbeAd": {
"balance": "0x10000000000000000"
},
"0x914CDD22799d0cc429a441AFf89Bf60C1EeF9Fc7": {
"balance": "0x10000000000000000"
},
"0xCa9E26AF7E7c42651776B1C3efC3Fa081e988A68": {
"balance": "0x10000000000000000"
},
"0x629Fb91fA2c5b5f2282De6d0b50450b69B5bC669": {
"balance": "0x10000000000000000"
},
"0x4124B8f202D7E38E9f64934255d4225aD6e61BD2": {
"balance": "0x10000000000000000"
},
"0x2274077952c0747DaF4F13294965498eE17248e1": {
"balance": "0x10000000000000000"
},
"0x946D8117fca630F5c5714414D65070d23a152859": {
"balance": "0x10000000000000000"
},
"0xcd8967D374e74BFd50331CD3B1a0883930EFe1CF": {
"balance": "0x10000000000000000"
},
"0xFC99298F814C903C3e74844b28608681De7e3D8c": {
"balance": "0x10000000000000000"
},
"0x3e778DB39bde4BFd0aBFE7Cc5AF6EA2890a7Ba3E": {
"balance": "0x10000000000000000"
},
"0x84c335ec543cb8CB7a2174D03E35b6d4982f06bb": {
"balance": "0x10000000000000000"
},
"0x244eD9feDd37872115274D8073E45C0C331bDdAE": {
"balance": "0x10000000000000000"
},
"0x6f07AA92F2b7254Ba63FAA8De4eE01bc72613c65": {
"balance": "0x10000000000000000"
},
"0xAD9571942076bd99299b73309fd0522521C3D344": {
"balance": "0x10000000000000000"
},
"0xdB759976b89DAAa8DA41B42e95b5CFcD6B94A0B6": {
"balance": "0x10000000000000000"
}
},
"nodes": [
"enode://65f9c708cd96fb4c1cfb80451ca8c304ca99660b92445b1da6323c5965332f37d4cf2c17d68ee9b413de6ce87c47c1e0a66e8d05ebe634e7ba559c67d0ec8853@172.15.0.12:30303",
"enode://030ba626855043909feec09dfa03b9b186512156ea1dc6225801f014ba49b6b8ca1579287043da69645b8fb40a8685a05bcf35949b7363749bad89611eeebeea@172.15.0.13:30303",
"enode://9495e2c34639ae6a8dbabfe7cb038d17be5e65879736b1fb56d0bfeaa01aa25f3802f45e774aae5ef7887bced5ed87a6490da75a1d894f6c7b09e6d6de62970d@172.15.0.18:30303"
]
}

View File

@ -1,26 +0,0 @@
[parity]
chain = "/home/parity/config/chain.json"
[rpc]
interface = "0.0.0.0"
cors = ["all"]
hosts = ["all"]
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "personal", "parity_accounts", "signer", "parity_set"]
[account]
password = ["/home/parity/validator.pwd"]
[mining]
engine_signer = "0x00bd138abd70e2f00903268f3db08f2d25677c9e"
reseal_on_txs = "none"
force_sealing = true
reseal_min_period = 500
[network]
port = 30303
discovery = true
bootnodes = [
"enode://65f9c708cd96fb4c1cfb80451ca8c304ca99660b92445b1da6323c5965332f37d4cf2c17d68ee9b413de6ce87c47c1e0a66e8d05ebe634e7ba559c67d0ec8853@172.15.0.12:30303",
"enode://030ba626855043909feec09dfa03b9b186512156ea1dc6225801f014ba49b6b8ca1579287043da69645b8fb40a8685a05bcf35949b7363749bad89611eeebeea@172.15.0.13:30303",
"enode://9495e2c34639ae6a8dbabfe7cb038d17be5e65879736b1fb56d0bfeaa01aa25f3802f45e774aae5ef7887bced5ed87a6490da75a1d894f6c7b09e6d6de62970d@172.15.0.18:30303"
]

View File

@ -1 +0,0 @@
{}

View File

@ -1,22 +0,0 @@
{
"id": "50aa801a-8d66-1402-1fa4-d8987868c2ce",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "a874e6fe50a5bb088826c45560dc1b7e"
},
"ciphertext": "2383c6aa50c744b6558e77b5dcec6137f647c81f10f71f22a87321fd1306056c",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "eca6ccc9fbb0bdc3a516c7576808ba5031669e6878f3bb95624ddb46449e119c"
},
"mac": "14e9a33a45ae32f88a0bd5aac14521c1fcf14f56fd55c1a1c080b2f81ddb8d44"
},
"address": "068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0",
"name": "",
"meta": "{}"
}

View File

@ -1,22 +0,0 @@
{
"id": "ce455fdd-11fd-5a71-0a31-9d0bec6a605d",
"version": 3,
"crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "56b27c187d45aab59377869042b948aa"
},
"ciphertext": "c774b879793e2e54b85071d929cc7fbb11b47f6bab6e590edf3997fe4373eaf8",
"kdf": "pbkdf2",
"kdfparams": {
"c": 10240,
"dklen": 32,
"prf": "hmac-sha256",
"salt": "33b3b99e4c6f7f6d7d804555d40c08e4a2acba20e1e46aca712c82c3b9bab749"
},
"mac": "10ee295ce6b1553887413f0e717ccedc1bddb62572bb9208ec3bd091085990db"
},
"address": "a99d43d86a0758d5632313b8fa3972b6088a21bb",
"name": "",
"meta": "{}"
}

View File

@ -1 +0,0 @@
{"id":"141de9fb-2e7a-e3fa-9d0e-ab6ac2285c62","version":3,"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"7044c86e278f3b2999ada68ac1ca9fc9"},"ciphertext":"014e65a15413dd023c1528daaa372899ea871e15bce95c67cd676c4b5319ba91","kdf":"pbkdf2","kdfparams":{"c":10240,"dklen":32,"prf":"hmac-sha256","salt":"16b8b559b259359d6e4410d3ff919ba5169125cc374dd98acceee824faa28394"},"mac":"759049737ec68f4e3d2d082e2860a2526840096ff24750b32a58dda29d77e240"},"address":"8af7d4d2ede31794b103235b9adadc85d3e190a8","name":"","meta":"{}"}

View File

@ -1 +0,0 @@
{"id":"20dfa4b9-7288-4591-50d6-f9adf47f1e1e","version":3,"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"48bd32b1d44b1916a18785061f4052c1"},"ciphertext":"45ae52f15b61d6fa9b8e079631f7be6b7674f0fce23abfa0ccb7ac668f733d42","kdf":"pbkdf2","kdfparams":{"c":10240,"dklen":32,"prf":"hmac-sha256","salt":"29ce63eeb4c7f27e169b2c69ff34a85c3f7ccea54a05523107dd6b4d6b4d60e4"},"mac":"81fdf8a0a4b1a867380eb94e225d543516a7403ba03573747f5fe313bb1d5332"},"address":"a406c48e08a32384abc1c22d061d3a4e22a87901","name":"","meta":"{}"}

View File

@ -1 +0,0 @@
{"id":"211d6c33-a548-12f7-8516-c7053714a767","version":3,"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"2a5515c6965d4c702ca28b9596a32454"},"ciphertext":"6e5bb1c9ec3d7ae3f7b39dc65809e50c2d5f87a5aac1d4157b63ba80ff12c732","kdf":"pbkdf2","kdfparams":{"c":10240,"dklen":32,"prf":"hmac-sha256","salt":"84c4c770a8dbadb2c69bbdb9eb8b4b60c48478a96f63ddcc77cde12a007f1fee"},"mac":"0f029d930c5aef9d5f67fcf8157d0ff1832c8b75fa88679819e9d94782612b79"},"address":"c285101e2ff7388ebeaaceb7722584e8b90cb51b","name":"","meta":"{}"}

View File

@ -1 +0,0 @@
{"id":"22307977-1a7b-6012-83c5-188a9a4d4d0e","version":3,"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"e4811f6fd4d2158d3d51fb768bfe4355"},"ciphertext":"e441da18659110b15b3fcf8aa8c673d767364fe719e6a8c4ade89631fec4cbcc","kdf":"pbkdf2","kdfparams":{"c":10240,"dklen":32,"prf":"hmac-sha256","salt":"55029f16325d5e1a292e68af27df80b7d63c15361446478eac312de14b785c09"},"mac":"bb9175113956156f73eebabf81c4e4ae45197988a3ecff89cc171425c2de1586"},"address":"29d34d35098443ca6855602d45aab7eb2606c990","name":"","meta":"{}"}

View File

@ -1 +0,0 @@
{"id":"50eeab49-e1b5-b4d8-d506-5ea9b3b3a0a4","version":3,"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"f9c30634df078c05776f905aba400ded"},"ciphertext":"3a73018c396c0a79d13bc531b6f0c6066ddfcd274d7ce56f0b3d7ab82612c16e","kdf":"pbkdf2","kdfparams":{"c":10240,"dklen":32,"prf":"hmac-sha256","salt":"d95191ba73cfb9706f9991ff3f8265093ccc5fb689fb87705be1e8f69873b31c"},"mac":"d8b1e3774f9f55562c850958436040c0bdd6d32f89ab4d30c70dde2eaacfbd90"},"address":"9a72c513197f4560539046a27e1324785485e1cc","name":"","meta":"{}"}

View File

@ -1 +0,0 @@
{"id":"61d5d113-8ced-36a6-2b81-e6ba3f208ce1","version":3,"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"d556e388546b0bba0fa8c1da2d8899fa"},"ciphertext":"539324875c2276e21968fd5aab23a7e721428f5c1d4701b601fdd5d0c3f09ccb","kdf":"pbkdf2","kdfparams":{"c":10240,"dklen":32,"prf":"hmac-sha256","salt":"54116ea655aedb1aa13b1fed8bdf41cec4378e1be09a0c8ae1633bc7e5739310"},"mac":"49a0f4a06c368d3016472d6497c2db8b9740dfba657ec011dce60020ad98606d"},"address":"a209091ae3fc83bb5cad8fff0ffa8ce0157b0183","name":"","meta":"{}"}

View File

@ -1 +0,0 @@
{"id":"6adcfd0a-5bd3-986d-f77c-abdf57069353","version":3,"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"0182f7e3f3b866a941a489344b659cf1"},"ciphertext":"30be646a8456c6b4ce416feccaa96033e116f3b51d1abbdf68e80259fc5e8cb2","kdf":"pbkdf2","kdfparams":{"c":10240,"dklen":32,"prf":"hmac-sha256","salt":"41e79e1134db26a5edc44a02a913b7ae84925d1d0fbf4ed79cf391e083daaa4e"},"mac":"ecaa154ef6a930f0a1b72484dca35506b3b3adc5e3a2a815d95169d058f9b842"},"address":"8ec02f9eeae938a9031bf57da3d9f1a1173c79ac","name":"","meta":"{}"}

View File

@ -1 +0,0 @@
{"id":"a90609b9-0bfb-1df8-d21a-a3aa06a788e9","version":3,"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"9f4c785851a8db0330c25555261c1cd2"},"ciphertext":"f6231abb97c70697798b87db862ed7545ed962cc15d0bdebe1fd6592d40e8891","kdf":"pbkdf2","kdfparams":{"c":10240,"dklen":32,"prf":"hmac-sha256","salt":"636047c49ba5befa5e56da4eab6c0069ce25e8c6d8ff95f85222a1a01715a7d9"},"mac":"b75256921b56d563317e017c12759d7ac494649977771d56ca991a5458a2bd58"},"address":"58b0321da73f8faeffc08774d9bb961d5c875c78","name":"","meta":"{}"}

View File

@ -1 +0,0 @@
{"id":"d8dc7265-71ae-a81c-2f6d-0227d23281cb","version":3,"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"9495877211b0b61143ad227af821e182"},"ciphertext":"8ec8b70c8be68d776dac2a282d16dd586aa6195bc6b188fba088762d8a29a27a","kdf":"pbkdf2","kdfparams":{"c":10240,"dklen":32,"prf":"hmac-sha256","salt":"16dc5d6e586a11541f07ffcaa76799ffcbc9c0a72b8de92b85192eb5eee5b827"},"mac":"2c6ba5c0f2f0a85b07d9e1717379cac7f93cee39440a4fa2ffa1518f625dcb2b"},"address":"b40e42ded3b92f425c71ab3a727212614843d0d7","name":"","meta":"{}"}

View File

@ -1 +0,0 @@
{"id":"0ebb2932-6a27-1ff1-5294-5a12eaf9a7a5","version":3,"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"54d8b2b01addf42cb3301549d4593e40"},"ciphertext":"fc4aab3af575e85faa6e84c3286ea75d521aa7cc5e7729e3bb948f3bd646f612","kdf":"pbkdf2","kdfparams":{"c":10240,"dklen":32,"prf":"hmac-sha256","salt":"a635214678106989e79bf41f88c00c05c545c569f936f56c1f0e5f8a1d42bfdd"},"mac":"f1b976075c93c04b7a9c12f00fae551ff11ac27867f2e4c17c7c058974b426d7"},"address":"14436aa3f96bf3a1628f43f7efc9e62292698a32","name":"","meta":"{}"}

View File

@ -1 +0,0 @@
{"id":"352a4da2-f4c9-825d-e366-a5d9632b9d14","version":3,"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"d69affce6050b99a1f7abf6b6ce22bd4"},"ciphertext":"a9d435f6065b3667f18333ec5fcd3d8a740455f727bd02ea7c76395451e28d7d","kdf":"pbkdf2","kdfparams":{"c":10240,"dklen":32,"prf":"hmac-sha256","salt":"228de18523023f1ad61ea892933b65572d7d901f5a118e3c4bcfbb176c48972f"},"mac":"cdf99745d3fbbdeadfb0113344261d1d74b0ca50683f4298fff5b418e60eeb5b"},"address":"afc8e581af80aeec3eb218373595befcf060bb93","name":"","meta":"{}"}

View File

@ -1 +0,0 @@
{"id":"609d7c73-36fb-edab-61ce-47745f517b41","version":3,"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"d8d9012bca569b0d082b2eb04915f0e6"},"ciphertext":"454b1e90b9680aebdfaaa473dea9b7a6231176047ddfdce4a36a0f458661b7cc","kdf":"pbkdf2","kdfparams":{"c":10240,"dklen":32,"prf":"hmac-sha256","salt":"c43d9d4a6e9c4407ace172efb582ed8c8ad571303a3da4dc4adaf54af4ac919c"},"mac":"02a4e17d42aa993dc6e5efe1c96b80f619b703cd85385bcaab0fd54ad501b7b4"},"address":"e8eca5571b304c5f4004c4793bfb7bcbba9307a8","name":"","meta":"{}"}

View File

@ -1 +0,0 @@
{"id":"643b085d-3896-5b55-79dd-1173c861ac34","version":3,"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"d7436e51929b4a7b9021e74107121761"},"ciphertext":"27a7de9eba8b4e0539eae33191cf1a9d1bd0f77ecbfcf4577d8b92f210abd8d1","kdf":"pbkdf2","kdfparams":{"c":10240,"dklen":32,"prf":"hmac-sha256","salt":"fccbc5aa3835b8befbbe2fa5fe263f57b9c7245c77a9391e5a55ad4037b4888a"},"mac":"0a082413a45ea45c1c5fb3a5deba9d833d616e0b9ac9c36590f52068a5bf7b5b"},"address":"68be5a46e0d4c0b88610e6a6d52ced72975cc305","name":"","meta":"{}"}

View File

@ -1 +0,0 @@
{"id":"926a727f-2a62-d11a-7d9f-2132a22ddfd0","version":3,"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"7833cc3e9457c0b6749aa83ac9d4b18e"},"ciphertext":"4bc44e8a8eaddfe72220d8b2468ee841411e3ef4e1486320907861615ef0902c","kdf":"pbkdf2","kdfparams":{"c":10240,"dklen":32,"prf":"hmac-sha256","salt":"5f87e03e321ccf225f9b53b5361b20c759621843fd6490bdf76b8028aceca995"},"mac":"d5a96b8bf1535a7218da9430e4213f0beba425fa4361fa4fd976d570f97d4149"},"address":"98d50e062c277da127f4d17529996e20f1bcf3e3","name":"","meta":"{}"}

View File

@ -1 +0,0 @@
{"id":"a12ba12b-db8c-1422-13ee-6d8799fa7b0b","version":3,"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"00b78d7c4ada02e32e8fcd748b780e2a"},"ciphertext":"d2e1cac112e587b2ca99f969a236a9953ec4983b356af361582998f59ae9f69f","kdf":"pbkdf2","kdfparams":{"c":10240,"dklen":32,"prf":"hmac-sha256","salt":"3cfc7546adf8cf20f6de8be61213f9e84583383f9268f131bf81008d768f748c"},"mac":"c2583892a4f5a59fe4496fdac6f31d633b6f5fd0ef35a1b03b6f89031b611611"},"address":"207595bc37dbac843e904f3925258244a6cdc571","name":"","meta":"{}"}

View File

@ -1 +0,0 @@
{"id":"af5040d2-dc78-0f7f-a682-c84fd94cb5ce","version":3,"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"667e8f543309277369678b5fa13251be"},"ciphertext":"cd8434bb940683a96f5e02329c7702e0d2fbe4735066037056a1a65f81853cc9","kdf":"pbkdf2","kdfparams":{"c":10240,"dklen":32,"prf":"hmac-sha256","salt":"bcaa02c7a139189353c3f6cd06882a25907339b2d767c1bd7968b74e6f994259"},"mac":"684f874e97f51d91debdb65a44a87cc1deb9f2bfc868f7f14322aacf46f9410a"},"address":"5f8540e90728ee064dd0f761fc14587c2be7f77f","name":"","meta":"{}"}

View File

@ -1 +0,0 @@
{"id":"bf6a759e-fa35-974a-118c-f49aa475b5db","version":3,"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"592a355a1f1f5d72faae219daa98c8a9"},"ciphertext":"798619b218bddfaae7588cc30002079d4e2e36e82ee613b13df8696d7185598f","kdf":"pbkdf2","kdfparams":{"c":10240,"dklen":32,"prf":"hmac-sha256","salt":"ad5d57dcc40c21ffbff13082243909c2ebe6d7d592c726f7b988532235808863"},"mac":"f541e642edc3bd4a5a6934d5cf3f84e8679c3cde39099f362af38f0e87167f44"},"address":"b353b58b5ff997375a30475489246d9fcad592b0","name":"","meta":"{}"}

View File

@ -1 +0,0 @@
{"id":"e7684a67-eb1b-7583-3d12-4708079e4b7f","version":3,"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"fccaf7efc16b39df7fca71dda5d0453f"},"ciphertext":"cea97384c7ba87da8a1b8ebeb55caf880f1f7b263ce4486e4b841f820a926dc5","kdf":"pbkdf2","kdfparams":{"c":10240,"dklen":32,"prf":"hmac-sha256","salt":"d571ba38fcce571ba739e6df744911c74f371f4c2186ebb972d3f8528aa80d2e"},"mac":"8a3bf983027fa8a09dd8f9119608f392163ef2dd479380c2e8f67095a1a8e002"},"address":"4c44474a9d85431bf1b3f4e7de4598f9aa07e074","name":"","meta":"{}"}

Some files were not shown because too many files have changed in this diff Show More