Trade Bitcoin like a ROBOT with my tradebot for Poloniex cryptocurrency exchange!

Before running this TradeBot script you need to make sure the COINLIST (line 58) is up to date.

Download/Clone the entire PoloniexTradeBot folder to your computer Download it here: https://github.com/fartcoin-project/PoloniexTradeBot

Download Python 3.x.x https://www.python.org/downloads/windows/

1) Install Python 3 (select add to PATH)

2) Type in CMD: python -m pip install –upgrade pip

3) Type in CMD: pip3 install https://github.com/s4w3d0ff/python-poloniex/archive/v0.4.7.zip

4) Adjust in the script AllCoinsInBTC.py on line 29: ‘Your_Poloniex_Key_Here’ & ‘Your_Poloniex_Secret_Here’

5) In CMD Navigate to PoloniexTradeBot folder

6) Run the script: python AllCoinsInBTC.py 0.001

Where 0.001 is the BTC Value for each Altcoin

Host FREE website @ Home 4 – WORDPRESS PHP MYSQL

Install and configure PHP-7.2, MySQL, PhpMyadmin on Linux Ubuntu to be used by a WordPress website.

sudo mysql
SELECT user,authentication_string,plugin,host FROM mysql.user;
ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘password‘;
FLUSH PRIVILEGES;
Root is now disabled

mysql -u root -p
CREATE USER ‘user‘@’localhost’ IDENTIFIED BY ‘password‘;
GRANT ALL PRIVILEGES ON . TO ‘user‘@’localhost’ WITH GRANT OPTION;

(2) Build a L. A. M. P. Website Hosting Server (Linux, Apache2, MySQL, PHP)

Learn how to build a website server and start hosting a website from home. Install Apache2 and learn how to open port 80 & 443 in Linux Ubuntu. Forward all incoming internet traffic from your modem router to the L.A.M.P. website hosting server. What is the difference between http and https? how to use ipconfig (windows) and ifconfig (linux) in the terminal to find your local ip’s.