Pages:
Author

Topic: [ANN] [CAPS] BottleCapsPlus PoW+PoS high protected coin. - page 2. (Read 25102 times)

hero member
Activity: 982
Merit: 517
Nature decays, but Latinum lasts forever. RoA:102
Bottle Caps Plus (CAPS) now traded on Livecoin exchange.

And new block explorer https://chainz.cryptoid.info/caps/
hero member
Activity: 982
Merit: 517
Nature decays, but Latinum lasts forever. RoA:102
upd: 31 of 35 wallets on new version.

fresh nodes:
Code:
addnode=80.211.216.131
addnode=95.216.17.11
addnode=94.177.254.48
addnode=217.61.120.70
addnode=5.103.138.97
addnode=69.118.194.126
addnode=212.237.211.92
addnode=145.239.238.66
addnode=51.68.131.102
member
Activity: 227
Merit: 26
“BitCloud [BTDX]”
Raspberry Pi 2/3 install Script  Cool

Raspbian Stretch Lite (whitout GUI) !
Start whit root rights !

Version 1.0

Code:
#!/bin/bash

COIN="bottlecapsplus"
COIN_PORT="7682"
COIN_DOWNLOAD="https://github.com/scificrypto/BottleCapsPlus"
COIN_NODE="94.177.254.48"
COIN_START="/usr/local/bin/${COIN}d"
COIN_STOP="/usr/local/bin/${COIN}d"
COIN_ROOT="/root/.${COIN}"
COIN_INSTALL="/root/${COIN}"
BDB_PREFIX="${COIN_INSTALL}/db4"
DB_VERSION="4.8.30"
DB_FILE="db-${DB_VERSION}.NC.tar.gz"
DB_DOWNLOAD="http://download.oracle.com/berkeley-db/${DB_FILE}"
SSL_VERSION="1.0"
LIBRARIES="libssl${SSL_VERSION}-dev libboost-all-dev libevent-dev libminiupnpc-dev"
DEV_TOOLS="build-essential libtool autotools-dev autoconf cmake pkg-config bsdmainutils git"
rrpcuser="${COIN}pi$(shuf -i 100000000-199999999 -n 1)"
rrpcpassword="$(shuf -i 1000000000-3999999999 -n 1)$(shuf -i 1000000000-3999999999 -n 1)$(shuf -i 1000000000-3999999999 -n 1)"

# Swapfile
function swap_on() {
dd if=/dev/zero of=/mnt/my${COIN}swap.swap bs=2M count=1000
mkswap /mnt/my${COIN}swap.swap
swapon /mnt/my${COIN}swap.swap
}

# Install Tools
function apt_install() {
cd /root/
apt update -y
apt install -y ${DEV_TOOLS} ${LIBRARIES}
}

# prepair
function prepair_system() {
cd /root/
git clone $COIN_DOWNLOAD $COIN_INSTALL && mkdir $BDB_PREFIX
wget $DB_DOWNLOAD
tar -xzvf $DB_FILE && rm $DB_FILE
mkdir $COIN_ROOT
}

#make DB
function make_db() {
cd /root/db-${DB_VERSION}.NC/build_unix/
../dist/configure --enable-cxx --disable-shared --with-pic --prefix=${BDB_PREFIX}
make && make install
}

#make Coin
function make_coin() {
cd $COIN_INSTALL/src/
make -f makefile.unix BDB_INCLUDE_PATH="${BDB_PREFIX}/include/" BDB_LIB_PATH="${BDB_PREFIX}/lib/"
cp ${COIN}d $COIN_START
chmod +x $COIN_START
}

#Set .conf
function configure_coin_conf() {
 cat << EOF > ${COIN_ROOT}/${COIN}.conf
rpcuser=$rrpcuser
rpcpassword=$rrpcpassword
rpcallowip=127.0.0.1
port=$COIN_PORT
server=1
listen=1
daemon=1
logtimestamps=1
txindex=1
addnode=$COIN_NODE
EOF
chmod +x $COIN_ROOT -R
}

#swap off/disable for safe your SD-Card
function swap_off() {
swapoff -a
service dphys-swapfile stop
systemctl disable dphys-swapfile
}

function configure_service() {
  cat << EOF > /etc/systemd/system/${COIN}.service
[Unit]
Description=$COIN service
After=network.target
[Service]
User=root
Group=root
Type=forking
ExecStart=$COIN_START -daemon -conf=${COIN_ROOT}/${COIN}.conf -datadir=$COIN_ROOT
ExecStop=-$COIN_STOP -conf=${COIN_ROOT}/${COIN}.conf -datadir=$COIN_ROOT stop
Restart=always
PrivateTmp=true
TimeoutStopSec=60s
TimeoutStartSec=30s
StartLimitInterval=120s
StartLimitBurst=5
[Install]
WantedBy=multi-user.target
EOF

  systemctl daemon-reload
  sleep 3
  systemctl start ${COIN}.service
  systemctl enable ${COIN}.service >/dev/null 2>&1

  if [[ -z "$(ps axo cmd:100 | egrep ${COIN}d)" ]]; then
    echo -e "$COIN is not running${NC}, please investigate. You should start by running the following commands as root:"
    echo -e "systemctl start ${COIN}.service"
    echo -e "systemctl status ${COIN}.service"
    echo -e "less /var/log/syslog${NC}"
    exit 1
  fi
}

#Watch debug.log
function watch_debug() {
sleep 10
tail -f ${COIN_ROOT}/debug.log
}

# Start
clear

#swap_on
apt_install
prepair_system
make_db
make_coin
configure_coin_conf
swap_off
configure_service
watch_debug
member
Activity: 227
Merit: 26
“BitCloud [BTDX]”
New version. Mandatory update. Hardfork on block 250000
bottlecapsplus-v111-win32

Changes:
- Update CAPP to CAPS
- New Logo
- Fix future drift bug
- Reduce CPU loading

thx 4 the update  Smiley
hero member
Activity: 982
Merit: 517
Nature decays, but Latinum lasts forever. RoA:102
New version. Mandatory update. Hardfork on block 250000
bottlecapsplus-v111-win32

Changes:
- Update CAPP to CAPS
- New Logo
- Fix future drift bug
- Reduce CPU loading
member
Activity: 227
Merit: 26
“BitCloud [BTDX]”
Before add to exchange need hardfork, to fix  time wrap bug as I find and fix in United SCIFI coin.

Last nodes:
Code:
addnode=5.103.138.97
addnode=89.236.137.142
addnode=23.233.2.252
addnode=47.20.249.164

need help ?
member
Activity: 227
Merit: 26
“BitCloud [BTDX]”
Novaexchange is online  Wink

time to add CAPS  Cool

is the code now ready ?
newbie
Activity: 4
Merit: 0
Guys, are we going to have an exchange? And when if yes? A year has passed but we're at the same point...
hero member
Activity: 982
Merit: 517
Nature decays, but Latinum lasts forever. RoA:102
Wallet is up an running with coins sent from Vampirus.

Bottom right hand corner (GREY UP ARROW) when you hover over with mouse says:  No suitable inputs were found

- Wallet is unlocked
- Wallet is up to date
- Wallet has 8 active connections

What could this be?
First check reservebalance is 0
hero member
Activity: 2730
Merit: 552
This is very valuable right now that this coin has a dev that knows what he's doing.  I'm studying building block explorers and I am surprised you can't do it yourself.  In fact, it's a good idea to start a company that makes them.

I think the coin perhaps could use a rebranding.  It does seem pretty slow in here. 
member
Activity: 227
Merit: 26
“BitCloud [BTDX]”
Wallet is up an running with coins sent from Vampirus.

Bottom right hand corner (GREY UP ARROW) when you hover over with mouse says:  No suitable inputs were found

- Wallet is unlocked
- Wallet is up to date
- Wallet has 8 active connections

What could this be?

You have coins in the wallet ?

You have coins in the wallet, when going in (deposit) ?
newbie
Activity: 28
Merit: 0
Wallet is up an running with coins sent from Vampirus.

Bottom right hand corner (GREY UP ARROW) when you hover over with mouse says:  No suitable inputs were found

- Wallet is unlocked
- Wallet is up to date
- Wallet has 8 active connections

What could this be?
member
Activity: 518
Merit: 14
Anything new going on with CAPS?




https://www.crypto-city.com
hero member
Activity: 982
Merit: 517
Nature decays, but Latinum lasts forever. RoA:102
hero member
Activity: 982
Merit: 517
Nature decays, but Latinum lasts forever. RoA:102
Before add to exchange need hardfork, to fix  time wrap bug as I find and fix in United SCIFI coin.

Last nodes:
Code:
addnode=5.103.138.97
addnode=89.236.137.142
addnode=23.233.2.252
addnode=47.20.249.164
member
Activity: 227
Merit: 26
“BitCloud [BTDX]”
newbie
Activity: 166
Merit: 0
hi,

im alex from mh-exchange.de  we are a fresh exchange and list the 5 first coins for free.

you have interest?

https://mh-exchange.de

send me pm or [email protected]


greetings alex from mh-exchange
legendary
Activity: 1033
Merit: 1005
no news good news  Grin

except as it pertains to craptopia... them being quiet reminds me too much of craptsy...
member
Activity: 227
Merit: 26
“BitCloud [BTDX]”
no news good news  Grin
Pages:
Jump to: