Bible Pay

Archives => Archived Proposals => Topic started by: Rob Andrews on August 27, 2020, 09:08:23 PM

Title: BiblePay Air Wallet TestNet Thread
Post by: Rob Andrews on August 27, 2020, 09:08:23 PM
Welcome to the Air Wallet TestNet Thread!

Please run the following tests on the air wallet:

- Log in with Credentials, record your public and private keypair.  Ensure the same credentials always derive to the same keypair.
  Send some BBP to and from that particular wallet.
- Log in with new credentials, send some bible to and from that particular wallet.
- Ensure the residual amount is still available in each separate wallet keypair.

Test other currencies:

- Test Doge, BTC, LTC

Coming Soon:

Support for DASH.
The ability to sign UTXOs from (within air wallet).  This allows a user to do this easily outside of the core wallet.


KNOWN LIMITATIONS:

You cannot quickly create and send a new transaction until the first broadcast goes into a block.  Once the tx is mined, then the wallets balance (and internal UTXOs are updated).  If you try to spend funds quickly in succession without waiting you will receive an error.

SOURCE CODE REVIEW:

https://github.com/biblepay/bbpair.github.io


Docs:

https://wiki.biblepay.org/Air_Wallet


Main Testing Page:

https://biblepay.github.io/bbpair/



Option A:
You can download the source to your drive into a directory such as c:\\airwallet, then run index.html from your google browser.
OR
Option B:
You can access it from here:
https://biblepay.github.io/bbpair/







Title: Re: BiblePay Air Wallet TestNet Thread
Post by: togoshigekata on August 28, 2020, 11:37:24 AM
Woah! This is super cool!
Title: Re: BiblePay Air Wallet TestNet Thread
Post by: Rob Andrews on August 28, 2020, 02:14:17 PM
Woah! This is super cool!

Thanks Togo!  I am trying to finish unit testing now, so we can test it.

I should have it ready in a couple hours.

Title: Re: BiblePay Air Wallet TestNet Thread
Post by: togoshigekata on September 03, 2020, 03:53:58 PM
Should we test with mainnet BBP coins or testnet BBP coins?
Title: Re: BiblePay Air Wallet TestNet Thread
Post by: togoshigekata on September 03, 2020, 04:24:15 PM
Is this how to setup wallet to use testnet chain?

CONFIGURING FOR TESTNET:

1. Create a biblepaytest.conf file with the following contents:
testnet=1
debug=1

2. Place the file in
Linux:    ~/.biblepay
Windows:   %appdata%/Biblepay

3. Start wallet in testnet chain
Linux:  ./biblepay-qt -conf=biblepaytest.conf
Windows:  Either add -conf=biblepaytest.conf to BiblePay exe shortcut
or add conf=biblepaytest.conf inside of biblepay.conf file?

(Note the blocks and chainstate will sync into the /biblepay/testnet3 folder)
Title: Re: BiblePay Air Wallet TestNet Thread
Post by: Rob Andrews on September 04, 2020, 09:16:21 AM
Should we test with mainnet BBP coins or testnet BBP coins?

It only works with prod BBP currently.

The other coins should also work in their mainnets.
We can just test with lesser amounts.

Ill look at making it work with DASH asap--