BitcoinKit icon indicating copy to clipboard operation
BitcoinKit copied to clipboard

Bitcoin protocol toolkit for Swift

Results 107 BitcoinKit issues
Sort by recently updated
recently updated
newest added

# What problem does this feture solve? Currently initial block download strategy is implemented as Block First. # Describe what you've considered? 1. Download the best header. 2. Download blocks...

help wanted
roadmap
improve-feature

When I send BTC to any wallet (testNet or mainNet) I receive "emptyOutputs" error. I tried it in my application using BitcoinKit 0.15.4. I tried to do in your example...

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',...

# Current behavior Pod Install fails with the following: `++ xcrun -sdk iphoneos --show-sdk-path + ./configure --host=arm-apple-darwin CC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang 'CFLAGS=-O3 -arch armv7 -arch armv7s -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.6.sdk -fembed-bitcode -mios-version-min=8.0' CXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++...

Hi, i am getting the next error when execute "pod install".. fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: /var/folders/xf/b7gq41hs2jv_4243r8t57l4m0000gn/T/tmp.mZ7MzT8O/.build/iphoneos/lib/libsecp256k1.a and /var/folders/xf/b7gq41hs2jv_4243r8t57l4m0000gn/T/tmp.mZ7MzT8O/.build/iphonesimulator/lib/libsecp256k1.a have the same architectures (i386) and can't be in the same fat output...

Hi. Cannot receive the fee address of test wallet is "mtz74qT7WgtynjXEDpRUBMvpAPYGAhmJnq", balance: 0.0004 BTC var pluginData = [UInt8: IPluginData]() if timeLockEnabled { pluginData[HodlerPlugin.id] = HodlerData(lockTimeInterval: self.selectedTimeInterval) } let fee =...

In OP_CHECKSEQUENCEVERIFY.swift `guard nSequence

In BitcoinAddress+Legacy.swift `public var legacy: String {` `switch hashType {` `case .pubkeyHash:` `return Base58Check.encode([network.pubkeyhash] + data)` `case .scriptHash:` `return Base58Check.encode([network.pubkeyhash] + data)` `}` ` }` correct way: `case .scriptHash:` `return...

any solution for this Error ![Screenshot 2021-11-29 at 8 22 55 PM](https://user-images.githubusercontent.com/30233160/143890058-5ddaca20-129a-4780-95ab-21bcc1625cdb.png)

### Requirements * Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the...