click here if you want to see your banner on this site

Author Topic: ⭐⭐⭐【ANN】██【 OFFICIAL】██【CHARNACOIN】██ CRYPTONOTE】⭐⭐⭐  (Read 7822 times)

danycoman

  • Jr. Member
  • **
  • Posts: 50
  • Karma: +1/-1
    • View Profile


Charnacoin is a new cryptocurrency based on CryptoNote technology. It's major benefit is to provide much stronger privacy to both the senders and receivers of transactions.
With Charnacoin, you are your own bank. Only you control and are responsible for your funds, and your accounts and transactions are kept private from prying eyes.
Charnacoin improves upon the base CryptoNote technology in several ways that strengthen its anonymity and reduce the size of the global ledger of all transactions, called the "blockchain".

Because of the decentralized and peer-to-peer nature of the Charnacoin network it becomes more robust and resilient as it becomes larger. We encourage all users to run a full node, if they are able to.
Running a Charnacoin node does not yet require a huge amount of processing power, but it does require a few gigabytes worth of disk space to store the blockchain, and there will be some impact on your bandwidth especially from connected nodes that are catching up on the blockchain. The easiest way to run a Charnacoin node, without affecting your home bandwidth, is to purchase a VPS (Virtual Private Server).

Specifications:

PoW algorithm: CryptoNote
Max supply: Infinite (see note below)
Block reward: Smoothly varying
Block time: 60 seconds
Difficulty: Retargets at every block
1] CPU + GPU mining (about 1:1 performance for now). Memory-bound by design using AES encryption and several SHA-3 candidates. [2] Initial number of atomic units is M = 109 - 1. However, once the block reward reaches 0.3CHRC per minute that is treated as the minimum subsidy, which means that CharnaCoin's total emission will forever increase by ~157680 CHRC annually. [3] Uses a recurrence relation. Block reward = (M - A) * 2-20 * 10-12, where A = current circulation.


Charnacoin Payments:


The Basics
Charnacoin works a little differently to what you may have become accustomed to from other cryptocurrencies. In the case of a digital currency like Bitcoin and its many derivatives merchant payment systems will usually create a new recipient address for each payment or user. However, because Charnacoin has stealth addresses there is no need to have separate recipient addresses for each payment or user, and a single account address can be published. Instead, when receiving payments a merchant will provide the person paying with a "payment ID". A payment ID is a hexadecimal string that is 16 or 64 characters long, and is normally randomly created by the merchant. An example of a payment ID is: 000c75666679706f6e7920697320111115206265737420706f6e7920657689997
Checking for a Payment with Charnacoin wallet
If you want to check for a payment using Charnacoin-wallet-cli you can use the "payments" command followed by the payment ID or payment IDs you want to check. Note that this can also be done with GUI wallet.
Receiving a Payment Step-by-Step
> Generate a random 64 character hexadecimal string for the payment
> Communicate the payment ID and Charnacoin address to the individual who is making payment
> Check for the payment using the "payments" command in charnacoin-wallet-cli or GUI wallet
Checking for a Payment Programatically
In order to check for a payment programatically you can use the get_payments or get_bulk_payments JSON RPC API calls.
> get_payments: this requires a payment_id parameter with a single payment ID
> get_bulk_payments: this is the preferred method, and requires two parameters, payment_ids, a JSON array of payment IDs, and an optional min_block_height, the block height to scan from

It is important to note that the amounts returned are in base Charnacoin units and not in the display units normally used in end-user applications. Also, since a transaction will typically have multiple outputs that add up to the total required for the payment, the amounts should be grouped by the tx_hash or the payment_id and added together. Additionally, as multiple outputs can have the same amount, it is imperative not to try and filter out the returned data from a single get_bulk_payments call. Before scanning for payments it is useful to check against the daemon RPC API (the get_info RPC call) to see if additional blocks have been received. Typically you would want to then scan only from that received block on by specifying it as the min_block_height to get_bulk_payments.
Programatically Scanning for Payments
> Get the current block height from the daemon, only proceed if it has increased since our last scan
> Call the get_bulk_payments RPC API call with our last scanned height and the list of all payment IDs in our system
> Store the current block height as our last scanned height
> Remove duplicates based on transaction hashes we have already received and processed


Download Wallet

OFFICIAL SITE
FACEBOOK
TWITTER
GITHUB
MINING POOL 1
MINING POOL 2
MINING POOL 3

Charnacrypto seed node:
Code: [Select]
address=107.172.253.245 / p2p-port=18090 / rpc-port=18091
Generate new wallet:
Code: [Select]
./charnacoin-wallet-cli --generate-new-wallet="mycharna.wallet" --password="your password Here" --daemon-address="107.172.253.245" --daemon-port="18091"
Login to your wallet:
Code: [Select]
./charnacoin-wallet-cli --wallet-file="mycharna.wallet" --password="your password"

« Last Edit: July 20, 2017, 03:32:09 PM by danycoman »

danycoman

  • Jr. Member
  • **
  • Posts: 50
  • Karma: +1/-1
    • View Profile
Add exchange https://c-cex.com/?id=vote&coin=chrc  please vote!


Thank you for your support!

Charnacrypto

  • Newbie
  • Posts: 4
  • Karma: +0/-0
    • View Profile
c-cex.com/?id=vote&coin=…
Please show your support and vote for chrc/charnacoin!

Charnacrypto

  • Newbie
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Hi CHRC community:

KCN Сharna coin is now in cryptodao list
1 hour ago
kcnnews49 in bitcoin
CharnaCoin (CHRC) is now in CryptoDAO Limited. As the twitter of the CharnaCoin reports, CryptoDAO - crypto trading platform, multi wallet and crypto loan provider has included CharnaCoin to its trading list. Another exchange platform coinexchange.io will include CharnaCoin to its list on the 26th of July. CharnaCoin is a secure, private, untraceable cryptocurrency based on CryptoNote. Charnacoin is involved with commercial projects in solar energy and international trade.
#charnacoin #chrc

https://steemit.com/bitcoin/@kcnnews/kcn-charna-coin-is-now-in-cryptodao-list

danycoman

  • Jr. Member
  • **
  • Posts: 50
  • Karma: +1/-1
    • View Profile

duongtien86

  • Garden Hero
  • Hero Member
  • *****
  • Posts: 673
  • Country: vn
  • Karma: +4/-15
  • Gender: Male
    • View Profile


  • Charnacoin is a new cryptocurrency based on CryptoNote technology. It's major benefit is to provide much stronger privacy to both the senders and receivers of transactions.
    With Charnacoin, you are your own bank. Only you control and are responsible for your funds, and your accounts and transactions are kept private from prying eyes.
    Charnacoin improves upon the base CryptoNote technology in several ways that strengthen its anonymity and reduce the size of the global ledger of all transactions, called the "blockchain".

    Because of the decentralized and peer-to-peer nature of the Charnacoin network it becomes more robust and resilient as it becomes larger. We encourage all users to run a full node, if they are able to.
    Running a Charnacoin node does not yet require a huge amount of processing power, but it does require a few gigabytes worth of disk space to store the blockchain, and there will be some impact on your bandwidth especially from connected nodes that are catching up on the blockchain. The easiest way to run a Charnacoin node, without affecting your home bandwidth, is to purchase a VPS (Virtual Private Server).

    Specifications:

    PoW algorithm: CryptoNote
    Max supply: Infinite (see note below)
    Block reward: Smoothly varying
    Block time: 60 seconds
    Difficulty: Retargets at every block
    1] CPU + GPU mining (about 1:1 performance for now). Memory-bound by design using AES encryption and several SHA-3 candidates. [2] Initial number of atomic units is M = 109 - 1. However, once the block reward reaches 0.3CHRC per minute that is treated as the minimum subsidy, which means that CharnaCoin's total emission will forever increase by ~157680 CHRC annually. [3] Uses a recurrence relation. Block reward = (M - A) * 2-20 * 10-12, where A = current circulation.


    Charnacoin Payments:


    The Basics
    Charnacoin works a little differently to what you may have become accustomed to from other cryptocurrencies. In the case of a digital currency like Bitcoin and its many derivatives merchant payment systems will usually create a new recipient address for each payment or user. However, because Charnacoin has stealth addresses there is no need to have separate recipient addresses for each payment or user, and a single account address can be published. Instead, when receiving payments a merchant will provide the person paying with a "payment ID". A payment ID is a hexadecimal string that is 16 or 64 characters long, and is normally randomly created by the merchant. An example of a payment ID is: 000c75666679706f6e7920697320111115206265737420706f6e7920657689997
    Checking for a Payment with Charnacoin wallet
    If you want to check for a payment using Charnacoin-wallet-cli you can use the "payments" command followed by the payment ID or payment IDs you want to check. Note that this can also be done with GUI wallet.
    Receiving a Payment Step-by-Step
    > Generate a random 64 character hexadecimal string for the payment
    > Communicate the payment ID and Charnacoin address to the individual who is making payment
    > Check for the payment using the "payments" command in charnacoin-wallet-cli or GUI wallet
    Checking for a Payment Programatically
    In order to check for a payment programatically you can use the get_payments or get_bulk_payments JSON RPC API calls.
    > get_payments: this requires a payment_id parameter with a single payment ID
    > get_bulk_payments: this is the preferred method, and requires two parameters, payment_ids, a JSON array of payment IDs, and an optional min_block_height, the block height to scan from

    It is important to note that the amounts returned are in base Charnacoin units and not in the display units normally used in end-user applications. Also, since a transaction will typically have multiple outputs that add up to the total required for the payment, the amounts should be grouped by the tx_hash or the payment_id and added together. Additionally, as multiple outputs can have the same amount, it is imperative not to try and filter out the returned data from a single get_bulk_payments call. Before scanning for payments it is useful to check against the daemon RPC API (the get_info RPC call) to see if additional blocks have been received. Typically you would want to then scan only from that received block on by specifying it as the min_block_height to get_bulk_payments.
    Programatically Scanning for Payments
    > Get the current block height from the daemon, only proceed if it has increased since our last scan
    > Call the get_bulk_payments RPC API call with our last scanned height and the list of all payment IDs in our system
    > Store the current block height as our last scanned height
    > Remove duplicates based on transaction hashes we have already received and processed


    Download Wallet

    OFFICIAL SITE
    FACEBOOK
    TWITTER
    GITHUB
    MINING POOL 1
    MINING POOL 2
    MINING POOL 3

    Charnacrypto seed node:
    Code: [Select]
    address=107.172.253.245 / p2p-port=18090 / rpc-port=18091
    Generate new wallet:
    Code: [Select]
    ./charnacoin-wallet-cli --generate-new-wallet="mycharna.wallet" --password="your password Here" --daemon-address="107.172.253.245" --daemon-port="18091"
    Login to your wallet:
    Code: [Select]
    ./charnacoin-wallet-cli --wallet-file="mycharna.wallet" --password="your password"

    joined
    wallet: CmohYpu5te4FMjodozXM6uBVULQDLKTDH9U6Tg6LyAHmPD7pYoYFcrfSkL6ESdL6fC218yUzmSF5uNUxgT4G472pQxzYTcN

    i think, have bounty?

    danycoman

    • Jr. Member
    • **
    • Posts: 50
    • Karma: +1/-1
      • View Profile


    Bitcointalk:
    -Translate Post =300 CHRC


    Bitcoingarden:
    -Translate Post =300 CHRC

    Social Network:
     
    -Facebook
    *Share Post =100 CHRC *share keep 24 hours

    -Twitter Post
    *Share Post =100 CHRC *share keep 24 hours

    -Google+
    *Share Post =100 CHRC *share keep 24 hours

    -Airdrop
    *10 CHRC

    danycoman

    • Jr. Member
    • **
    • Posts: 50
    • Karma: +1/-1
      • View Profile
    duongtien86 i send 10 CHRC .


    Done

    duongtien86

    • Garden Hero
    • Hero Member
    • *****
    • Posts: 673
    • Country: vn
    • Karma: +4/-15
    • Gender: Male
    • View Profile


  • Bitcointalk:
    -Translate Post =300 CHRC


    Bitcoingarden:
    -Translate Post =300 CHRC

    Social Network:
     
    -Facebook
    *Share Post =100 CHRC *share keep 24 hours

    -Twitter Post
    *Share Post =100 CHRC *share keep 24 hours

    -Google+
    *Share Post =100 CHRC *share keep 24 hours

    -Airdrop
    *10 CHRC

    i give translation Vietnamese 

    share facebook: https://www.facebook.com/CharnaCoin/posts/1809571272705894
    twitter: https://twitter.com/DuongTien990/status/888034008050712578
    g+ : https://plus.google.com/u/0/105584872086445751513

    i get bonus: 300*2 + 100 + 100 +100 + 10 = 910 coins

    webvn2k

    • Full Member
    • ***
    • Posts: 159
    • Karma: +1/-1
      • View Profile
    Twitter  https://twitter.com/webvn2k
    FB https://www.facebook.com/mrdong85
    G+ https://plus.google.com/106792710747868805676
    my wallet : CoEXgmHoE1bjmjY7RPSG6GAVNGARc1F6sVs98dLsyHBk5ykZw5fmgRd8DUuJAA9ou4R7bYrE6phPWesg1E4vcPQC13Wm5qs
    « Last Edit: July 20, 2017, 04:45:38 PM by webvn2k »
    li

    danycoman

    • Jr. Member
    • **
    • Posts: 50
    • Karma: +1/-1
      • View Profile
    Please post the posts for at least 24 hours, the addresses have been noted!

    Thank you for your interest!

    danycoman

    • Jr. Member
    • **
    • Posts: 50
    • Karma: +1/-1
      • View Profile
    We need your help! Please vote https://www.livecoin.net/voting/index?vote=CharnaCoin Thank you for your trust!

    Dr.Lecter

    • Blockchain Expert
    • Sr. Member
    • ****
    • Posts: 447
    • Country: vn
    • Karma: +4/-0
    • Gender: Male
    • Vietnamese Translator
      • View Profile
    This is my wallet: CnkmaTyMLNSKJnc4W97oCnBsZVX8BGwGLNgD3uV4cz63CzUBciMpEbFZ8sE6CXW3EzVnnkSHigWMKjd9n7ZZVxi5L9qhyK7

    My post on:

    thank for your bouty  ;D
    « Last Edit: July 26, 2017, 10:52:20 AM by Dr.Lecter »
    Nothing is impossible!

    danycoman

    • Jr. Member
    • **
    • Posts: 50
    • Karma: +1/-1
      • View Profile
    I SEND 310 CHRC

    CmohYpu5te4FMjodozXM6uBVULQDLKTDH9U6Tg6LyAHmPD7pYoYFcrfSkL6ESdL6fC218yUzmSF5uNUxgT4G472pQxzYTcN

    CoEXgmHoE1bjmjY7RPSG6GAVNGARc1F6sVs98dLsyHBk5ykZw5fmgRd8DUuJAA9ou4R7bYrE6phPWesg1E4vcPQC13Wm5qs

    CnkmaTyMLNSKJnc4W97oCnBsZVX8BGwGLNgD3uV4cz63CzUBciMpEbFZ8sE6CXW3EzVnnkSHigWMKjd9n7ZZVxi5L9qhyK7

    bonier

    • Novice
    • *
    • Posts: 34
    • Karma: +0/-0
      • View Profile


    Bitcointalk:
    -Translate Post =300 CHRC


    Bitcoingarden:
    -Translate Post =300 CHRC

    Social Network:
     
    -Facebook
    *Share Post =100 CHRC *share keep 24 hours

    -Twitter Post
    *Share Post =100 CHRC *share keep 24 hours

    -Google+
    *Share Post =100 CHRC *share keep 24 hours

    -Airdrop
    *10 CHRC

    Posted on google+
    https://plus.google.com/u/0/107533755973726372245/posts/WicD6nSuM9Z

    Posted on facebook
    https://web.facebook.com/profile.php?id=100018192966197#

    Chranacoin WALLET
    CksNhPXrgXUSgBK4NQrGpWPjkXPRpYhaPCVqPJGinYbi6je3kagcRjd9HDb7j8uJ15RMU5JZ2QvzXEpK7req8BrTFjdSMhX

    Thanks dev

     

    Bitcoin Garden 2013-2024, All rights reserved | Privacy Policy | DMCA | About Bitcoin Garden | Support & Services