V2 went in effect at block 580.000!Latest news:May 27th - NEW client 0.9.4.2
April 22nd - NEW client 0.9.4.1 MANDATORY UPDATE
Wallets (v0.9.4.2):
Soon:
Features:
- Coin Control
- Chat (in development, need some small bugs ironed out)
Coming Soon:
- Block Explorer inside wallet - DONE
- Bittrex viewer - DONE
- Stealth addresses - DONE
SHA256d:
SCRYPT:
SKEIN:
QUBIT:
GROESTL:
- Algo: SHA-256d, SCRYPT, SKEIN, QUBIT, GROESTL
- Reward: 0.25 UNAT
- Spacing: 30 seconds across all algorithms
- Retarget: Every block
- Diff algo: Digishield multi-algo
Default algorithm is SHA-256d
To mine a different algorithm, open up unattainiumv2.conf and add algo=scrypt
Possible variations are:
[/list]
algo=sha256
algo=scrypt
algo=groestl
algo=qubit
algo=skein
Some extra nodes in case you need some:
addnode=101.98.175.30
addnode=104.156.237.45
addnode=105.227.172.176
addnode=107.191.56.184
addnode=108.61.196.218
addnode=117.62.135.252
addnode=128.199.125.68
addnode=176.205.240.252
addnode=18.111.118.48
addnode=18.111.61.22
addnode=184.91.27.213
addnode=194.44.203.196
addnode=198.245.50.213
addnode=24.191.33.43
addnode=36.74.232.195
addnode=49.2.14.100
addnode=5.39.69.34
addnode=5.83.19.15
addnode=74.15.231.199
addnode=78.99.217.85
addnode=80.236.18.96
addnode=82.75.141.118
addnode=90.7.145.134
May 27th, 2015Added checkpoints and had to remove Bittrex explorer from inside the wallet due to delisting and giving an error on startup. Working on getting us to other exchanges. You can help out by applying to exchanges and voting!
Release version 0.9.4.2
April 22nd, 2015Unattainium has its first major upgrade after V2 release! Main thing to note is the introduction of stealth addresses, we\ve patched in the code and it will take effective at block 999.999 to make sure everyone has plenty of time to upgrade to the new 0.9.4 code. You can now also check the blockexplorer from inside the wallet (It still needs some cosmetic improvements but it is functional). Thats not it though, we have also added the abbility to check Bittrex from inside the wallet! Neat huh?
Plus it contains some general minor improvements in the code.
Release version 0.9.4.1 - MANDATORY
IF you want some features added please let us know and we take a look how and if we integrate it, after all its now a community coin and we want everyone to mention their desires.
April 15th, 2015Pools and exchanges please use the test repo on github for quick network fixes where some miners could not agree. The fix will be included amonst other surprises in the next official release
March 25th, 2015Unattainium recently underwent a community takeover and some significant improvements have been made to the coin’s network and infrastructure. Perhaps even more importantly is that the community is not content with these old V1 improvements, but will be working tirelessly to transform UNAT into a top-tier cryptocurrency. Several of the recent upgrades are detailed below:
- UNAT’s code was upgraded to the 0.9.x codebase
- Block reward is now .25 UNAT
- 30 second Blocktime, creating an average daily mining yield of 720 UNAT
- UNAT is now a Multi-Algo coin, and can be mined with SHA256d, SCRYPT, SKEIN, QUBIT, and GROESTL
- New website: unattainium .tk <--- will be moved to a new TLD since BTCTalk does not like .tk
- Re-distribution process: NONE, there will be no coin swap! New wallets are compatible with old wallet addresses. Please read "Migrate" for instructions on how the migration works
V1 ChangelogsAugust 10th 2014- The only thing that changed was rewards, as well as a few technical improvements to both the network and handling of calculations
- Block Reward is now RANDOM
- The range is 0.1 to 0.001 UNAT per block
- Median of 0.0505
- Daily mining yield is 640 per day before standard deviation
- Improved the handling of floating points for decimals
- Rewards are now calculated as ((1 to 100) * COIN / 1000) to properly handle floating points (decimals) on all operating systems
Older Changelogs- Target block time will be 8 seconds after block 52, down from 2.5 hours
- Block Reward has been decreased to 0.16 UNAT per block, down from 200
- Difficulty will readjust every 4 block, up from 2
- The daily mining yield remains unchanged. Roughly 1920 UNAT is the target mining reward across the entire network, both pre and post fork
- The ratio of networkseconds:UNAT per day remains unchanged
- Updated seednodes
- New icons and logos
- 6 confirmations will now take only 48 seconds, down from 128 days
- Network hashrate now available in Windows and OSX via getnetworkhashps
- Network hashrate based on the last 5 blocks, down from 120
- wallet.dat and other files are now stored in the standard Roaming path. Please backup, then move, wallet.dat to Roaming/unattainium
We have chosen to put the new wallets in a different location for compatibility reasons.
The old wallet is stored in directory "unattainium", while the new wallet is stored in "unattainiumv2."
To migrate your old wallet to the new one is as simple is copying your wallet.dat over.
New wallet locations:- Windows: %appdata%\unattainiumv2 (translates to C:\Users\
\AppData\Roaming\UnattainiumV2)
- Linux: ~/.unattainiumv2
Migrate with 1 command:
These commands assume you have everything stored in its default location.
- Windows: open up command prompt (Start->Run->cmd) and enter the following commands:
mkdir %appdata%\unattainiumv2
cp %appdata%\unattainium\wallet.dat %appdata%\unattainiumv2\wallet.dat
You can now open unattainiumv2-qt.exe.
- Linux: open terminal and type: mkdir ~/.unattainiumv2;cp ~/.unattainium/wallet.dat ~/.unattainiumv2/wallet.dat
- Mac OSX: Not necessary to migrate since there was never a wallet released for OSX. If you built one yourself than you should already know where the files are stored.