bitcoinspv
bitcoinspv copied to clipboard
A native Bitcoin SPV client library for iOS with BIP32 support.
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];...
collapse
Use dome, click downloads, and make mistakes 
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...