121
Active Discussions / Re: BIBLEPAY - DOGE DECENTRALIZED EXCHANGE
« on: March 05, 2025, 07:08:35 AM »I think i solved it. The pb.dat file was in my blockchain folder. I then copied it to the %appdata% biblepay folder and the portfolio builder launched straight away. Maybe something to do with me not using default folders.
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.