Bitcoin Forum
April 25, 2024, 09:25:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ... 76 »
  Print  
Author Topic: [ANN] Datacoin - Censorship-Free Data Storage  (Read 66642 times)
Robin37s
Member
**
Offline Offline

Activity: 124
Merit: 10


View Profile
September 21, 2017, 02:13:39 AM
 #21

the github says “This file may contain malware and the automatic download has been disabled”,and the file is too old now.i think new wallet may be needed

If you can tolerate the informality, I have an MXE cross-compiled Windows binary available. All I had time for was to check that it runs on a Windows 10 VM, mind you. And I couldn't manage to successfully compile the qrencode facility, so I had to disable it pro tem.

https://minkiz.co/noodlings/dtc/datacoin-qt.exe

Cheers

Graham


many thanks
1714037138
Hero Member
*
Offline Offline

Posts: 1714037138

View Profile Personal Message (Offline)

Ignore
1714037138
Reply with quote  #2

1714037138
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714037138
Hero Member
*
Offline Offline

Posts: 1714037138

View Profile Personal Message (Offline)

Ignore
1714037138
Reply with quote  #2

1714037138
Report to moderator
1714037138
Hero Member
*
Offline Offline

Posts: 1714037138

View Profile Personal Message (Offline)

Ignore
1714037138
Reply with quote  #2

1714037138
Report to moderator
1714037138
Hero Member
*
Offline Offline

Posts: 1714037138

View Profile Personal Message (Offline)

Ignore
1714037138
Reply with quote  #2

1714037138
Report to moderator
d3athgu1s3
Full Member
***
Offline Offline

Activity: 282
Merit: 100



View Profile
September 21, 2017, 02:35:39 AM
 #22

So, the Window wallet are not working at the moment? No connection.

mayAaron
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
September 21, 2017, 02:48:22 AM
 #23

What's the status of the coin at the moment? Is it in the trading platform or in the chips?
VersusGPU
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
September 21, 2017, 02:49:09 AM
 #24

dev, need more information about Coin Specs...
u90954321xian
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
September 21, 2017, 03:19:29 AM
 #25

Holding few coins from past few days
liaoguipan
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
September 21, 2017, 04:50:31 AM
 #26

node
addnode=139.162.210.78:59214
addnode=80.74.157.31:4777
addnode=189.204.97.50:59929
addnode=92.222.37.29:4777
addnode=[2001:41d0:52:100::100a]:41594
addnode=125.215.137.66:56449
addnode=148.251.2.141:59155
addnode=[2a01:4f8:201:528c::2]:45012
addnode=89.76.250.116:4777
addnode=105.225.233.18:59384
addnode=51.254.45.117:59352
addnode=91.214.79.144:61552
addnode=[2a02:c207:2010:6375::1]:4777
addnode=173.212.216.105:4777
addnode=213.136.91.42:42222
addnode=88.98.87.243:50416
addnode=195.128.79.121:61662
addnode=109.93.169.235:59902
addnode=104.236.250.232:4777
addnode=139.59.84.79:34825
addnode=5.8.126.127:55578
addnode=143.159.57.97:60225
addnode=13.92.139.20:58006
addnode=82.36.172.103:50547
addnode=76.16.12.81:34848
addnode=169.0.115.16:4777
addnode=105.233.47.142:54502
addnode=95.22.70.212:59715
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
September 21, 2017, 08:38:49 AM
 #27

How to mining using CPU?

Open the console/debug window, type setgenerate true <n> into the box where <n> the number of threads/cores you wish to dedicate. The console window also knows help as a  command. setgenerate false stops all processes dedicated to “mining” (actually, prime number generation in Datacoin's case).

Cheers

Graham
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
September 21, 2017, 09:03:37 AM
Last edit: September 21, 2017, 04:14:35 PM by gjhiggins
 #28

Traded datacoin back in the day, one of my first altcoins.

There are no new clients yet, correct?

Correct. There is a construction site on https://github.com/gjhiggins/datacoin/commits/datacoin-hp14 but the code won't yet compile, let alone run. The codebase in a “jig”, being painstakingly cross-matched, difference by difference, resolving each one in favour of the to-be-upgraded version, where the difference isn't one of definition e.g. adjusting the Datacoin code to use the new CAmount object instead of the native uint64_t (not actually an example, just imitation CBabble) while paying special attention to preserving the prime-sieving math routines that basically define Datacoin - and then working out how to best refactor them to fit the new codebase.

It's speculative work and there's no guarantee of success (but then again, the latter is a general condition imposed on us all by the space-time continuum in which we exist so it isn't saying anything that you don't already know, deep in your bones).

Cheers

Graham

P.S. I've actually taken a temporary step “backwards” into the test directory. Looks like the code's never been changed from the Primecoin original, so the first thing I've done is adjust the base58 key fixture generation so that the code is being tested against Datacoin addresses and priv/pub keys. I'll be pushing those commits up the line as I finish them. I'll add a Travis CI config file and trigger its continuous test facility --- tests are automatically run after any new commit to the repos.

Edit - updated link to be more specific and link directly to the separate branch in which the “construction site” is lodged
Ilmiyati
Full Member
***
Offline Offline

Activity: 490
Merit: 100



View Profile
September 21, 2017, 10:05:08 AM
 #29

looks good, a very good idea, not a bad idea to join soon, but I will continue to see the progress of this project before deciding to join, good luck with your project
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
September 21, 2017, 04:41:15 PM
 #30

Having just had to talk down extro24 off've the ceiling ...

What's in my repository in the master branch is a straightforward clone of the foo1inge repos, with a few simple fixes so that it will compile on modern OSes. Any talk of a “new client” is misleading.

It's not new, it's the old client that was working, is still working but which we can now compile fresh versions of, which we couldn't before because the codebase had aged in comparison to the OS that host it and the libraries which give it its functionality.

Those libraries have been developed further since Datacoin was launched but the codebase hasn't been kept up to date with those developments. In particular, an infelicity in the boost 1.68 library causes the compiler to reject a line of code in rpcrawtransaction.cpp, causing the compilation to fail.

Elsewhere, developments in C++ have obsoleted the old C99 PRI* macros used for marshalling data into print routines, depending which distro you're using, it's  deprecated and results in a wall of compilation warnings that can dangerously obscure other, more important compilation warnings such as the deprecation of auto_ptr, so it's worth a s/"PRI/" PRI/g to get rid of them.

The “proper” fix is removing them entirely, C++ has acquired the ability to handle them directly so strprintf("database.%" PRI64d ".bak", GetTime()); becomes just strprintf("database.%d.bak", GetTime());. This work will take place in a separate branch, to be subsequently integrated into the master branch.

On OS X Sierra (or, more accurately XCode > 7 iirc) and very recent Linux distros, the C99 PRI macro and auto_ptr uses are no longer deprecated, they are now compilation-stoppers.

Aaanyway, none of this is profound, afaik they're all trivial from a software engineering perspective and have all been addressed in a single commit, so that everyone can see what I done and, if they have objections, can voice them:

https://github.com/gjhiggins/datacoin/commit/1ff346f1d1dea96b3885063490c2d134889f045d

or even clone the repos, make their own candidate changes (community acceptance is the final arbiter) and issue Pull Requests to have the changes integrated into the master branch (generally the branch where all the agreed-as-successful development work ends up).

Periodically, when things are quiet and it's a suitable phase change point, a “release” can be cut, i.e. the current master branch gets copied into to a “release” branch and its availability advertised. Work on the “master” branch continues until the next phase change point is reached and another release cut,

Feel free to get a Github a/c so you can raise issues and have input into any strategic or tactical discussions that take place.

So, the code in the “construction site” branch is in smithereens and is not the same as the code in the master branch and, as it logically has to be, the Windows binary is compiled from the master branch, as the code in the construction site branch will not yet compile at all.

With luck and a following wind (or more specifically, a re-install of brew) an OS X version of the not-new-at-all client will be available soon.

HTH

Cheers

Graham
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
September 22, 2017, 02:05:35 AM
 #31

With luck and a following wind (or more specifically, a re-install of brew) an OS X version of the not-new-at-all client will be available soon.

Again, more informality to be tolerated, an OS X binary of the not-new-client is available on https://minkiz.co/noodlings/dtc/Datacoin-Qt.dmg

When I cut a release, I'll re-mill the binaries and make them downloadable from the Github repos.

Cheers

Graham
silklich
Full Member
***
Offline Offline

Activity: 394
Merit: 100

i like Phore


View Profile
September 22, 2017, 02:25:04 AM
 #32

Hi dev!
i started dtcclient_v10.0beta on gtx1080.
but i got error "OpenCL error: -42 at /HDD/build/projects/xpmclient/xpmclient/xpmclient.cpp:1063"
How can i solve it?
thanks

oh i got work @dtcclient_v10.1beta!
thanks

extro24 (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 252


View Profile
September 25, 2017, 08:04:07 PM
 #33

With luck and a following wind (or more specifically, a re-install of brew) an OS X version of the not-new-at-all client will be available soon.

Again, more informality to be tolerated, an OS X binary of the not-new-client is available on https://minkiz.co/noodlings/dtc/Datacoin-Qt.dmg

When I cut a release, I'll re-mill the binaries and make them downloadable from the Github repos.

Cheers

Graham

Thank you Graham.  I put it on our list of clients.

As an aside, we now have 1288 Twitter followers. I think we are getting somewhere.

samantadegrenet
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile
September 25, 2017, 08:10:07 PM
 #34

How to mining using CPU?
dont think you can mine with cpu is an old coin rebranded! look interesting project anyway!
muf18
Sr. Member
****
Offline Offline

Activity: 882
Merit: 310


View Profile
September 25, 2017, 09:27:30 PM
 #35

With luck and a following wind (or more specifically, a re-install of brew) an OS X version of the not-new-at-all client will be available soon.

Again, more informality to be tolerated, an OS X binary of the not-new-client is available on https://minkiz.co/noodlings/dtc/Datacoin-Qt.dmg

When I cut a release, I'll re-mill the binaries and make them downloadable from the Github repos.

Cheers

Graham

Thank you Graham.  I put it on our list of clients.

As an aside, we now have 1288 Twitter followers. I think we are getting somewhere.

After spammy follows you achieved it Wink.
5000 follows, I don't know how you managed to do it...
extro24 (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 252


View Profile
September 26, 2017, 09:36:42 AM
Last edit: September 26, 2017, 01:06:19 PM by extro24
 #36

muf18 that was 5001 followings.  Amazing what your fingers can do if you are motivated.
Twitter stopped me from following any more.  I wanted to go up to 10 000.  But what is interesting is that the number of followers are now going up nicely by themselves.   I think we will hit 2000 followers by next week.

Nearly all those followers are crypto people or finance people.  I avoided the followme/followback crowd, although one or two did creep in.

For Slimcoin I suggest you start following.  And do automated tweeting - it helps a lot.

extro24 (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 252


View Profile
September 27, 2017, 02:07:26 PM
 #37

Atomic Swaps

I was fascinated to see that the atomic swaps between Bitcoin, Litecoin and Decred involves only Script (a derivative of Forth).  No SegWit or Lightning is needed.  "btcatomicswap", "ltcatomicswap" and "dcratomicswap" have been created.  See https://github.com/decred/atomicswap/
Datacoin (and Primecoin) still has Script, so in principle it should be possible to create a "dtcatomicswap" tool.  This is interesting, because it would mean we could do atomic swaps between BTC, LTC, DCR and DTC.


MarcusDe
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
September 28, 2017, 12:17:49 AM
 #38

Hi dev!
i started dtcclient_v10.0beta on gtx1080.
but i got error "OpenCL error: -42 at /HDD/build/projects/xpmclient/xpmclient/xpmclient.cpp:1063"
How can i solve it?
thanks

oh i got work @dtcclient_v10.1beta!
thanks

For next readers:
For Pascal cards best use 10.1 version.
For older AMD cards older versions seem to give better CPD.

Gl & hf

extro24 (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 252


View Profile
September 28, 2017, 02:59:59 PM
Last edit: September 29, 2017, 02:52:39 PM by extro24
 #39

Rare Pepe

I am trying to wrap my head around the Rare Pepe cards meme and it seems to me the idea is also applicable to Datacoin.  We have a data field of 128kB and an asset can be associated with a particular transaction. That asset can then be sent to a new address with the Datacoin.  So we should be able to create Rare Pepe cards (size 128kB) on Datacoin?

I uploaded a Pepe image I got on the internet on Bytestamp here: txid: 2e73abc7d24f1a042abc2e7c7114a9b0b12ab4b2765e8ba3036a790ef9ee26af

Bytestamp now lists it as Und App.  I need the picture to be shown (it is a jpg).  Will it be visible in Bitfossil?  I understand that if I send those coins to a new address the image will also be transferred.

Any thoughts/questions/rebukes are most welcome.

-extro






Chicago
Sr. Member
****
Offline Offline

Activity: 592
Merit: 259


View Profile
September 30, 2017, 02:07:55 AM
 #40

So, the Window wallet are not working at the moment? No connection.

Hello d3athgu1s3,

    There is a new release-candidate which needs to be tested and should work for you on windows.
    It is able to find the swarm immediately and can get > 8 connections pretty quickly.

    I'm not going to publish the URL here until I've had some confirmation about all the things working as expected.

    The URLs were shared with extro24 and gjhiggins about 24 hours ago or so.
    The plan with the new release candidate is to sync the whole chain using it on Linux/Windows/macOS and then start mining with it and conduct some transactions.
    Since syncing the chain from scratch takes a few days; this is a bit of a sit-and-wait exercise.

    Although, if you're interested in joining us in testing, just send a PM to extro24, gjhiggins or I and we'll link you to the release-candidate Windows installer.
    If you feel like testing on the other two platforms as well, that would be awesome.

Best Regards,
-Chicago
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ... 76 »
  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!