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: 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.



2
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.

3
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.


4
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)


5
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.


6
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?



7
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.


8
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

9
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.

10
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.

11
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?



12
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.



13
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.

14
Active Discussions / Re: BEP-20 DECENTRALIZED EXCHANGE
« on: May 13, 2026, 11:00:52 AM »
but you can see it says I'm logged in..
Sorry, I saw your screen shot earlier and thought it said Not logged in; right, ok, I will have to put the debugger on it.  Give me a few hours.

15
Active Discussions / Re: BEP-20 DECENTRALIZED EXCHANGE
« on: May 13, 2026, 06:23:54 AM »
for some reason my ui is loading differently than you

My exchange icon is not under authentication
it is under finance and when I click it it remains blank page ..
I'm attaching the screenshots...

You are not logged in.  I added it under Authentication, which appears after you are logged in.

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