Bitcoin Forum
March 19, 2024, 08:43:30 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 »
  Print  
Author Topic: [ANN] BZLCOIN [BZL] - PoW/PoS Hybrid >> MASTERNODES  (Read 88491 times)
estb (OP)
Member
**
Offline Offline

Activity: 172
Merit: 10


View Profile
October 27, 2017, 10:26:20 PM
Last edit: March 06, 2020, 09:16:41 PM by estb
 #1

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://bitcointalk.org/index.php?topic=2325477.0
Russian -- > https://bitcointalk.org/index.php?topic=2326581
Japanese --> https://bitcointalk.org/index.php?topic=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 -->> Zpool - >> https://www.zpool.ca/
B POOL -->> 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.
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1710837810
Hero Member
*
Offline Offline

Posts: 1710837810

View Profile Personal Message (Offline)

Ignore
1710837810
Reply with quote  #2

1710837810
Report to moderator
Jubgle Sven
Full Member
***
Offline Offline

Activity: 229
Merit: 100


View Profile
October 27, 2017, 10:33:09 PM
 #2

Hi devs and gl to your team. I can translate your ANN topic to Russian. What's the bounty for translations?

Trade shitcoins to earn more Bitcoin.
Johnny Carsonogenic
Full Member
***
Offline Offline

Activity: 537
Merit: 100


View Profile
October 27, 2017, 10:38:21 PM
 #3

looks like links are not functional at this time.


Also, I really am quite a fan of the term "Whitescroll".
Hamzat
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
October 27, 2017, 10:38:28 PM
 #4

Hi dev, the first link to register is not going through
SABRINA-ANTO
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
October 27, 2017, 10:41:54 PM
 #5

Reserved indonesian translator
estb (OP)
Member
**
Offline Offline

Activity: 172
Merit: 10


View Profile
October 27, 2017, 10:44:44 PM
 #6

Hi devs and gl to your team. I can translate your ANN topic to Russian. What's the bounty for translations?

Hi, Thanks.

Reserved for you.
200bzl per language.
Doctor-Coin
Full Member
***
Offline Offline

Activity: 378
Merit: 114


View Profile
October 27, 2017, 10:49:56 PM
 #7

hi dev.,

registration links for airdrop doesnt work, please check ....
degel_x
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
October 27, 2017, 10:54:32 PM
 #8

Launch on 01/11/2017
First round open until 10/30



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 7,000,000 BZL to be created during the PoW lifecycle of 3 years, which then transitions entirely to Proof of Stake.

7,000,000 BZL will be created in max. BZLCoin has a ~21.43% Premine of 1,500,000 BZL for bounties, distribution, and marketing.

Windows Installer for BZLCOIN-QT ( 01/11/2017)
Windows-QT Wallet Download ( 01/11/2017)
macOS-QT Wallet Download ( 01/11/2017)
Github Source ( 01/11/2017)


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

Official Website -- >> http://en.bzlcoin.org/
Official Forums Bzlcoin -- > http://forum.bzlcoin.org
Twitter -- >> https://twitter.com/bzlcoin
facebook -- >> https://www.facebook.com/bzl.moeda
Instagram -- >>  https://www.instagram.com/bzlcoin

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

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


-------------------------------------------------------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 ( 01/11/2017)

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

1. Miner Pow – 30% = 2.100.000,00~
2. Miner PoS – 48% = 3.360.000,00~
3. Sub. Dens – 5% = 350.000,00~
4. Airdrop – 5% = 350.000,00~
5. Preminer Devs 12% = 840.000,00~


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

Signature Campaign.
More will be coming soon!

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



PORTUGUÊS -- > https://bitcointalk.org/index.php?topic=2325477.msg23635996#msg23635996



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

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

1- 2% = 140,000 BZL = OPEN  - 01/10/2017 AT 30/10/2017
2- 1,5% 105,000 BZL = coming soon - 01/04/2018
3- 1,5% 105,000 BZL = coming soon



How to participate( first rounds)

You have 3 ways to participate, with each additional, you accumulate 10% more in reward.

1.Twitter
You need to follow @BZLCOIN on Twitter and Retweet this post .
Soon after, just fill out the registration on the  https://docs.google.com/forms/d/1WTAwlASi--X7fUG2mjZ_2-NvYX4hGGrfHtLHK57Isgo/edit.

2. Instagram
You need to Follow BZLCOIN on Instagram
You must print from our profile and post, mark us and mark 3 friends in the same post (it can not be fake accounts, companies, or celebrities).
Soon after, just fill out the registration on the  https://docs.google.com/forms/d/1WTAwlASi--X7fUG2mjZ_2-NvYX4hGGrfHtLHK57Isgo/edit.

3. Facebook
You must follow @bzlcoin.moeda Bzlcoin on facebook
You must share this post   and bookmark 3 friends.
Soon after, just fill out the registration on the  https://docs.google.com/forms/d/1WTAwlASi--X7fUG2mjZ_2-NvYX4hGGrfHtLHK57Isgo/edit.


AIRDROP RULES

1. A person can only apply once. If it is discovered that multiple applications belong to the same person, all applications will be banned from AIRDROP.
2. All members include beginners are eligible to apply.
5. All accounts registered to Twitter, Facebook or Instagram after October 1, 2017 are not eligible.
6. Your Twitter, Facebook or Instagram account must have at least 50 real followers before posting..

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


Pool  pool.bzlcoin.org


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


Explorer explorer.bzlcoin.org


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

Bleutrade - BZL/BTC - coming soon
Cryptopia - BZL/BTC-  coming soon
CoinExchange.io -  BZL/BTC - coming soon
NovaExchange - BZL/BTC - coming soon
Yobit.net   - BZL/BTC- coming soon
CryptoDAO - BZL/BTC- coming soon

-------------------------------------------------------Coming Soon/TODO (Subject to change)-------------------------------------------------------

Current Build of Bzlcoin is v1.0.0 (01/11/2017)

Paper Wallet and Vanity Address Generator for Bzlcoin
BZLCOIN PHP JSONRPC Library
Bzlcoin NodeJS Wallet Address Validator
More documentation
Custom NodeJS Block Explorer
Improvements to encrypted messaging/stealth addresses and RPC commands
Improvements to NodeJS Web Wallet

This thread, the website, and the Github will be updated as development progresses.

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

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.


..C..
.....................
........What is C?.........
..............
...........ICO            Dec 1st – Dec 30th............
       ............Open            Dec 1st- Dec 30th............
...................ANN thread      Bounty....................

estb (OP)
Member
**
Offline Offline

Activity: 172
Merit: 10


View Profile
October 27, 2017, 10:55:23 PM
 #9

Hi dev, the first link to register is not going through

hi dev.,

registration links for airdrop doesnt work, please check ....


Thanks for letting me know.
Fixed Smiley
fcmatt
Legendary
*
Offline Offline

Activity: 2058
Merit: 1001


View Profile
October 27, 2017, 11:01:12 PM
 #10

Hi dev, the first link to register is not going through

hi dev.,

registration links for airdrop doesnt work, please check ....


Thanks for letting me know.
Fixed Smiley

why you not start the airdrop after the wallet realese ? so we dont working twice fill the spreadsheet
estb (OP)
Member
**
Offline Offline

Activity: 172
Merit: 10


View Profile
October 27, 2017, 11:02:50 PM
 #11

Reserved indonesian translator

Hi, Thanks.
Reserved for you.  Wink
vandung_quangtri
Newbie
*
Offline Offline

Activity: 170
Merit: 0


View Profile
October 27, 2017, 11:05:11 PM
 #12

It seems to be a promising coin. Let's go devs. Please updating your main thread, then more miners will come to the [Suspicious link removed]d luck, and keep up your good work. I am in
dvhiph
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
October 27, 2017, 11:07:37 PM
 #13

Tribus algorithm, sounds good. I will keep my eyes very closely on the project, and might be switch some of my rigs for mining BZL in the near future
hau_dr
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
October 27, 2017, 11:10:33 PM
 #14

I am in, but I still need more details. Are there plans for listing the BZL on exchanges? Thank you, dev.
phuong_labo
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
October 27, 2017, 11:13:27 PM
 #15

Wow, there are lots of coins released/ launched everyday. So my question for developers is which specifications make the BZL coin different from others? Does BZL has huge potential in terms of real-life usage? Thank you.
dxd_iph
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
October 27, 2017, 11:15:42 PM
 #16

I am in, I have some AMD 570 cards. Does Tribus algorithm works fine for AMDs? Thanks all for your time.
cdbvcmg
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
October 27, 2017, 11:18:08 PM
 #17

as the announcement mentioned, there are more than 20% premined. Is it good for BZL community? Thanks devs.
estb (OP)
Member
**
Offline Offline

Activity: 172
Merit: 10


View Profile
October 27, 2017, 11:19:46 PM
 #18

I cannot find information about block rewards in the annoucement, could you update it, please. I wanna mine some BZLcoins for sure, but I need more details.
Me too, need more detailed information. Its another coin with Tribus algorithm, sounds good. I am in after getting  more updates from devs.

I cannot find information about block rewards in the annoucement, could you update it, please. I wanna mine some BZLcoins for sure, but I need more details.

Updated, Thanks.

DarkGoddess
Full Member
***
Offline Offline

Activity: 224
Merit: 100


Stars can't shine without darkness.


View Profile
October 27, 2017, 11:21:33 PM
 #19

Very glad to see a pow coin again.  Smiley

I Would Rather Get Lost By Making My Way Than Following One's Path And Lose Myself.
kopisusu
Full Member
***
Offline Offline

Activity: 1050
Merit: 100



View Profile
October 27, 2017, 11:22:10 PM
 #20

where should I put the wallet address Huh I did not see it on the form ..
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!