Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples are not updated [Question] #241

Open
andresVillagomez opened this issue Nov 27, 2019 · 2 comments
Open

Examples are not updated [Question] #241

andresVillagomez opened this issue Nov 27, 2019 · 2 comments

Comments

@andresVillagomez
Copy link

Examples are not updated and while I'm able to receive transactions, I can't find the way to send coins to any address.

The log is reporting this:
sending transaction
104.192.7.210:19979 sending inv
104.192.7.210:19979 sent inv
104.192.7.210:19979 disconnected

@cuhte3
Copy link

cuhte3 commented Dec 3, 2019

@andresVillagomez

SPV features are under construction. The following functions cannot work well sometimes.
Send/receive transactions.
See current balance in a wallet.

Take a look to WalletWithApi example for workaround. Basically you create and sign tx on device and publish it using 3rd party api

@cacaosteve
Copy link

"The BitcoinKit library is a Swift implementation of the Bitcoin protocol which support both BCH and BTC. Improving the mobile ecosystem for Bitcoin developers is our mission.

BitcoinKit allows maintaining a wallet, sending or receiving transactions without a full blockchain node. Following is a wallet app that demonstrates the way to use it."

Where can I find WalletWithApi? Is it not worth it trying to use BitcoinKit to send/receive transactions and check current balance in a wallet?

These are literally the only things I wanted to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants