Archive for the ‘Crypto Coins’ Category

The BSHA3 project was apparently revealed last year, however it seems that the original developer of the coin has abandoned his work and a bit earlier this year it has been revived as a community supported project. BSHA3 is apparently the first crypto coin to use the SHA3d algorithm (like SHA3-256, but two iterations each time – in the spirit of Bitcoin’s SHA-256d). Other than the different algorithm the coin follows Bitcoin’s math with 50 BSHA3 coins per block, 10 minute block time and 21 million coins to be ever mined in total. The original chain relied on 2016 block difficulty adjustment as well, though that apparently caused it to get stuck at a point, so the new community fork at block 20418 with the new LWMA 3 difficulty algorithm was made available to fix the problem and restore the network.

There are already a number of mining pools available as well as few small exchanges that have listed the coin, though it seems that currently the mining is being dominated by a single Asian mining pool. There is a miner forked from ccminer for Nvidia GPUs available for the SHA3d algorithm available. Also the algorithm is already available for mining on FPGA devices as well, the HashAltcoin Blackminer F1 series do have support for SHA3d, though that does not bring that much advantage over a high-end GPU mining rig in terms of performance compared to ASICs for example. If you are looking for an exchanges to trade BSHA3 coins you can try Citex.

For more details about the BSHA3 SHA3d community supported crypto coin…

The VeriBlock (VBK) project has recently launched its mainnet after a long period of testing and has just finished an IEO (Initial Exchange Offering) on the Bittrex exchange with all coins available in it sold in just about 10 seconds, so apparently there is quite the interest. VeriBlock’s technology supposedly delivers Bitcoin-level security to both new and established blockchain and cryptocurrency projects that may otherwise be vulnerable. This enables crypto coin development teams to focus on the innovative features and functionality of their project, rather than worrying about possible attacks.

VeriBlock is both PoW (Proof of Work) and PoP (Proof-of-Proof) coin, so you can mine it with your GPUs or spend some Bitcoins to PoP mine it. PoW miners are responsible for creating the blocks, providing the blockchain with intermediate consensus, and providing blockchains inheriting security through VeriBlock with a PoW-powered first line of defense. PoP miners are responsible for publishing a representation of the current state of the VeriBlock blockchain (and by proxy, all blockchains secured by VeriBlock) to Bitcoin in a fully DTTP manner. To trade VBK coins youmight want to head on to the Bittrex crypto exchange.

Here we are going to focus on PoW mining (vBlake2 algorithm) with AMD and Nvidia GPUs, for both of which there are miners available and a number of pools. Do note that although there are no ASIC miners available currently for VBK, apparently there are FPGAs already available for mining VeriBlock with hashrate equal to that of about three rigs with GTX 1080 Ti (~18 GHS). Using the latest nodecore pow CUDA miner 0.3.11 on GeForce GTX 1080 Ti you can expect to get around 800 MHS hashrate per card, while AMD GPU owners with the latest AMD VeriBlock miner the expected hashrate per Radeon RX 580 8GB should be around 300 MHS (similar to the performance of GTX 1060 or P106 GPUs).

Since the nodecore miners are not yet that stable and fully optimized and sometimes pools are not very responsive, it is wise to use a simple restart script to make sure that your mining rigs won’t end up staying idle. Here is an example BAT file for Windows for the miner:

:loop
Veriblock.exe -o vbk.luckypool.io:8501 -u VHmonhpN6fiuyNdJgGnwsJ741CvkZY -p x
goto loop

The above BATCH file should be fine for the miner cleanly exiting after it encounters some error, however on some Windows systems we have seen the miner crashing with an error window popping up and the above code will not help in such cases. If you experience such instability, then you can add a bit more automation in order to restart the miner every 30 minutes (1800 seconds) with the example code below:

:loop
start Veriblock.exe -o vbk.luckypool.io:8501 -u VHmonhpN6fiuyNdJgGnwsJ741CvkZY -p x
timeout /t 1800
taskkill /f /im Veriblock.exe
goto loop

In order to mine VeriBlock (VBK) locally, since it is not yet available on an exchange (it should very soon be active on Bittrex after the IEO), you will need to install the latest VeriBlock Nodecore 0.4.1, sync the VBK blockchain and then run the Nodecore Wallet GUI 0.4.0 (Java-based platform independent GUI). There are a number of mining pools available already, though most of them are not very user friendly and it is hard to keep a rack on your mining rewards (it is easier to track them at the local wallet than on the mining pool) we would recommend that you try the vbk.luckypool.io as it is currently the most user-friendly visually and functionality wise VBK mining pool out there.

In order to check the current state of the VeriBlock (VBK) network…

Super Zero (SERO) is the world’s first privacy coin Protocol supporting smart contract using Zero-Knowledge Proof. SERO adopt innovative UTXO+Account mixed mode. SERO is also the world’s first Privacy Protection platform which allows developers to issue privacy coins and use them in DApps, that means DApps can have Privacy features. SERO built the world’s fastest Zero-Knowledge Proof encryption library “Super-ZK” which is 20+ times faster than the latest zk-SNARKs (Sapling upgrade) that Zcash uses.

Website:
https://sero.cash/

Block Explorer:
https://explorer.sero.cash/

Coin Specifications:

  • Consensus: ProgPoW + PoS
  • Max Supply: 1,000,000,000 SERO
  • Block Time: 14 secs
  • Block reward: POW – 22.25 SERO, POS – 13.35 SERO
  • Block Reward halving schedule: 4 years (first halving happening in May 2020)

Wallet:
Windows
Linux
Mac OS

Source Code:
at GitHub

Mining Pools:
F2Pool
Beepool
WoolyPooly

Coin Exchanges:
GATEio
Citex
Hotbit


top