Bitcoin Forum
May 26, 2024, 03:19:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Datacoin - Censorship-Free Data Storage on: January 10, 2020, 01:07:58 AM
Renewed http://www.datacoininfo.org for another year.

If anyone would like to go through the site with me to remove dead links / update content and add new links then PM me and we will get it sorted.

👏 I'm down
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Datacoin - Censorship-Free Data Storage on: October 24, 2019, 04:51:11 AM
The Apertus.io browser is able to serve up websites that have been stored on the Datacoin blockchain.  It is also able to browse the rest of the Internet.

In a sense then Datacoin already has a DNS system embedded in and interpreted by the Apertus browser.   Both the browser and the coin can be run independantly of ICANN, so when these two pieces of software work together we already have websites that cannot be seized, controlled or shut down.

It would be nice indeed if there was broader adoption of the Apertus.io browser.  A version cross compiled for Linux and Mac would also be nice.

-extro

Excellent.  Yes, it seems Apertus relying on IE frames to do the browsing is what's causing most of the incompatibility with other platforms.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Datacoin - Censorship-Free Data Storage on: July 20, 2019, 08:15:00 PM
on Linux systems, you need to install another system library - sudo apt install libczmq-dev. (IIRC, to get this to work on Mint, I first had to correct a dependency mismatch, had to uninstall libczmq and allow apt to install both libczmq4 and libczmq-dev, YMMV).

Mileage is definitely varying lol.  I've been looking for other czmq libraries for Arch but I can't find anything else in the repos:

https://www.archlinux.org/packages/?sort=&q=zmq&maintainer=&flagged=
https://aur-dev.archlinux.org/packages/?O=0&SeB=nd&K=czmq&outdated=&SB=n&SO=a&PP=50&do_Search=Go


Extro's quoted configuration seems to have worked (after removing -levent_pthreads).  I'll update in a bit.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Datacoin - Censorship-Free Data Storage on: July 19, 2019, 11:27:27 PM
I had berkeleydb 4.8 installed but it turns out I had to remove -levent_pthreads.
So my configure command is now: ./configure --with-gui=yes CPPFLAGS="-fPIC" LIBS="-lgmp -lboost_timer -lprotobuf"

But now it seems I've got a problem with zmq?  I'm using zeromq-4.3.1-2

Code:
  CXXLD    datacoind
/usr/bin/ld: libdatacoin_server.a(libdatacoin_server_a-pool.o): in function `PrimeWorker::InvokeExitCheck(_zloop_t*, zmq_pollitem_t*, void*)':
~/source/datacoin-core/src/madpool/pool.cpp:124: undefined reference to `zmsg_recv'
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Datacoin - Censorship-Free Data Storage on: July 19, 2019, 03:44:08 AM
@extro can I ask, what are in these directories?  LDFLAGS="-L/home/veter/dbbin/lib/" CPPFLAGS="-fPIC -I/home/veter/dbbin/include/"  I'm trying to build my config command and I don't understand what these are referencing.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Datacoin - Censorship-Free Data Storage on: July 15, 2019, 11:05:27 PM
Huh.  Thought I had czmq installed but I didn't.  Currently fighting:
Code:
/usr/bin/ld: libdatacoin_server.a(libdatacoin_server_a-miner.o): in function `__gmp_expr<__mpz_struct [1], __mpz_struct [1]>::__gmp_expr()':
/usr/include/gmpxx.h:1488: undefined reference to `__gmpz_init'
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Datacoin - Censorship-Free Data Storage on: July 15, 2019, 07:47:33 AM
Having a bit of trouble with @gjhiggins' build.  Anyone get it running?  I'm getting pages of errors on the make step from madpool/protocol.pb.h and madpool/protocol.pb.cpp, starting with
Code:
CXX      madpool/libdatacoin_server_a-protocol.pb.o
In file included from madpool/protocol.pb.cpp:5:
madpool/protocol.pb.h:17:2: error: #error This file was generated by an older version of protoc which is
   17 | #error This file was generated by an older version of protoc which is
      |  ^~~~~
madpool/protocol.pb.h:18:2: error: #error incompatible with your Protocol Buffer headers. Please
   18 | #error incompatible with your Protocol Buffer headers.  Please
      |  ^~~~~
madpool/protocol.pb.h:19:2: error: #error regenerate this file with a newer version of protoc.
   19 | #error regenerate this file with a newer version of protoc.
      |  ^~~~~

Build process was:
Code:
$ ./autogen.sh
$ ./configure
$ make

I have libprotoc installed, version 3.7.0.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Datacoin - Censorship-Free Data Storage on: July 13, 2019, 05:58:56 AM
If the code is forked, it shares the cloneparent's history - and, rather importantly, can be upgraded from upstream contemporary changes.

Datacoin does its data biz by adding a data field to the standard transaction. Namecoin does its name biz by looking at OP_RETURN data. The two variants do not interact so might well co-exist, which lends some support for extro1's earlier conjecture as to the possibility of adding Namecoin domains to Datacoin.

 Cool Cool Cool
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Datacoin - Censorship-Free Data Storage on: July 11, 2019, 07:17:45 PM
Streamlined Datacoin Core 0.15.99:
https://github.com/gjhiggins/datacoin-core
-extro
It would seem necessary  to include here the same admonition as I made to extro1: "I'd be insane to even appear to be taking responsibility for its correct functioning." The code is in a personal repository and has not been released, so I repeat:  I'd be insane to even appear to be taking responsibility for its correct functioning..

Cheers

Graham


This said, would you mind doing a quick overview of your changes and where that puts us in terms of a roadmap, or at least your goals?  Could help others find a way to contribute Smiley  Could you identify any other prospective things the community could be doing to help?  Many of us want to help but since it's hard to keep track of where we're at and where we're going it's hard to tell what needs doing.  Cheesy

For example, is anyone here a mod/admin of /r/datacoin?  That sub could use some cleaning up.  I'd gladly mod it and do it myself.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Datacoin - Censorship-Free Data Storage on: June 28, 2019, 11:56:46 PM
Not that I know of.  What did you have in mind?

-extro

I was thinking something like Namecoin dns -> ?? (something to track DTC nodes?? maybe ETH contract??) -> Website data on DTC blockchain.  I've been trying to think of ways to leverage DTC lately and it seems like it could be used for a completely decentralized, completely anonymous website?
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Datacoin - Censorship-Free Data Storage on: June 19, 2019, 03:06:59 AM

Agreed.  I am actively buying.

-extro

 Cool

Are there any successful recent examples of hosting a website on DTC blockchain?
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Datacoin - Censorship-Free Data Storage on: October 18, 2018, 01:45:42 AM

Am I correct?


Makes sense to me.
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Datacoin - Censorship-Free Data Storage on: April 17, 2018, 07:46:35 AM
Are there any current tutorials for gpu mining on Linux?
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin - DTC]2017 New Clients, New Developers on: March 17, 2018, 07:40:30 PM
Does Apertus work for Linux yet?
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin - DTC]2017 New Clients, New Developers on: December 10, 2017, 02:01:06 PM
Hi guys,

How do you think, why should someone prefer Datacoin, if there are already Sia, Storj and (?) Filecoin probably? Could you please explain what are interesting things around DTC in technical aspect now?

Those coins are specifically set up as "coin drives".  That is not really what Datacoin is aiming for.  We are simply a coin with 128kB of data storage available in every transaction.  Users can make with that what they will.  In time many uses will be found for those 128kB.

-extro

Aren't transactions chainable into larger files?  Was that ever implemented?  I could have sworn I saw larger files on the DTC blockchain a long time ago..
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin - DTC]2017 New Clients, New Developers on: November 21, 2017, 07:09:54 PM
Nasdaq files patent on Digital Assets

I see Nasdaq filed a patent in May 2017 on digital assets and secure voting etc.  This is identical to the work done by Counterparty and Bytestamp.  It also overlaps what was done with Apertus.  They show no code, only concepts.  Counterparty, Bytestamp and Apertus have all shown real code with real use cases.

Here is an article:   https://cointelegraph.com/news/nasdaq-files-patent-for-blockchain-based-asset-ownership-data-storage-system

And here is the patent: http://appft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&Sect2=HITOFF&u=%2Fnetahtml%2FPTO%2Fsearch-adv.html&r=1&p=1&f=G&l=50&d=PG01&S1=20170330174.PGNR.&OS=dn/20170330174&RS=DN/20170330174

I honestly think this patent should be opposed.  This is an attempt to control work that other people have done and which is already in the public domain.

-extro

Wow that's pretty brazen.  There's no way they wouldn't already know about Counterparty at least, the fuckers.  Make sure this is posted in Counterparty slack!
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin - DTC]2017 New Clients, New Developers on: October 19, 2017, 08:08:54 PM
What's the most active branch/fork of the DTC repo?

Chicago's branch is the furthest in terms of development.  https://github.com/CoiningPress/datacoin
Currently for testing as Datacoin 0.8.6.


Wow those are some clean commits, me gusta.
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin - DTC]2017 New Clients, New Developers on: October 19, 2017, 02:39:58 AM
What's the most active branch/fork of the DTC repo?
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin - DTC]2017 New Clients, New Developers on: October 09, 2017, 06:56:14 PM
Hi Ben,

    Thanks for asking!

DEV, Datacoin have ICO?  Grin

    Do the next best thing, pickup some on BTCPOP before the few available at a low cost are all gone.

Best Regards,
-Chicago

Is BTCPOP legit?  It seems more like a loan site than an exchange and doesn't show exchange publicly which makes me skeptical.
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [TESTNET] Infocoin | Uncensorable Data in the Blockchain on: August 26, 2017, 08:25:26 AM
Datacoin already exists and is still alive in the shadows.  Maybe you should work with the Datacoin community?  There are still quite a few dedicated supporters remaining.
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!