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 - Rob Andrews

Pages: [1] 2 3 4 5 6 7 8 ... 280
1
Active Discussions / Re: BEP-20 DECENTRALIZED EXCHANGE
« on: Today at 02:03:40 PM »
Portfolio Builder is ready to test.

The way it works is it looks for assets in your regular metamask wallet address - bnb chain only - (Not in your web wallet).  In this way you can keep your primary safe bigger balances in your personal private wallet, along with some erc-20 BBP.  We measure the BBP USD value against the foreign assets and calculate a "Coverage ratio".  That is how much of a % your BBP in USD matches the other assets.  The stake reward is based on the coverage ratio * the current annual APR.

Currently there are 3 stakable assets (BNB, BNB shiba and BNB BBP).
We can add more stakable assets as requested as long as they have chainlink oracles for the price.





2
Active Discussions / Re: BEP-20 DECENTRALIZED EXCHANGE
« on: May 23, 2026, 06:21:16 AM »
I won't cancel it but is there any way arround if someone wants to?
Current state, you can spend the BBP that is in the key that is getting charged, and the charges will stop.  The storage gets skipped as not paid.  We currently do not Delete the files on StorJ (we keep hosting them on the sancs).  Obviously in that state the design would be if it was abused we would have to delete the files and then the user would have to re-upload them and charging would start again.

I think this model is going to need to be changed when we switch to ERC-20 derived BBP keys however as we wont have the authority to charge the web key the storage charge.  So once we get back around to BBPDrive, ill see if we can charge the erc-20 key for something in a storage contract.  BBPDrive is useful as it lets you host Public files on the internet.  I have some (mixed down band) songs stored on there that I share with friends when they are too big to email.  Thinking of a good use case for that would be hosting gospel video links and bible audio tracks also.


3
Active Discussions / Re: BEP-20 DECENTRALIZED EXCHANGE
« on: May 17, 2026, 04:00:23 PM »

A) ada765e1a22805aca4cf8d8d521a42685717d9b67ce506a5f49f7697addb3cc3
B) Latest one downloaded a week ago.
c) I don't remember but can it happen for the screen sharing feature or something that bbp launched ?

That tx is possible to check with getrawtransaction txid 1 was for Storage.  We have a feature either for NFT or for BBP Drive, or for videos, or for the HTTPS API, where you could use your web wallet key to store something.  According to the calculation is
double nCharge = nTotalSize / 10000000 / 30; // bill daily
So for .09 bbp it would be a file or folder that is 27Meg in size.
Youd have to see what the pub key [BGRUU8zcUkpVjKEaineE7sot4AZMZGKFVN] for that tx is storing.  The destination goes to the foundation address for our next waterwell/orphan expense so it does go to good use.



4
Active Discussions / Re: BEP-20 DECENTRALIZED EXCHANGE
« on: May 17, 2026, 08:35:01 AM »
One bug I found that:
When I'm buying BBP the balance on the weidget doesn't update even after refreshing.
I need to close the widget and then see it on web bep20 wallet or when I reopen exchange again.
Ok, I fixed that, will be in next release once Portfolio Builder comes out.
Working on prayer staking.

5
Active Discussions / Re: BEP-20 DECENTRALIZED EXCHANGE
« on: May 16, 2026, 12:38:59 PM »
Added another test case for you:

Plz see the BEP-20 to Native bridge on the main menu.

Plz send some bbp to the native wallet and verify it arrives in the native webwallet; then vice versa, verify the other way arrives in the BEP-20 BBP wallet etc.


6
Active Discussions / Re: BEP-20 DECENTRALIZED EXCHANGE
« on: May 16, 2026, 06:42:54 AM »
but I have a question is the price tied with shib?
or a free-floating market?
1) As far as the order book itself, those are static orders we place at our prices and no price oracle is required to execute them, IE buy 100 BBP for 10 shib is static, and no matter what the price is of either token, the order is filled based on that static amount (but this is prob not what you meant)
2) As far as the UI display for the current price of SHIB that comes from the chainlink price oracle; I have the exchange check the chainlink oracle one every refresh to show the free floating price of shib
3) As far as BEP-20 BBP getting a pricing oracle, I checked into this and it requires us to get listed on any ERC-20 exchange that provides a price feed to coingecko.  Which we can either get listed on, or even  do it ourselves some day (I was listed on coingecko and coinmarketcap for a while using my own code) but that died when bololex died; but point is once we have the DEX on coingecko, it will start publishing a BBP price to the bscscan chain (and our exchange can pick that price up from coingecko for the room itself too)


7
Active Discussions / Re: BEP-20 DECENTRALIZED EXCHANGE
« on: May 16, 2026, 06:37:03 AM »
So tried it and it worked attaching few photos..
your balance is also successfully updated I checked on the bscscan

Good sleuthing.  I see it here in my web wallet too.

Btw, when all this phase 1 is done, it is possible for us to do 100% decentralized exchange too.  (But first i am favor of making everything work easy for the user and making other things in BBP decentralized). But back to the point, the only downside for the user if they come in BBP/Shiba exchange (Decentralized) version, they will connect to metamask, and when they hit Buy to place an order, they will get two pop ups, one to send the Shib, and one to interact with the Buy order in the contract.  (Which I guess is not terrible).  The web site will have to deal with Javascript stuff instead of back end code.  But yeah I think we should do that at the end also, just to show this is 100% decentralized in the end.   Notice that when you place an order your coins are tied up in the Contract as a bank (not on the web site).  When you hit Cancel you receive your coins back in the web wallet.  Same on the dex version; coins leave metamask and go into the contract.  Canceling them as a command through metamask would return them from the contract back to the metamask wallet.

So far the model is nice this way?  Performance seems relatively good since BSC is fast.  I thought about long term performance also when we have 900 orders in the book.  The book can do batching so that should be OK.  One feature we would need in the future is the ability to combine all txs at one price into one row (easy) as this is a UI feature.


8
Active Discussions / Re: BEP-20 DECENTRALIZED EXCHANGE
« on: May 16, 2026, 06:22:53 AM »
also another note not related to this test thread..
I'm losing 0.09 BBP core wallet installed on desktop every day (deducted) automatically..
any solution for that?
Thanks.
A) What is the TXID of the tx for .09 out of core wallet?
B) What Wallet version is that running from the Info page?  (I think its something like 0.24.x-Suffix).
C) Any keys set in biblepay.conf from back over 2 years ago for old features?



9
Active Discussions / Re: BEP-20 DECENTRALIZED EXCHANGE
« on: May 14, 2026, 03:52:46 PM »
Tried Bep20 BBP to meta
meta to bep20 bbp..
succeed,
Ok, so lets test the exchange.
I put an order in for 7611 bbp at .28 shiba each , my cur shib balance is 165217 and my bep-20 bbp is 105853 if you want to sell those 7611 to me ill check my balance later.
To get it to fill after you put the order in - it goes in the book, but I have the Refresh button wired up to match orders in the contract.


10
Active Discussions / Re: BEP-20 DECENTRALIZED EXCHANGE
« on: May 14, 2026, 06:18:54 AM »
So now I'm relieved and the test is going as test .. as we are finding bugs and errors
Here I'm attaching 2 photos where I was able to mint...

Here is my Bep 2 address from unchained

0x124929936ceD205408f1F3A3417379aeaA1488Bd


small observation..
I tried to login from the metamask mobile wallet but when i pressed connect it didn't send any connecting or approval msg..
instead it asked me to install metamask...
Because if you can do that than people will be able to use it from mobile phone..

1) Great, glad we are in.
2) Great, glad mint worked.  That proves that anyone can mint new BBP from SHIB using the smart contract and that it is a fair launch of all "extra" tokens on the erc-20 network that can be useful.
3) On metamask mobile, Ok, good on one hand, but I feel most of the site has problems viewing on mobile anyway (the resolution is kind of high that is required to go into the exchange), and I have a whole laundry list of things id like to get working correctly on BBP first, but we can certainly add mobile to the list for more adoption yes.  Thinking of everything we ever made, trying to decentralize it, prune features we dont need, rerelease the core wallet, and have a solid base that works on the desktop, then we will have 100 tickets for bugs and things like mobile features.  Maybe we will have 3 devs by then also.

4) Ill come back when time permits and we can test the exchange together. 
5) In the mean time you could test the bep-20 web wallet, send and receive each of the 3 bep-20 tokens back to your metamask wallet and back to the unchained web wallet, just to ensure they are exact.

Thanks

11
Active Discussions / Re: BEP-20 DECENTRALIZED EXCHANGE
« on: May 14, 2026, 06:13:47 AM »
also I am low on gas 0.00012 ig...
so yes I would appreciate some..
Thanks

Sent.

One other thing you can do in the mean time, is withdraw 5000 erc-20 bbp to your BNB metamask wallet, and add the token to your token list and you should see 5000 BIBLEPAY in there.

12
Active Discussions / Re: BEP-20 DECENTRALIZED EXCHANGE
« on: May 14, 2026, 06:12:00 AM »
So is there going to be a way to get cross chain bbp transaction like bep 20 bbp to native?
Not yet.  I plan on making a bridge between native BBP and ERC-20 BBP and running that on unchained as a feature though.
I think this weekend I will start on portfolio builder and ill keep that bridge in mind to work on also.

13
Active Discussions / Re: BEP-20 DECENTRALIZED EXCHANGE
« on: May 13, 2026, 06:51:18 PM »
no it is still now not showing exchange under authentication..

lemme tell you some more background I'm signing in with my email id and I need to click reset pass option that receiving tmep pass.
I need to do it every time.
Yeah, I was surprised how much stuff was broken on there.  The modals were out, the reset pass link didnt work for me, the change pass after using the reset pass was out, etc, and on top of that the exchange node was not visible.

So this should all be fixed now.  I used one of my email addresses to create a new acct and now you can register, get an email, use the pass link, log out, log in with it, change the password, save it, and log out and log back in.

So now on your acct plz try to recover it with your link then save the new pass, then log out and log back in then try testing the exchange?



14
Active Discussions / Re: BEP-20 DECENTRALIZED EXCHANGE
« on: May 13, 2026, 03:16:02 PM »
no it is still now not showing exchange under authentication..

lemme tell you some more background I'm signing in with my email id and I need to click reset pass option that receiving tmep pass.
I need to do it every time.
EDIT:
Ok, the reason this is so squirrely is we added a new field to the back end and it was not breaking for my user but it breaking for everyone else.
So far when I enter a bad password, I dont even get a message box.

Hang on while I make fixes.



15
Active Discussions / Re: BEP-20 DECENTRALIZED EXCHANGE
« on: May 13, 2026, 11:18:01 AM »
but you can see it says I'm logged in..

Can you see if it works now?

Once logged in it should have a menu item of "Exchange" under Authentication.

Pages: [1] 2 3 4 5 6 7 8 ... 280