THE NEWEST PRIVACY CRYPTOCURRENCY HANACOIN JUST RELEASEDsteemCreated with Sketch.

in hanacoin •  6 years ago 

tqw5rfj85i.png

THE NEWEST PRIVACY CRYPTOCURRENCY HANACOIN JUST RELEASED
TECHNICAL DETAILS

We designed Hanacoin to be easily minable on your home PC. Support the Hanacoin project and earn Hanacoin by mining.

Coin Details

Lyra2REv2 algorithm
1.5 minute block targets
Subsidy halves in 1,225,000 blocks (~3 years)
50 coins per block
Dark Gravity Wave V3 difficulty adjustment algorithm
100,000,000 coins available for mining
20,000,000 founder pre-mined coins
2,500,000 pre-mined coins allocated to network growth and maintenance, marketing and exchanges
122,500,000 Total Coins
Ticker symbol HANA

iM MINING NOW IT USUS LYRA REV2.
Doing very well a few weeks behinf on the core wallet synced in 15 minutes

hm0fab5fkm.png

Using Lyra2 enables us to adjust the memory usage for mining along with adjusting a time cost, which allows us to stay ahead of development of ASIC.

Lyra2REv2 Algorithm

With the rise of ASIC(Application Specific Integrated Circuit) mining, standard mining equipment can no longer compete with specially designed ASIC miners. Lyra2REv2 is designed to defend miners from this unfair competition. The algorithm is designed to be strictly sequential which allows a defence Scrypt-Adaptive-N Capable ASICs. Lyra2REv2 algorithm favours GPUs over CPUs. Lyra2REv2 consists of a series of hash functions: BLAKE, Keccak, CubeHash, Lyra2, Skein and Blue Midnight Wish. Using Lyra2 enables us to adjust the memory usage for mining along with adjusting a time cost, which allows us to stay ahead of development of ASIC. Support the Hanacoin project and earn Hanacoin by mining.

mkpmyy2xoe.png
Dark Gravity Wave

Dark Gravity Wave (DGW) is an open source difficulty-adjusting algorithm for Bitcoin-based cryptocurrencies. Evan Duffield authored DGW as a response to a time-warp exploit found in Kimoto's Gravity Well. In concept, DGW is similar to Kimoto Gravity Well, adjusting the difficulty levels every block (instead of every 2016 blocks like Bitcoin) by using statistical data of the last blocks found. This allows block issuing times to remain consistent despite high fluctuations in hashpower, however, it doesn't suffer from the time-warp exploit. Version 3.0 was implemented on May 14 of 2014 to further improve difficulty re-targeting with smoother transitions. It also fixes issues with various architectures that had different levels of floating-point accuracy through the use of integers.

g3x8o4wgu4.png

ACCOUNT & WALLET SETUP
Download Release

https://www.hanacoin.com/downloads/Hanacoin-Qt.dmg

https://www.hanacoin.com/downloads/hanacoin-release.tar.bz2

https://www.hanacoin.com/downloads/hanacoin-wallet-windows.zip

irxk17yvo9.png

suq6ym2gbm.png

Follow the below steps:
Download the above "Windows" windows.zip file and extract.
Open 'hanacoin-release > bin and execute 'hanacoin-qt.exe'.
Follow instructions to download chain.
File > Receiving addresses.
Click your receiving address, click ‘copy’.
Save this address as this is your Hanacoin Wallet Address.
Download miner and start mining Hanacoin.
To backup wallet click ‘File > Backup Wallet’.
Save wallet backup to a secure location.
*Note - There is no need to wait for chain sync to complete before mining.
*Note - Wallet uses Ports 9501 and 9502.

MINING SETUP
Nvidia ccminer:https://github.com/tpruvot/ccminer/releases/tag/2.2.2-tpruvot

Other Nvidia:https://bitcointalk.org/?topic=770064

AMD: https://bitcointalk.org/index.php?topic=2360168

CCMiner Setup Instructions
Follow the below steps:
Download and unzip CCminer
Select one of the batch files at the bottom and rename it "Run-Hanacoin"
Right-click the "Run-Hanacoin" batch file and click edit
Delete the text and replace it with this text:
"ccminer-x64 -a lyra2rev2 -o stratum+tcp://pool-node.hanacoin.com:3032 -u YOUR-WALLET_ADDRESS.YOUR_WORKER"
Replace YOUR-WALLET_ADDRESS with your Hanacoin wallet address
Replace YOUR_WORKER with any name you want to call your computer
Save the file and double click "Run-Hanacoin" to start mining
*If the miner will not start, double check that the miner name in the CCminer folder matches ccminer-x64. The other problem could be that the intensity is set too high. If that is the case you can open the batch file and add this text to the end of the line -i 17.

Make sure your .bat file looks like this:
ccminer-x64 -a lyra2rev2 -o stratum+tcp://pool-node.hanacoin.com:3032 -u YOUR-WALLET_ADDRESS.YOUR_WORKER
Where:

YOUR_WALLET_ADDRESS - your valid HANA address
YOUR_WORKER - worker name. Optional.
*Do not forget to set wallet and worker address to correct values.


Soo Yeon Kim
Founder / CEO
Soo Yeon has worked in the field of marketing and distribution. She is currently a director of Bont Skates, the world’s largest speed skate producer. Soo Yeon has a passion for marketing and philanthropy. She has a degree in international business and linguistics.

7p1n753d04.png

5apaseghh1.png
HanaDevs/hanacoin
forked from monacoinproject/monacoin

https://github.com/HanaDevs/hanacoin
License
Hanacoin Core is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Development Process
The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of Hanacoin Core.

The contribution workflow is described in CONTRIBUTING.md.

The developer mailing list should be used to discuss complicated or controversial changes before working on a patch set.

Developer IRC can be found on Freenode at #hanacoin-dev.

Testing
Testing and code review is the bottleneck for development; we get more pull requests than we can review and test on short notice. Please be patient and help out by testing other people's pull requests, and remember this is a security-critical project where any mistake might cost people lots of money.

Automated Testing
Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: make check. Further details on running and extending unit tests can be found in /src/test/README.md.

There are also regression and integration tests of the RPC interface, written in Python, that are run automatically on the build server. These tests can be run (if the test dependencies are installed) with: qa/pull-tester/rpc-tests.py

The Travis CI system makes sure that every pull request is built for Windows, Linux, and OS X, and that unit/sanity tests are run automatically.

Manual Quality Assurance (QA) Testing
Changes should be tested by somebody other than the developer who wrote the code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward.

Translations
We only accept translation fixes that are submitted through Bitcoin Core's Transifex page. Translations are converted to Hanacoin periodically.

Translations are periodically pulled from Transifex and merged into the git repository. See the translation process for details on how this works.

Important: We do not accept translation changes as GitHub pull requests because the next pull from Transifex would automatically overwrite them again.

https://twitter.com/hanacoin

Hanacoin © 2018

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!