mimblewimble / grin

Minimal implementation of the Mimblewimble protocol.
https://grin.mw/
Apache License 2.0
5.04k stars 991 forks source link

Advanced example - node 1 error #349

Closed PanosChtz closed 6 years ago

PanosChtz commented 6 years ago

After following https://github.com/mimblewimble/grin/blob/master/doc/local_net.md

~/grin/node1$ grin wallet -p "password" -a "http://127.0.0.1:10001" -r 15000 receive
error: Found argument '-r' which wasn't expected, or isn't valid in this context

USAGE:
    grin wallet --api_server_address <api_server_address> --pass <pass>

For more information try --help

Also in grin wallet --help there's no -r flag or option...

dewdeded commented 6 years ago

Try: grin wallet -p password -a http://127.0.0.1:10001 listen --port 15000

antiochp commented 6 years ago

Yeah - used to be receive, but renamed to listen.