Search content
Sort by

Showing 20 of 247 results by GameKyuubi
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Datacoin - Censorship-Free Data Storage
by
GameKyuubi
on 10/01/2020, 01:07:58 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Datacoin - Censorship-Free Data Storage
by
GameKyuubi
on 24/10/2019, 04:51:11 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Datacoin - Censorship-Free Data Storage
by
GameKyuubi
on 20/07/2019, 20:15:00 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Datacoin - Censorship-Free Data Storage
by
GameKyuubi
on 19/07/2019, 23:27:27 UTC
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'
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Datacoin - Censorship-Free Data Storage
by
GameKyuubi
on 19/07/2019, 03:44:08 UTC
@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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Datacoin - Censorship-Free Data Storage
by
GameKyuubi
on 15/07/2019, 23:05:27 UTC
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'
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Datacoin - Censorship-Free Data Storage
by
GameKyuubi
on 15/07/2019, 07:47:33 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Datacoin - Censorship-Free Data Storage
by
GameKyuubi
on 13/07/2019, 05:58:56 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Datacoin - Censorship-Free Data Storage
by
GameKyuubi
on 11/07/2019, 19:17:45 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Datacoin - Censorship-Free Data Storage
by
GameKyuubi
on 28/06/2019, 23:56:46 UTC
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?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Datacoin - Censorship-Free Data Storage
by
GameKyuubi
on 19/06/2019, 03:06:59 UTC

Agreed.  I am actively buying.

-extro

 Cool

Are there any successful recent examples of hosting a website on DTC blockchain?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Datacoin - Censorship-Free Data Storage
by
GameKyuubi
on 18/10/2018, 01:45:42 UTC
Post
Topic
Board Announcements (Altcoins)
Merits 1 from 1 user
Re: [ANN] Datacoin - Censorship-Free Data Storage
by
GameKyuubi
on 17/04/2018, 07:46:35 UTC
⭐ Merited by Rumhurius (1)
Are there any current tutorials for gpu mining on Linux?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Datacoin - DTC]2017 New Clients, New Developers
by
GameKyuubi
on 17/03/2018, 19:40:30 UTC
Does Apertus work for Linux yet?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Datacoin - DTC]2017 New Clients, New Developers
by
GameKyuubi
on 10/12/2017, 14:01:06 UTC
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..
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Datacoin - DTC]2017 New Clients, New Developers
by
GameKyuubi
on 21/11/2017, 19:09:54 UTC
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!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Datacoin - DTC]2017 New Clients, New Developers
by
GameKyuubi
on 19/10/2017, 20:08:54 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Datacoin - DTC]2017 New Clients, New Developers
by
GameKyuubi
on 19/10/2017, 02:39:58 UTC
What's the most active branch/fork of the DTC repo?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Datacoin - DTC]2017 New Clients, New Developers
by
GameKyuubi
on 09/10/2017, 18:56:14 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN] [TESTNET] Infocoin | Uncensorable Data in the Blockchain
by
GameKyuubi
on 26/08/2017, 08:25:26 UTC
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.