Bitcoin Forum
April 23, 2024, 03:00:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 53 54 55 56 57 58 59 60 61 62 63 64 65 [66] 67 68 69 70 71 72 73 74 75 76 »
  Print  
Author Topic: [ANN] Datacoin - Censorship-Free Data Storage  (Read 66642 times)
Chicago
Sr. Member
****
Offline Offline

Activity: 592
Merit: 259


View Profile
April 18, 2020, 03:38:52 PM
 #1301

If no one wants to close the pools and help lower the diff, perhaps the only other option is to hardfork....have to say that most coins i see hardfork, usually die quite soon afterwards thou, so thats not an option i would vote for....

The development agenda does include activating protocol which was never enabled for us during the upgrade from 0.8 to 0.16.

I've spoken briefly about it in the past.


We can simply build clients with updated chain parameters (in source) and require miners to eventually create blocks in the new format (the regular upgrade process we skipped which uses IsSuperMajority and BIP 9 deployment).

This is at a standstill right now and has been for me ever since the 0.16 code failed to run and mine for the testnet.
1713884456
Hero Member
*
Offline Offline

Posts: 1713884456

View Profile Personal Message (Offline)

Ignore
1713884456
Reply with quote  #2

1713884456
Report to moderator
1713884456
Hero Member
*
Offline Offline

Posts: 1713884456

View Profile Personal Message (Offline)

Ignore
1713884456
Reply with quote  #2

1713884456
Report to moderator
1713884456
Hero Member
*
Offline Offline

Posts: 1713884456

View Profile Personal Message (Offline)

Ignore
1713884456
Reply with quote  #2

1713884456
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713884456
Hero Member
*
Offline Offline

Posts: 1713884456

View Profile Personal Message (Offline)

Ignore
1713884456
Reply with quote  #2

1713884456
Report to moderator
1713884456
Hero Member
*
Offline Offline

Posts: 1713884456

View Profile Personal Message (Offline)

Ignore
1713884456
Reply with quote  #2

1713884456
Report to moderator
1713884456
Hero Member
*
Offline Offline

Posts: 1713884456

View Profile Personal Message (Offline)

Ignore
1713884456
Reply with quote  #2

1713884456
Report to moderator
extro1
Jr. Member
*
Offline Offline

Activity: 48
Merit: 4


View Profile
April 22, 2020, 10:11:54 AM
 #1302

Does anybody know why the 0.16 testnet failed to mine?

-extro
minerja
Sr. Member
****
Online Online

Activity: 1248
Merit: 297


View Profile
April 22, 2020, 11:11:13 AM
 #1303

Does anybody know why the 0.16 testnet failed to mine?

-extro

Can't help you, i can#t even get in to compile.
Tried ubuntu 16/18, and Mint 19

J
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
April 22, 2020, 12:31:22 PM
 #1304

Does anybody know why the 0.16 testnet failed to mine?

-extro
Can't help you, i can#t even get in to compile.
Tried ubuntu 16/18, and Mint 19

For Ubuntu 18/Mint 19, if you're working from a clone of https://github.com/datacoinproject/datacoin.git, you'll need:
Code:
pushd ./src/madpool
protoc --cpp_out=. protocol.proto
mv ./protocol.pb.cc ./protocol.pb.cpp
popd

I guess I could update the repos if we can assume that everyone's compiling with modern Linux distros.

Cheers

Graham
sampei7777
Member
**
Offline Offline

Activity: 92
Merit: 18


View Profile WWW
April 26, 2020, 05:22:53 PM
 #1305


Thank you for all your hard work!  I look forward to testing your new wallet.

-extro

Hi everyone.

You can download the software here:

https://blockchain.bytestamp.net

Any tip is appreciated

Thank you

Thanks

ByteStamp
mafia
Hero Member
*****
Offline Offline

Activity: 641
Merit: 500


View Profile
April 26, 2020, 09:25:32 PM
 #1306

Where can I get the windows compiled version of the Datacoin Core 0.16.3 wallet? I am happy to compile on Ubuntu and help with testing, if required

is using wallet v0.8.6.0 still ok?
DataSea
Copper Member
Jr. Member
*
Offline Offline

Activity: 100
Merit: 1


View Profile WWW
May 19, 2020, 01:27:21 AM
 #1307

Where can I get the windows compiled version of the Datacoin Core 0.16.3 wallet? I am happy to compile on Ubuntu and help with testing, if required

is using wallet v0.8.6.0 still ok?

Hi Mafia!


Have you been helped?

The most recent builds I personally run are the following:

Source code DTC 0.15.99-08: https://yadi.sk/d/nA7f5cWr3VSYDf
Windows binaries 0.15.99-08: https://yadi.sk/d/eu7rJ9EN3VSYBF

The main sight has this:
https://github.com/datacoinproject/datacoin/releases/tag/v0.16.3

Does anyone else have anything more recent or better?


Many thanks all!
AtomSea -- DataSea

Free Datacoin available for development -- just ask!
https://github.com/HugPuddle/Apertus is looking for developers to create the best Datacoin and blockchain data entering/reading program
MarcusDe
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
May 28, 2020, 04:47:00 PM
Last edit: June 06, 2020, 06:51:34 PM by MarcusDe
 #1308

Hi,

Guys, are you able to compile with Ubuntu 18?

I needed to upgrade pool machine from 16 -> 18 and with new openssl there are serious problems with compile:

Code:
In file included from main.h:10:0,
                 from checkpoints.cpp:11:
bignum.h:51:24: error: invalid use of incomplete type ‘BIGNUM {aka struct bignum_st}’
 class CBigNum : public BIGNUM
                        ^~~~~~
In file included from /usr/include/openssl/bn.h:19:0,
                 from bignum.h:10,
                 from main.h:10,
                 from checkpoints.cpp:11:
/usr/include/openssl/ossl_typ.h:80:16: note: forward declaration of ‘BIGNUM {aka struct bignum_st}’
 typedef struct bignum_st BIGNUM;
                ^~~~~~~~~
In file included from main.h:10:0,
                 from checkpoints.cpp:11:
bignum.h: In constructor ‘CBigNum::CBigNum()’:
bignum.h:56:9: error: ‘BN_init’ was not declared in this scope
         BN_init(this);
         ^~~~~~~
bignum.h:56:9: note: suggested alternative: ‘zmq_init’
         BN_init(this);
         ^~~~~~~
         zmq_init
bignum.h: In copy constructor ‘CBigNum::CBigNum(const CBigNum&)’:
bignum.h:61:9: error: ‘BN_init’ was not declared in this scope
         BN_init(this);
         ^~~~~~~


and many more.

edit:
well, doesn't matter atm.
dtc.graymines.net pool is back to help DTC network ;-)



DataSea
Copper Member
Jr. Member
*
Offline Offline

Activity: 100
Merit: 1


View Profile WWW
June 07, 2020, 07:38:12 PM
 #1309


dtc.graymines.net pool is back to help DTC network ;-)



Thank you for your work MarcusDe!


Anyone able to help with his question?



Free Datacoin available for development -- just ask!
https://github.com/HugPuddle/Apertus is looking for developers to create the best Datacoin and blockchain data entering/reading program
extro1
Jr. Member
*
Offline Offline

Activity: 48
Merit: 4


View Profile
June 18, 2020, 12:31:46 PM
 #1310

Transactions remaining unconfirmed?

I am using 0.15.99 but I am connected to 0.8.3???

-extro
hamburger
Full Member
***
Offline Offline

Activity: 241
Merit: 107



View Profile WWW
July 16, 2020, 06:32:59 AM
 #1311



Checkout the Datacoin (DTC) Source-Code Analysis at

https://coincode.sh/c/dtc/

Datacoin : DHZ6H91fsDoBHbdqED3ysCJJ2TUh3zRMZD
Krugercoin : Yz3A9sTMp2yh5QLuAL8YQyvS5PdjHRHkkf
hamburger
Full Member
***
Offline Offline

Activity: 241
Merit: 107



View Profile WWW
July 24, 2020, 07:09:08 AM
 #1312

Good Morning,

Have anyone compiled Datacoin v0.16.3 on Ubuntu 20.04 successfully?

It seems like I have all the dependencies installed to compile the four executable files for Datacoin v0.16.3. I received no warnings or errors after make and is now waiting for make clean to complete before I will be able to test.

Will let you know if all went well later today.

Tnx,

H

Datacoin : DHZ6H91fsDoBHbdqED3ysCJJ2TUh3zRMZD
Krugercoin : Yz3A9sTMp2yh5QLuAL8YQyvS5PdjHRHkkf
hamburger
Full Member
***
Offline Offline

Activity: 241
Merit: 107



View Profile WWW
July 25, 2020, 08:39:41 PM
 #1313

Hi,

Compiled Datacoin v0.16.3 on Ubuntu 20.04 successfully and will now attempt a cross compilation for windows.

Notes;

Berkeley DB4 will produce an error.
Compile with --with-incompatible-bdb to make use of Berkeley 5.3.28 (September 9, 2013).
Madpool fix still required for compiling.
Instal QT5 to produce a GUI.
Tnx to gjhiggins for removing the warning notification when accessing the in wallet Blockchain.

Will keep you posted on the progress.

Thx,

H

Datacoin : DHZ6H91fsDoBHbdqED3ysCJJ2TUh3zRMZD
Krugercoin : Yz3A9sTMp2yh5QLuAL8YQyvS5PdjHRHkkf
hamburger
Full Member
***
Offline Offline

Activity: 241
Merit: 107



View Profile WWW
July 26, 2020, 08:43:01 PM
 #1314

Hi,

 Wink Datacoin 16.3 wallet receive transferred funds from any other client tried.

 Angry Datacoin 16.3 wallet sending funds does not work.

 Grin Any one running Datacoin 16.3 and have a balance available - please send some DTC to dEnvzaRgyPtR2mZLPwTwN7LgpasN9rJ42H and post the amount and address here for a refund. Add your Datacoin 16.3 ip here to see if these clients want to speak to each other.

 Angry Windows Binaries put on ice until sending can be sorted out.

Tnx,

H


Datacoin : DHZ6H91fsDoBHbdqED3ysCJJ2TUh3zRMZD
Krugercoin : Yz3A9sTMp2yh5QLuAL8YQyvS5PdjHRHkkf
hamburger
Full Member
***
Offline Offline

Activity: 241
Merit: 107



View Profile WWW
August 06, 2020, 08:49:49 PM
Last edit: August 06, 2020, 09:19:54 PM by hamburger
Merited by xandry (2)
 #1315

Hi,

Successfully Cross Compiled Datacoin v0.16.3.0-74075b1f3-dirty Windows Binaries on Ubuntu 18.04

Notes;

Patch file for czmq and mingw32 required to cross compile.
Compile with --with-incompatible-bdb and --with-gui=yes

Running -reindex now and then tests will begin between wallets and previous wallets - let me know if you want to be part of this.

Will keep you posted on the progress.

Download of the Windows Binaries v0.16.3.0 - https://www.datacoin.tk/source/?dir=v0.16.3.0

Thx,

H

Datacoin : DHZ6H91fsDoBHbdqED3ysCJJ2TUh3zRMZD
Krugercoin : Yz3A9sTMp2yh5QLuAL8YQyvS5PdjHRHkkf
minerja
Sr. Member
****
Online Online

Activity: 1248
Merit: 297


View Profile
August 07, 2020, 11:00:57 AM
Last edit: August 07, 2020, 12:41:34 PM by minerja
 #1316

Hi,

Successfully Cross Compiled Datacoin v0.16.3.0-74075b1f3-dirty Windows Binaries on Ubuntu 18.04

Notes;

Patch file for czmq and mingw32 required to cross compile.
Compile with --with-incompatible-bdb and --with-gui=yes

Running -reindex now and then tests will begin between wallets and previous wallets - let me know if you want to be part of this.

Will keep you posted on the progress.

Download of the Windows Binaries v0.16.3.0 - https://www.datacoin.tk/source/?dir=v0.16.3.0

Thx,

H

Just trying it too.
Ryzen 1800x, Crucial ssd, 16GB, says at least 12 hours to resync.....WTF ! Smiley
Will see how it goes.

Update, nearly 2 hours gone by and now says 3 days time to complete.....i think THE biggest upgade anyone can make to this wallet is the syncing, it IS, and always has been crap !!!
Seriously, i can download a new Litecoin wallet, and the whole blockchain)or do i full resync) in less than 7 hours, and thats with  hdd, not an ssd...poor form
DataSea
Copper Member
Jr. Member
*
Offline Offline

Activity: 100
Merit: 1


View Profile WWW
August 08, 2020, 07:02:02 PM
 #1317

Hi Team!

I spun up a VM to help test Datacoin v0.16.3.0-74075b1f3-dirty Windows -- it's currently syncing.
Not enough information yet from it to comment on anything -- will run some tests when it syncs.

In regards to speed, were the improvements from 0.15.99-08 incorporated?
The speed of that build was incredible and was under 12 hours to sync or rebuild -- I use that build on my production computers.

I'm here to help as best I can!

DataSea




Hi,

Successfully Cross Compiled Datacoin v0.16.3.0-74075b1f3-dirty Windows Binaries on Ubuntu 18.04

Notes;

Patch file for czmq and mingw32 required to cross compile.
Compile with --with-incompatible-bdb and --with-gui=yes

Running -reindex now and then tests will begin between wallets and previous wallets - let me know if you want to be part of this.

Will keep you posted on the progress.

Download of the Windows Binaries v0.16.3.0 - https://www.datacoin.tk/source/?dir=v0.16.3.0

Thx,

H

Just trying it too.
Ryzen 1800x, Crucial ssd, 16GB, says at least 12 hours to resync.....WTF ! Smiley
Will see how it goes.

Update, nearly 2 hours gone by and now says 3 days time to complete.....i think THE biggest upgade anyone can make to this wallet is the syncing, it IS, and always has been crap !!!
Seriously, i can download a new Litecoin wallet, and the whole blockchain)or do i full resync) in less than 7 hours, and thats with  hdd, not an ssd...poor form


Free Datacoin available for development -- just ask!
https://github.com/HugPuddle/Apertus is looking for developers to create the best Datacoin and blockchain data entering/reading program
DataSea
Copper Member
Jr. Member
*
Offline Offline

Activity: 100
Merit: 1


View Profile WWW
August 09, 2020, 08:04:46 PM
 #1318

Hi Team!

The first test of Datacoin v0.16.3.0-74075b1f3-dirty Windows is complete.

The sync took 9 hours from beginning to end on a duocore Intell XeonR CPU E5-2673 v4 @ 2.3GHz with 4 GB RAM.

That's inline with 15.9, and perhaps even a bit better Smiley

The start was shaky, header sync stalled 4 times and I had to restart the instance.


Log below:

6:40 found 2 nodes within a minute in all cases

6:45 syncing headers to 22.6% quickly, stopped (no spike in cpu or ram, connections were there)
 
7:04 restarted dc and it went to 22.9 but immediately stopped syncing headers

7:10 restarted, went to 23.1 and stopped syncing headers

7:14 restarted
went solid to 87% header sync then cpu spiked and it powered through to 100 sync all headers at 7:48

7:48 all headers synced -- block now syncing with network, wallet estimates 15 hrs.
still synced to 2 peers.

8/9/20
12:19am
now has 4 peers

2:48
90% progress
 
3:45 fully synced at 1.8 gig ram.
shut down wallet and restarted (per best practice after a full sync).
ram now at 1.2 ram


IP of the test wallet is 40.87.106.229

Tests will continue!

Great work Hamburger -- let me know how I can be of continued help Smiley

Kind Regards,
DataSea

Free Datacoin available for development -- just ask!
https://github.com/HugPuddle/Apertus is looking for developers to create the best Datacoin and blockchain data entering/reading program
DataSea
Copper Member
Jr. Member
*
Offline Offline

Activity: 100
Merit: 1


View Profile WWW
August 10, 2020, 05:17:31 AM
 #1319

Hi Hamburger,

2.2 DTC to your addy

Date: 8/10/2020 05:09
To: dEnvzaRgyPtR2mZLPwTwN7LgpasN9rJ42H
Debit: -2.20000000 DTC
Transaction fee: -0.05000000 DTC
Net amount: -2.25000000 DTC
Transaction ID: 05943dd758a5181c30add2981ac8f76fbb91eafab9fa3b03ff7e81706fbc5552

using
Datacoin Core version v0.16.3.0-74075b1f3-dirty (64-bit)

Let me know how I can be of greater assistance!

Kind Regards,
DataSea


Hi,

...

 Grin Any one running Datacoin 16.3 and have a balance available - please send some DTC to dEnvzaRgyPtR2mZLPwTwN7LgpasN9rJ42H and post the amount and address here for a refund. Add your Datacoin 16.3 ip here to see if these clients want to speak to each other.
...

Tnx,

H



Free Datacoin available for development -- just ask!
https://github.com/HugPuddle/Apertus is looking for developers to create the best Datacoin and blockchain data entering/reading program
DataSea
Copper Member
Jr. Member
*
Offline Offline

Activity: 100
Merit: 1


View Profile WWW
August 10, 2020, 05:53:42 AM
 #1320

Hi Hamburger,

2.2 DTC to your addy

Date: 8/10/2020 05:09
To: dEnvzaRgyPtR2mZLPwTwN7LgpasN9rJ42H
Debit: -2.20000000 DTC
Transaction fee: -0.05000000 DTC
Net amount: -2.25000000 DTC
Transaction ID: 05943dd758a5181c30add2981ac8f76fbb91eafab9fa3b03ff7e81706fbc5552

using
Datacoin Core version v0.16.3.0-74075b1f3-dirty (64-bit)

Address test a receive from my end is
dYqvLT145uPobGd7r54inWkG7h1MbpXp5c

Let me know how I can be of greater assistance!

Kind Regards,
DataSea


Hi,

...

 Grin Any one running Datacoin 16.3 and have a balance available - please send some DTC to dEnvzaRgyPtR2mZLPwTwN7LgpasN9rJ42H and post the amount and address here for a refund. Add your Datacoin 16.3 ip here to see if these clients want to speak to each other.
...

Tnx,

H



Free Datacoin available for development -- just ask!
https://github.com/HugPuddle/Apertus is looking for developers to create the best Datacoin and blockchain data entering/reading program
Pages: « 1 ... 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 53 54 55 56 57 58 59 60 61 62 63 64 65 [66] 67 68 69 70 71 72 73 74 75 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!