help using pd and qt on same pc
-
i want to use pd and particl qt on same pc,read it is possible. but i get no peers on desktop and even my qt won’t sync anymore. is there any solution to this?
also would they be sharing same wallet.dat file or have different ones
-
It is definitely possible to have both ParticlQT and Particl Desktop software on the same machine.
Both QT and PD use particl-core (the particld executable), which provides the Particl blockchain and related services and functionality. It is particl-core that manages the wallets and synchronisation functionality. There is a standard file path on each operating system where particl-core stores its data files (which includes the wallet files) by default, and in the absence of any configuration pointing to using an alternative data directory, this default data directory is used.
To put this in a slightly different way: both PD and QT interact with the particl-core service… with both QT and PD providing a graphical user interface to particl-core functionality. You can, in fact, use the command-line/terminal to also interact with particl-core via the particl-cli application as well, for example. QT and PD are just 2 different graphical applications for providing particl-core functionality to the user.
So answer your 2nd question first: if both QT and PD are launched without providing an alternative data directory to use to either of them, then both will have access to and utilize the same wallet files.
Just note that you shouldn’t run both QT and PD at the same time. In theory its possible to do so (starting QT first and then PD), but its best to rather not do this.
In terms of your syncing issues, this would not have anything to do with either QT or PD, or having both on the same machine. Syncing is handled by particl-core, and there are couple of reasons for why your node might not be connecting with peers and syncing. There are a couple of commands you can run (either in PD or QT or via particl-cli) to try and determine what is happening. There’s also the particl-core log file (named “debug.log”) that you can look over to try and determine where there might be issues. It might be helpful to look through that log file and check if any errors are occurring: would help with narrowing down a possible solution to your issue
!! Remember to scrub any personal data from any content from that log file posted publicly !! -
seems to be what im getting when i start qt
ERROR: AcceptBlockHeader: block 4ae0475ffd7e546b41a7bf36eebd29f5d5c19a620e58599a2323909cd6c811a5 is marked invalid 2021-10-04T12:12:20Z New outbound peer connected: version: 90013, blocks=1032469, peer=8 (full-relay) 2021-10-04T12:12:20Z ERROR: AcceptBlockHeader: block 4ae0475ffd7e546b41a7bf36eebd29f5d5c19a620e58599a2323909cd6c811a5 is marked invalid 2021-10-04T12:12:26Z New outbound peer connected: version: 90013, blocks=1032469, peer=9 (full-relay) 2021-10-04T12:12:26Z ERROR: AcceptBlockHeader: block 4ae0475ffd7e546b41a7bf36eebd29f5d5c19a620e58599a2323909cd6c811a5 is marked invalid 2021-10-04T12:12:27Z New outbound peer connected: version: 90013, blocks=1032469, peer=10 (full-relay) 2021-10-04T12:12:27Z ERROR: AcceptBlockHeader: block 4ae0475ffd7e546b41a7bf36eebd29f5d5c19a620e58599a2323909cd6c811a5 is marked invalid 2021-10-04T12:12:27Z New outbound peer connected: version: 90013, blocks=1032469, peer=11 (full-relay) 2021-10-04T12:12:27Z ERROR: AcceptBlockHeader: block 4ae0475ffd7e546b41a7bf36eebd29f5d5c19a620e58599a2323909cd6c811a5 is marked invalid 2021-10-04T12:12:41Z New outbound peer connected: version: 90013, blocks=1032469, peer=12 (full-relay)
-
also i noticed my qt wallet is in ./particl/wallets but in wallets i have a /profile/default folder with a wallet.dat file as well. then if i go /profile/default/particl-marketplace/ i have another wallet.dat
BerkeleyEnvironment::Open: LogDir=/home/us3r/.particl/wallets/profiles/DEFAULT/particl-market/database ErrorFile=/home/us3r/.particl/wallets/profiles/DEFAULT/particl-market/db.log AddLocalAddress: ################ 2021-10-02T20:53:53Z ERROR: AddLocalAddress: Key to#########L not found in wallets.
address i blanked out