Post
Topic
Board Announcements (Altcoins)
Re: Vkax Network
by
Setvin
on 22/11/2024, 15:08:16 UTC
The older explorer has gone offline, the original dev is on holiday again.

Please update links to reflect the new locations:

website:
https://www.vkax.net/

explorer:
https://explore.vkax.net/

github:
https://github.com/vkaxcore/vkax

x/ twitter:
https://twitter.com/vkaxcore

discord:
https://discord.gg/yKSKufyJ



Some information for curious



Start node on linux ubuntu virtual machine

Copy and paste the below text into a Ubuntu terminal to download and start vkax graphic wallet

Code:
mkdir ~/.vkaxcore &&
cd ~/.vkaxcore &&
wget https://github.com/realsetvin/blockchain-bootstraps/releases/download/Vkax/vkax-ubuntu22-github-build.zip &&
unzip -d ~/.vkaxcore vkax-ubuntu22-github-build.zip &&
wget https://github.com/vkaxcore/VKAX/releases/download/v100.10.4/VKAXbootstrap2024.zip &&
unzip -d ~/.vkaxcore VKAXbootstrap2024.zip &&
rm -R VKAXbootstrap2024.zip &&
chmod +x -R ~/.vkaxcore/ &&
touch ~/.vkaxcore/vkax.conf &&
echo -e "maxconnections=256\rpcport=11111\nrpcallowip=127.0.0.1\nlisten=1\nserver=1\ndaemon=1\n#masternodeblsprivkey=\n#externalip=[NODE_IP_ADDRESS]:11110\naddnode=129.213.125.65" >> ~/.vkaxcore/vkax.conf &&
~/.vkaxcore/vkax-qt -usehd=1





How to run a windows wallet and start mining

https://setvin.medium.com/how-to-create-a-vkax-wallet-node-and-start-mining-automatically-on-boot-windows-e8cc44dc6f08




How to run a VKAX daemon on a mobile phone

https://medium.com/@setvin/how-to-install-vkax-core-node-on-android-phone-using-termux-ubuntu-arm-instance-eee97e9b2d19