kozyilmaz / zcash-apple

Zcash for Apple platforms
78 stars 21 forks source link

Tried Again #30

Closed GratefulDave closed 6 years ago

GratefulDave commented 6 years ago

@kozyilmaz Hi, I tried to reinstall from scratch. It does not create /out directory.

kozyilmaz commented 6 years ago

Hi @GratefulDave, can you provide the output logs if you followed the steps?

Please open a new terminal window
$ git clone https://github.com/kozyilmaz/zcash-apple.git
$ cd zcash-apple
$ source environment
$ PRINT_DEBUG=y make all
GratefulDave commented 6 years ago

@kozyilmaz worked perfectly this time. Am I able to randomly change the username and password or are they now immutable?

kozyilmaz commented 6 years ago

The username and password (assuming you are talking about the ones in zcash.conf) are only to be used for securing RPC calls, thats all. You can change username and password or recreate zcash.conf anytime you like. The only thing you have to be careful is if you are using a program using RPC interface to call functions from zcashd, correct username and password are needed.

kozyilmaz commented 6 years ago

@GratefulDave just re-open the case if you have any questions