Bible Pay

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MIP

Pages: 1 ... 14 15 16 17 18 19 20 [21] 22 23 24 25
301
Archived Proposals / Re: BiblePay mobile wallet (Android & iOS)
« on: April 09, 2018, 02:38:36 AM »
Wooohoooo the current Breadwallet iOS version is relying in a 5-month old branch of the SPV client library... not the one I modified for the Android compile.

This is gonna be more painful than expected   ;D.

302
Archived Proposals / Re: BiblePay mobile wallet (Android & iOS)
« on: April 08, 2018, 01:24:59 AM »
CoinMarketCap does this automatically and the advantage is that they display a more accurate average price because they take into account the volume per exchange! So for example if exchange 1 has a 30 sat price at 99% of total volume, and exchange 2 has a 36 sat price at 1% of total volume, they will show 30 as average, not 33.

Here is their API for BBP: https://api.coinmarketcap.com/v1/ticker/biblepay/

Another advantage for you is that you will not have to update your code when new exchanges list BiblePay.

Included in the new version. Thanks for the suggestion.

303
TestNet Discussion Archive / Re: Android mobile wallet - TEST
« on: April 08, 2018, 01:21:19 AM »
OK, tested and looks that it is OK :)
Sharing without problem.
Sum is now in BBP, not in Bits, thats great, but the symbol isnt good.
I dont know if it is my problem or common.

Fixed

And I have other problem. When I open wallet after longer time it open first Android Authentification required screen with "please unlock your android device to continue" message. Only then it opens your wallet and ask for fingerprint unlock. I think that it is problem with some kind of way to fingerprint access.

Breadwallet requires PIN to get the wallet data from the hardware-encrypted storage. After that, if you had enabled fingerprint access for the wallet, you will have to do this step too.

I didn't touch that part at all from the original code so it sounds like normal behaviour.

I also changed price rate from Coinmarketcap as suggested in the Production Proposal thread.

APK link is the same.

304
Archived Proposals / Re: BiblePay mobile wallet (Android & iOS)
« on: April 07, 2018, 08:14:05 AM »
Finally GETUTXOS is not implemented in Biblepy Core peers (or it's disabled at the moment)  we will have to implement sweep feature using block explorer API. As Iquidus is not supporting it we will do it ourserves.

Litch could you please tell me where your Biblepay explorer source code is so I can make the changes?

Thank you!

305
Archived Proposals / Re: BiblePay mobile wallet (Android & iOS)
« on: April 07, 2018, 03:11:36 AM »
Rob or someone managing the website, Google play requires a privacy notice link in order to allow using the camera. I can "clone" the breadwallet one, but I would need to publish it in some page at biblepay.org.

Please tell me how to send you the page for publishing.

See https://breadapp.com/privacy-policy/

I created the featured image myself






306
TestNet Discussion Archive / Re: Android mobile wallet - TEST
« on: April 07, 2018, 03:10:51 AM »
I have found only one problem, when I was trying to share receiving address by email or text message wallet crashed.

Fixed, it was trying to save the QR bitmap into com.breadwallet storage, it should be com.biblepaywallet for our app.

I refreshed the APK file (uninstall the previous app and use the same dropbox link)


307
TestNet Discussion Archive / Re: Android mobile wallet - TEST
« on: April 06, 2018, 03:08:21 PM »
MIP, it will be problem to post apk on any other server?
More people has problem with download.
I have no problem with sharing it, but I think, that share from you is better :)

I guess you can publish it elsewhere. I will try to publish it (as beta) in Google Play, if I finish the paperwork, this weekend.

Google play asks for a featured image, I can improvise myself but if there is someone here good at graphic design, any help would be appreciated.

Some examples:

https://incipia.co/post/app-marketing/google-play-feature-graphic-ideas/

308
TestNet Discussion Archive / Re: Android mobile wallet - TEST
« on: April 06, 2018, 09:40:09 AM »
Is it possible to set the default to BBP instead of Bits? I think that would be more in line with the PC wallet.

Sure, done in dev already.

309
TestNet Discussion Archive / Android mobile wallet - TEST
« on: April 06, 2018, 09:02:18 AM »
ANDROID MOBILE WALLET - BETA TESTING

Application Beta APK (Android version 6.0 or higher required)
https://www.dropbox.com/s/98mval1rdi9dlcg/app-bbp-release.apk?dl=1

You need to activate install from unknown sources (until we publish officially on Google Play):
https://developer.android.com/distribute/marketing-tools/alternative-distribution.html#unknown-sources

If you experience difficulties installing it after download and allowing from unknown sources, please use "APK installer" app.
https://play.google.com/store/apps/details?id=com.apkinstaller.ApkInstaller&hl=en

App is based on Breadwallet - a bitcoin wallet source code. So it shares the same features (but connectong to BiblePay network instead Bitcoin)

Even if this is a test, wallet connects to BiblePay mainnet, so real BBPs are required.

Import & sweep is not functional yet. We need to manage a way to obtain unspent outputs for external private keys. This is implemented by Breadwallet using an external block-explorer API that we don't have for BBP at the moment.



310
Archived Proposals / Re: BiblePay mobile wallet (Android & iOS)
« on: April 06, 2018, 08:11:07 AM »
Ok I found the reason why sends were rejected by the network: low fee-per-kb amount as forecasted. But I wanted to be sure and took a strict approach to know it's 100% safe to change this.

So I'm releasing it in few minutes, create testing thread and announcing in Bitcointalk thread.

311
Archived Proposals / Re: BiblePay mobile wallet (Android & iOS)
« on: April 06, 2018, 12:05:13 AM »

Thank you for the support. I am now successful at installing it. I have even send some BBP coins from C-cex to the android wallet and it has reflected. However, it is the amount of BBP that is still not portraying the transacted amount. Thanks

Please send screenshot and it will be easier to identify where the issue is.

Remember there is a settings screen where you can  configura the units for BBP and fiat  currency. There you can choose between "bits" and BBP.

1 BBP = 1,000,000 bits

312
Archived Proposals / Re: BiblePay mobile wallet (Android & iOS)
« on: April 05, 2018, 04:18:06 PM »
This is sounding quite so great, but I am still unable to open it after the download. What could actually account for that. Or is it the android  version I am using?
I think this app is going to be a real boost to our business as a community.

First, check Android version. It should be 6.0+

Second, allow for unknown sources installs
https://developer.android.com/distribute/marketing-tools/alternative-distribution.html#unknown-sources

Third, go to google play and install "APK Installer" app. It will make the process easier. Trying to install apks from browser downloads could be tricky sometimes.

313
Archived Proposals / Re: BiblePay mobile wallet (Android & iOS)
« on: April 05, 2018, 04:12:56 PM »
I think this is a good idea :) We could use testers for this.

Sending funds to the wallet was no problem. But I can't seem to be able to send them back to my Windows wallet?


Of course, the numbers aren't correct right now, but there is also some difference, because 1.000.000 inside the wallet is 10.000 in my notification:


The first one is the bug I found about not calculating fees and change properly. I'm working on it.

The second one I also found it today on my own. The "bits" unit is satoshis/100 so 1BBP = 1,000,000 b

However the conversion/ formatting function for notifications is being called twice so it divides 1,000,000 again by 100 = 10,000 which is what you see. I corrected this on development.

Thank you for reporting

314
Archived Proposals / Re: BiblePay mobile wallet (Android & iOS)
« on: April 05, 2018, 05:44:30 AM »
Hi,

Thanks for great work.
Is there some special requirement in source code that it demands Android 6+.
There is still 36% of Android devices on version below 6. It would make sense to support versions 4.4+

Best regards,
Simon

There is a critical one: security. Until Android 6.0. was released, there was no in-built hardware-encrypted storage feature, required to "ironclad" your keys and make them impossible to access even if your device is root-compromised.

I could try to explain it further myself but I think Breadwallet creators can do it much better than me.

Please read full article
https://breadapp.com/blog/breadwallet-for-android/

315
Archived Proposals / Re: BiblePay mobile wallet (Android & iOS)
« on: April 05, 2018, 03:46:04 AM »
I found a bug, when you send 2 or more amounts quickly, first one gets dispatched, but the next ones get rejected because they don't acount for the fees properly (REJECT_INSUFFICIENTFEE)

It must be some quick in Breadwallet calculations because I don't remember modifying that part... I will check it.

Another question; I think I will open a new thread in "Testnet" subforum (even if we are testing over prod lol) regarding all this mobile apps testing, and I will advertise in the Bitcointalk thread. I prefer to get more eyes on this.

Pages: 1 ... 14 15 16 17 18 19 20 [21] 22 23 24 25