Post
Topic
Board Announcements (Altcoins)
Topic OP
[ANN] Bitcointrust (BCT) Digital Asset USA POS 10% - Latin
by
bitcointrustbct1
on 10/09/2020, 20:15:03 UTC
Specifications BCT
Coin name  BitcoinTrust
Coin abbreviation BCT
algoritmo: Scrypt
Tipo: PoW/PoS
Letra Direccion: T
RPC port  31498
P2P port   31497
RPC port  29720
P2P port   29719
Total coin supply: 2100000 coins
PoS percentage : 10% per year
Last PoW block:  block 105
Coinbase maturity : 100 blocks
Target spacing: 64 seconds
Target timespan: 1 block
Transaction confirmations: 6 blocks

Reward Proof of Stake
105 Block - 1000000 Block: 10% per year POS
1.000.000 block 3% per year POS

Download the Wallet for Linux x64 Support Core wallet
https://github.com/bitcointrustbct/bitcointrust/releases/download/Wallet/BitcoinTrust-qt-x86_64-linux-gnu.tar.gz

Download the Wallet for Win


Our official website:
[url=https://main.southxchange.com/Market/Book/BCT/BTC

Coming soon: Crex24


Explorer


Exchange
[url=https://nanu.exchange/exchange#btc_scol]https://nanu.exchange/exchange#btc_scol

https://altmarkets.io/trading/scolbtc
https://exchange.cryptaldash.com

NODE
Source: https://github.com/bitcointrustbct/bitcointrust

Install the dependencies to compile from source code.

Install the necessary dependencies using the following commands.
sudo apt-get install make qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools software-properties-common build-essential libqrencode-dev qrencode git pkg-config libssl1.0-dev libdb++-dev libboost-all-dev libminiupnpc-dev automake autoconf libjansson-dev libgmp-dev make g++ gcc libcurl3
sudo apt-get libcurl-openssl1.0-dev

sudo add-apt-repository ppa:bitcoin/bitcoin

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev

--- Deamon Linux Ubuntu 18.04

sudo apt-get update
sudo apt-get upgrade

Install the dependencies to compile from source code.

Install the necessary dependencies using the following commands.
sudo apt-get install make qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools software-properties-common build-essential libqrencode-dev qrencode git pkg-config libssl1.0-dev libdb++-dev libboost-all-dev libminiupnpc-dev automake autoconf libjansson-dev libgmp-dev make g++ gcc libcurl3
sudo apt-get libcurl-openssl1.0-dev

sudo add-apt-repository ppa:bitcoin/bitcoin

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev

Create a directory for the source code.

mkdir ~/bin ~/src

Extract the tar file using the following command.

git clone https://github.com/bitcointrustbct/bitcointrust.git

cd bitcointrust

cd src

make -j4 -f makefile.unix STATIC=1 -j2

The compiling will take about 30 minutes depending on your system.

strip bitcointrustd
chmod +x bitcointrustd
mv bitcointrustd /usr/bin/

mkdir ~/.bitcointrust
nano ~/.bitcointrust/bitcointrust.conf
rpcuser=rpc_bitcointrust
rpcpassword=69c863e3356d3dae95df454a1
rpcallowip=127.0.0.1
listen=1
server=1
txindex=1
daemon=1
staking=1
addnode=13.56.230.118
addnode=15.222.243.43
addnode=15.222.6.87
addnode=15.223.48.33
addnode=15.223.50.89
addnode=167.86.78.188
addnode=178.238.237.90
addnode=181.236.171.198
addnode=191.97.2.226
addnode=201.233.229.210
addnode=3.101.103.194
addnode=3.96.130.126
addnode=3.96.160.125
addnode=35.182.202.14
addnode=35.182.23.206
addnode=35.183.30.158
addnode=50.237.65.45
addnode=54.151.59.97
addnode=54.151.72.41
addnode=54.219.85.186
addnode=54.241.45.136
addnode=67.87.149.168
addnode=86.57.193.186
addnode=98.219.31.244
addnode=99.79.46.51

Start your node with the following command.
bitcointrustd
They will get the message "BitcoinTrust server starting"
It is already running if you want to turn it off you can put the command
bitcointrustd stop
if you want to see the current status of the network:
bitcointrustd getinfo
You will already have the server with the bitcointrustd configured.