[Website] @ https://hbtqi.wordpress.com/
[Wallet] @ https://hbtqi.wordpress.com/wallet/
[Whitepapper] @ https://hbtqi.wordpress.com/whitepapper/
[Block Explorer] @ http://hbtqicash.zapto.org/
[Miner Stats] @ http://hbtqicashminer.zapto.org/ - other coins to mine
[Discord] @ https://discord.gg/AbasAmP3
[Pool] stratum+tcp://62.220.169.95:5555
[Worker] your address //example HFj4JJB87wJGD2PDd7jTQ9wDZV26EsMJ8f
[Password] x
[Algorithm] x11
[Miner] CCminerHBTQIcashIntroduction
HBTQIcash (LGBTQI) was created in 2021-05-11 in Sweden.By it’s founder Julia Marklund which is the only one in the team, working at this project (today 22-01-25). This is a coin for everyone with X11 Proof of Work technology. Block halving at 250000 and Coin supply 2500000. The smallest unit is called CIS and Coin abbreviation is called HBTQI.
HBTQIcash stand for society’s equality and unity. Everyone should have the right to be who you are. No matter if you are Homo (Lesbian, Gay), Bi, Trans, Queer, Intersex, Hetrosexuall and so on. It should not matter if you are Boy, Girl, Man, Woman, Transman, Transwoman, no gender. Nor what color of your skin is or belive. Everyone is unique and should be allowed to be so. That’s human rights. That’s why we need this coin.
What can HBTQIcash do?
HBTQIcash’s goal mainly is to support HBTQI-certifiede community’s to be an information plattform to reach out and spreed information.To be a community for support of human rights. Mine, send, receive HBTQI is support human rights and love. Together with HBTQIcash team and users can we make the world to the better. Where everyone can be themself without hiding, to be pride!
In long term
HBTQIcash is still young and wish that it could do so much more. A vision is that HBTQIcash team can aid not just, HBTQI-certifiede community’s but larger organizations like child aid and UNICEF. With not just as a information plattform, with financial resources to. It is a long way there.
wallet configrpcuser=username
rpcpassword=password
rpcbind=0.0.0.0
rpcallowip=127.0.0.1
listen=1
server=1
txindex=1
daemon=1
addnode=node2.walletbuilders.com
[Solo]Windows@echo off
set SCRIPT_PATH=%cd%
cd %SCRIPT_PATH%
echo Press [CTRL+C] to stop mining.
:begin
for /f %%i in ('hbtqicash-cli.exe getnewaddress') do set WALLET_ADDRESS=%%i
hbtqicash-cli.exe generatetoaddress 1 %WALLET_ADDRESS%
goto begin
Linux#!/bin/bash
SCRIPT_PATH=`pwd`; //or /usr/bin
cd $SCRIPT_PATH
echo Press [CTRL+C] to stop mining.
while :
do
./hbtqicash-cli generatetoaddress 1 $(./hbtqicash-cli getnewaddress)
done
chmod +x mine.sh
./mine.sh
Mac OS#!/bin/bash
SCRIPT_PATH=`pwd`;
cd $SCRIPT_PATH
echo Press [CTRL+C] to stop mining.
while :
do
./hbtqicash-cli generatetoaddress 1 $(./hbtqicash-cli getnewaddress)
done
chmod +x mine.sh
./mine.sh