Please use proof-server version 4.0.0. Users are reporting that the latest proof-server, specifically version 6x is not working.
Here is the common error:
docker run -p 6300:6300 midnightnetwork/proof-server:latest -- 'midnight-proof-server --network testnet'
error: unexpected argument '--network' found
tip: a similar argument exists: '--num-workers'
Usage: midnight-proof-server --num-workers <NUM_WORKERS>
For more information, try '--help'.
Here is the solution:
docker run -p 6300:6300 midnightnetwork/proof-server:4.0.0 -- 'midnight-proof-server --network testnet'
Please explicitly use version 4.0.0 for the time being.
Thank you for your understanding and support. We’ll keep you updated.