Bitcoin Forum
April 25, 2024, 10:40:12 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 »
  Print  
Author Topic: [DGC] Digitalcoin 3.0 | Multi-algorithm, Improved Blockchain Storage | RELEASED!  (Read 85590 times)
lomtax
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
November 13, 2017, 10:37:38 AM
 #781

@DrSluice

Sounds like your git working tree is not up-to-date, i had this issue yesterday and i fixed it,  can you try the following lines ?

cd digitalcoin
git checkout .
git pull 
./configure
sudo make install
digitalcoin-qt

Is it ok now ?
1714041612
Hero Member
*
Offline Offline

Posts: 1714041612

View Profile Personal Message (Offline)

Ignore
1714041612
Reply with quote  #2

1714041612
Report to moderator
1714041612
Hero Member
*
Offline Offline

Posts: 1714041612

View Profile Personal Message (Offline)

Ignore
1714041612
Reply with quote  #2

1714041612
Report to moderator
1714041612
Hero Member
*
Offline Offline

Posts: 1714041612

View Profile Personal Message (Offline)

Ignore
1714041612
Reply with quote  #2

1714041612
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
DrSluice
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
November 13, 2017, 11:41:54 PM
 #782

Nada. The result of git pull is that it is already up to date and sudo make install stops with the exact same error message I posted previously.
Still stumped. Do you think I should  erase all traces of latest files and downloaded tarball and simply start from scratch. I'm willing to try, but not certain it is necessary.
Seems like I should be able to locate the source of the stumbling block, and move forward, but it is a mystery as to what the problem is. I already went through the list of
dependencies and feel pretty sure I have all the ducks in a row... still no quack! I sincerely appreciate all your help though. If you are not already, you should be working for customer service
at some big time exchange and making about five times whatever your current pay rate is. Just a thought. Grin
lomtax
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
November 14, 2017, 10:52:46 AM
 #783

Thanks ! If someone in a big exchange wants to hire me, he can feel free to ask me for an interview Smiley

About your issue, it's very strange because this error happen when the line 299 of rpcrawtransaction.cpp is:

const CScriptID& hash = boost::get<const CScriptID&>(address);

instand of :

const CScriptID& hash = boost::get<CScriptID>(address);

but you should aldready have this patch if you are up-to-date.
Maybe you can recheck you have this modification and do this :

make clean
./autogen.sh
./configure
sudo make install

If it stil not working you can restart from scratch and reclone the project from https://github.com/lomtax/digitalcoin.git
Just to know, what version of linux are you using ?

I've also integrated all the work from Baritus into this repo, special thanks to you Baritus, good work !
lomtax
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
November 16, 2017, 10:14:23 AM
 #784

Just a quick message to tell the community that a new version (4.0.1) is available for Windows.

This new version include :

   -All the previous work from Baritus.
   -No need to add the node list manually to synchronize.
   -A brand new design of the logo.
   -A cleaner GUI for the wallet, mainly inspired by the Bitcoin-core wallet new design.

The windows build can be found here : https://github.com/lomtax/digitalcoin/releases

Any suggestion about future features is welcome.
Any help from another dev is also very welcome Smiley
kadrit
Newbie
*
Offline Offline

Activity: 23
Merit: 7


View Profile
November 21, 2017, 10:23:28 AM
 #785

https://digitalcoindgc.slack.com   Decided to set up a slack channel if anyone cares to join.
lomtax
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
November 21, 2017, 06:04:16 PM
 #786

@kadrit
Good initiative! Can you send me an invitation please?
kadrit
Newbie
*
Offline Offline

Activity: 23
Merit: 7


View Profile
November 21, 2017, 07:19:45 PM
 #787

Im also planning on starting a discord channel here shortly.  As for now if anyone would like an invite to the slack channel feel free to pm me
kadrit
Newbie
*
Offline Offline

Activity: 23
Merit: 7


View Profile
November 21, 2017, 07:47:32 PM
 #788

https://discord.gg/UagVzAx   Discord is up and running
shiney!
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
November 22, 2017, 11:46:41 AM
 #789

Nice to see this coin hasn't been forgotten by all. Here's hoping it get's back up and running.
toogoodtobetrue
Member
**
Offline Offline

Activity: 179
Merit: 10


View Profile
November 23, 2017, 03:13:13 AM
 #790

Is DIGITALCOIN.X11 on Miningdutch the same this coin?

TOO GOOD TO BE TRUE.
kadrit
Newbie
*
Offline Offline

Activity: 23
Merit: 7


View Profile
November 23, 2017, 04:12:03 AM
 #791

Ill check for you real quick
kadrit
Newbie
*
Offline Offline

Activity: 23
Merit: 7


View Profile
November 23, 2017, 07:30:42 PM
 #792

It is the same coin @toogoodtobetrue
shiney!
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
November 24, 2017, 09:50:02 PM
 #793

On a mac (OS10.12.6) and got this message:

Quote
Digital-qt cannot be opened because of a problem.

Check with the developer to make sure digitalcoin-qt works with this version of macOS. You may need to reinstall the application. Be sure to install any available updates for the application and macOS.

Suggestions?  Smiley
lomtax
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
November 24, 2017, 11:02:03 PM
 #794

I know that some MacOS users experienced this issue with the last build and i'm working on this point.

So just wait, a better build will come Wink
mozerro
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
November 28, 2017, 12:54:10 AM
Last edit: November 28, 2017, 02:51:41 AM by mozerro
 #795

Hello dev,

Why DGC is underevevaluated  a lot of. More investment in developement and marketing can develop very quickly the project, following on Twitter, telegram forum, Facebook and other social media. Resurrection of this coin is widely possible with more imagination
shiney!
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
November 28, 2017, 05:18:17 AM
 #796

I know that some MacOS users experienced this issue with the last build and i'm working on this point.

So just wait, a better build will come Wink

Cheers mate.   Smiley
yeyicheng888
Member
**
Offline Offline

Activity: 350
Merit: 10


View Profile
November 28, 2017, 01:08:50 PM
 #797

DGC the code to see this kind of good ah, the original Chinese had an MLM money also abbreviated DGC, has run away,: -. The real DGC of this block chain has developed in general for the past few years, at least from the price trend. Undecided
crumparm
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
November 28, 2017, 07:57:04 PM
 #798

I look positively on this project. I will monitor the development of the situation.
kadrit
Newbie
*
Offline Offline

Activity: 23
Merit: 7


View Profile
November 29, 2017, 07:09:56 AM
 #799

@Crumparm  We have a discord server up and running if you would like to join. Here is a invite link to it https://discord.gg/UagVzAx
speedM
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
December 06, 2017, 09:31:41 AM
 #800

It seems to me or the digitalcoin is recovering. The price goes slowly and sure upward.Is some estimate of where to go with the price?
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 »
  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!