Bible Pay

Recent Posts

Pages: 1 2 3 4 5 6 [7] 8 9 10
61
Announcements & Fundraisers / Re: Empowerment!
« Last post by MR.A on March 02, 2025, 08:56:05 PM »
This thread is still live!
62
Active Discussions / Re: BIBLEPAY - DOGE DECENTRALIZED EXCHANGE
« Last post by Rob Andrews on March 01, 2025, 11:37:53 AM »
The Exchange has a couple new features:  You can see smooth refreshing, it remembers your last persisted row position that you clicked, it has some price feeds, and notice the midpoint (the current BBP-DOGE price) is on the middle of the screen.

To use the new fractional fills feature you must have a big enough order in that will result in more than 25,000 extra BBP after the fractional fill is filled.

63
Active Discussions / Re: BIBLEPAY - DOGE DECENTRALIZED EXCHANGE
« Last post by Rob Andrews on March 01, 2025, 11:34:34 AM »
To test Portfolio Builder:

Note that we have a new version of BBPExtensions, so after this newest upgrade, click on Extensions.
From that list of Apps, click Portfolio Builder.

The new wallet creates a few new keys:
ASSET-XLM
ASSET-XRP
ASSET-BBP

These are intended to be Portfolio Builder private keys (they never leave the machine and are private to your BBP core wallet).
The idea is when you send assets into these keys, they will be countable by Portfolio Builder (which gives you the ability to earn APR% annual rewards from the PB feature).  The rewards come in the form of Staked Block BBP rewards, which are not enabled yet).

So the way multi wallet works is when you launch PB, the BBP core wallet encrypts these 3 keys and sends them to the multiwallet.  Note the multiwallet runs on your machine in C#, so the keys are never exposed to the outside world.

However, with these 3 keys you can now send and receive XRP/XLM/DOGE from the multiwallet.

The code in the multiwallet is smart enough to create a Stellar or Ripple account if one does not exist.  So this only comes into play if you are sending Stellar from a BBP Stellar wallet to another BBP stellar wallet (we detect that and call the stellar c# code to create the new account).  If you fund Stellar from another stellar account they automatically create the account for you.

For Ripple, the XRP network will create an account for you if you fund the wallet with more than 20 XRP into your BBP Ripple wallet.  That is their network minimum (not ours).  Be careful if you plan on using Ripple, to send it more than 20 XRP to the address so that you don't lose the usability of the address.

In Phase 2, I will add the ability to see the APR% and you assessed staking level, and also to receive the extra rewards.



64
Biblepay v0.24.2
Mandatory Upgrade


Make Exchange UI remember your row select positions, and refresh gracefully
Add pricing feeds (dogeusd,bbpusd,dogebbp) into the trading room UI, and add the midpoint to the center of the orderbook grids.
Add XLM/XRP multiwallet support
Add PortfolioBuilder phase 1 (XRP/DOGE/XLM) multiwallet
Added fractional fills to exchange, as long as the fractional remainder will be > 25K bbp


https://github.com/biblepay/biblepay/releases/tag/v024.2-Mandatory


** Chainz (our BX), has upgraded already
65
Active Discussions / Re: BIBLEPAY - DOGE DECENTRALIZED EXCHANGE
« Last post by Rob Andrews on March 01, 2025, 09:28:06 AM »
Biblepay v0.24.2
Mandatory Upgrade


Make Exchange UI remember your row select positions, and refresh gracefully
Add pricing feeds (dogeusd,bbpusd,dogebbp) into the trading room UI, and add the midpoint to the center of the orderbook grids.
Add XLM/XRP multiwallet support
Add PortfolioBuilder phase 1 (XRP/DOGE/XLM) multiwallet
Added fractional fills to exchange, as long as the fractional remainder will be > 25K bbp


https://github.com/biblepay/biblepay/releases/tag/v024.2-Mandatory
66
Active Discussions / Re: BIBLEPAY - DOGE DECENTRALIZED EXCHANGE
« Last post by Rob Andrews on February 28, 2025, 07:38:43 AM »
I'm still testing for thourough coverage; I havent encountered any more new errors since our first test that AIDS reported.

Btw, fractional fills are almost done - and portfolio builder is almost ready to test.

I bought someones 60K sale and it worked as expected (BBP +60K, Doge down 2.5 or so).
67
Active Discussions / Re: BIBLEPAY - DOGE DECENTRALIZED EXCHANGE
« Last post by Budinga on February 27, 2025, 03:36:35 AM »
Ok, glad you got it working.
Just an FYI, both the colored DOGE and the Trading balance (but NOT the native DOGE), those two addresses are internal and should never be out of sync with coin control (as they are regular chain addresses).  If you see an amount in coin control, it must match what is on the RPC.
Unless wallet is syncing or out of sync.  Also, these two addresses use instantsend, so as long as you see a lightning bolt after releasing money to yourself, it is instantly available in the rpc and in the trading room.

The getassetbalance DOGE however, is your private key, but we make a DOGE rpc call to count your UTXOs in real time so that balance can be off for a few minutes if a DOGE block is being mined (for example if you recently spent a DOGE txid, you would see the last balance until the block is mined).  But nevertheless there cannot be a double spend because at the time of spending we spend the confirmed UTXO.

all seems good now. thanks.
68
Active Discussions / Re: BIBLEPAY - DOGE DECENTRALIZED EXCHANGE
« Last post by Rob Andrews on February 26, 2025, 09:00:23 PM »
Ok now suddenly it seems to be working, maybe i was doing something wrong thanks rob.
Ok, glad you got it working.
Just an FYI, both the colored DOGE and the Trading balance (but NOT the native DOGE), those two addresses are internal and should never be out of sync with coin control (as they are regular chain addresses).  If you see an amount in coin control, it must match what is on the RPC.
Unless wallet is syncing or out of sync.  Also, these two addresses use instantsend, so as long as you see a lightning bolt after releasing money to yourself, it is instantly available in the rpc and in the trading room.

The getassetbalance DOGE however, is your private key, but we make a DOGE rpc call to count your UTXOs in real time so that balance can be off for a few minutes if a DOGE block is being mined (for example if you recently spent a DOGE txid, you would see the last balance until the block is mined).  But nevertheless there cannot be a double spend because at the time of spending we spend the confirmed UTXO.

69
Active Discussions / Re: BIBLEPAY - DOGE DECENTRALIZED EXCHANGE
« Last post by Budinga on February 25, 2025, 02:41:53 AM »
Hi Rob,

exec getassetbalance trading shows i have loads in it, but when i go to coin control the trading public key shows 1bbp. I just sent another 100k coins to see if it goes up.
Ill give it an hour or so, and see.

Ok now suddenly it seems to be working, maybe i was doing something wrong thanks rob.
70
Active Discussions / Re: BIBLEPAY - DOGE DECENTRALIZED EXCHANGE
« Last post by Budinga on February 25, 2025, 01:45:32 AM »
Hi Bro Budinga,
Can you give me an example or a paste of what output you mean?
Im not sure what you mean.

Heres two things you can try:
1) exec getassetbalance trading
Verify balance is good (^ that command only works on the latest version of the wallet btw).

2) From coin control, find your 'TRADING-PUBLIC-KEY' and verify it has a positive balance.
You may have spent some from it, if so you can just re-send funds to it.
Then you can LOCK the funds with Coin Control to keep that from happening again.
The exchange can spend from it when an order is filled.

Hi Rob,

exec getassetbalance trading shows i have loads in it, but when i go to coin control the trading public key shows 1bbp. I just sent another 100k coins to see if it goes up.
Ill give it an hour or so, and see.


Pages: 1 2 3 4 5 6 [7] 8 9 10