Bitcoin Forum
April 25, 2024, 10:47:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 [79] 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 »
  Print  
Author Topic: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo)  (Read 171793 times)
j0nn9
Full Member
***
Offline Offline

Activity: 177
Merit: 153


View Profile WWW
June 07, 2015, 07:34:52 PM
Last edit: June 07, 2015, 07:58:51 PM by j0nn9
 #1561

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=<user>
    rpcpassword=<password>
    server=1
    to ~/.datacoin/datacoin.conf
  • run ./datacoin-http-server -u <user> -p <password>
  • 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=<user>
    rpcpassword=<password>
    server=1
  • save file
  • start datacoin wallet
  • edit start-datacoin-browser.bat
  • set -u <user> and -p <password> 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

Gapcoin - The largest, decentralized prime gap search
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714042067
Hero Member
*
Offline Offline

Posts: 1714042067

View Profile Personal Message (Offline)

Ignore
1714042067
Reply with quote  #2

1714042067
Report to moderator
1714042067
Hero Member
*
Offline Offline

Posts: 1714042067

View Profile Personal Message (Offline)

Ignore
1714042067
Reply with quote  #2

1714042067
Report to moderator
1714042067
Hero Member
*
Offline Offline

Posts: 1714042067

View Profile Personal Message (Offline)

Ignore
1714042067
Reply with quote  #2

1714042067
Report to moderator
batesresearch
Legendary
*
Offline Offline

Activity: 2424
Merit: 1147


View Profile WWW
June 07, 2015, 09:47:56 PM
 #1562

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=<user>
    rpcpassword=<password>
    server=1
    to ~/.datacoin/datacoin.conf
  • run ./datacoin-http-server -u <user> -p <password>
  • 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=<user>
    rpcpassword=<password>
    server=1
  • save file
  • start datacoin wallet
  • edit start-datacoin-browser.bat
  • set -u <user> and -p <password> 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

I'll definitely be setting up a copy of this!

Visit Satoshi's Place, a Bitcoin Hub based in Bury, Manchester, UK.
Website: https://satoshisplace.co.uk
Goals: Educate & Onboard users in to Bitcoin. Lightning network⚡️
GameKyuubi
Sr. Member
****
Offline Offline

Activity: 253
Merit: 1413


DTCxNMC


View Profile
June 07, 2015, 11:52:13 PM
Last edit: June 08, 2015, 02:32:44 AM by GameKyuubi
 #1563

Nice!!

Could we get a list of dependencies and config instructions?

BTC: 15SLrNo6PKVfsH5JLtatJcVkSQXCk1LXyq
full stack Node
j0nn9
Full Member
***
Offline Offline

Activity: 177
Merit: 153


View Profile WWW
June 08, 2015, 11:39:35 AM
Last edit: June 08, 2015, 01:44:28 PM by j0nn9
 #1564

Nice!!

Could we get a list of dependencies and config instructions?

dependent libraries are:
Code:
bzip2-1.0.6
curl-7.42.1
file-5.22        (libmagic)
jansson-2.7
libmicrohttpd-0.9.42
openssl-1.0.2a
protobuf-2.6.1
sqlite-3.8.8.3

You can probably compiler DTCBrowser with different library versions, but the ones above, are the ones which were used to build the binaries.

for bzip2 just run:
Code:
make

for libmicrohttpd run:
Code:
./configure --without-gnutls
make

for curl run:
Code:
./configure --disable-ftp \
            --disable-ldap \
            --disable-file \
            --disable-ldaps \
            --disable-rtsp \
            --disable-proxy \
            --disable-dict \
            --disable-telnet \
            --disable-tftp \
            --disable-pop3 \
            --disable-imap \
            --disable-smb \
            --disable-smtp \
            --disable-gopher \
            --disable-manual \
            --disable-sspi  \
            --disable-ntlm-wb   \
            --disable-tls-srp \
            --disable-cookies \
            --disable-soname-bump \
            --without-zlib \
            --without-winssl \
            --without-darwinssl  \
            --without-ssl \
            --without-gnutls  \
            --without-polarssl \
            --without-cyassl \
            --without-nss  \
            --without-axtls  \
            --without-libssh2 \
            --without-winidn \
            --without-libidn \
            --without-librtmp
make

for the rest I think:
Code:
./configure
make
should do it

Gapcoin - The largest, decentralized prime gap search
j0nn9
Full Member
***
Offline Offline

Activity: 177
Merit: 153


View Profile WWW
June 09, 2015, 01:06:23 AM
 #1565

I setup a DTCBrowser demo at: http://104.131.69.82:8080

But, since DTCBrowser is designed for local usage I won't keep that up very long.

Gapcoin - The largest, decentralized prime gap search
j0nn9
Full Member
***
Offline Offline

Activity: 177
Merit: 153


View Profile WWW
June 09, 2015, 01:36:16 PM
 #1566

If you running DTCBrowser in testnet mode, the main website can be found here: http://localhost:8080/dtc/get/557d6d7ad790ce4e392235fa50741b9a626a74290624cf69a5d2a8e2db9c9c15

Gapcoin - The largest, decentralized prime gap search
derrend
Hero Member
*****
Offline Offline

Activity: 707
Merit: 505



View Profile WWW
June 17, 2015, 03:52:57 AM
 #1567

...DTCBrowser...

Very nice to see some real activity in this thread Smiley
MarcusDe
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
June 19, 2015, 08:45:55 PM
 #1568

...DTCBrowser...

Very nice to see some real activity in this thread Smiley

True :-)

derrend
Hero Member
*****
Offline Offline

Activity: 707
Merit: 505



View Profile WWW
June 21, 2015, 03:48:45 AM
 #1569

Datacoin up 30 places on cmc since yesterday!
extro24
Sr. Member
****
Offline Offline

Activity: 481
Merit: 252


View Profile
June 24, 2015, 04:07:55 PM
Last edit: June 25, 2015, 05:54:08 PM by extro24
 #1570

It would be very interesting if the Datacoin Browser had an EDIT facility, where a transaction could be indicated as an "edit" of a previous transaction.  In that way the browser could show updated versions of transactions and their files.  Then the raw data on the blockchain could be shown as newspapers, tweets, social media posts etc.  All uncensorable.

This would effectively implement the "sidechains" that oocook5u talked about.

EDIT:  Oops, I see this is already part of the envelope rules (#4).


j0nn9
Full Member
***
Offline Offline

Activity: 177
Merit: 153


View Profile WWW
June 25, 2015, 09:00:32 PM
 #1571

It would be very interesting if the Datacoin Browser had an EDIT facility, where a transaction could be indicated as an "edit" of a previous transaction.  In that way the browser could show updated versions of transactions and their files.  Then the raw data on the blockchain could be shown as newspapers, tweets, social media posts etc.  All uncensorable.

This would effectively implement the "sidechains" that oocook5u talked about.

EDIT:  Oops, I see this is already part of the envelope rules (#4).



Yes, updates are already possible. Datacoin Browser currently shows the newest valid update if you request the original tx (or any tx in the update chain).

One of my planned features includes an history function.
Something like:
Code:
/dtc/lsrpc/listhistory/TXHASH
/dtc/lsrpc/gethistory/TXHASH

Which lets you access a specific update (or the original tx)

Gapcoin - The largest, decentralized prime gap search
carajillu
Hero Member
*****
Offline Offline

Activity: 577
Merit: 500


View Profile
June 28, 2015, 08:45:23 PM
 #1572

Hi guys, been out for a while but I'm back for the second BTC coming Smiley. Is mining DTC with CPU still feasible??
j0nn9
Full Member
***
Offline Offline

Activity: 177
Merit: 153


View Profile WWW
June 29, 2015, 11:48:51 PM
 #1573

Hi guys, been out for a while but I'm back for the second BTC coming Smiley. Is mining DTC with CPU still feasible??

It should be, difficult is still be around 9.3, but you have to go solo, since there are no more cpu pools available.

Gapcoin - The largest, decentralized prime gap search
derrend
Hero Member
*****
Offline Offline

Activity: 707
Merit: 505



View Profile WWW
June 30, 2015, 11:37:31 AM
 #1574

Hi guys, been out for a while but I'm back for the second BTC coming Smiley. Is mining DTC with CPU still feasible??
It should be, difficult is still be around 9.3, but you have to go solo, since there are no more cpu pools available.
Is CPU mining worth it though? i thought GPU mining was possible for dtc which is why i never bothered with my CPU or am i off base here?
j0nn9
Full Member
***
Offline Offline

Activity: 177
Merit: 153


View Profile WWW
June 30, 2015, 11:04:42 PM
 #1575

Hi guys, been out for a while but I'm back for the second BTC coming Smiley. Is mining DTC with CPU still feasible??
It should be, difficult is still be around 9.3, but you have to go solo, since there are no more cpu pools available.
Is CPU mining worth it though? i thought GPU mining was possible for dtc which is why i never bothered with my CPU or am i off base here?
GPU mining is possible for Datacoin, but the difficulty is still so low that you can make several Datacoins a day with a fast CPU.

Gapcoin - The largest, decentralized prime gap search
balu2
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


View Profile
July 02, 2015, 09:27:20 PM
 #1576

I've got quite a handsome bag of DTC to sell at 3000 satoshi. Message if interested. Accepting BTC, LTC, UNO in return.
MarcusDe
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
September 21, 2015, 04:29:00 PM
 #1577

Hi guys, been out for a while but I'm back for the second BTC coming Smiley. Is mining DTC with CPU still feasible??
It should be, difficult is still be around 9.3, but you have to go solo, since there are no more cpu pools available.
Is CPU mining worth it though? i thought GPU mining was possible for dtc which is why i never bothered with my CPU or am i off base here?
GPU mining is possible for Datacoin, but the difficulty is still so low that you can make several Datacoins a day with a fast CPU.

Working GPU pool for new radeon cards is here:

http://dtc.graymines.net/index.php?id=start

GameKyuubi
Sr. Member
****
Offline Offline

Activity: 253
Merit: 1413


DTCxNMC


View Profile
November 14, 2015, 09:44:12 AM
 #1578

I'd like to implement some DTC Android stuff but I'm not sure of the best way to get DTC functionality without downloading the whole blockchain.  Of course it could just connect to nodes running the full DTC wallet, but then how would Android clients get a list of nodes without relying on a centralized node?  Any ideas?

BTC: 15SLrNo6PKVfsH5JLtatJcVkSQXCk1LXyq
full stack Node
AtomSea
Full Member
***
Offline Offline

Activity: 143
Merit: 100


So sexy, it hurts.


View Profile
November 21, 2015, 01:42:06 PM
 #1579

Current nodes active:

218.24.154.38:4777
80.74.157.31:4777
144.76.123.194:4777
92.222.37.29:4777

Long live Datacoin!

Long live the Blockchains!


samsunk
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
November 21, 2015, 01:49:59 PM
 #1580

Current nodes active:

218.24.154.38:4777
80.74.157.31:4777
144.76.123.194:4777
92.222.37.29:4777

Long live Datacoin!

Long live the Blockchains!




Nice but any coder to takeover this coin - coins can't live without development

-samsunk
Pages: « 1 ... 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 [79] 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!