Michael Welnick

Results 14 comments of Michael Welnick

@luke-jr if its too late perhaps this could be a new BIP with a different purpose index

I still think this is a good idea but it sounds like there is already a workaround out in the wild that is being used. It would be better to...

I had basically the same thing happen cat /etc/ssh/ca.pub ``` ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKjX/oXgi8eHLC+4lYnweLH42NIMTgTS2JiPGKWIxPqP keybase@ee47cdb2a0c8 ``` cat /etc/ssh/auth_principals/developer ``` bijeebusca.ssh.root ``` cat /etc/ssh/sshd_config ``` # Package generated configuration file # See the...

``` Type: [email protected] user certificate Public key: ED25519-CERT SHA256:hdZTSGEUIRm9808qEfBv5/XTvGH2vUokq6FUrUfrWSo Signing CA: ED25519 SHA256:62UsnfZYBSOrpmNvDfgLcOT1gpHCiwKyhpdgwm86iV4 Key ID: "b874e27d-41a5-4c85-ba03-e8328a25d716:3d962cf4-620e-47e5-ad84-cc33be409000:bijeebus" Serial: 0 Valid: from 2019-09-12T09:13:00 to 2019-09-12T10:14:53 Principals: bijeebusca.ssh.root Critical Options: (none) Extensions: permit-X11-forwarding...

Im getting an `Invalid y value for curve.` error in my Ionic app when calling ``` var mnemonic = new Mnemonic(seed); this.walletHdPrivKey = mnemonic.toHDPrivateKey(); ``` would that be related to...

I manually installed all of bitcore-libs dependencies at their exact versions into my project and it fixed the issue for me (using ionic2).

have not confirmed but I suspect this issue is why my setup is now broken as well

Did you ever figure out what the issue was. Mine isn't working at all but I don't see any errors

I'm also having this issue. If it helps, the exact same configuration and certificate works on android but not in iOS.