nimbus-eth2
                                
                                 nimbus-eth2 copied to clipboard
                                
                                    nimbus-eth2 copied to clipboard
                            
                            
                            
                        Deposit importer claims directory doesn't exist
Not sure why the importer claims the directory doesn't exist.
$ nimbus-v22.8.0 deposits import --data-dir=/var/lib/sepolia/nimbus /home/matt/keys/sepolia/
Error while processing the importedDepositsDir=/home/matt/keys/sepolia/ parameter: Directory doesn't exist
$ la /home/matt/keys
drwxr-xr-x - matt matt 24 Aug 09:44 sepolia
Hmm seems to be some issue with permissions. Can't figure out what though - the folder did exist and the nimbus user owned it, but it was in my user's home directory. Was able to get it working by moving it into the nimbus data dir. Seems like the error isn't accurate which is causing the most confusion.