Skip to content

argentumproject/argentum

 
 

Repository files navigation

Argentum integration/staging tree

Build Status

http://www.argentum.io

What is Argentum?

Argentum is an experimental digital currency that enables instant payments to anyone, anywhere in the world. Argentum uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. Argentum is the name of open source software which enables the use of this currency.

License

Argentum is a fork of Bitcoin Core and inherits the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Development Process

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

The contribution workflow is described in CONTRIBUTING.md.

Building

See files in the doc directory for generic build instructions for Windows, OSX and Unix.

Argentum Version 4.14.4.1

  • LOW_S and NULLFAIL are now mandatory

Argentum Version 4.14.4

  • Speed up Initial Blockchain Download

Argentum Version 4.14.3

  • Adds 4 new mining algorithms (Activates at block 2,977,000) -Lyra2re2 (GPU)
    -Myr-Groestl (GPU/ASIC)
    -Argon2d (CPU)
    -Yescrypt (CPU/GPU)

Argentum Version 4.14.2

  • These are just a few of the hundreds of enhancements with this new release

  • BIP112 (CheckSequenceVerify) soft fork

  • BIP146 Argentum will hard fork at block 2,977,000 (around March 13th 2018) to implement BIP146

  • Signature validation using libsecp256k1

  • Direct headers announcement (BIP 130)

  • Automatically use Tor hidden services

  • Notifications through ZMQ

  • BIP9 softfork deployment

  • Linux ARM builds

  • Compact Block support (BIP 152)

  • Hierarchical Deterministic Key Generation (HD wallets)

  • Substantial improvments to the client load time.

General

Six different mining algorithms

  • Scrypt AUXPoW (Merged Mining)
  • SHA256D AUXPoW (Merged Mining)
  • Lyra2re2 (GPU)
  • Myr-Groestl (GPU)
  • Argon2d (CPU)
  • Yescrypt (CPU)

Blocks

  • Max Block size 10mb
  • 45 Second block time
  • 3 Argentums per block

Currency Creation

  • 64 million Argentums will be created

Security

  • 6 independent mining algorithms

Mining Settings

Use this to set the algorithm to SHA256D for mining (add to argentum.conf or use -algo=)

  • algo=sha256d
  • algo=lyra2re2 or lyra2
  • algo=groestl
  • algo=argon2d or argon
  • algo=yescrypt

Mining

Lyra2re2 / Myriad-Groestl (GPU)

Argon2d (CPU)

Yescrypt

P2Pool (All Algorithms)

for EU

Known pools (with Argentum Payout)

Pools without Argentum payout

Trading

Bootstrap

November 1, 2017 Block 2,723,638

Packages

No packages published

Languages

  • C++ 62.2%
  • C 20.3%
  • Python 11.9%
  • M4 2.3%
  • Makefile 1.4%
  • Shell 0.6%
  • Other 1.3%