Skip to content

Latest commit

 

History

History

nix

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

nix logo

NIX - Bringing privacy to new digital horizons

NIX Platform combines Atomic Swaps and privacy using our unique, innovative Ghost Protocol to provide the world with a truly anonymous and decentralized transfer of assets for the cross-chain era.

https://nixplatform.io/

Wallet (full node)

  • nix-v2.1.0
  • nix-beta-v1.0.0

Ghostnode

First of all make sure you prepared your masternode.

You need to allow the ghostnode to communicate.

ufw allow 6214/tcp

And finally start it up.

mkdir -p $HOME/.nix
docker run -d --name ghostnode \
  -p "6214:6214" \
  -v "$HOME/.nix:/.nix" \
  fentas/crypto:ghostnode

watch docker exec ghostnode nix-cli getnetworkinfo
cat $HOME/.nix/nix.conf

Now setup your local .nix/ghostnode.conf and start the node. More detailed description will follow.