Never mind just got answered on disord.
I do have another question: do we have a roadmap/whitepaper?
Can you post discord invite
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
make -f makefile.unix&&strip 8bitd&&sudo cp 8bitd /usr/bin
make -f makefile.unix&&strip 8bitd&&sudo cp 8bitd /usr/bin
make -f makefile.unix&&strip 8bitd&&sudo cp 8bitd /usr/bin
make -f makefile.unix&&strip 8bitd&&sudo cp 8bitd /usr/bin
sudo apt-get install -y libminiupnpc-dev autoconf automake build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev
cd ~&&git clone http://www.github.com/bitcoin/secp256k1&&cd secp256k1&&git checkout a1d5ae1&&./autogen.sh&&./configure&&make&&sudo make install&&cd ..
cd ~&&git clone https://github.com/8bit-dev/8bit&&cd 8bit/src&&cp crypto obj/crypto -rR
make -f makefile.unix&&strip 8bitd&&sudo cp 8bitd /usr/bin
sudo apt-get install -y qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev
cd ~&&git clone https://github.com/8bit-dev/8bit&&cd 8bit/src&&cp crypto obj/crypto -rR&&cd ..&&qmake&&make
8bitd
8bitd -cli getnewaddress mn
sudo ufw allow 9991
sudo ufw allow 2222
8bitd -cli masternode genkey
cd ~
nano .8bit/8bit.conf
rpcallowip=127.0.0.1 # if you want remote mgmt
rpcuser=YourUserName #can be anything
rpcpassword=YourRPCPassword #can be anything
rpcport=2222 #whatever you set it to in router config
server=1
daemon=1
listen=1
staking=0
port=9991 #whatever you set it to in router config
masternodeaddr=YOUR_PUBLIC_IP:9991
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND masternode genkey
8bitd stop
8bitd
8bitd -cli getinfo
8bitd -cli gettransaction entertransactionhashhere
8bitd -cli masternode start
Masternode started successfully
Masternode started remotely