This repository was archived by the owner on Nov 6, 2020. It is now read-only.
This repository was archived by the owner on Nov 6, 2020. It is now read-only.
Be able to run full and light client simultaneously (with portshift) #8927
Closed
Description
As the title says, we should be able to run both clients on the same machine as long as there is a port-shift:
$ parity --light # Run light client
$ parity --ports-shift 100 # Run full client with ports-shift
Light and full clients should use separated directories, the keys should be shared.
A particular attention should be paid to the directory code as it varies between platforms. Proper tests should be performed.