Pages:
Author

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

member
Activity: 235
Merit: 29
I have read the mining steps and automatic trading script instructions many times and it is very confusing. Do I need to hold BCH currency to mine? Do I need to buy CredaCash or sell CredaCash to participate in mining?
For example: I participated in mining in the early years and my old wallet has some CredaCash. What should I do if I want to continue mining?

Yes, mining is now based on using the exchange to trade BCH and CredaCash, so you need both BCH and CredaCash for trading. The basic steps described in the instructions are:

1. Run the CredaCash Node software.
2. Run the Bitcoin Cash Node software (v27.0 is included with the CredaCash software).
3. Wait for the CredaCash and Bitcoin Cash blockchains to fully sync.
4. Deposit BCH into the Bitcoin Cash wallet.
5. Obtain CredaCash (which you don't need to do if you already have CredaCash).
6. Edit the CredaCash exchange configuration file to set your minimum and maximum acceptable exchange rates.
6. Run the CredaCash exchange autopay script.
7. Run the CredaCash exchange mining script.

The mining script attempts to do wash trading, but if there is an imbalance between buy and sell requests on the exchange, the wash trade requests might result in a net buy or sell, within the exchange rate you specify in the configuration file.

We will take another look at the mining instructions at https://CredaCash.com/mining and see if they can be made more clear.  Please let us know if you have any additional questions.
newbie
Activity: 113
Merit: 0
I have read the mining steps and automatic trading script instructions many times and it is very confusing. Do I need to hold BCH currency to mine? Do I need to buy CredaCash or sell CredaCash to participate in mining?
For example: I participated in mining in the early years and my old wallet has some CredaCash. What should I do if I want to continue mining?
member
Activity: 235
Merit: 29
Greetings! In preparation for the upcoming GUI wallet, the CredaCash project has released a new version of our core software. This version corrects an issue with partial settlement payments on the integrated exchange. This change affects the transaction consensus rules, so the new version is required to maintain sync with the blockchain.

The new release is available at https://CredaCash.com/software/, and the source code is published on GitHub.

If you have any questions or run into any issues, please let us know!
member
Activity: 235
Merit: 29
Its opening wallet form use/me/appdata/local/CredaCash/CCWallet-1/CCWallet.ccw

and this works?
Code:
sqlite3 C:\Users\\AppData\Local\CredaCash\CCWallet-1\CCWallet.ccw
.schema
pragma integrity_check;
newbie
Activity: 39
Merit: 0
and its a wallet from 2019
ccwallet.exe was tested with wallets from 2019, it should work fine.

.open CCWallet
The file CCWallet is in your current directory? ccwallet.exe doesn't normally look for the wallet file in the current directory. What does the debug output line containing "DbConn::OpenDbFile" say?



Its opening wallet form use/me/appdata/local/CredaCash/CCWallet-1/CCWallet.ccw
member
Activity: 235
Merit: 29
and its a wallet from 2019
ccwallet.exe was tested with wallets from 2019, it should work fine.

.open CCWallet
The file CCWallet is in your current directory? ccwallet.exe doesn't normally look for the wallet file in the current directory. What does the debug output line containing "DbConn::OpenDbFile" say?

newbie
Activity: 39
Merit: 0
and its a wallet from 2019
newbie
Activity: 39
Merit: 0
Hey I am having a problem to open my old wallet geting an error :

[2024-10-19 17:01:48.460855] [0x000069e8] [error]   Database error 26 at ../src/walletdb.cpp:129 in "PRAGMA journal_mode = PERSIST;" --> file is not a database

The possibilities I can see are a configuration issue, or you're not using the correct wallet file, or the wallet file is corrupted.

I suggest download the sqlite tools from https://www.sqlite.org/download.html . Then extract the files and make sure you can run the program sqlite3.

Next, run ccwallet from the command line like this:

Code:
ccwallet.exe --conf=ccwallet.conf --trace=4

ccwallet will output some debugging info to the terminal. The second line should be "DbConn::OpenDbFile" with the full path of the wallet file.

Now try opening that same file using sqlite3, like this:

Code:
sqlite3 

and if it opens, check the schema using the command:

Code:
.schema

and then try the command:

Code:
pragma integrity_check;

What do you see?




sqlite> .open CCWallet
sqlite> .schema
sqlite> pragma integrity_check;
ok
sqlite>
and Yes it open wallet file like you said but :
[2024-10-19 22:01:33.149807] [0x00003538] [error]   Database error 26 at ../src/walletdb.cpp:129 in "PRAGMA journal_mode = PERSIST;" --> file is not a database
[2024-10-19 22:01:33.157786] [0x00003538] [error]   Database error 26 at ../src/walletdb.cpp:129 in "PRAGMA journal_mode = PERSIST;" --> file is not a database
member
Activity: 235
Merit: 29
Hey I am having a problem to open my old wallet geting an error :

[2024-10-19 17:01:48.460855] [0x000069e8] [error]   Database error 26 at ../src/walletdb.cpp:129 in "PRAGMA journal_mode = PERSIST;" --> file is not a database

The possibilities I can see are a configuration issue, or you're not using the correct wallet file, or the wallet file is corrupted.

I suggest download the sqlite tools from https://www.sqlite.org/download.html . Then extract the files and make sure you can run the program sqlite3.

Next, run ccwallet from the command line like this:

Code:
ccwallet.exe --conf=ccwallet.conf --trace=4

ccwallet will output some debugging info to the terminal. The second line should be "DbConn::OpenDbFile" with the full path of the wallet file.

Now try opening that same file using sqlite3, like this:

Code:
sqlite3

and if it opens, check the schema using the command:

Code:
.schema

and then try the command:

Code:
pragma integrity_check;

What do you see?
newbie
Activity: 98
Merit: 0
Hey I am having a problem to open my old wallet geting an error :

I think it's enough to use before the launch _update_wallet.bat
newbie
Activity: 39
Merit: 0
Hey I am having a problem to open my old wallet geting an error :

[2024-10-19 17:01:48.460855] [0x000069e8] [error]   Database error 26 at ../src/walletdb.cpp:129 in "PRAGMA journal_mode = PERSIST;" --> file is not a database
[2024-10-19 17:01:48.474712] [0x000069e8] [error]   Database error 26 at ../src/walletdb.cpp:129 in "PRAGMA journal_mode = PERSIST;" --> file is not a database
error thread 0x69e8 assertz(dbexec(*db, "PRAGMA journal_mode = PERSIST;")) is 26 at ../src/walletdb.cpp:129
ERROR: error thread 0x69e8 assertz(dbexec(*db, "PRAGMA journal_mode = PERSIST;")) is 26 at ../src/walletdb.cpp:129
[2024-10-19 17:01:48.487784] [0x000069e8] [error]   Database error 26 at ../src/walletdb.cpp:892 in "PRAGMA synchronous = EXTRA;" --> file is not a database
[2024-10-19 17:01:48.500509] [0x000069e8] [error]   Database error 26 at ../src/walletdb.cpp:893 in "PRAGMA journal_mode = DELETE;" --> file is not a database
ERROR: ccwallet startup or initialization failed
newbie
Activity: 98
Merit: 0

  An unofficial group has been created in Telegram for the community where we can share experiences using CredaCash... share news and just chat.

  t.me/credacash_community
member
Activity: 235
Merit: 29
Develop an .EXE window wallet as soon as possible to allow more people to participate and spread the word. Most people cannot understand the current mode of operation.

There should be a GUI wallet within a few weeks, we'll definitely let you know...
newbie
Activity: 113
Merit: 0
Develop an .EXE window wallet as soon as possible to allow more people to participate and spread the word. Most people cannot understand the current mode of operation.
newbie
Activity: 98
Merit: 0
An interesting and fresh approach in the world of mining. Not wasting a huge amount of electricity while being honest and competitive!
member
Activity: 235
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: 235
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: 235
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: 235
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: 235
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.
Pages:
Jump to: