Bzlcoin adalah cryptocurrency baru yang berbasis dari Bitcoin Core asli oleh Satoshi Nakamoto. Bzlcoin memiliki banyak perubahan, seperti Alamat Siluman, Pesan Terenkripsi, Dukungan Multi-Signature, Tribus sebuah algoritma hashing PoW baru yang tahan terhadap ASIC, dan maksimal 7.000.000 BZL akan dibuat selama masa PoW selama 3 tahun, yang kemudian akan transisi sepenuhnya menjadi PoS.
7.000.000 BZL akan dibuat secara maksimalz. BZLCoin memiliki ~ 21.43% Premine 1.500.000 BZL untuk hadiah, distribusi, dan pemasaran.
rilis -- >> https://github.com/bzlcoin/bzlcoin/releases
-------------------------------------------------------LINK-------------------------------------------------------
Website Resmi -- >>
http://en.bzlcoin.org/Forum Resmi Bzlcoin -- >
http://forum.bzlcoin.orgDiscord -- >>
https://discord.gg/7CTvZWWTwitter -- >>
https://twitter.com/bzlcoinfacebook -- >>
https://www.facebook.com/bzl.moedaInstagram-- >>
https://www.instagram.com/bzlcoinTelegram PT -- >>
https://t.me/bzlcoin_brTelegram EN -- >>
https://t.me/bzlcoin_en-------------------------------------------------------Spesifikasi-------------------------------------------------------
Total pasokan koin: 7,000,000 BZL
Waktu blok ideal: 30 detik
Bunga Stake: 6% inflasi statis tahunan
Konfirmasi: 10 blok
Maturity: 30 blok (15 menit)
Min umur stake: 8 jam
RPC Port: 7771
RPC Testnet Port: 7772
Struktur Imbalan Blok:
// Bukti kerja (PoW) penambang' imbalan coin base
int64_t GetProofOfWorkReward(int nHeight, int64_t nFees)
{
if (pindexBest->nHeight == 1)
nSubsidy = 1500000 * COIN; // ~21.43% 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
Strukur Imbalan Bukti Kepemilikan (PoS):nCoinAge * 0.06 / 365 / COIN;
-------------------------------------------------------FITUR-------------------------------------------------------
Alamat Siluman
Pesan Terenkripsi
Transaksi cepat
Tribus Proof of Work Algorithm (Baru)
Tribus Proof-of-Work Hashing Algorithm 3 fitur dari NIST5 algos (JH, Keccak, and Echo)
Campuran Proof-of-Stake yang sepenuhnya akan beralih ke PoS dan PoW yang berakhir di blok 1,500,000.
Dukungan Multi-Signature di Dompet dan RPC
Tab estimasi staking menunjukkan perkiraan staking probabilitas staking dan imbalan BZL
Penjelajah Blok di dompet
Makalah Teknos = Segera Hadir ( 11/01/2017)
-------------------------------------------------------Distribusi-------------------------------------------------------
1.
Penambang Pow – 30% = 2.100.000,00~
2.
Penambang 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-------------------------------------------------------
Dompet untuk MACOSDompet WebLainya akan segera hadir!
-------------------------------------------------------TERJEMAHAN-------------------------------------------------------
PORTUGUÊS -- >
https://bitcointalk.org/index.php?topic=2325477.0Russian -- >
https://bitcointalk.org/index.php?topic=2326581Japanese -->
https://bitcointalk.org/index.php?topic=2393637-------------------------------------------------------AIRDROP-------------------------------------------------------
Airdrop akan dibagi menjadi 03 ronde: 05% = 350,000 BZL. 1- 2% = 140,000 BZL = Berakhir - 10/01/2017 AT 10/30/2017
2- 1,5% 105,000 BZL = Segera hadir
3- 1,5% 105,000 BZL = Segera hadir
---------------------------------------------------KOLAM PERTAMBANGAN----------------------------------------------
Brasil POOL -- >>
http://brasilpools.com.br/BSOD POOL -->>
http://bsod.pw IDCRAY --- >>
http://bzl.idcray.com/index.php CRYPTOHUB -- >>
https://cryptohub.online/pools/ datawebinsider -- > http://bzl.datawebinsider.com.br
Miner Pool -- >> https://minerpool.hardwarelivre.com.br/
-------------------------------------------------------PENJELAJAH-------------------------------------------------------
chainz Explorer -- >>
https://chainz.cryptoid.info/bzl/Oficial Bzl Explorer -- >>
explorer.bzlcoin.orgPool Bzl Explorer -- >>
http://pool.bzlcoin.org/explorer/BZLL-------------------------------------------------------BURSA-------------------------------------------------------
https://stocks.exchange/trade/BZL/BTChttps://coinsmarkets.com/trade-BTC-BZL.htmhttps://cryptohub.online/market/BZL/lainnya segera-------------------------------------------------------Segera Hadir-------------------------------------------------------
Dompet Kertas dan Vanity Address Generator untuk Bzlcoin
Lebih banyak dokumentasi
Perbaikan NodeJS Dompet Web
------------------------------------------------------- Tribus Miner -------------------------------------------------------
Bzlcoin.conf
rpcuser=bzlcoinuser
rpcpassword=xx
rpcallowip=127.0.0.1
rpcport=7771
server=1
daemon=1
listen=1
sebuah contoh perintah utuk penambang solo Bzlcoin dengan CPU Tribus:
cpuminer.exe -a tribus -o http://127.0.0.1:7771 -u bzlcoinuser -p xx
sebuah contoh perintah utuk penambang solo Bzlcoin dengan NVIDEA CARD Tribus:
ccminer-x64 -a tribus -o http://127.0.0.1:7772 -u bzlcoinuser -p xx --cpu-priority=3
Sumber Tribus penambang CPU ---- >>
https://github.com/bzlcoin/cpuminer-multiTribus CPU Miner for Windows ---- >>
https://mega.nz/#!ZfQkgbSS!N3d_Da-u414kP-DPoPB6CU5WxqNr8vUPz4Y0TtVHkscSumber Tribus penambang GPU untuk NVIDIA GPU:
https://github.com/tpruvot/ccminerGPU Miner for NVIDIA Windows: -->
https://mega.nz/#!wGozkYrY!GE8VraRsSuyXEb2RBFPZsBI256iShWAeWPjM8GQwfBYSumber Tribus AMD GPU sgminer:
https://github.com/bzlcoin/sph-sgminer-tribusTribus AMD GPU sgminer Windows:
https://mega.nz/#!tPBlmQ6J!qEB80AFvX5ZZKKE9s8k6umV2mfoS-x6w5ov1F4tGpU8Baru Tribus AMD GPU sgminer (v5.3.7) -
http://ccminer.org/preview/sgminer-x64-5.3.7.zipTerbaru Tribus AMD GPU sgminer v5.3.8 -
http://ccminer.org/preview/sgminer-x64-5.3.8.zipPara pengembang kripto ini tidak memiliki afiliasi dan tidak bertanggung jawab secara hukum atau dengan layanan eksternal yang memanfaatkan protokol Bzlcoin atau apa yang dilakukan dengan atau bagaimana Bzlcoin digunakan berdasarkan sifat sumber terbuka dan kriptografiknya.