You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A working cardano-wallet systemd service which syncs with the installed cardano-node.
Actual behavior
Without adding the cardano-wallet NixOS module, my cardano-node service would successfully sync on mainnet. When adding the cardano-wallet NixOS module, the cardano-node service fails.
Here is the output of journalctl -u cardano-node.service
Just checking...
cardano-wallet
bug.cardano-wallet
release.cardano-node
version for that release ofcardano-wallet
.Version
v2024-03-27 (git revision 08ab303)
Platform
Linux desjardins 6.1.63 #1-NixOS SMP PREEMPT_DYNAMIC Mon Nov 20 10:52:19 UTC 2023 x86_64 GNU/Linux
Installation method
Nix
Network configuration
mainnet
Context
No response
Description
Steps to Reproduce
Here are the relevant parts of my initial
configuration.nix
with a workingcardano-node
:Then, as I wanted to add the cardano-wallet NixOS module, I changed it as follows:
These steps come directly from
cardano-wallet
documentation: https://cardano-foundation.github.io/cardano-wallet/user/installation/use-nixos.html#nixos-moduleExpected behavior
A working cardano-wallet systemd service which syncs with the installed cardano-node.
Actual behavior
Without adding the
cardano-wallet
NixOS module, mycardano-node
service would successfully sync on mainnet. When adding thecardano-wallet
NixOS module, thecardano-node
service fails.Here is the output of
journalctl -u cardano-node.service
The output of
journalctl -u cardano-wallet.service
Looking at the logs, the
cardano-wallet
service doesn't use thecardano-node
that I have installed.The text was updated successfully, but these errors were encountered: