Current Auroracoin source tree
Find a file
2026-02-16 19:02:56 +00:00
.github Bitcoin: 203a67d21f566634165531a7a75c3f8c9f9c9d6a (doc: Put PR template in comments). 2021-03-18 21:11:16 +01:00
.tx Bitcoin: 072f37a7ed1141a1f41eca22ac283834d2c3f6da (gui: Update transifex slug for 0.19). 2021-03-11 11:36:14 +01:00
.vscode New code import. 2019-11-27 13:47:55 +01:00
build-aux/m4 Bitcoin: ddbb41931019ed4226af3df37874c7eb7cf570f (build: Use pkg-config in BITCOIN_QT_CONFIGURE for all hosts). 2024-09-20 10:47:11 +02:00
build_msvc Bitcoin: 9e071b00898aedd9632f105a22d976dc6dbc84b (test: remove rapidcheck integration and tests). 2024-09-20 11:04:42 +02:00
ci Bitcoin: a52ecc936a267cae97c2f313743bf75d5af0770 (build: set minimum supported macOS to 10.14). 2024-09-27 10:30:45 +02:00
contrib Bitcoin: 4d70d3d7fe29db38a1f9c84a3a6167ca57b3847 (build: automatically determine macOS translations). 2024-09-27 11:13:48 +02:00
depends Bitcoin: 7b6887e75aec7e0d5c25682c26943073b7a728e (doc: Convert depends options list from html to markdown). 2024-10-06 23:51:32 +02:00
doc Bitcoin: a52ecc936a267cae97c2f313743bf75d5af0770 (build: set minimum supported macOS to 10.14). 2024-09-27 10:30:45 +02:00
qa Bitcoin: fa3b9ee8b2280af4bcbcfffff275aaf8dd125929 (test: Replace connect_nodes_bi with connect_nodes). 2021-03-18 08:42:36 +01:00
share Bitcoin: a52ecc936a267cae97c2f313743bf75d5af0770 (build: set minimum supported macOS to 10.14). 2024-09-27 10:30:45 +02:00
src Auroracoin Core+ROT integration 2026-02-16 19:02:56 +00:00
test Bitcoin: 618cbd2c1a630a60bed9212718dce78fe5f5010 (lint: Also lint files with shellcheck directive). 2024-09-27 10:03:29 +02:00
.appveyor.yml Bitcoin: 4330a1ee7fdbf97ce466c442936ed04c13f229e2 (Update msvc build for Visual Studio 2019 v16.4). 2021-03-24 09:46:23 +01:00
.cirrus.yml Bitcoin: fa69588537bc91c0aedbc89ef1760d89cbffad75 (test: Make PORT_MIN in test runner configurable). 2021-03-18 08:58:35 +01:00
.gitattributes New code import. 2019-11-27 13:47:55 +01:00
.gitignore Bitcoin: b6e9ff899677770741d94f1cf4f61ebb13fc453f (build: Remove src/obj directory from repository). 2021-03-03 09:46:36 +01:00
.python-version Bitcoin: bcb27d7b03d1e7a4404c04859f8146d8bc7c360a (.python-version: Bump to 3.5.6). 2020-05-08 11:09:13 +02:00
.style.yapf Bitcoin: 1111f0718acea42954600a4dbd553ac40aae797f (test: .style.yapf: Set column_limit=160). 2020-05-19 15:42:40 +02:00
.travis.yml Bitcoin: 7d7bf2ff4a67c3953b0d660ca88d11313cb4d71d (build: set minimum supported macOS to 10.12) 2024-09-04 16:43:31 +02:00
autogen.sh Bitcoin: 1ac454a3844b9b8389de0f660fa9455c0efa7140 (Enable ShellCheck rules). 2021-02-05 11:46:17 +01:00
configure.ac Bitcoin: 9e071b00898aedd9632f105a22d976dc6dbc84b (test: remove rapidcheck integration and tests). 2024-09-20 11:04:42 +02:00
CONTRIBUTING.md Bitcoin: a64dbeffe486b2cd247ba160ebce1c0c1c7b9e72 (doc: Update labels in CONTRIBUTING.md). 2021-03-10 10:32:02 +01:00
COPYING Bitcoin: ae5594d51b489826f2f2315c92e8df5ee0267efc (Update license year range to 2019). 2020-03-11 10:40:14 +01:00
INSTALL.md New code import. 2019-11-27 13:47:55 +01:00
libauroracoinconsensus.pc.in New code import. 2019-11-27 13:47:55 +01:00
Makefile.am Bitcoin: 4d70d3d7fe29db38a1f9c84a3a6167ca57b3847 (build: automatically determine macOS translations). 2024-09-27 11:13:48 +02:00
README.md Auroracoin101 patch 1 (#49) 2022-06-20 14:29:12 +02:00

Notice! This is the development branch.

Do not use this branch for production environments.

Users looking for the production release branch, see stable.

Auroracoin AUR

http://en.auroracoin.is

Follow @OfficialAUR

Copyright (c) 2014-2022 Auroracoin Developers

What is Auroracoin?

Auroracoin is a cryptocurrency for Iceland started on 24th January 2014.

It was originally based on Litecoin and later in 2016 incorporated the multi-algorithm PoW approach of DigiByte.

There was a 50% premine for distribution to Icelandic residents in 2014-2015 using national identification.

Roughly half of the airdrop coins were claimed with the other half verifiably destroyed.

Community

Irc: #aur on freenode

Forums: http://discord.gg/Fhm4758

Reddit: http://www.reddit.com/r/auroracoin

Community: http://www.auroracoin101.is

Market: http://coinpaprika.com/coin/aur-auroracoin/

Explorer: http://chainz.cryptoid.info/aur

Announcement: https://bitcointalk.org/index.php?topic=1044432.0

License

Auroracoin is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Development Process

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of Auroracoin.

The contribution workflow is described in CONTRIBUTING.md and useful hints for developers can be found in doc/developer-notes.md.

Testing

Automated Testing

Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: make check. Further details on running and extending unit tests can be found in /src/test/README.md.

There are also regression and integration tests, written in Python, that are run automatically on the build server. These tests can be run (if the test dependencies are installed) with: test/functional/test_runner.py

The Travis CI system makes sure that every pull request is built for Windows, Linux, and macOS, and that unit/sanity tests are run automatically.

Manual Quality Assurance (QA) Testing

Changes should be tested by somebody other than the developer who wrote the code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward.

Developers

Developers are encouraged to create tools for Auroracoin to support the adoption of Auroracoin.

Such software, e.g. for payments, will help Icelanders start using the currency in their daily lives.

Interested in helping out? Please email auroracoin@auroracoin.is, and let us know how you can help.