SurpriseMF3000
SurpriseMF3000
Hello, i want to use nfcpy with the ACR122U Reader/ Writer but get the Error: `usb1.USBErrorNotSupported: LIBUSB_ERROR_NOT_SUPPORTED [-12]` Code (NFC P2P): ``` import nfc import ndef from threading import Thread...
Hello, i want to do a Bitcoin swift transaction using BitcoinKit.swift but have a error. I setuped and installed everything using pod install. The error: "Missing arguments for parameters 'bip',...
Im trying to install a BitcoinKit with `pod install` but get the error: Error: `have the same architectures (i386) and can't be in the same fat output file` Podfile: ```...
Hello, im want to do a Bitcoin Javascript transaction but get the error: Error: CORS request rejected: https://test-insight.bitpay.com/api/addrs/utxo Are there any solutions? Thanks
Hello, i want to use bitcore-node Insight but have issues. First i wanted to use bitcore-insights until i noticed, that it is unavailable. Because of that, i searched and found...
Hello, is the ACS 1252 NFC Terminal supported because there's nothing about this Terminal in the docs and I can't find this Device(setuped with WinUSB Driver) with `python -m nfc`?...
Hello, I changed the `ACS 122` and `ACS 1252` NFC Terminal Driver with `Zadig` to `WinUSB` but now the NFC Terminals shut down and disconnect 1 second after plugging them...
Hello, im facing Issues with with connecting to Testnet via Alamofire. Error: ``` ERROR : API IN: POST https://btc-testnet.horizontalsystems.xyz/api/tx/address noResponse(reason: Optional("Session was invalidated without error, so it was likely deinitialized...
Hello, im having issues with Ionicon´s. If im compiling and opening my App via `yarn android`, everything works fine and the Icons show up. But if im now unplugging the...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior Hello, im trying to use `web3.js` in my `React` project but...