Pages:
Author

Topic: CREDITS [CRE] | SHA256 | SIDECHAIN | NEW BLOCK-DEPOSIT FEATURE | OFFICIAL THREAD - page 3. (Read 57384 times)

sr. member
Activity: 258
Merit: 250
Breizh Atao
Hey Gabe when you get the chance could you get online and let us grab the torrent version of the synced chain?

I had no issue syncing.
legendary
Activity: 1358
Merit: 1003
Designer - Developer
Hey Gabe when you get the chance could you get online and let us grab the torrent version of the synced chain?
legendary
Activity: 896
Merit: 1001
Anyone got the synced blockchain available for download on the torrent link? not finding any peers. :/

I can't find any peers either.
legendary
Activity: 1358
Merit: 1003
Designer - Developer
Anyone got the synced blockchain available for download on the torrent link? not finding any peers. :/
legendary
Activity: 914
Merit: 1001
Just tried to run the upgrade on my existing (a little outdated) blockchain. After running credits-qt or creditsd with '-reindex -checklevel=2' both applications crash:

Code:
terminate called after throwing an instance of 'std::length_error'
  what():  basic_string::replace

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

do I need to wipe my old blockchain? I thought it can be upgraded with the mentioned parameters?
sr. member
Activity: 294
Merit: 250
Credits [CRE] - Community Manager
Version 0.9.2.0 of Credits client released. Release includes among a lot of other things a hard fork at block 50000

A new release of the Credits client is out now. This is a long overdue version that focuses on pulling updates from bitcoin into the client, and on updates to be able to add new features further on.

Updates in this release:
0.9.2.1 is a major release. However, no updates to the working directory are neccessary when installing.
- NOTE!! Hard fork will occur at block 50000.
- Version number bumped to .80 to indicate hard fork version
- Deposit transactions will be allowed to have more than one input. This will enable the wallet (in the release after this one) to automatically create deposits from any content that you have in a wallet.
- The number of deposit transactions in a block will be allowed up to a maximum of 1000, updated from previously 10. This will make it easier to enable pooled mining, with externally provided deposits.
- Changed difficulty adjustment algorithm at block 50 000. The new diff adjustment algorithm will be much faster. It will update every 252 blocks with a max adjustment factor of 2 up or down. Adjustment speed will be 64 times higher than current diff adjustment. The reason for this is twofold:
   1. To prevent block generation from being stuck if a sudden drop in mining power occurs.
   2. In the future when deposit mining will be more and more important, preventing the block generation from being stuck if deposits are being withheld.
- Several updates from bitcoin main branch included into release, to bump version to 0.9.2.x
- Among the updates from bitcoin main branch is estimatefee/estimatepriority functionality

--------------------------------

How to Upgrade
If you are running an older version, shut it down. Wait until it has completely
shut down (which might take a few minutes for older versions), then run the
installer (on Windows) or just copy over /Applications/Credits-Qt (on Mac) or
creditsd/credits-qt (on Linux).

!!!BEFORE YOU START THE WALLET, MAKE SURE TO MAKE BACKUP COPIES OF THE FILES CREDITS_WALLET.DAT
AND BITCOIN_WALLET.DAT, IF YOU HAVE A PREVIOUS INSTALLATION.!!!


The syncing process can be quite long, depending on your computer and your network. Between one and two days is not uncommon, if you are not initialising from a prebuilt working directory, distributed with a torrent.

Start credits-qt with the command:
credits-qt.exe -reindex -checklevel=2

or start creditsd with the command:
creditsd.exe -reindex -checklevel=2

Once installation is done, we highly recommend you to bootstrap the blockchain download and sync by downloading an up to date working directory:
Quick initialisation from torrent file


--------------------------------

Downloads can be found at:
http://credits-currency.org/viewforum.php?f=5

Getting started instructions can be found at:
http://credits-currency.org/viewforum.php?f=18

Looks good Gabe, I'll try it out! I've been away as well, but good to see the updates being pushed Smiley
sr. member
Activity: 280
Merit: 250
Lead developer of Credits [CRE]
Version 0.9.2.0 of Credits client released. Release includes among a lot of other things a hard fork at block 50000

A new release of the Credits client is out now. This is a long overdue version that focuses on pulling updates from bitcoin into the client, and on updates to be able to add new features further on.

Updates in this release:
0.9.2.1 is a major release. However, no updates to the working directory are neccessary when installing.
- NOTE!! Hard fork will occur at block 50000.
- Version number bumped to .80 to indicate hard fork version
- Deposit transactions will be allowed to have more than one input. This will enable the wallet (in the release after this one) to automatically create deposits from any content that you have in a wallet.
- The number of deposit transactions in a block will be allowed up to a maximum of 1000, updated from previously 10. This will make it easier to enable pooled mining, with externally provided deposits.
- Changed difficulty adjustment algorithm at block 50 000. The new diff adjustment algorithm will be much faster. It will update every 252 blocks with a max adjustment factor of 2 up or down. Adjustment speed will be 64 times higher than current diff adjustment. The reason for this is twofold:
   1. To prevent block generation from being stuck if a sudden drop in mining power occurs.
   2. In the future when deposit mining will be more and more important, preventing the block generation from being stuck if deposits are being withheld.
- Several updates from bitcoin main branch included into release, to bump version to 0.9.2.x
- Among the updates from bitcoin main branch is estimatefee/estimatepriority functionality

--------------------------------

How to Upgrade
If you are running an older version, shut it down. Wait until it has completely
shut down (which might take a few minutes for older versions), then run the
installer (on Windows) or just copy over /Applications/Credits-Qt (on Mac) or
creditsd/credits-qt (on Linux).

!!!BEFORE YOU START THE WALLET, MAKE SURE TO MAKE BACKUP COPIES OF THE FILES CREDITS_WALLET.DAT
AND BITCOIN_WALLET.DAT, IF YOU HAVE A PREVIOUS INSTALLATION.!!!


The syncing process can be quite long, depending on your computer and your network. Between one and two days is not uncommon, if you are not initialising from a prebuilt working directory, distributed with a torrent.

Start credits-qt with the command:
credits-qt.exe -reindex -checklevel=2

or start creditsd with the command:
creditsd.exe -reindex -checklevel=2

Once installation is done, we highly recommend you to bootstrap the blockchain download and sync by downloading an up to date working directory:
Quick initialisation from torrent file


--------------------------------

Downloads can be found at:
http://credits-currency.org/viewforum.php?f=5

Getting started instructions can be found at:
http://credits-currency.org/viewforum.php?f=18
sr. member
Activity: 280
Merit: 250
Lead developer of Credits [CRE]
Long overdue version just released

The long overdue release has finally been done. A release post will soon be done here.
sr. member
Activity: 280
Merit: 250
Lead developer of Credits [CRE]
Unfortunately a bug in the Linux build has been discovered that has delayed the next release. This bug has been reported here in this thread previously and I wasn't aware of the severity of it until now. Work is ongoing and more info will come soon.
Which bug?


There where startup problems when starting from empty directory. Problem has now been solved.
sr. member
Activity: 258
Merit: 250
Breizh Atao
Unfortunately a bug in the Linux build has been discovered that has delayed the next release. This bug has been reported here in this thread previously and I wasn't aware of the severity of it until now. Work is ongoing and more info will come soon.
Which bug?
sr. member
Activity: 280
Merit: 250
Lead developer of Credits [CRE]
Unfortunately a bug in the Linux build has been discovered that has delayed the next release. This bug has been reported here in this thread previously and I wasn't aware of the severity of it until now. Work is ongoing and more info will come soon.
legendary
Activity: 914
Merit: 1001
sr. member
Activity: 280
Merit: 250
Lead developer of Credits [CRE]
Has anyone started on a site to link up miners with CRE holders?

Sorry for my time away, finally back online a bit now..!

So KLYE, welcome back. No official "link up" yet, no. Will you be online from now on?
sr. member
Activity: 280
Merit: 250
Lead developer of Credits [CRE]
Has anyone started on a site to link up miners with CRE holders?

Sorry for my time away, finally back online a bit now..!
What do you mean?

Anyone up for a slack channel?

I wouldn't mind setting up a Slack channel. Good idea!
sr. member
Activity: 280
Merit: 250
Lead developer of Credits [CRE]
Upcoming preparation release, HARD FORK AT BLOCK 50 000 in two months!!

A release is upcoming in the coming days. It will contain preparations for coming features. The release will be a drop in replacement if you are running version 0.9.1.7x.

However, this release will create a HARD FORK at block 50 000. Block 50 000 will be created in approximately two months.

The following updates are included in the release:
- Deposit transactions will be allowed to have more than one input. This will enable the wallet (in the release after this one) to automatically create deposits from any content that you have in a wallet.
- The number of deposit transactions in a block will be allowed up to a maximum of 1000, updated from previously 10. This will make it easier to enable pooled mining, with externally provided deposits.
- Changed difficulty adjustment algorithm at block 50 000. The new diff adjustment algorithm will be much faster. It will update every 252 blocks with a max adjustment factor of 2 up or down. Adjustment speed will be 64 times higher than current diff adjustment. The reason for this is twofold:
   1. To prevent block generation from being stuck if a sudden drop in mining power occurs.
   2. In the future when deposit mining will be more and more important, preventing the block generation from being stuck if deposits are being withheld.


Updates and new release branch will be created on Thursday.
When will you release the Windows/Linux compiled version ?
Thanks for all your great work on this unique innovate coin, that is a very professional work indeed, and wish Credits to be succeed.
By the way, do you need some CRE donation? I guess that the value of CRE you controlled now is much less than you should get for the work you have done on CRE till now.

I just added the new version to the repo. The reason the release took some longer time than what I wrote is that we are skipping directly to version 0.9.2.0. This version has started incorporating updates from the Bitcoin code base. I am validating the pre-built binaries right now and will publish them tomorrow!

New version can be found here:
https://github.com/credits-currency/credits/tree/release-version-0.9.2.0
newbie
Activity: 19
Merit: 0
Upcoming preparation release, HARD FORK AT BLOCK 50 000 in two months!!

A release is upcoming in the coming days. It will contain preparations for coming features. The release will be a drop in replacement if you are running version 0.9.1.7x.

However, this release will create a HARD FORK at block 50 000. Block 50 000 will be created in approximately two months.

The following updates are included in the release:
- Deposit transactions will be allowed to have more than one input. This will enable the wallet (in the release after this one) to automatically create deposits from any content that you have in a wallet.
- The number of deposit transactions in a block will be allowed up to a maximum of 1000, updated from previously 10. This will make it easier to enable pooled mining, with externally provided deposits.
- Changed difficulty adjustment algorithm at block 50 000. The new diff adjustment algorithm will be much faster. It will update every 252 blocks with a max adjustment factor of 2 up or down. Adjustment speed will be 64 times higher than current diff adjustment. The reason for this is twofold:
   1. To prevent block generation from being stuck if a sudden drop in mining power occurs.
   2. In the future when deposit mining will be more and more important, preventing the block generation from being stuck if deposits are being withheld.


Updates and new release branch will be created on Thursday.
When will you release the Windows/Linux compiled version ?
Thanks for all your great work on this unique innovate coin, that is a very professional work indeed, and wish Credits to be succeed.
By the way, do you need some CRE donation? I guess that the value of CRE you controlled now is much less than you should get for the work you have done on CRE till now.
sr. member
Activity: 258
Merit: 250
Breizh Atao
Has anyone started on a site to link up miners with CRE holders?

Sorry for my time away, finally back online a bit now..!
What do you mean?

Anyone up for a slack channel?
legendary
Activity: 1358
Merit: 1003
Designer - Developer
Has anyone started on a site to link up miners with CRE holders?

Sorry for my time away, finally back online a bit now..!
sr. member
Activity: 280
Merit: 250
Lead developer of Credits [CRE]
Upcoming preparation release, HARD FORK AT BLOCK 50 000 in two months!!

A release is upcoming in the coming days. It will contain preparations for coming features. The release will be a drop in replacement if you are running version 0.9.1.7x.

However, this release will create a HARD FORK at block 50 000. Block 50 000 will be created in approximately two months.

The following updates are included in the release:
- Deposit transactions will be allowed to have more than one input. This will enable the wallet (in the release after this one) to automatically create deposits from any content that you have in a wallet.
- The number of deposit transactions in a block will be allowed up to a maximum of 1000, updated from previously 10. This will make it easier to enable pooled mining, with externally provided deposits.
- Changed difficulty adjustment algorithm at block 50 000. The new diff adjustment algorithm will be much faster. It will update every 252 blocks with a max adjustment factor of 2 up or down. Adjustment speed will be 64 times higher than current diff adjustment. The reason for this is twofold:
   1. To prevent block generation from being stuck if a sudden drop in mining power occurs.
   2. In the future when deposit mining will be more and more important, preventing the block generation from being stuck if deposits are being withheld.


Updates and new release branch will be created on Thursday.
sr. member
Activity: 280
Merit: 250
Lead developer of Credits [CRE]
Thanks for the continuous development. We are very grateful. Wish Credits every success. It is a good and unique coin.

Thanks for the kind words.
Pages:
Jump to: