Simon Brazell
Simon Brazell
@Jellyfishboy what version did you revert to that enabled this to work? Having the same problem on an existing app that I'm trying to add this gem to.
Cheers! I'm beginning to think that my issue is unrelated but I'll give it a go.
@mcastets I added the following to my `config.xml` file as described in your SO post: But I get the following error when attempting to build the project: `The prefix "android"...
Hi @mcastets thanks for responding. I tried reinstalling the platform i.e. `cordova platform rm android`, still get the same error. `AndroidManifest.xml` looks like this when I don't include your `edit-config`...
@mcastets I was able to resolve the issue by downgrading the `cordova-plugin-geolocation` to `4.0.2`, it appears the issue only arrises in the latest version (`4.1.0`). You are running `4.1.0` right?...
All good @mcastets, I think pinning the geolocation plugin to the previous version is enough for me for now, although I still need to test this on a device, I...
Okay thanks @djm34 much appreciated, I'll give that a go now instead.
Okay so I attempted the following: ``` ccminer_cuda11.exe -a mtp -u wallet.worker -p password --cert="certificate.crt" -o stratum+tcp://firo-us.mintpond.com:3005 ``` Where `certificate.crt` was obtained by running: ``` echo | openssl s_client -servername...
Okay no worries, I guess I'll leave it at that, I guess no one else uses it either. It seemed weird to me that I had to provide a certificate...
Yeah I spoke to JCTheMiner on the mintpond discord and they weren't sure that ccminer was compatible with the TLS endpoint. There is [a page](https://mintpond.com/b/how-to-mine-firo) on mintpond's site that produces...