kozyilmaz / zcash-apple

Zcash for Apple platforms
78 stars 21 forks source link

testnet-support #25

Closed timxor closed 6 years ago

timxor commented 6 years ago

add support for zcash testnet. Normally you modify zcash.conf with

testnet=0
addnode=testnet.z.cash

I did that at ~/Library/Application Support/Zcash/zcash.conf then restarted it and it looks like it is still on mainnet.

kozyilmaz commented 6 years ago

Hi @tcsiwula, I haven't tried testnet before but but maybe testnet parameter should be "1". I checked it from here: https://github.com/zcash/zcash/wiki/1.0-User-Guide#configuring-for-testnet

timxor commented 6 years ago

Thanks will try that and send a pr once i figure it out :)

On Jun 8, 2018, at 10:44 AM, Kazım Özyılmaz notifications@github.com wrote:

Hi @tcsiwula, I haven't tried it myself testnet before but but maybe testnet parameter should be "1". I checked it from here: https://github.com/zcash/zcash/wiki/1.0-User-Guide#configuring-for-testnet

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

timxor commented 6 years ago

Hello @kozyilmaz , I got it to work and updated the docs for test network support. Pull request is here https://github.com/kozyilmaz/zcash-apple/pull/26

kozyilmaz commented 6 years ago

Thanks again, merged!