Skip to content

Releases: GarlicoinOrg/Garlicoin

20180131174546-i686-w64-mingw32

31 Jan 17:46
Compare
Choose a tag to compare
Change deprecation warnings to 0.17 (#33)

20180131174532-x86_64-w64-mingw32

31 Jan 17:45
Compare
Choose a tag to compare
Change deprecation warnings to 0.17 (#33)

20180131174517-arm-linux-gnueabihf

31 Jan 17:45
Compare
Choose a tag to compare
Change deprecation warnings to 0.17 (#33)

20180131174516-x86_64-unknown-linux-gnu

31 Jan 17:45
Compare
Choose a tag to compare
Change deprecation warnings to 0.17 (#33)

20180131174425-i686-pc-linux-gnu

31 Jan 17:44
Compare
Choose a tag to compare
Change deprecation warnings to 0.17 (#33)

20180123214359-arm-linux-gnueabihf: New Testnet Genesis Block and QT fix (#24)

23 Jan 21:44
Compare
Choose a tag to compare
* officially seperated from litecoin chain

* block spacing and circulation

* slight changes to block settings and merkle root

* Make boost::multi_index comparators const

Fixes compatibility with boost 1.66

* Replacing litecoin names

Replacing remaining instances of litecoin

* missed one permutation of litecoin, all-caps case. fixed

* Removing broken gen hash code

Code references things that don't exist and are unnecessary.

* Removing broken merkle root code

Broken code references "block" which doesn't exist.

* Replacing code mistakenly removed

* Renaming files

litecoin -> garlicoin

* Changing ports

Changing connection and RPC ports from litecoin defaults

* Testing Chain Genesis Block

Generated genesis block for the testing chain of garlicoin. (Note the testnet has not been set up and this is not that actual garlicoin blockchain)

* Added a seed node

This is the address of the seed node for the test chain. This should be the last piece necessary for the test chain to go live.

* Correcting unix build instructions

* Moving genesis block to testnet

* Fixing testnet ports

Testnet ports didn't work, a they were generated through find and replace and were too large.

* Correcting missed testnet ports

Missed a few ports in the previous update.

* Added testnet chainTxData

* Fixed regtest merkleRoot

* Make IsInitialBlockDownload return false

This should be removed asap. It is necessary for getting the network up and running.

* Changing min work in test parameters

* This can be removed now

* Proof of Work Change

* Fixes and changes to new PoW algo

* TESTNET HARD FORK SCHEDULED

* Fixing Nfactor implementation

Nfactor incorrectly implemented leading to problems validating blocks (note: correctly implemented for mainnet - this commit must be reverted/modified upon launch)

* Rename scrypt methods to a general form, fix SSE2

Tests using SSE2 are also now functional, although they only test scrypt-n with an Nfactor of 9.

* Remove temporary debug messages

* Added DNS Seed

* Dark Gravity Wave

Change to difficulty adjustment algorithm. Testnet fork scheduled for block 30000

* Bump version before testnet hardfork

* Change version number

* Update chainparams.cpp

* Update garlicoin-tx.1

* Updated Arch Linux build instructions

Modified the repository URL, as well as updated the configure flags

* Stuff

* Merge branch 'MainnetPrep' of https://github.com/retosen/Garlicoin into MainnetPrep

* commit

* ok

* Adding testnet genesis block

20180123214352-i686-pc-linux-gnu: New Testnet Genesis Block and QT fix (#24)

23 Jan 21:44
Compare
Choose a tag to compare
* officially seperated from litecoin chain

* block spacing and circulation

* slight changes to block settings and merkle root

* Make boost::multi_index comparators const

Fixes compatibility with boost 1.66

* Replacing litecoin names

Replacing remaining instances of litecoin

* missed one permutation of litecoin, all-caps case. fixed

* Removing broken gen hash code

Code references things that don't exist and are unnecessary.

* Removing broken merkle root code

Broken code references "block" which doesn't exist.

* Replacing code mistakenly removed

* Renaming files

litecoin -> garlicoin

* Changing ports

Changing connection and RPC ports from litecoin defaults

* Testing Chain Genesis Block

Generated genesis block for the testing chain of garlicoin. (Note the testnet has not been set up and this is not that actual garlicoin blockchain)

* Added a seed node

This is the address of the seed node for the test chain. This should be the last piece necessary for the test chain to go live.

* Correcting unix build instructions

* Moving genesis block to testnet

* Fixing testnet ports

Testnet ports didn't work, a they were generated through find and replace and were too large.

* Correcting missed testnet ports

Missed a few ports in the previous update.

* Added testnet chainTxData

* Fixed regtest merkleRoot

* Make IsInitialBlockDownload return false

This should be removed asap. It is necessary for getting the network up and running.

* Changing min work in test parameters

* This can be removed now

* Proof of Work Change

* Fixes and changes to new PoW algo

* TESTNET HARD FORK SCHEDULED

* Fixing Nfactor implementation

Nfactor incorrectly implemented leading to problems validating blocks (note: correctly implemented for mainnet - this commit must be reverted/modified upon launch)

* Rename scrypt methods to a general form, fix SSE2

Tests using SSE2 are also now functional, although they only test scrypt-n with an Nfactor of 9.

* Remove temporary debug messages

* Added DNS Seed

* Dark Gravity Wave

Change to difficulty adjustment algorithm. Testnet fork scheduled for block 30000

* Bump version before testnet hardfork

* Change version number

* Update chainparams.cpp

* Update garlicoin-tx.1

* Updated Arch Linux build instructions

Modified the repository URL, as well as updated the configure flags

* Stuff

* Merge branch 'MainnetPrep' of https://github.com/retosen/Garlicoin into MainnetPrep

* commit

* ok

* Adding testnet genesis block

20180123154915-i686-pc-linux-gnu: Garlicoin: update seed list from dns seeder (#19)

23 Jan 15:49
Compare
Choose a tag to compare

20180121185844-arm-linux-gnueabihf: MAINNET READY (#11)

21 Jan 18:59
Compare
Choose a tag to compare
* officially seperated from litecoin chain

* block spacing and circulation

* slight changes to block settings and merkle root

* Make boost::multi_index comparators const

Fixes compatibility with boost 1.66

* Replacing litecoin names

Replacing remaining instances of litecoin

* missed one permutation of litecoin, all-caps case. fixed

* Removing broken gen hash code

Code references things that don't exist and are unnecessary.

* Removing broken merkle root code

Broken code references "block" which doesn't exist.

* Replacing code mistakenly removed

* Renaming files

litecoin -> garlicoin

* Changing ports

Changing connection and RPC ports from litecoin defaults

* Testing Chain Genesis Block

Generated genesis block for the testing chain of garlicoin. (Note the testnet has not been set up and this is not that actual garlicoin blockchain)

* Added a seed node

This is the address of the seed node for the test chain. This should be the last piece necessary for the test chain to go live.

* Correcting unix build instructions

* Moving genesis block to testnet

* Fixing testnet ports

Testnet ports didn't work, a they were generated through find and replace and were too large.

* Correcting missed testnet ports

Missed a few ports in the previous update.

* Added testnet chainTxData

* Fixed regtest merkleRoot

* Make IsInitialBlockDownload return false

This should be removed asap. It is necessary for getting the network up and running.

* Changing min work in test parameters

* This can be removed now

* Proof of Work Change

* Fixes and changes to new PoW algo

* TESTNET HARD FORK SCHEDULED

* Fixing Nfactor implementation

Nfactor incorrectly implemented leading to problems validating blocks (note: correctly implemented for mainnet - this commit must be reverted/modified upon launch)

* Rename scrypt methods to a general form, fix SSE2

Tests using SSE2 are also now functional, although they only test scrypt-n with an Nfactor of 9.

* Remove temporary debug messages

* Added DNS Seed

* Dark Gravity Wave

Change to difficulty adjustment algorithm. Testnet fork scheduled for block 30000

* Bump version before testnet hardfork

* Change version number

* Update chainparams.cpp

* Update garlicoin-tx.1

* Updated Arch Linux build instructions

Modified the repository URL, as well as updated the configure flags

* Stuff

* Merge branch 'MainnetPrep' of https://github.com/retosen/Garlicoin into MainnetPrep

* commit

* ok

20180121164316-i686-pc-linux-gnu: Feature: .travis.yml Autorelease (#10)

21 Jan 16:43
5153c8d
Compare
Choose a tag to compare
* travisci github releases test

* fix wrong credentials

* Deploy from correct folder

* repo specific private key

* directory deploy fix

* try skipping cleanup

* try explicit file

* package output dir

* correct stage tar

* .travis.yml Garlicoin org switch