Skip to content

smartcryptotech/SmartCryptoTech

Repository files navigation

SmartCryptoTech

Logo

Official Links

➤ Website, ➤ Explorer, ➤ Discord, ➤ Paper Wallet

Social Links

➤ Twitter, ➤ Facebook, ➤ LinkedIn, ➤ Telegram, ➤ Instagram

Statistics

➤ Coinpaprika, ➤ CoinGecko, ➤ Coincost, ➤ Coingolive

Exchanges

➤ AltMarkets, ➤ Fiberchange, ➤ Northern Exchange

Dependencies (Ubuntu 18.04)

sudo apt-get install build-essential libtool automake autoconf -qq -y
sudo apt-get install autotools-dev autoconf pkg-config libssl-dev -qq -y
sudo apt-get install libgmp3-dev libevent-dev bsdmainutils libboost-all-dev -qq -y
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev unzip -y
sudo apt-get install -y software-properties-common
sudo apt-get update -qq -y
sudo apt-get install libminiupnpc-dev -qq -y
sudo apt-get install libdb5.3++-dev

Dependencies (Ubuntu 16.04)

sudo apt-get install build-essential libtool automake autoconf -qq -y
sudo apt-get install autotools-dev autoconf pkg-config libssl-dev -qq -y
sudo apt-get install libgmp3-dev libevent-dev bsdmainutils libboost-all-dev -qq -y
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev unzip -y
sudo apt-get install -y software-properties-common
sudo apt-get update -qq -y
sudo apt-get install libminiupnpc-dev -qq -y
sudo apt-get install libdb5.3++-dev

How to download daemon (Ubuntu 16.04)

mkdir smartcryptotech
cd smartcryptotech
wget https://github.com/smartcryptotech/SmartCryptoTech/releases/download/v2.0/smartcryptotechd_2.0_ubuntu_16.04.zip
unzip smartcryptotechd_2.0_ubuntu_16.04.zip
chmod +x smartcryptotechd
./smartcryptotechd -daemon

Please note that upon first run you will get a message saying this

SmartCryptoTech server starting
Error: To use the "-daemon" option, you must set a rpcpassword in the configuration file:
/root/.smartcryptotech/smartcryptotech.conf
It is recommended you use the following random password:
rpcuser=smartcryptotechrpc
rpcpassword=Ftx5x2XjHpNJcMKNDY5fUm7ipkozFftsEZzHbRBn7Kh5
(you do not need to remember this password)
The username and password MUST NOT be the same.
If the file does not exist, create it with owner-readable-only file permissions.
It is also recommended to set alertnotify so you are notified of problems;
for example: alertnotify=echo %s | mail -s "SmartCryptoTech Alert" admin@foo.com

Just press CTRL C to terminate the process

Conf file details

Run the wallet once then close it and go to %APPDATA%\roaming\SmartCryptoTech (On windows) .smartcryptotech (linux). Open a text editor like (notepad++), Create a file called smartcryptotech.conf, Paste this in to the conf file,

rpcuser=rpc_smartcryptotech
rpcpassword=ANYPASSWORDYOUWANT
rpcallowip=127.0.0.1
rpcport=9251
listen=1
server=1
addnode=104.238.174.44
addnode=109.180.143.103