-
Notifications
You must be signed in to change notification settings - Fork 0
BIP39 Keystore not accessible from keystore parameter path #68
Comments
Did you previously create a BIP32 keystore and save it to that directory? Just in case |
yeah i want to create hd wallet |
Oh, I didn’t understand a question. Yes, you can either create a keystore from phrase and lib will save a necessary information to JSON that you can write to disk, or you can supply either Json string or data to recreate it from saved copy. |
Please keep in mind that BIP 32 keystore JSON format is not standartized, so files are not compatible with other libs. For BIP32KEYSTORE keystore everyone just backups a seed phrase, it’s enough. Be sure to allow your users to backup a seed phrase after creation and destroy it after |
@shamatar but get connectionError in Send ether. |
Please check your internet connection (if using Infura) or connection to the local node. If you are using Geth be sure to have —rpc flag and —rpccors if necessary
…________________________________
From: Shivang Pandey <notifications@github.com>
Sent: Friday, April 20, 2018 2:39:50 PM
To: BANKEX/web3swift
Cc: Alexander; Mention
Subject: Re: [BANKEX/web3swift] BIP39 Keystore not accessible from keystore parameter path (#68)
@shamatar<https://github.com/shamatar> but connectionError in Send ether.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#68 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AGKv9-nMX08amXAl0eB0Bh9-LSZXEsJFks5tqckFgaJpZM4TdJo7>.
|
my internet is working fine and i am using infura and whenever i send i got invalid address. |
Would you try a latest commit in master?
…________________________________
From: Shivang Pandey <notifications@github.com>
Sent: Friday, April 20, 2018 4:59:34 PM
To: BANKEX/web3swift
Cc: Alexander; Mention
Subject: Re: [BANKEX/web3swift] BIP39 Keystore not accessible from keystore parameter path (#68)
my internet is working fine and i am using infura and whenever i send i got invalid address.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#68 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AGKv91l8470lmDWbiGVZp5x2cBip_aLnks5tqenGgaJpZM4TdJo7>.
|
@shamatar yeah i installed latest version of web3swift. my code is send ether in bip32keystore...
|
@shamatar Yeah it works in 0.5.6 version... |
let userDir = NSSearchPathForDirectoriesInDomains(.documentDirectory, .userDomainMask, true)[0]
crash when getting address from keystoremanager.
Error in latest version in CryptoSwift?
The text was updated successfully, but these errors were encountered: