typo rpcpassword

This commit is contained in:
Jorge Acosta Goszczyñski 2014-01-07 14:43:45 -06:00
parent 5ab658ae3d
commit 1b565e7147

View File

@ -135,7 +135,7 @@ directory. We have to first create the RPC configuration file, though.
Run `./twisterd` to get the filename where it should be put, or just try these Run `./twisterd` to get the filename where it should be put, or just try these
commands: commands:
echo -e "rpcuser=user\nrcpassword=pwd" > "/Users/${USER}/.twister/twister.conf" echo -e "rpcuser=user\nrpcpassword=pwd" > "/Users/${USER}/.twister/twister.conf"
chmod 600 "/Users/${USER}/.twister/twister.conf" chmod 600 "/Users/${USER}/.twister/twister.conf"
When next you run it, it will start downloading the blockchain, but it won't When next you run it, it will start downloading the blockchain, but it won't