Launched on: 13.OCT.2014 GMT 03:00
DarkNetSpace is a platform for anonymous applications such as P2P exchange, on-chain shop, Lotto, Gamble, and Bets. DarkNetCoin (DNC) is the general currency in DarkNetSpace.
The ultimate aim of DarkNetSpace is to be the most private and anonymous platform of crypto-currency applications, the ultimate aim of DarkNetCoin is to be the general currency of the DarkNet world.
DarkNetCoin is based on
BoolBerry.
Announcement | |
11.DEC.2015 | Darknetspace upgraded to 0.7.5.6, please check the download page |
30.JAN.2015 | Darknetspace upgraded to 0.7.0.5, please check the download page |
21.JAN.2015 | Darknetspace will upgrade to 0.7.0.4, please check the upgrade guide |
28.DEC.2014 | The client version updated to 0.6.7, please visit http://www.darknetspace.org/download and download the updated client. |
28.OCT.2014 | Roadmap and whitepaper announced |
15.OCT.2014 | We updated the client verison to 0.6.6.1. Charge 10% development bonus, and add some nodes. Please download the new client at download section. |
14.OCT.2014 | We plan to charge 10% development bonus on every block from the 4550th block. 1% for cryptonote team and 9% for DarkNetSpace team.
We are sorry for any inconvenience caused by this modification. DarkNetSpace is an application platform based on strong anonymity. It'll offer smart contract/exchange/online shopping/lottery and more applications depending on large development funds. We are short of funds and can't afford mining equipments. DarkNetSpace has no any premine. Thus charging development bonus is the only way for us to continue developing DarkNetSpace.
Thank you for your understanding and support. The roadmap will be released in one month, your suggestion is the power to propel us forward. |
13.OCT.2014 | Launch |
10.OCT.2014 | Pre announce |
Project home pagehttp://www.darknetspace.orgIRC channelirc://freenode.net/darknetspace
Features- Untraceable payments
- Unlinkable transactions
- Blockchain analysis resistance
- Adaptive parameters
Project is based on
CryptoNote technology. please review the
white paper to learn more detail.
Specifications- Algorithm: Wild Keccak
- Block Time: 60 seconds
- Difficulty: Retarget each block
- Block Reward: (2^64 - 1 - A)/2^17/10^10 ,Where 'A' is amount of already generated coins.
- Total Coins: 1.8446 billion DNC
- 10% Dev bounty
- Reward Emissions for 12 months:
Total Coins = 1844674407.370955
Time | Block NO | Generated Coins | Generated Coins/Total Coins |
1st Block | 00000000 | 14073.7488 | 0.00 |
1st Day | 00001440 | 20169275.7807 | 0.01 |
1Month | 00043200 | 517961932.9580 | 0.28 |
2Month | 00086400 | 890479232.4214 | 0.48 |
3Month | 00129600 | 1158400290.3662 | 0.63 |
4Month | 00172800 | 1351093873.7075 | 0.73 |
5Month | 00216000 | 1489682521.2209 | 0.81 |
6Month | 00259200 | 1589357937.9449 | 0.86 |
7Month | 00302400 | 1661046267.9587 | 0.90 |
8Month | 00345600 | 1712605788.1401 | 0.93 |
9Month | 00388800 | 1749688310.7880 | 0.95 |
10Month | 00432000 | 1776358719.6883 | 0.96 |
11Month | 00475200 | 1795540551.4547 | 0.97 |
12Month | 00518400 | 1809336465.5439 | 0.98 |
First half 2015 R&D plan of DarkNetSpaceDarkNetCoin was forked from the ByteCoin which was developed by CryptoNote team. The implementation code of CryptoNote series cryptocurrencies is completely different with Bitcoin. Currently the code is not mature enough and the user experience is not good, so DNC team decided to solve these problems with higher priority.
I. The open issues of CryptoNote series cryptocurrencies- 1. Open-sourced blockchain explorer not available.
- 2. The maximal bytes of transaction and blockchain are limited to 30K, which will lead to "Transaction too big" issue. It is because the miner's wallet have many small incoming amount so that the transaction will be bigger that 30K.
- 3. All blockchain date stores in a single file which can't afford huge amount of trades. The whole data file will occupy lots of system memory after it is loaded.
- 4. No online wallet, online wallet is difficult to build because of the anonymous system.
- 5. No light weight wallet. The SPV protocol is not suitable for CryptoNote series cryptocurrencies.
- 6. Script system not available, which is necessary to build smart contract.
All of above are the reasons to block the CryptoNote series cryptocurrencies spreading globally. Before these issues are fixed, the cryptocurrencies will face poor user experience, and the anonymous applications such as P2P exchange or onchainshop can't be developed.
DNC team makes these issues as the first priority. not only contribute to the CryptoNote community, but also extend the way of DNC development.
II. R&D Plan- Jan: release 0.7.0 wallet, blockchain explorer 0.2.0, fix issue #1 and #2.
- Feb: release 0.7.2 wallet, implant TOR, fix issue #3.
- Apr: release 0.7.5 wallet, release online wallet, fix issue #4.
- May: release 0.7.8 wallet, implant TRR, release POS system, fix issue #5.
- Jun: release 0.8.0 wallet, release script system, fix issue #6.
III. Version 0.7.0 Features, release soonChangelog:
1.Support socks5 proxy.
2.blockchain rule update:
- Implant Make Alias feature, it will cost 101 DNC each alias, 100DNC will be rewarded to miners and 1DNC to DNC team.
- Modify the rule of fee calculation, no more exceed fee issue.
- Increase the maximal bytes of blockchain to 1M bytes from 130000th block. fixed the "Transaction too big" issue.
3.dnsd
- Add height command to display current block height.
- Add alias command to display all aliases.
- Add 3 RPC json API, get_transactions, get_tx_pool, get_blocks_by_heights
- Add command line parameter: --enable-proxy 127.0.0.1:1080
- Add builtin command: enable_proxy, disable_proxy
4.simplewallet
- Add make_alias command to create alias.
- Add change_password command to change the password of wallet.
- The simplewallet will auto-save the data every 4 hours.
- Add RPC API get_incoming_tx.
- Fixed the simplewallet RPC mode stop to connecting the dnsd when it failed 3 times.
5.qt-dnsp
- Add Setting interface to display and save the configuration.
- Add Alias interface to display and create the alias.
- Add Change Password interface to change the wallet password.
- Add statistics data in the Network interface.
6.connectivity_tool
- Add default time out value, it will prevent daemon from unable to communicate when the timeout parameter missing in the command line.
Downloads and othersCompile guide and quick startWalletCommand Line VersionUbuntu 64bit (daemon, simplewallet, simpleminer)
GUI VersionWindows 32bit now support Windows XP(gui wallet with builtin daemon, daemon, simplewallet ,simpleminer)
Windows 64bit (gui wallet with builtin daemon, daemon, simplewallet ,simpleminer)
Mac OS X 64bit (gui wallet with builtin daemon)
note: The data(wallet,blockchain) generated under 64bit operation system incompatible with 32bit operation system, and vice versa. MinerWindows 64bitWindows 32bit not support Windows XP
Ubuntu 64bitSourcecodedarknetspacecpuminer-multi-openclnode-cryptonote-poolPools and ExchangesPools (More pools wanted)Exchangescoingame.io 币游
jubi.com 聚币
Please vote us in exchanges listed below, more incoming.
https://hitbtc.com/votehttps://cryptoine.com/voting#DNChttps://crypto-trade.com/votinghttps://www.swaphole.com/#!votingHow to use DarkNetSpace (Windows) :(1) Download DarkNetSpace, and extract DarkNetSpace to a directory like D:\DarkNetSpace
(2) Double click to run dnsd.exe, dnsd will begin to download blockchain. Don't close it, leave it alone.
(3) Open command console, change your current directory to D:\DarkNetSpace.
Then type "simplewallet --generate-new-wallet mywallet.dat --password 12345" to create a new wallet.
If you want to open your wallet again, open command console, change your current directory to D:\DarkNetSpace.
Then type "simplewallet --wallet-file mywallet.dat --password 12345"
If you want to transfer some money to someone, then type:
transfer 1 D4hdYVBDqSp7JNUXuf8myuAMrgGJ9Rj8KjPbdZpDN7exPDYtaNswQjH9UdHPxrBwYRXRENQysBb6ALY
uwzwziZdgF7wnMdH 10
Change the address above to your target, and change 10 to the amount being transfered.
(4) Mining: three methods.
A: On simplewallet command console, type: "start_mining" to solo cpu mining, your dnsd command console will begin to mine.
B: Download minerd and run minerd_cpu.bat to pool cpu mining(don't forget to change the miner address).
C: Download minerd and run minerd_gpu.bat to pool gpu mining, don't forget to change the miner address. BTW, you should have at leat one display adapter like 7950) fist .
How to run a pool on Ubunbu 12.041. Download, compile and run daemonScreen -S dnsd
./dnsd
CTRL+A+D
2. Run walletScreen -S wallet
./simplewallet --wallet-file pool.bin --password pass --rpc-bind-port 37710
CTRL+A+D
3. Download and run redisapt-get install redis
nohup redis-server &
4. Copy pool websitecopy all files in website_example directory to your html root directory, and modify config.js file.
5. Setup Node.js, update pool modules and run poolcd ./pool
apt-get install Node npm
npm install
Screen -S pool
node init.js
CTRL+A+D
Donation:BTC: 1686fd9JhPfTHwRtLz4GWPUKLfEifuh2m7
DNC: @darknetspace
[/list]