Skip to content

dirtyak/xios_snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xios_snap

last snapshot of my xios blockchain files

Ubuntu procedure

This is a script to update your XIOS blockchain files

  • Make sure to set XIOSPATH and XIOSdPATH to correct path
# EDIT TO YOUR CORRECT PATH
XIOSPATH="/root/.XIOS"
XIOSdPATH="/root/xios/src/XIOSd"

Then copy/paste to terminal

# Stop XIOSd
$XIOSdPATH -datadir=/root/$FOLDER -config=/root/$FOLDER/XIOS.conf stop

# Remove old files
rm -r $XIOSPATH/database
rm -r $XIOSPATH/txleveldb
rm $XIOSPATH/banlist.dat
rm $XIOSPATH/peers.dat
rm $XIOSPATH/blk0001.dat

# Clone this repo
git clone https://github.com/dirtyak/xios_snap/

# Make a copy of this repo to your XIOS path
cp -r xios_snap/database $XIOSPATH/.
cp -r xios_snap/txleveldb $XIOSPATH/.
cp xios_snap/banlist.dat $XIOSPATH/.
cp xios_snap/peers.dat $XIOSPATH/.
cp xios_snap/blk0001.dat $XIOSPATH/.

# Restart XIOSd
$XIOSdPATH -datadir=$XIOSPATH -config=$XIOSPATH/XIOS.conf -daemon

Windows procedure

  • Close the Wallet
  • go to your config files path
    %APPDATA%/XIOS
  • Remove all files EXCEPT :
Backups (folder)
wallet.dat
XIOS.conf
masternode.conf

Releases

No releases published

Packages

No packages published