Pages:
Author

Topic: ** LAUNCHED ** CredaCash -- The Most Private Cryptocurrency in the World (Read 10223 times)

member
Activity: 227
Merit: 29
Hello everyone,

Please join us on our Telegram channel at https://t.me/CredaCash_Official. We plan to use it for future announcements.

And please ask your friends and contacts to join us there as well!

Thank you,

The CredaCash Team
member
Activity: 227
Merit: 29
Greetings,

We are pleased to announce the release of v2.0.2 of the CredaCash software. This release fixes a floating point rounding issue. Windows binaries are available on our website at https://CredaCash.com/software, and the source code is on Github at https://github.com/CredaCash.

Exchange mining of CredaCash currency remains active. Approximately 20 million Creda has been mined since exchange mining started on 6-June-2024, and the average exchange rate has increase from 0.0002 to 0.00045 BCH. Approx 99% remains to be mined, so this is a perfect time to acquire CredaCash currency through exchange mining. Instructions are available on our website at https://CredaCash.com/mining

Thank you for using CredaCash, and if you have any questions or run into any issues, please let us know here or via our website at https://CredaCash.com/contact

Thank you,

The CredaCash Team
member
Activity: 227
Merit: 29
Greetings,

We posted a software update to resolve an issue that caused the node software to halt at block level 1299246. The issue was an assert statement triggered by floating point round off when checking the rate of an exchange request with a fractional amount. This issue did not result in any data loss or corruption.

The software update has been posted as v2.0.2-rc1 on our website at https://CredaCash.com/software. If there are no other issues, we will do a full v2.0.2 release shortly.

If you have any questions or run into any issues, please let us know here or via our website at https://CredaCash.com/contact

Thank you,

The CredaCash Team
member
Activity: 227
Merit: 29
What is the command to query wallet address, balance, etc., and how to obtain it? The command line help does not have

Try "ccwallet-eval.exe help", or try "ccwallet-eval.exe --interactive" and then enter "help".

The command to get the wallet balance is "getbalance". CredaCash uses the bitcoin model, where the wallet can have multiple addresses. The command "getnewaddress" will give a new unused destination for receiving funds. (In general, a destination can only be used by one sender. The wallet will not send funds to a destination that was used by someone else.)
member
Activity: 227
Merit: 29
Note: RPC service not enabled (try using --interactive and/or --wallet-rpc=1)
What is the problem?

This message will appear if you run ccwallet.exe without telling it to do anything. In that case, it will simply terminate without taking any action. In order to get ccwallet to do something, you need to either (a) tell it to respond to interactive commands entered on the console; and/or (b) tell it to respond to RPC commands; and/or (c) give it a command on its command line.

Note that all of the batch files in the v.2.0.1 release include both --interactive and --wallet-rpc=1, so when these batch files run ccwallet, it will respond to both interactive console commands and RPC commands.
newbie
Activity: 112
Merit: 0
What is the command to query wallet address, balance, etc., and how to obtain it? The command line help does not have
member
Activity: 227
Merit: 29
Thanks, it is already running. How to import the wallet address and balance that participated in mining a long time ago?

The default wallet location for mainnet has not changed, it is still %LOCALAPPDATA%\CredaCash\CCWallet-1 and the wallet file name is still CCWallet.ccw. If your wallet file is no longer at that location, you would need to locate it and move it there, or point to it by setting wallet-file= on the ccwallet.exe command line, or setting it in the configuration file ccwallet.conf. (Note that if the wallet file is totally lost, it can largely be reconstructed and the funds recovered from the master secret and passphrase if you still have those.)
newbie
Activity: 112
Merit: 0
Thanks, it is already running. How to import the wallet address and balance that participated in mining a long time ago?
member
Activity: 227
Merit: 29
Is there a compiled executable file?

The software at https://CredaCash.com/software/ contains two executable files ccnode-eval.exe and ccwallet-eval.exe. These are full compilations of the source code, without any technical limitations, but in order to limit legal liability, these compiled executable files are licensed for evaluation purposes only. If you are only using these executables for evaluation (for example, to sync and query the blockchain), then you can use them with mainnet by simply editing the batch files. The source code is also published on GitHub to allow anyone to create their own executables (which the build script will name ccnode.exe and ccwallet.exe).

Thank you for your inquiry, and if you have any additional questions or comments, or run into any issues, please don't hesitate to contact us.
newbie
Activity: 112
Merit: 0
Is there a compiled executable file?
member
Activity: 227
Merit: 29
The CredaCash Team is pleased to announce their software release v2.0.1. This release primarily improves the robustness of the peer-to-peer exchange scripts, and exchange mining.

A total of 15 million units of CredaCash currency have been mined since the start of exchange mining on June 15, and the CredaCash exchange rate has doubled from 0.0002 BCH to 0.0004 BCH (approx US$0.14).

Over 99% of the total mining allocation remains to be mined. So this is a good time to get involved in mining CredaCash if you haven't yet. Mining is accomplished on the exchange by trading CredaCash for Bitcoin Cash (BCH), and the software includes a script to automate this process.  For more information, see https://CredaCash.com/credacash-mining-using-the-crosschain-exchange/

As we mentioned earlier, the CredaCash blockchain was designed from the ground up to handle digital assets, including debt, equity, and other securities, while maintaining complete privacy. The project has also developed breakthrough technology to allow millions of issuers to pay dividends, interest, royalties, rents, and other income near simultaneously on the blockchain without interrupting trading or overloading the network. This is a key capability to enable widespread securities issuance and administration on the blockchain.

For the future, we envision an open, global, consensus-based network where millions of digital assets are traded each day. A key enabler in this network will be CredaCash’s breakthrough technology to distribute dividends, interest, royalties, and other income on the blockchain, near simultaneously by millions of issuers with unprecedented speed and scalability.

We are actively looking for partners and contributors to make this happen, including funding, development and business relationships If you have any interest in contributing or partnering with the CredaCash project, or if you know someone who might, please contact us on our website at https://CredaCash.com/contact/

We remain always focused on the future.

Thank you, and please let us know if you have any questions or comments about our latest software release.

The CredaCash Team
member
Activity: 227
Merit: 29
Greetings,

We've posted a second release candidate on our website at https://CredaCash.com/software/

This release candidate primarily addresses issues on very slow computers. It also increases reliability on all computers, making it a worthwhile update for all users.

This release candidate has been tested and works reliably on an Amazon Web Services (AWS) "t2.micro" Elastic Compute (EC2) virtual server instance. This instance type is part of the AWS "free tier" and can provide a no-cost cloud platform for mining CredaCash.  Even though this virtual server is very powered (about 10 to 20 times slower than a typical laptop), it can reliably mine CredaCash cryptocurrency.

If no further issues are found, we plan to make this an official v2.0.1 release shortly.

If you run into any difficulties, or have questions or comments, please feel free to contact us here, on our website at https://CredaCash.com/contact/ or on our Telegram channel at https://t.me/CredaCash_Official

Thank you,

The CredaCash Team
member
Activity: 227
Merit: 29

Greetings,

Thank you to everyone who has downloaded the new version of CredaCash and started using it.

A number of users have also begun mining CredaCash using the new release. As we stated last week, we believe if CredaCash is widely mined, then it will be successful, so this is a good start. More information on mining CredaCash can be found at https://CredaCash.com/credacash-mining-using-the-crosschain-exchange/

In order to address a few issues that have come up in the v2.0 release, we have prepared a v2.0.1_rc1 that contains a few fixes:

1.  On some computers, the node software might not receive blocks due to problems launching Tor. This issue has been fixed.

2. The exchange scripts have been updated for increased robustness, and for compatibility with both Python v2 and Python v3.

This update is available for download from our website at https://CredaCash.com/software/. If no further issues are found, we plan to make this an official v2.0.1 release shortly.

If you run into any difficulties, or have questions or comments, please feel free to contact us here, on our website at https://CredaCash.com/contact/ or on our Telegram channel at https://t.me/CredaCash_Official

Thank you,

The CredaCash Team
member
Activity: 227
Merit: 29

The CredaCash project is pleased to announce the release of its next generation completely private blockchain and cryptocurrency. This release adds an integrated, peer-to-peer crosschain exchange to provide instant access and liquidity to all users. The exchange is entirely peer-to-peer and non-custodial, eliminating the risks associated with centralized exchanges, swap contracts, and crosschain bridges.

This release also adds CredaCash currency mining based on the use of the exchange, to ensure currency goes to users who support the project and help grow the community.

CredaCash was the first project to demonstrate practical private transactions, over two years ahead of any other project. It was the first to release advanced privacy features such as completely private tokenized assets, completely private multi-signature transactions, completely private escrow transactions, and completely private crosschain swaps, making CredaCash the most private blockchain and cryptocurrency in the world.

And now CredaCash is the first private cryptocurrency to include an integrated peer-to-peer crosschain exchange.

The ultimate vision is an open platform for cryptocurrency and tokenized assets that is fast, final, and massively scalable, while supporting complete privacy and instant liquidity through an integrated crosschain exchange.

The CredaCash project has also developed unique and powerful methods to pay distributions. These techniques have unprecedented scalability, and will allow millions of organizations to near simultaneously distribute dividends, interest, royalties, and other income at the end of an accounting period without overloading the network or interrupting trading. This is a key capability to enable widespread securities trading on a blockchain network, and no other blockchain even comes close. The CredaCash project hopes this unique technology soon becomes available in an open, global, consensus-based network.

One of the best ways to get involved is to start mining the CredaCash cryptocurrency. Like many other projects, if CredaCash is widely mined, then it will be successful.

Anyone can mine CredaCash, it requires no special equipment, just a computer and an internet connection. More information can be found at https://CredaCash.com/credacash-mining-using-the-crosschain-exchange/

The new software release can be found at https://CredaCash.com/software/. A community-developed GUI wallet may also be available shortly.

If you run into any difficulties, or have questions or comments, please feel free to contact us here, on our website at https://CredaCash.com/contact/ or on our Telegram channel at https://t.me/CredaCash_Official

Thank you,

The CredaCash Team

newbie
Activity: 95
Merit: 0
Are the coins obtained through mining a few years ago invalid?

The coins are valid.
newbie
Activity: 112
Merit: 0
Are the coins obtained through mining a few years ago invalid?
member
Activity: 227
Merit: 29
Greetings!

The CredaCash project is pleased to announce the third and expected final beta of its upcoming release.  This release will make CredaCash the first completely private cryptocurrency with an integrated peer-to-peer cross-chain exchange. The integrated exchange will allow users to exchange CredaCash for Bitcoin or Bitcoin Cash, and vice-versa, providing instant access and liquidity to all users. This trading will be entirely peer-to-peer and non-custodial, eliminating the risks associated with centralized exchanges, swap contracts, and crosschain bridges.

This last beta includes the final version of CredaCash currency mining based on the use of the exchange. The purpose of the mining is to ensure the currency goes to users who support the project and help grow the community.

Two billion units of CredaCash currency (25% of the currency allocated to the Foundation) has been reallocated to mining. The mining is geometric, with half (one billion units) scheduled to be mined in the first 3 years, another quarter (500 million units) in the next 3 years, another eighth (250 million units) in the following 3 years, etc.

The mining has been designed to be as easy, predictable, low cost, and risk free as possible, so anyone can participate. This last release includes a mining script with instructions at https://CredaCash.com/credacash-mining-using-the-crosschain-exchange/

The ultimate vision is an open platform for cryptocurrency and tokenized assets that is fast, final, and massively scalable, while supporting complete privacy and instant liquidity through an integrated crosschain exchange.

The CredaCash project has also developed unique and powerful methods to pay distributions.  These techniques have unprecedented scalability, and will allow millions of organizations to near simultaneously distribute dividends, interest, royalties, and other income at the end of an accounting period without overloading the network or interrupting trading.  This is a key capability to enable widespread securities trading on a blockchain network, and no other blockchain even comes close to accomplishing this.  The CredaCash project hopes this unique technology soon becomes available in an open, global, consensus-based network.

Please download and try our latest beta, and please let us know if you have any questions or comments, or run into any difficulties. https://CredaCash.com/software/

Thank you,

The CredaCash Team
newbie
Activity: 112
Merit: 0
Why not make an exe with a graphical interface GUI. This forum has become outdated due to fraud, falsehood, and popularity. People have long lost trust and attention. If you want more people to understand, you need a popular and mainstream promotion platform. YouTube.Twitter.TikTok... is more effective than here.
member
Activity: 227
Merit: 29
The CredaCash project is pleased to announce the second beta of its upcoming release.  This release will make CredaCash the first completely private cryptocurrency with an integrated peer-to-peer cross-chain exchange.

The most significant addition is the long term mining of CredaCash currency through the use of the cross-chain exchange.  To support this mining, the following features have been added:

1. The first beta supported peer-to-peer trading of CredaCash for Bitcoin (BTC).  The second beta adds support for Bitcoin Cash (BCH).  Bitcoin Cash was chosen because it is widely available and operates almost identically to Bitcoin, but has significately lower transaction fees.  Support for Bitcoin Cash will therefore allow crosschain trading with much lower costs.

2. The first beta only supported "naked" CredaCash buy requests.  Naked buy requests allow users who do not have CredaCash to obtain an intial holding.  Naked buy requests are not binding however, and the buyer can abandon a trade at any time without penalty.  The second beta adds support for a new type of buy request called a "simple" buy request.  When submitting a simple buy request, the buyer makes a contingent payment of CredaCash as a pledge or promise to settle any matches.  If the buyer completes the trade, the pledge amount reverts to the buyer, but if there is a match and the buyer does not make payment, the pledge amount transfers to the seller.  This pledge ensures more genuine trading requests and therefore more favorable exchange rates.

3. The second beta also adds long term mining of CredaCash currency through the use of the exchange.  With the upcoming release, CredaCash buyers can compete to mine additional CredaCash, with the highest-priced trades mining as much as an additional 50% of the amount of CredaCash acquired in trade.  This mining will encourage a continual flow of cryptocurrency between users of the exchange, and help reward users who build the CredaCash community.  Currently, in the second beta, every completed trade of CredaCash for Bitcoin Cash using a simple buy request mines an additional 50% of the CredaCash acquired.  In the final release, the price threshold and percentage mined will be dynamically adjusted through predetermined consensus rules to meet the long term mining schedule.

Please download and try the new beta at https://CredaCash.com/software/

A Quick Start Guide is available at https://CredaCash.com/crosschain-exchange-quick-start-guide/

For more information on the integrated peer-to-peer exchange, see https://CredaCash.com/crosschain-exchange-overview/

Thank you for your support, and please let us know if you have any questions or comments, or run into any difficulties.
newbie
Activity: 6
Merit: 0
When will a new version be released
Pages:
Jump to: