Post
Topic
Board Announcements (Altcoins)
Re: [NRS|NoirShares] More than a coin, PoS/PoW Equity-linked to Noir DACs/Ventures
by
argakiig
on 30/04/2014, 02:53:46 UTC
Updated Qt with PoS Fix
32 and 64bit exe and zips
https://github.com/NoirX/NoirShares-Qt
Mac QT DMG
https://docs.google.com/file/d/0B8rWObF4xz1Yd0dXb0tCYUlVQk0/edit

source
https://github.com/NoirX/NRS


Noirshares Upgrade Process

Step 0 Dump Private Keys

Step 1 See if blockchain redownload is needed.
   Help > Debug Window > Console. In the console type "getblock ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeeee"
   If return is Block not found (code -5) there is no need to re-download the chain proceed to step 5
      1a otherwise backup privatekeys type "dumpprivkey " and copy down the output some place safe as this is how you will get your coins back.
      1b repeat 1a for each receiving address
Step 2 Shut down NoirShares, verify not still running in background

Step 3 If Block found open application data folder for NoirShares
   Windows default is %appdata%/NoirShares
   Linux default is ~/.NoirShares
   Mac OSx default is /Users//Library/Application Support/NoirShares

Step 4 Delete everything except wallet.dat(unless you dumpedprivkeys in step 1) and (optional)NoirShares.conf

Step 5 Install new QT, unzip new QT, or build new Qt.
   Allow to sync to block height found at http://nrs.argakiig.us

Step 6 If keys were dumped in step 1
   Help > Debug Window > Console type "importprivkey ", Repeat for each private key.
   (Note: Qt can appear to hang during import step this is normal as block-chain is being checked for address to update balance with)