0x3639
August 28, 2023, 4:51pm
1
After the recent and unplanned fork
users need to upgrade to SYRIUS v0.0.7.
First, download the latest SYRIUS release: Releases · zenon-network/syrius · GitHub If your sync gets stuck, follow these instructions:
macOS Users
Close Syrius.
Open Finder.
Press ⌘ + shift + H
to go directly to your Home folder.
Now press ⌘ + shift + period (.)
to make the hidden Library folder visible.
Navigate to the Library/znn
folder.
Once you’re inside the folder, either delete or rename these directories: nom , consensus , and network .
Launch Syrius . It should now begin to re-sync.
Windows Users
Close Syrius
Open the Windows Explorer and navigate to the following path:
C:\Users\<username>\AppData\Roaming\znn
Note : Replace <username>
with your actual Windows username.
Inside this directory, you should see several folders. Either delete or rename these specific directories: nom , consensus , and network .
Launch Syrius . The application should start the re-syncing process from scratch.
Remember, always make sure to backup SYRIUS and/or make sure you seed phrase is ready and works as expected.
3 Likes
Followed this to resync my embedded node in win11. Its not synching from start. How to troubleshoot?
0x3639
October 15, 2023, 2:11pm
3
which version of SYRIUS did you install?
Issue happened with 0.0.7, didn’t improve with 0.1.0. Running znnd alone too didn’t work.
Problem was my anti virus again. Had to re-do all permissions. Now note is syncing.
Guide: Updating libznn.dylib for Syrius on macOS
Follow these steps to update the libznn.dylib file for the Syrius app on macOS. Ensure you have wget installed (e.g., via Homebrew with brew install wget).
BEFORE YOU START THIS PROCESS MAKE SURE SYRIUS IS STOPPED, NOT CLOSED, STOPPED.
Navigate to the Syrius Resources directory:
cd /Applications/Syrius.app/Contents/Resources
Rename the existing libznn.dylib to a backup file:
mv libznn.dylib libznn.dylib.bak
Download the latest libznn release:
wget https://github.com/zenon-network/go-zenon/releases/download/v0.0.8-alphanet/libznn-darwin-arm64.tar.gz
Extract the downloaded file:
tar -xvzf libznn-darwin-arm64.tar.gz
Rename the extracted file to libznn.dylib:
mv libznn-darwin-arm64.dylib libznn.dylib