Pages:
Author

Topic: [ANN] BZLCOIN [BZL] - PoW/PoS Hybrid >> MASTERNODES - page 32. (Read 88578 times)

member
Activity: 172
Merit: 10
Hello to all.
We are doing a swap + rebranding of BZlcoin

You have until 15/03 to swap your coins.

For those who have BZL on the
@StexExchangeR and  @Crex_24 exchanges, they don't need to do anything else.
For those who have the coins elsewhere, you must swap on the page below.

https://swap.bzlcoin.org

Thank you.


---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


BZLCOIN FROM BRAZIL TO THE WORLD


Bzlcoin is a new cryptocurrency based off the original Bitcoin Core by Satoshi Nakamoto. Bzlcoin features many changes, such as Stealth Addresses, Encrypted Messaging, Multi-Signature Support, Tribus a brand new PoW hashing algorithm that is ASIC resistant, and a max of 10,850,000 BZL to be created during the PoW lifecycle of 3 years, which then transitions entirely to Proof of Stake.

10,850,000 BZL will be created in max. BZLCoin has a ~13,83% Premine of 1,500,000 BZL for bounties, distribution, and marketing.


-------------------------------------------------------RELEASES-------------------------------------------------------


NEW RELEASE V2.2.0


releases  -- >> https://github.com/bzlcoin/bzlcoin/releases


-------------------------------------------------------LINKS-------------------------------------------------------

Official Website -- >> http://en.bzlcoin.org/
Official Forums Bzlcoin -- > http://forum.bzlcoin.org
Discord -- >>https://discord.gg/7CTvZWW
Twitter -- >> https://twitter.com/bzlcoin
facebook -- >> https://www.facebook.com/bzl.moeda
Instagram-- >>  https://www.instagram.com/bzlcoin
Telegran  PT -- >> https://t.me/bzlcoin_br
Telegran  EN -- >> https://t.me/bzlcoin_en

-------------------------------------------------------Specifications-------------------------------------------------------

Total number of coins: 10,850,000 BZL
Ideal block time: 30 seconds
Stake interest: 6% annual static inflation
Confirmations: 10 blocks
Maturity: 30 blocks (15 minutes)
Min stake age: 8 hours
RPC Port: 7771
RPC Testnet Port: 7772


Block Reward Structure:
Code:
  
// Proof of Work miner's coin base reward
int64_t GetProofOfWorkReward(int nHeight, int64_t nFees)
{
if (pindexBest->nHeight == 1)
nSubsidy = 1500000 * COIN;  // ~13,83% Premine, 1.5m BZL
else if (pindexBest->nHeight <= FAIR_LAUNCH_BLOCK) // Block 270, Instamine prevention
        nSubsidy = 1 * COIN/2;
else if (pindexBest->nHeight <= 3398) // V1.0.1 fork in block 3398/ Block 3398 ~ 6,796k BZl
nSubsidy = 2 * COIN;
else if (pindexBest->nHeight <= 1000000) // V1.0.1 / Block 1m ~ 993,204k BZL
nSubsidy = 1 * COIN;
else if (pindexBest->nHeight <= 2000000) // V1.0.1 / Block 2m ~1m BZL
nSubsidy = 1 * COIN;
else if (pindexBest->nHeight <= 3000000) // V1.0.1 / Block 3m ~1m BZL
nSubsidy = 1 * COIN;
    else if (pindexBest->nHeight > LAST_POW_BLOCK) // Block 1.5m
nSubsidy = 0; // PoW Ends ~ 4,500,000 Total BZL Mined via PoW


Proof of Stake Reward Structure:
Quote
nCoinAge * 0.06 / 365 / COIN;

-------------------------------------------------------FEATURES-------------------------------------------------------

Stealth Addresses
Encrypted Messaging
Fast Transactions
Tribus Proof of Work Algorithm (NEW)
Tribus Proof-of-Work Hashing Algorithm featuring 3 of the top NIST5 algos (JH, Keccak, and Echo)
Proof-of-Stake Hybrid which will fully transition to PoS which PoW ends on block 1,500,000.
Multi-Signature Support in Wallet and RPC
Staking Estimation Tab showing estimated staking probability of staking and BZL reward
Block Explorer in Wallet

Technical Paper   = COMING SOON ( 11/01/2017)

-------------------------------------------------------Distribution-------------------------------------------------------

1. Miner Pow – 27,65% = 3.000.000,00~
2. Miner PoS – 58,53% = 6.350.000,00~
3. Sub. Dens – 3,22% = 350.000,00~
4. Airdrop – 3,22% = 350.000,00~
5. Devs ~7,88% = 840.000,00~


-------------------------------------------------------Bounties-------------------------------------------------------


More will be coming soon!


-------------------------------------------------------TRANSLATION-------------------------------------------------------



PORTUGUÊS -- > https://bitcointalksearch.org/topic/ann-bzlcoin-bzl-2-airdrop-aberto-powpos-hybrid-masternodes-2325477
Russian -- > https://bitcointalksearch.org/topic/ann-bzlcoin-bzl-tribus-pow-powpos-airdrop-2326581
Japanese --> https://bitcointalksearch.org/topic/bzlcoin-2393637

-------------------------------------------------------AIRDROP-------------------------------------------------------

Airdrop will be divided into 03 rounds: 3,22% = 350,000 BZL.

1- 140,000 BZL = CLOSED
2- 100,000 BZL = CLOSED
[/b]
3- 105,000 BZL = coming soon


---------------------------------------------------MINING POOL----------------------------------------------

BSOD POOL -->>  http://bsod.pw
Z POOL -->> > https://www.zpool.ca/">Zpool - >> https://www.zpool.ca/
B POOL -->> >  https://bpool.online/">Bpool -- >>  https://bpool.online/
ahashpool    -->> https://www.ahashpool.com/
Wold -->>  https://wold.by
PHI PHI Pool -->> https://phi-phi-pool.com

-------------------------------------------------------EXPLORER-------------------------------------------------------

chainz Explorer -- >> https://chainz.cryptoid.info/bzl/
Oficial Bzl Explorer -- >> explorer.bzlcoin.org


-------------------------------------------------------EXCHANGE-------------------------------------------------------

Crypto-Bridge -- >> https://wallet.crypto-bridge.org/market/BRIDGE.BZL_BRIDGE.BTC
Stock Exchange -->> https://stocks.exchange/trade/BZL/BTC
Crex24 -- >> https://crex24.com/exchange/BZL-BTC
more soon


-------------------------------------------------------Coming Soon-------------------------------------------------------


Paper Wallet and Vanity Address Generator for Bzlcoin
More documentation
Improvements to NodeJS Web Wallet


------------------------------------------------------- Tribus  Miner -------------------------------------------------------

Bzlcoin.conf

Code:
rpcuser=bzlcoinuser
rpcpassword=xx
rpcallowip=127.0.0.1
rpcport=7771
server=1
daemon=1
listen=1

An example command to solo mine Bzlcoin with CPU Tribus:

Code:
cpuminer.exe -a tribus -o http://127.0.0.1:7771 -u bzlcoinuser -p xx



An example command to solo mine Bzlcoin with NVIDEA CARD Tribus:

Code:
ccminer-x64 -a tribus -o http://127.0.0.1:7772 -u bzlcoinuser -p xx --cpu-priority=3

Tribus CPU Miner Source  ---- >> https://github.com/bzlcoin/cpuminer-multi
Tribus CPU Miner for Windows ---- >> https://mega.nz/#!ZfQkgbSS!N3d_Da-u414kP-DPoPB6CU5WxqNr8vUPz4Y0TtVHksc

Tribus GPU Miner for NVIDIA GPU Source: https://github.com/tpruvot/ccminer
GPU Miner for NVIDIA Windows: -->https://mega.nz/#!wGozkYrY!GE8VraRsSuyXEb2RBFPZsBI256iShWAeWPjM8GQwfBY

Tribus AMD GPU sgminer Source: https://github.com/bzlcoin/sph-sgminer-tribus
Tribus AMD GPU sgminer Windows: https://mega.nz/#!tPBlmQ6J!qEB80AFvX5ZZKKE9s8k6umV2mfoS-x6w5ov1F4tGpU8

New Tribus AMD GPU sgminer (v5.3.7) - http://ccminer.org/preview/sgminer-x64-5.3.7.zip

Newer Tribus AMD GPU sgminer v5.3.8 - http://ccminer.org/preview/sgminer-x64-5.3.8.zip




The developers of this cryptocurrency do not have any affiliation and are not legally responsible for or with external services utilizing the Bzlcoin protocol nor what is done with or how Bzlcoin is used based upon its open source and cryptographic nature.
Pages:
Jump to: