[size
AIRDROP - 200000 YAY coins You Must Follow Yaycoin On Twitter And Tweet Something About Yaycoin! Yaycoins Will Be Sent Within 7 Days One Airdrop Per Person, If Multiple Submisions Are Identified From The Same Ip Address, That Ip Address Will Be Blocked From Airdrop And You Will Not Get Any YAYCOINS
Download yaycoin.conf or copy the text below and paste into yaycoin.conf file Code: rpcuser=changethisusernametoanything rpcpassword=changethispasswordtoanything addnode=91.121.181.98:14077 addnode=51.15.59.124:14077 addnode=51.15.34.196:14077 addnode=191.252.103.206:14077 addnode=51.15.139.126:14077 addnode=91.121.74.12:14077 BUILDING YAYCOIN WALLET FROM SOURCE ON UBUNTU 16.04 64 Bit NECESSARY DEPENDENCIES Code: sudo apt-get update sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev git sudo apt-get install libboost-all-dev sudo apt-get install software-properties-common sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update sudo apt-get install libdb4.8-dev libdb4.8++-dev sudo apt-get install libminiupnpc-dev QT 4 for GUI Wallet Code: sudo apt-get update sudo apt-get install libqt4-dev libprotobuf-dev protobuf-compiler QT 5 for GUI Wallet Code: sudo apt-get install libqrencode-dev && sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler CLONING AND BUILDING Code: sudo git clone https://github.com/yayboss/yaycoin.git cd yaycoin sudo chmod -R 777 * sudo ./autogen.sh sudo ./configure sudo make MINING POOL SETTINGS Code: -o stratum+tcp://icopool.club:14088 -a scrypt -p x -u -o stratum+tcp://saltpool.net:3445 -a scrypt -u -p c=YAY Code: Nicehash: algorithm: scrypt Stratum hostname: saltpool.net Port:7433 Username: Password: c=YAY |