Bible Pay

Read 5106 times

  • Rob Andrews
  • Administrator

    • 4097


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
BiblePay Air Wallet TestNet Thread
« 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/







« Last Edit: August 28, 2020, 04:34:56 PM by Rob Andrews »


  • togoshigekata
  • Hero Member

    • 527


    • 31
    • September 01, 2017, 10:21:10 AM
    • USA
    more
Re: BiblePay Air Wallet TestNet Thread
« Reply #1 on: August 28, 2020, 11:37:24 AM »
Woah! This is super cool!


  • Rob Andrews
  • Administrator

    • 4097


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: BiblePay Air Wallet TestNet Thread
« Reply #2 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.



  • togoshigekata
  • Hero Member

    • 527


    • 31
    • September 01, 2017, 10:21:10 AM
    • USA
    more
Re: BiblePay Air Wallet TestNet Thread
« Reply #3 on: September 03, 2020, 03:53:58 PM »
Should we test with mainnet BBP coins or testnet BBP coins?


  • togoshigekata
  • Hero Member

    • 527


    • 31
    • September 01, 2017, 10:21:10 AM
    • USA
    more
Re: BiblePay Air Wallet TestNet Thread
« Reply #4 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)


  • Rob Andrews
  • Administrator

    • 4097


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: BiblePay Air Wallet TestNet Thread
« Reply #5 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--



« Last Edit: September 12, 2020, 03:11:14 PM by Rob Andrews »