Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added avatar-raiden-testnet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN python3 setup.py install && \
FROM alpine:latest

ENV LANG en_US.UTF-8
ENV RAIDEN_VERSION 0.100.3
ENV RAIDEN_VERSION 0.100.5a0
ENV RAIDEN_ACCEPT_DISCLAIMER=True
ENV RAIDEN_ENVIRONMENT_TYPE=development
ENV RAIDEN_API_ADDRESS=0.0.0.0:80
Expand All @@ -24,9 +24,10 @@ COPY --from=onboard-build /usr/src/app/workshop/tools/to_checksum_address/dist/t

RUN apk update && apk add --no-cache wget bash

RUN wget https://github.com/raiden-network/raiden/releases/download/v${RAIDEN_VERSION}/raiden-v${RAIDEN_VERSION}-linux-x86_64.tar.gz \
#RUN wget https://github.com/raiden-network/raiden/releases/download/v${RAIDEN_VERSION}/raiden-v${RAIDEN_VERSION}-linux-x86_64.tar.gz \
RUN wget https://raiden-nightlies.ams3.digitaloceanspaces.com/NIGHTLY/raiden-nightly-2019-09-03T00-27-50-v0.100.5a1.dev142%2Bga9ffa4886-linux-x86_64.tar.gz \
-qO- | tar -C /usr/bin -xzvf -
RUN mv /usr/bin/raiden-v${RAIDEN_VERSION}-linux-x86_64 /usr/bin/raiden
RUN mv /usr/bin/raiden-* /usr/bin/raiden

ARG ALPINE_GLIBC_PACKAGE_VERSION="2.29-r0"
RUN ALPINE_GLIBC_BASE_URL="https://github.com/sgerrand/alpine-pkg-glibc/releases/download" && \
Expand Down
2 changes: 1 addition & 1 deletion build/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ fi

# Check if password is set, and at least one file has been uploaded
if [ -n "${RAIDEN_ADDRESS}" ] && [ -n "${RAIDEN_KEYSTORE_PASSWORD}" ]; then
raiden --keystore-path /root/.raiden/keystore --accept-disclaimer --password-file "${RAIDEN_KEYSTORE_PASSWORD_PATH}" "${EXTRA_OPTS}"
raiden --keystore-path /root/.raiden/keystore --accept-disclaimer --password-file "${RAIDEN_KEYSTORE_PASSWORD_PATH}" --pathfinding-service-address "${RAIDEN_PATHFINDING}" "${EXTRA_OPTS}"
else
print_banner
while true; do sleep 5; done
Expand Down
18 changes: 14 additions & 4 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "raiden-testnet.dnp.dappnode.eth",
"version": "0.0.1",
"description": "The Raiden Network is an off-chain scaling solution, enabling near-instant, low-fee and scalable payments. (Development version)",
"upstreamVersion": "nightly-2019-09-03T00-27-50-v0.100.5a1.dev142",
"shortDescription": "Fast, cheap, scalable token transfers for Ethereum (Testnet version)",
"description": "The Raiden Network is an off-chain scaling solution, enabling near-instant, low-fee, and scalable payments. It’s complementary to the Ethereum blockchain and works with any ERC20 compatible token. \n\n\n **Getting started** \n\n Once you have installed the Raiden DAppNode Package you **must** upload your own keystore. Go to this [getting started guide](https://github.com/dappnode/DAppNodePackage-raiden) to learn how to do so. \n\n\n All set? Check out the [documentation and introductory guides](https://raiden-network.readthedocs.io/en/stable/#how-to-get-started) to quickly get started doing payments.",
"avatar": "/ipfs/QmaqgLyZXpETXYzhWcebNJnh6vPs4WqiCJbZY3EY1fXqer",
"type": "service",
"image": {
"path": "raiden-testnet.dnp.dappnode.eth_0.0.1.tar.xz",
"hash": "/ipfs/QmTAD4ucxV81EWsy8RmBQKXa9rGeGmb8n112avuNJcvuL6",
"size": 42383386,
"hash": "/ipfs/QmU264QHpAFKv9LRjQU21BKtQvZQChXGo8K7HGwGv3zPtL",
"size": 49172628,
"restart": "always",
"ports": [],
"volumes": [
Expand All @@ -18,6 +20,7 @@
"RAIDEN_KEYSTORE_PASSWORD=",
"RAIDEN_ETH_RPC_ENDPOINT=http://goerli-geth.dappnode:8545",
"RAIDEN_NETWORK_ID=goerli",
"RAIDEN_PATHFINDING=https://pfs-goerli.services-dev.raiden.network",
"EXTRA_OPTS=--disable-debug-logfile"
],
"keywords": [
Expand All @@ -27,6 +30,13 @@
"Goerli"
]
},
"backup": [
{
"name": "data",
"path": "/root/.raiden"
}
],
"warnings": {},
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": [
"Abel Boldú (@vdo)",
Expand All @@ -50,4 +60,4 @@
"disclaimer": {
"message": "This software is experimental, presented 'as is' and inherently carries risks. By installing it, you acknowledge that DAppNode Association has done its best to mitigate these risks and accept to waive any liability or responsibility for DAppNode in case of any shortage, discrepancy, damage, loss or destruction of any digital asset managed within this DAppNode package.\n\nThis package stores private keys, which will be stored in your DAppNode. Neither DAppNode Association nor the developers of this software can have access to your private key, nor help you recover it if you lose it. \n\nYou are solely responsible for keeping your private keys and password safe and to perform secure backups, as well as to restrict access to your computer and other equipment. To the extent permitted by applicable law, you agree to be responsible for all activities that have been conducted from your account. You must take all necessary steps to ensure that your private key, password, and recovery phrase remain confidential and secured. \n\nThis is an Alpha version of experimental open source software released as a test version under an MIT license and may contain errors and/or bugs. No guarantee or representations whatsoever is made regarding its suitability (or its use) for any purpose or regarding its compliance with any applicable laws and regulations. Use of the software is at your own risk and discretion and by using the software you acknowledge that you have read this disclaimer, understand its contents, assume all risk related thereto and hereby release, waive, discharge and covenant not to sue Brainbot Labs Establishment or any officers, employees or affiliates from and for any direct or indirect liability resulting from the use of the software as permissible by applicable laws and regulations.\n\nPrivacy Warning: Please be aware, that by using the Raiden Client, \namong others, your Ethereum address, channels, channel deposits, settlements and the Ethereum address of your channel counterparty will be stored on the Ethereum chain, i.e. on servers of Ethereum node operators and ergo are to a certain extent publicly available. The same might also be stored on systems of parties running Raiden nodes connected to the same token network. Data present in the Ethereum chain is very unlikely to be able to be changed, removed or deleted from the public arena.\n\nAlso be aware, that data on individual Raiden token transfers will be made available via the Matrix protocol to the recipient, intermediating nodes of a specific transfer as well as to the Matrix server operators."
}
}
}
Binary file removed logo.jpg
Binary file not shown.