Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo)
by
j0nn9
on 07/06/2015, 19:34:52 UTC
DTCBrowser - a local Datacoin (DTC) HTTP BlockChain access server



Key Features:

  • extends the old datacoin browser
  • fully backward compatible
  • built-in main page with user friendly uploading
  • easy access of all files stored in the datacoin blockchain
  • support of large files as well as file updating
  • written in pure C++
  • binaries available for Windows and Linux

Development status:

Caution: This project is currently in alpha status, use can lead to loss of coins: Do not use with your main wallet!!

Any participation is welcome and encouraged.

Donations are also welcome: DATAcoinJdHGTXbEi8NhaivWtangLJ9L5x


Getting started:

Linux:

  • add something like:
    rpcuser=
    rpcpassword=
    server=1
    to ~/.datacoin/datacoin.conf
  • run ./datacoin-http-server -u -p
  • open http://localhost:8080 in your browser

Windows:
  • press windows-key + r
  • type: %AppData%
  • navigate to / create folder Datacoin
  • open / create file datacoin.conf
  • type:
    rpcuser=
    rpcpassword=
    server=1
  • save file
  • start datacoin wallet
  • edit start-datacoin-browser.bat
  • set -u and -p according to the settings in datacoin.conf
  • save file and run start-datacoin-browser.bat
  • open http://localhost:8080 in your browser


Binaries and Source Code:

Windows: dtcbrowser-1.0-alpha-windows.zip
md5: 1c34b06fab358398ddb4b8a67c3ffa60

Linux: dtcbrowser-1.0-alpha-linux.zip
md5: 8a6fc49211c7beac094f9e999424f9ab

Source Code and additional infomations: DTCBrowser @ github

Just in case: You can download the Windows qt wallet here: Datacoin @ sourceforge