WINDOWS WALLET
Download windows wallet
https://steneum.com/steneum-qt-windows.zip
Download Linux wallet
https://steneum.com/steneum-qt-linux.tar.gz
Mining pool 1
http://pool.steneum.com
Mining pool 2
http://pool2.steneum.com
Block Explorer 1
http://explorer.steneum.com
Block Explorer 2
http://explorer2.steneum.com
Running linux wallet on VPS
Rent a VPS running Ubuntu 14.04 server.
Update your VPS using the following commands.
sudo apt-get update
sudo apt-get upgrade
Install the necessary dependencies using the following commands.
sudo apt-get install build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev git libssl1.0.0-dbg
sudo apt-get install libdb-dev libdb++-dev libboost-all-dev libminiupnpc-dev libminiupnpc-dev libevent-dev libcrypto++-dev libgmp3-dev
Download the deamon linux wallet file and upload it using SCP/Filezilla.
Extract the tar file using the following command.
tar -xzvf steneum-daemon-linux.tar.gz
Install the daemon.
chmod +x yourcoind
sudo mv yourcoind /usr/bin/
Create the config file.
mkdir $HOME/.steneum
vi $HOME/.steneum/steneum.conf
Paste the following lines in steneum.conf.
rpcuser=rpc_user
rpcpassword=12345678qwertyuio
rpcallowip=127.0.0.1
listen=1
server=1
txindex=1
daemon=1
Start your node with the following command.
steneumd