Skip to content

Releases: noirofficial/noir

Noir Core 2.2.0.0 Swap Testnet Release 2

15 Jun 08:05
Compare
Choose a tag to compare

This build is used to generate coins in a testnet which will later be swapped to a new chain in order to test the process before taking it in the mainnet.

Start the clients and daemons with -testnet parameters only!
noir-qt -testnet
noird -testnet

The testnet chain will stop at block 6000, there should be a total of 600k (testnet)NOR that will be taken to the swap then.
Remember, those are coins you will not be able to buy or sell anywhere, this is done for testing purposes only.

Noir Core 2.2.0.0 Swap Testnet

14 Jun 15:27
Compare
Choose a tag to compare
Pre-release

This build is used to generate coins in a testnet which will later be swapped to a new chain in order to test the process before taking it in the mainnet.

Start the clients and daemons with -testnet parameters only!
noir-qt -testnet
noird -testnet

The testnet chain will stop at block 2700, there should be a total of 270k (testnet)NOR that will be taken to the swap then.
Remember, those are coins you will not be able to buy or sell anywhere, this is done for testing purposes only.

Noir Core 2.2.0.0

15 Oct 13:55
Compare
Choose a tag to compare

Changes:

Note that this update will perform a fork of the blockchain on November 10, 2020, you MUST update your nodes before this date!

Always backup your wallet.dat before updating!

Blockchain:

  • Create witness commitment in blocktemplate c1e0b18
  • Add witness commitment to block with PoS eefe040
  • New activation date for segwit and csv 4c1290f

Sigma:

  • Add coincontrol 6a0f525
  • Add tooltip with spendable amounts bdf0482
  • Add command to get amounts from sigma pool from network 1ce5d70
  • Exclude locked coins from available to mint amount 1f27e7e

Staking:

  • Add stake split when the stake is larger than 1000 NOR 2bfa996

RPC:

  • Reduce logging 90c6033
  • Remove duplicate entry from tx output 990dea6

Transactions

  • Show stake transactions correctly fdb2ca2
  • Show correct information text for staked coins 39b4371

MD5 Hashes of binaries:

4802cedd980a0897fccb9c3b58947c7a noir-qt-2.2.0.0-x86_64-linux-gnu.tar.gz
b8ccfc91169bcb68a3c083706938fa86 noir-cli-2.2.0.0-x86_64-linux-gnu.tar.gz
d01c262b135f86da5fc6ef2b6b9c447b noir-core-2.2.0.0-x86_64-linux-gnu.tar.gz
b335da2f4ab131a24933ad992f2420a4 noir-cli-2.2.0.0-arm-linux-gnueabihf.tar.gz
cee6dd9045c6a8e96c48166e8c1ca9aa noir-cli-2.2.0.0-aarch64-linux-gnu.tar.gz
08c5b4ccdd8ee1110a84d8625af280a8 noir-2.2.0.0-win64-setup.exe
98a1f34c4458f45bd8309f301808962d noir-2.2.0.0-win32-setup.exe
15dee1bea1544ddeb8df8dde0f4d1f90 noir-qt-2.2.0.0-macOS.dmg
ae97391af0465ef183543f619a004acb noir-core-2.2.0.0-ubuntu-16.04.tar.gz

Note: Exchanges should run their daemon with the parameter '-staking=0'!

Noir Core 2.2.0.0 Testnet Build 2

30 Aug 17:45
Compare
Choose a tag to compare
Pre-release

THIS RELEASE IS FOR TESTNET USE ONLY!

SEGWIT and CSV Testnet

General information

How to start testnet

Windows

  1. open cmd.exe
  2. drag the 'noir-qt.exe' in the cmd window and add ' -testnet'
  3. click enter and wait for Noir Core to start up
  4. open "Debug console": Help->Debug window->Console
  5. type "addnode 213.202.238.149 add" to add our 1st testnet node
  6. type "addnode 213.202.238.146 add" to add our 2nd testnet node

macOS

  1. Open the 'macOS.zip' package
  2. Copy 'Noir Core' to a folder of your choice (do not replace the current Noir Core version in Applications)
  3. Open terminal (hit '⌘+space bar' on the keyboard type 'terminal' and hit 'enter'
  4. Drag the noir-qt to the from the finder to the terminal window (you will se a string looking like this 'path_to_the_folder/noir-qt.app')
  5. Append '/Contents/MacOS/noir-qt -testnet' to it and hit enter
  6. wait for Noir Core to start up
  7. open "Debug console": Help->Debug window->Console
  8. type "addnode 213.202.238.149 add" to add our 1st testnet node
  9. type "addnode 213.202.238.146 add" to add our 2nd testnet node

Linux

  1. locate noir-qt form the linux-x64.tar.xz package
  2. open terminal in the localtion of noir-qt
  3. start Noir Core by using "./noir-qt -testnet"
  4. click enter and wait for Noir Core to start up
  5. open "Debug console": Help->Debug window->Console
  6. type "addnode 213.202.238.149 add" to add our 1st testnet node
  7. type "addnode 213.202.238.146 add" to add our 2nd testnet node

To receive coins

For support

We have a #testnet channel on our discord, there we can discuss and speak about the process and possible bugs and issues.

BONUS:

Every testnet participant will receive some amount of NOR for his work!

Some other testnet nodes

  • addnode 213.202.238.149 add
  • addnode 213.202.238.146 add
  • addnode 89.144.217.63 add

Noir Core 2.2.0.0 Testnet Build 1

19 Aug 15:00
Compare
Choose a tag to compare
Pre-release

THIS RELEASE IS FOR TESTNET USE ONLY!

SEGWIT and CSV Testnet

General information

How to start testnet

Windows

  1. open cmd.exe
  2. drag the 'noir-qt.exe' in the cmd window and add ' -testnet'
  3. click enter and wait for Noir Core to start up
  4. open "Debug console": Help->Debug window->Console
  5. type "addnode 213.202.238.149 add" to add our 1st testnet node
  6. type "addnode 213.202.238.146 add" to add our 2nd testnet node

macOS

  1. Open the 'macOS.zip' package
  2. Copy 'Noir Core' to a folder of your choice (do not replace the current Noir Core version in Applications)
  3. Open terminal (hit '⌘+space bar' on the keyboard type 'terminal' and hit 'enter'
  4. Drag the noir-qt to the from the finder to the terminal window (you will se a string looking like this 'path_to_the_folder/noir-qt.app')
  5. Append '/Contents/MacOS/noir-qt -testnet' to it and hit enter
  6. wait for Noir Core to start up
  7. open "Debug console": Help->Debug window->Console
  8. type "addnode 213.202.238.149 add" to add our 1st testnet node
  9. type "addnode 213.202.238.146 add" to add our 2nd testnet node

Linux

  1. locate noir-qt form the linux-x64.tar.xz package
  2. open terminal in the localtion of noir-qt
  3. start Noir Core by using "./noir-qt -testnet"
  4. click enter and wait for Noir Core to start up
  5. open "Debug console": Help->Debug window->Console
  6. type "addnode 213.202.238.149 add" to add our 1st testnet node
  7. type "addnode 213.202.238.146 add" to add our 2nd testnet node

To receive coins

For support

We have a #testnet channel on our discord, there we can discuss and speak about the process and possible bugs and issues.

BONUS:

Every testnet participant will receive some amount of NOR for his work!

Some other testnet nodes

  • addnode 213.202.238.149 add
  • addnode 213.202.238.146 add
  • addnode 89.144.217.63 add

Noir Core 2.1.0.9

10 Jun 18:44
Compare
Choose a tag to compare

BACKUP YOUR WALLET BEFORE UPDATING

Changes:

Misc:

  • fix stakemodifier calculation that caused chainsplits a271839

SHA256 Hashes of binaries:

noir-2.1.0.9-win32-setup.exe:
77964f5d2aa6e64dc76bbd5fa1419778120d62047b47d39e7d34a34b1c992e2c

noir-2.1.0.9-win64-setup.exe:
2bb4fce7780ff75b3e926480e54a85f749ca27a72158b6133d3f5c290e452b99

noir-qt-2.1.0.9-win32.zip:
fd5b0f9497b275e71848f92e79d74e85df598936e85c7cf87d3d652d90075e79

noir-qt-2.1.0.9-win64.zip:
77c6c7588bfa44a06e72c24b2559a1596749a7c69169e7e2f29fc30bd2126c49

noir-cli-2.1.0.9-x86_64-linux-gnu.tar.xz:
b0484de898a37872962a1b786de20e1ebe426b65b52386bf0430c5efe864363b

noir-qt-2.1.0.9-x86_64-linux-gnu.tar.xz:
15a8d5ff131253871aee8178f46871c73a96fb24203e25dba0bd6086d4cddb42

noir-cli-2.1.0.9-arm-linux-gnueabihf.tar.xz:
1f7cf1140f1ed86afcea5d96b937f054a5ccc3509d034ce4a2a815ec63a35556

noir-cli-2.1.0.9-aarch64-linux-gnu.tar.xz:
c2f45dcbbeafe608cbc5ff9fb636e0f1c1bc84ac29a25425c2a065f6abfd18d2

noir-qt-2.1.0.9-macos.dmg:
014875f53fc3b67f5cc90f607ee87c29373e3ffb08c19354ee9d28e5e201c1d1

Note: Exchanges should run their daemon with the parameter '-staking=0'!

Noir Core 2.1.0.8

04 Jun 10:37
Compare
Choose a tag to compare

BACKUP YOUR WALLET BEFORE UPDATING

Changes:

Network:

CLI:

  • fix lastpaid in command listnoirnodes

Misc:

Note: Exchanges should run their daemon with the parameter '-staking=0'!

Noir Core 2.1.0.7

29 Apr 17:50
Compare
Choose a tag to compare

BACKUP YOUR WALLET BEFORE UPDATING

Changes:

Build Tools:

  • Fix ARM and AARCH64 builds
  • Change linux packaging from .zip to .tar.xz

GUI/Functionality:

  • Add proper german translation
  • Cosmetic changes on menu

Misc:

  • Ignore Sigma inputs when staking
  • Ignore Noirnode inputs when staking

Note: Exchanges should run their daemon with the parameter '-staking=0'!

Noir Core 2.1.0.6

12 Apr 20:33
Compare
Choose a tag to compare

BACKUP YOUR WALLET BEFORE UPDATING

If you have no issues with version 2.1.0.5 you do not need to update.

Changes:

GUI/Functionality:

  • Fixes issue that prevented sending coins
  • Add new display currencies: LTC, GBP, JPY

Note: Exchanges should run their daemon with the parameter '-staking=0'!

Noir Core 2.1.0.5

12 Apr 11:40
Compare
Choose a tag to compare

BACKUP YOUR WALLET BEFORE UPDATING

THIS UPDATE IS MANDATORY

UPDATE YOUR WALLET BEFORE BLOCK 609000!

Changes:

Build tools:

  • Update MQ to 4.3.1
  • Update fontconfig to 2.12.1

GUI/Functionality:

  • Update BitcoinTalk link (Community page)
  • Update Infos (Learn more page)
  • Fix unlock for staking bug
  • Fix CoinControl bug
  • New wallet repear options in debug window
  • Fixes to icons not showing up

Network:

  • Update TOR to version 0.4.2.5
  • Ban client versions below 2.1.0.3

CLI:

  • new command: listnoirnodes
  • fix listaddresscroupings

Misc:

  • activate stake cache
  • optimize stake creation
  • noirnode reward only get deducted from reward when there is a noirnode winner
  • enable PoS checks

Note: Exchanges should run their daemon with the parameter '-staking=0'!