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

Pages: 1 2 3 4 [5] 6 7
61
Active Discussions / Re: BIBLEPAY - DOGE DECENTRALIZED EXCHANGE
« on: February 05, 2025, 04:34:25 AM »
Ahh, thank you for the screenshots.
Actually its really good to see that you both had the same problem, because ironically I have not had it from my VM or my home pc.

Its possible that I fixed something that did not get in the latest release; really busy at work, so Im going to have to try to reproduce this on my laptop which is not using the compiled version.

Give me a couple days for things to settle down and ill be back asap.

PS In theory you do not have to list orderbook or create atomic from command line (command line should only be needed for the exec getdogebalance etc).  Aids_S,  out of curiosity, on those instances where you had a 0 return for getdogebalance, were those after spends or were they just random problems?  (Cause that should only happen after a spend). 

PS II:  One other thing can you both try in the mean time:  There is a timer meant to save resources, inside the Exchange page inside the order book grid.
It goes to sleep once every few mins and only wakes up if there is mouse move Over the top or bottom grid.  Try this, after the orderbook goes blank (and after 2+ mins after a cold boot) click around in the grid area and wait a few secs and see if that fixes it?

Hi Rob,

i tried clicking around and restarting the node a few times no luck its just blank.

62
Active Discussions / Re: BIBLEPAY - DOGE DECENTRALIZED EXCHANGE
« on: February 04, 2025, 01:54:39 AM »
Its not normal at all, so we start with a few questions.
1) If on windows, try to go into this folder and delete this file :
%appdata%\Biblepay\SAN
Delete the sidechain file.
Then stop the node and restart the node.

Wait more than 2 minutes then see if the exchange room is populated (there are something like 10 orders in there).
It does stay blank the first 2 minutes normally.

If it still happens, please paste a screenshot of the error.

2) When you go to Window | Receiving addresses, and search by Trading, do you have both a Trading-public-key and a Trading-asset-doge populated?

I deleted the files in SAN and restarted , after about 5 min it showed up as i went to place an order the whole order book went blank. and now i have the same i had in the previous image
I have the receiving addresses too.

63
Active Discussions / Re: BIBLEPAY - DOGE DECENTRALIZED EXCHANGE
« on: February 03, 2025, 01:53:48 AM »
Thanks bro.
Just double checking, are you definitely on v0.22.8?

And you are in this Exchange trading room (see pic) right?

If so what is the exact error message?

We moved to the UI version.

PS Try downloading it from the Github link above; our biblepay.org probably takes 24 more hours to uncache.

Hi Rob,

100% i am on the right version but my trading room is blank, please see attached image. The error is unable to create atomic tx.

Thanks

64
Active Discussions / Re: BIBLEPAY - DOGE DECENTRALIZED EXCHANGE
« on: January 31, 2025, 09:28:36 AM »
Alright everyone, this release is ready to test.
Let me explain how this works.

1) Wallet will be able to support more than one Asset (IE Trading Room) in the future as the architecture is created.
Right now, we just have DOGE-BBP.
2) There is a trading UI now, click Exchange.
3) On boot, the Exchange will not load for 2 minutes, to keep the wallet boot fast.
4) In order to trade, the wallet needs both a TRADING-PUBLIC-KEY and a TRADING-ASSET-DOGE address.
Each unique trading room we create, we need one corresponding public key for the foreign currency.
Its very easy to fund the BBP side for trading: simply go to receive addresses and copy the TRADING-PUBLIC-KEY and send yourself some BBP and that will allow you to make SELL transactions in the DOGE/BBP room.

However, now that we have a new concept (Assets), your wallet needs to MINE a TRADING-ASSET-DOGE address in the background.
It will do this automatically, but you need to unlock your wallet on boot for it to happen.

Just unlock it and wait 15 mins or so before placing your first trade.
If you place a BUY trade in the exchange room and your wallet has not yet mined the ASSET address, you will see a warning.

5) To send an ASSET from one BBP wallet to another, from the rpc do a :
exec sendasset SYMBOL dest_asset_address amount
Note that you can only send assets to another ASSET address (you would need to set up a second BBP terminal and copy it to the clipboard, as it must end in DGZZ if its a DOGE asset.

6) In order to BUY in the exchange room, you obviously need some wrapped DOGE.
To get that do this:
exec wrap DOGE amount
Note that before you do that, you will need REAL doge, so try:
exec getdogebalance
You can fund your DOGE public key with some DOGE first, then you can wrap the DOGE into BBP-DOGE with the wrap command.
Once you have wrapped DOGE, you can trade in the trading room with it and it does support Instantsend.

7) To Unwrap your doge (I recommend doing this sparingly because it is a heavy process):
unwrap doge amount
The doge will be unwrapped and sent back to your DOGE public key.
Always wait a DOGE block before doing a 'exec getdogebalance'.

8 ) The transaction fees have been lowered by a magnitude in this version so that Wrapped BBP-DOGE will have miniscule fees that will not interfere with a wrap or unwrap.

9) In this first version, only complete MATCH trades will execute.  IE:
Sell 9000 BBP for .002 from USER 1
Buy 9000 BBP for .002 from USER 2
Will match and execute.

10) The Flags column in the exchange:  M = Mine , T=Theirs

I've got a TODO to create partial fills asap.

Just let me know if Ive forgotten anything.

Good luck!

Great work Rob,

Im just wondering am i missing something as when i try to sell bbp i get cannot create atomic tx?

Thanks

65
Biblepay v022.8 - Mandatory Upgrade
https://github.com/biblepay/biblepay/releases/tag/v022.8-Mandatory


- Lower Tx fee down to .000001 so we can trade assets with very low tx fees in trading rooms
- Add BBP atomic trading v2.0 and underpinnings
- Add colored coins (which are colored assets) and add one asset: DOGE, which is BBP Wrapped Doge
- Add sendasset (send colored asset from BBP wallet to BBP wallet) and getassetbalance
- Add memory pool rule to reject tx's that violate the colored asset protocol
- Remove colored assets from coin control and accidental wallet spending
- Add background thread to mine first colored DOGE asset address
- Add createassetaddress, which will allow you to create another asset address like BBP-Wrapped-DASH, etc.
- Add exec bankroll, which creates denominated bbp vout transactions.
- Add exec wrap and exec unwrap. This allows you to WRAP doge, and Unwrap doge (or other assets).
- Add getassetbalance to query the colored asset balance by asset type.
- Added TEST version of our next trading room (see testnet thread)

Fantastic work my friend, good timing as Bololex is down again.
Cant wait to test the new features.

66
Biblepay - v0.21.5
Mandatory Upgrade



Summary of Changes:


- Added NFT add,edit,delete capability to core wallet.
- Reinstituted SideChain transactions.
- Incremented min_masternode_proto_version to 70783 so as to facilitate a mandatory upgrade for LLMQ messages.
(Requires Temples to enforce our global LLMQ).
- Added CheckMemPoolTransactionBiblepay, which is our facility
to check mempool txs.  In this version we enforce the NFT buy rules, to allow the safe transfer of NFT.
- Reinstituted embedded sTxOutMessage in CreateRawTransaction (allows longer messages, such as NFTs to go in the chain).
- Prevent Sancs from continually adding false governance triggers due to a bug.
The code checks for an existing govobj first, and also caches the last one created (preventing dupes).
- Ensure sancs do not vote on triggers that already won.
- Make temples handle WatchmanOnTheWall, but not Sancs.
- Added exec listnfts.
- Removed UI deadlock (affecting various RPC commands
like sendrawtransaction and upgradesanc, and possibly the LLMQ
timeouts).
- Modified the LLMQ rules to work with Temples.
- Modified Pose background thread to only deal with one
sanctuary at a time (solves the deadlock).

Github:
https://github.com/biblepay/biblepay/releases

 You can download the wallet for windows from either Github or www.biblepay.org.

Thanks Rob, updating now.

67
Active Discussions / Re: June 2024 (Q2) - Babylon Falling Release
« on: July 26, 2024, 09:22:28 AM »
Hi Bro Budinga,

Sent 525K to your testnet.  If you want to make sure it went via instantsend just look for the blue lightning bolt symbol.  Also you can check the Info tab of the wallet and look for a chainlock hash on the current block.

I hope you are doing good.

Yep it seems to be working as intended.

I'm good my friend, i hope you are well too.

68
Active Discussions / Re: June 2024 (Q2) - Babylon Falling Release
« on: July 22, 2024, 03:48:27 AM »
Thanks bro Budinga.

Alright, I will post a little list of the final things we need to test and start on those.

One is creating a testnet proposal, and verifying the wallet votes on it and pays it.

Ill post as soon as one is created in testnet.

PS If you want to give me your testnet address, Ill send you some BBP so you can see if instand send works.

Hi Rob,

my testnet address is yZ4LmikQgzq5q1sc9SRsyQ4JeKDw4YCSme, sorry had a busy weekend missed your message.

69
Active Discussions / Re: June 2024 (Q2) - Babylon Falling Release
« on: July 19, 2024, 06:02:22 AM »
Mandatory upgrade for TestNet
Biblepay v0.20.18

Code has been released to github.
Windows is ready for download (see link in op post).
Verify your wallet upgrades to newest version and then start with "-reindex=1".
Sync to block 215583 hash 000015d648efc77ed5f25743c388780fae99307a38aab6efe1f6641e5b7e9a3c.

Let me know if you are synced.

Hi Rob,

its working for me now fully synced. Good work.

70
Active Discussions / Re: June 2024 (Q2) - Babylon Falling Release
« on: May 20, 2024, 01:52:40 AM »
Hi, yeah, I see the problem; although I tested a full resync a few times before the latest release I apparently added some consensus breaking logic later in the development cycle that caused this.

So, Im adding some fixes for this and will need to release a mandatory testnet upgrade to get around this.
Let me do a round of testing with my 3 testnet sancs to ensure we are staying in sync and resyncing first to avoid issues.

Ill post when I have the mandatory upgrade ready.  Thanks for testing.

Thank you

71
Active Discussions / Re: June 2024 (Q2) - Babylon Falling Release
« on: May 14, 2024, 01:39:41 AM »
Anything really so i can just test the Sanc functions
yZ4LmikQgzq5q1sc9SRsyQ4JeKDw4YCSme

Thanks

Hi rob i just realised my wallet is stuck 2 days behind i cant seem to get it to sync again any ideas?

72
Active Discussions / Re: June 2024 (Q2) - Babylon Falling Release
« on: May 13, 2024, 06:18:46 AM »
Do you want me to send you some tBBP?
If so what is address and how much do you need?

Anything really so i can just test the Sanc functions
yZ4LmikQgzq5q1sc9SRsyQ4JeKDw4YCSme

Thanks

73
Active Discussions / Re: June 2024 (Q2) - Babylon Falling Release
« on: May 08, 2024, 08:33:48 AM »
Ok, verify that you are synced to the ref blockhash in Testnet and the version of the wallet is => new wallet.

I will check block reward amount for sancs asap.

I already entered a gov proposal and voted on it - waiting for watchman on the wall to create a trigger.

Downloaded and synced seems to be working as intended.

74
If anyone is available to test in testnet, the release will be ready in 1 hour.

https://forum.biblepay.org/index.php?topic=967.new#new


Downloaded and synced seems to be working as intended.

75
DOGE and STELLAR Atomic Swaps now trading on Unchained:

1) When you use unchained, you start with a single BiblePay keypair.
2) That same key derives a personal DOGE key, and a personal Stellar Key.
3) When you launch the DOGE wallet (within unchained from the left menu, click DOGE wallet), you can send DOGE from your DOGE unchained wallet to an outside DOGE address.
These transactions are instant (sent directly to the DOGE network, from the Biblepay network, signed by the BBP node using our own signer).
4) When you launch the Stellar wallet (within Unchained from the left menu), you can send Stellar from your Stellar unchained wallet to an outside Stellar address.
These transactions are instant (they are signed by your private unchained key).
5. You can now Swap BBP to DOGE instantly using the DOGE atomic swap.
Simply click Atomic Swap from the left menu and choose DOGE.
Choose an amount of BBP and the screen will show you how much DOGE you will receive.
Note that by doing this, your BBP unchained balance will decrease and your DOGE unchained balance will increase.
6.  You can now Swap BBP to Stellar instantly by using the Stellar Atomic swap.
Follow the same directions as above, and the Stellar will be added to your Stellar Unchained wallet, and your Unchained BBP balance will be reduced.


God bless you.

Great work brother,

I have just tested this and it works great, very useful.

Pages: 1 2 3 4 [5] 6 7