Skip to content

Commit

Permalink
pool update, first 1.0 payout
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Sep 1, 2018
1 parent 6baaf77 commit c2a9c87
Show file tree
Hide file tree
Showing 5 changed files with 18,045 additions and 17,811 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ First clone the lisk-pool repository and install requests:

```pip3 install requests```

If you are using lisk 1.0.0, oxy 1.0.0 or rise 1.0.0 you need to dpos-api-fallback:
If you are using lisk or rise you need to dpos-api-fallback:

```bash
git clone https://github.com/vekexasia/dpos-api-fallback
Expand Down Expand Up @@ -119,9 +119,9 @@ optional arguments:
override the minpayout value from config file
```

## Lisk 1.0.0 (still WIP), Rise 1.0.0 and Oxy 1.0.0 migration
## Lisk and Rise migration for version 1.0

Since Lisk version 1.0.0 (still WIP), Rise version 1.0.0 and Oxy version 1.0.0, APIs with secret used for creating
Since Lisk version 1.0.0 and Rise version 1.0, APIs with secret used for creating
transaction are not available anymore, so we need to use the dpos-api-fallback
(a special thanks for vekexasia who made this tool).

Expand All @@ -138,12 +138,6 @@ npm run package

**nodejs >= 6 is mandatory for running dpos-api-fallback!**

Since this version is not yet the default, you should edit liskpool.py and set
the variable ENABLE_VERSION_1 to true:

```python
ENABLE_VERSION_1 = True
```

## License
Copyright 2017-2018 Davide Gessa
Expand Down
Loading

0 comments on commit c2a9c87

Please sign in to comment.