Releases: noirofficial/noir
Noir Core 2.2.0.0 Swap Testnet Release 2
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
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
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:
Transactions
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
THIS RELEASE IS FOR TESTNET USE ONLY!
SEGWIT and CSV Testnet
General information
- Proof of Work phase from Block 1 to 1000
- Proof of Stake activates starting from Block 1001
- To stake you have to own an amount bigger than 0 NOR
- Testnet Explorer 1: http://213.202.238.149/
- Testnet Explorer 2: http://213.202.238.149:3001/
- Testnet Statistics page: http://213.202.238.146/
How to start testnet
Windows
- open cmd.exe
- drag the 'noir-qt.exe' in the cmd window and add ' -testnet'
- click enter and wait for Noir Core to start up
- open "Debug console": Help->Debug window->Console
- type "addnode 213.202.238.149 add" to add our 1st testnet node
- type "addnode 213.202.238.146 add" to add our 2nd testnet node
macOS
- Open the 'macOS.zip' package
- Copy 'Noir Core' to a folder of your choice (do not replace the current Noir Core version in Applications)
- Open terminal (hit '⌘+space bar' on the keyboard type 'terminal' and hit 'enter'
- 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')
- Append '/Contents/MacOS/noir-qt -testnet' to it and hit enter
- wait for Noir Core to start up
- open "Debug console": Help->Debug window->Console
- type "addnode 213.202.238.149 add" to add our 1st testnet node
- type "addnode 213.202.238.146 add" to add our 2nd testnet node
Linux
- locate noir-qt form the linux-x64.tar.xz package
- open terminal in the localtion of noir-qt
- start Noir Core by using "./noir-qt -testnet"
- click enter and wait for Noir Core to start up
- open "Debug console": Help->Debug window->Console
- type "addnode 213.202.238.149 add" to add our 1st testnet node
- type "addnode 213.202.238.146 add" to add our 2nd testnet node
To receive coins
- Join our Discord and contact @flo071 or @Pellkopf
- Join our Telegram and contact @flo071 or @Pellkopf
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
THIS RELEASE IS FOR TESTNET USE ONLY!
SEGWIT and CSV Testnet
General information
- Proof of Work phase from Block 1 to 1000
- Proof of Stake activates starting from Block 1001
- To stake you have to own an amount bigger than 0 NOR
- Testnet Explorer 1: http://213.202.238.149/
- Testnet Explorer 2: http://213.202.238.149:3001/
- Testnet Statistics page: http://213.202.238.146/
How to start testnet
Windows
- open cmd.exe
- drag the 'noir-qt.exe' in the cmd window and add ' -testnet'
- click enter and wait for Noir Core to start up
- open "Debug console": Help->Debug window->Console
- type "addnode 213.202.238.149 add" to add our 1st testnet node
- type "addnode 213.202.238.146 add" to add our 2nd testnet node
macOS
- Open the 'macOS.zip' package
- Copy 'Noir Core' to a folder of your choice (do not replace the current Noir Core version in Applications)
- Open terminal (hit '⌘+space bar' on the keyboard type 'terminal' and hit 'enter'
- 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')
- Append '/Contents/MacOS/noir-qt -testnet' to it and hit enter
- wait for Noir Core to start up
- open "Debug console": Help->Debug window->Console
- type "addnode 213.202.238.149 add" to add our 1st testnet node
- type "addnode 213.202.238.146 add" to add our 2nd testnet node
Linux
- locate noir-qt form the linux-x64.tar.xz package
- open terminal in the localtion of noir-qt
- start Noir Core by using "./noir-qt -testnet"
- click enter and wait for Noir Core to start up
- open "Debug console": Help->Debug window->Console
- type "addnode 213.202.238.149 add" to add our 1st testnet node
- type "addnode 213.202.238.146 add" to add our 2nd testnet node
To receive coins
- Join our Discord and contact @flo071 or @Pellkopf
- Join our Telegram and contact @flo071 or @Pellkopf
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
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
BACKUP YOUR WALLET BEFORE UPDATING
Changes:
Network:
- Update TOR to version 0.4.3.5 71f559c 11dc6c6
- Ban client versions below 2.1.0.6 1f3df93
- Detect and disconnect stuck nodes 313c564
- Add DNS seeders to get connections 4e88d79 99ec54f
CLI:
- fix lastpaid in command listnoirnodes
Misc:
- Add a new checkpoint block (609000 https://explorer.noirofficial.org/#/block/609000) 88de5f7
- ignore sigma, zerocoin and noirnode inputs when creating a stake 934144b
- fix a log output from noirnodes 31ff8f5
Note: Exchanges should run their daemon with the parameter '-staking=0'!
Noir Core 2.1.0.7
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
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
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'!