51
Active Discussions / Re: BIBLEPAY - DOGE DECENTRALIZED EXCHANGE
« Last post by Budinga on March 05, 2025, 08:32:47 AM »Ahh, yeah thats the whole problem. It assumes the users Biblepay data folder is always at one of three places (Mac,Win,Linux have different defaults).
Its assuming %appdata%\biblepay for windows.
Will have to make a way for the code to respect the custom folder path in our nice-to-have list.
That also explains why your ipc.dat was not being read- which only affects the old behavior when we had a compiled version of unchained for a short period of time. IPC is used to determine if Unchained was launched successfully so in your case it would just time out. (No longer used now, however).
Alright let me know how PB works. I dont forsee any problems with those 3 offline wallets because the code base for each of those is pretty battle hardened. Stellar released its own version of an SDK (we are using that) and Ripple is very similar: we use its SDK. Doge is using NBitcoin, same code that runs on unchained when you send or receive BBP.
Ill try, now i just have to figure out how to convert the doge i traded on our exchange in to doge in the portfolio builder.