bitcoinspv icon indicating copy to clipboard operation
bitcoinspv copied to clipboard

A native Bitcoin SPV client library for iOS with BIP32 support.

Results 6 bitcoinspv issues
Sort by recently updated
recently updated
newest added

Currently we're working on integrating bitcoinspv for OracolXOR wallet and we're facing issue in network connection to get balance, unspent txn, and all other server calls. Can someone please help...

Am creating and signing new transaction just fine like this: NSError *error; WSAddress *address = WSAddressFromString(self.parameters, @"mu4CVtiGvVtE2wHosbHC58RE2hG4CnHnvj"); const uint64_t value = 5213; WSTransactionBuilder *builder = [self.wallet buildTransactionToAddress:address forValue:value fee:0 error:&error];...

Use dome, click downloads, and make mistakes ![wx20180625-190405](https://user-images.githubusercontent.com/15035749/41846829-954a43ac-78aa-11e8-8687-786768482417.png)

Hello keeshux! I saw you recommend not to use your work since it’s still experimental. At which point can we consider your code to be « unsafe » ? I’d...