Pages:
Author

Topic: [ANN][DRK] DarkCoin | DarkSend Anonymous Technology Pre-Alpha Launch - page 4. (Read 20224 times)

full member
Activity: 280
Merit: 100
The Future Of Work
I know everyone is probably asleep right now, but I'm hoping someone can help.  I rebooted my ubuntu and I still cant apt-get anything.  I noticed this yesterday or something, I'd do a "sudo apt-get update" and there would be no output, just:

Reading package lists... Done

and very quickly, so I doubt it really did anything.  When ever I try to apt-get install anything, it tells me it can't find the repositories.  Has anyone ever had such a problem?  I can't imagine how I broke this!  Ugh!

Thanks for any help Smiley

full member
Activity: 280
Merit: 100
The Future Of Work
ugh, I'm now getting:

./darkcoind: error while loading shared libraries: libboost_system.so.1.48.0: cannot open shared object file: No such file or directory
ingie@Playroom:~/Desktop/darkcoin test$

or

 sudo ./darkcoin-qt
sudo: ./darkcoin-qt: command not found

Might be a bit overkill, but why don't you try this, then try again......

sudo apt-get update

sudo apt-get install -y build-essential m4 libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev git automake libcurl4-openssl-dev

Sorry, I had to go Sad  Something is wrong with my computer, when I do the "sudo apt-get install -y build-essential m4 libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev git automake libcurl4-openssl-dev" it can't find anything.  I suspect I have too many things running and it's on the verge of crashing, LOL.  Ugh, probably means I have to re-boot but I don't want to  deal with it Tongue  Gotta see if ya'all got a windows version running (it' won't mix with the real darkcoin wallet will it?)
hero member
Activity: 854
Merit: 1000
phm
full member
Activity: 378
Merit: 110
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
Well, it works. Here's a decoded transaction from my experiments (exchanged 10 DRK between two addresses):
Code:
{
"txid" : "e6fed29697dcb61718fb3c1b7f83e836d641ae817242f7dad4b4f811ff1de22e",
"version" : 1,
"locktime" : 0,
"vin" : [
{
"txid" : "459e6462a8bde72460f6ac98869dfcd57d6b607ace42424204ef604342561943",
"vout" : 1,
"scriptSig" : {
"asm" : "304402202fa96a574634b3183a11a1400dcf85124b20458c3bd9945e6f00ed6fae7e2178022023d4abeb743aeaca907cf8de4041af207d51b653465baf360ff2d3238a645f4c81 02b25496a160513653bfa238486cbf910aa8050fec8d4064eea7a5026a4f391f1e",
"hex" : "47304402202fa96a574634b3183a11a1400dcf85124b20458c3bd9945e6f00ed6fae7e2178022023d4abeb743aeaca907cf8de4041af207d51b653465baf360ff2d3238a645f4c812102b25496a160513653bfa238486cbf910aa8050fec8d4064eea7a5026a4f391f1e"
},
"sequence" : 4294967295
},
{
"txid" : "0adb09fbbf0f3440274677ccd17f23711504492a665b6c6fd1b2623a70967f6f",
"vout" : 0,
"scriptSig" : {
"asm" : "3044022012e4420d5975ae46f398c4d215f0107fbacc868996c8be9acc847d7018c48983022055c9c08eff056c8bb83df0c5ac6f29983bbcaf872828cb47a559edfd7d1d871281",
"hex" : "473044022012e4420d5975ae46f398c4d215f0107fbacc868996c8be9acc847d7018c48983022055c9c08eff056c8bb83df0c5ac6f29983bbcaf872828cb47a559edfd7d1d871281"
},
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 10.00000000,
"n" : 0,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 9e1bcf768e2037e8368c281dd94d742221412b18 OP_EQUALVERIFY OP_CHECKSIG",
"hex" : "76a9149e1bcf768e2037e8368c281dd94d742221412b1888ac",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"muvxNfTZt9KFrRK9C9VDeYyvuzgwGm387R"
]
}
},
{
"value" : 13182.00000000,
"n" : 1,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 eeb0848a68531a1355324c01497c92ac75182eb4 OP_EQUALVERIFY OP_CHECKSIG",
"hex" : "76a914eeb0848a68531a1355324c01497c92ac75182eb488ac",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"n3H2aNpc6HCs2g2us7Gq5Lnf9m4Uy3pD1P"
]
}
},
{
"value" : 176.00000000,
"n" : 2,
"scriptPubKey" : {
"asm" : "02ee482917d3f427abb3a3dcf96644f0097318e0ac7fefbe92ec95509b92491b96 OP_CHECKSIG",
"hex" : "2102ee482917d3f427abb3a3dcf96644f0097318e0ac7fefbe92ec95509b92491b96ac",
"reqSigs" : 1,
"type" : "pubkey",
"addresses" : [
"mxXSXkHqdpeyRWArJmRHcABrF3v2skK9SB"
]
}
},
{
"value" : 10.00000000,
"n" : 3,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 82fa25e958ed588c197f9ecbb352e5ef8f3df075 OP_EQUALVERIFY OP_CHECKSIG",
"hex" : "76a91482fa25e958ed588c197f9ecbb352e5ef8f3df07588ac",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"msTVoawthkq2nVZ2vzQCDNkL9pyLoGbcKj"
]
}
}
]
}
I'll investigate this more thoroughly tomorrow, need some sleep now.
hero member
Activity: 588
Merit: 500

Hi InternetApe.  Please let me know as soon as you have a windows version for me to test out.  I'm around the next 48 hours!  PM me if you wish.  Thanks
sr. member
Activity: 280
Merit: 250
Who cares?
Diff is showing "difficulty" : 0.00156396 for me.  I only have one node - 23.22.165.148

No, in the pools, I know this isnt the place to post this but i just wanted to make sure eduf knows about it (figured hes watching this thread and not the main one)

You'd be correct! Looks like we got attacked by a whale and KGW fried him  Grin


HAHAHAHA! I love it, thanks again for putting that gravity well in! Cheesy
legendary
Activity: 1779
Merit: 1100
Quote
Congrats guys!  If you guys get this working, and working right, I can even see some big press picking up on this.

+1

This is gonna be big  

Felicidades Smiley
sr. member
Activity: 546
Merit: 250
Exciting stuff! Hats off to you guys!

As soon as there is a Windows wallet, I'll get testing!  (as long as it doesn't mess with my real wallet...lol)

Congrats guys!  If you guys get this working, and working right, I can even see some big press picking up on this.  I'll tip BBC haha.
full member
Activity: 126
Merit: 100
Diff is showing "difficulty" : 0.00156396 for me.  I only have one node - 23.22.165.148

No, in the pools, I know this isnt the place to post this but i just wanted to make sure eduf knows about it (figured hes watching this thread and not the main one)

You'd be correct! Looks like we got attacked by a whale and KGW fried him  Grin

Thar she blows!!!
legendary
Activity: 1176
Merit: 1036
Dash Developer
Diff is showing "difficulty" : 0.00156396 for me.  I only have one node - 23.22.165.148

No, in the pools, I know this isnt the place to post this but i just wanted to make sure eduf knows about it (figured hes watching this thread and not the main one)

You'd be correct! Looks like we got attacked by a whale and KGW fried him  Grin
hero member
Activity: 768
Merit: 1000
ugh, I'm now getting:

./darkcoind: error while loading shared libraries: libboost_system.so.1.48.0: cannot open shared object file: No such file or directory
ingie@Playroom:~/Desktop/darkcoin test$

or

 sudo ./darkcoin-qt
sudo: ./darkcoin-qt: command not found

Might be a bit overkill, but why don't you try this, then try again......

sudo apt-get update

sudo apt-get install -y build-essential m4 libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev git automake libcurl4-openssl-dev
full member
Activity: 280
Merit: 100
The Future Of Work
ugh, I'm now getting:

./darkcoind: error while loading shared libraries: libboost_system.so.1.48.0: cannot open shared object file: No such file or directory
ingie@Playroom:~/Desktop/darkcoin test$

or

 sudo ./darkcoin-qt
sudo: ./darkcoin-qt: command not found

sr. member
Activity: 280
Merit: 250
Who cares?
Diff is showing "difficulty" : 0.00156396 for me.  I only have one node - 23.22.165.148

No, in the pools, I know this isnt the place to post this but i just wanted to make sure eduf knows about it (figured hes watching this thread and not the main one)
legendary
Activity: 1176
Merit: 1036
Dash Developer
eduf, the diff is really high all of a sudden, you know whats going on?

Diff shouldn't be high at all. Sure you're on testnet?
newbie
Activity: 31
Merit: 0
Diff is showing "difficulty" : 0.00156396 for me.  I only have one node - 23.22.165.148
sr. member
Activity: 280
Merit: 250
Who cares?
eduf, the diff is really high all of a sudden, you know whats going on?
legendary
Activity: 1176
Merit: 1036
Dash Developer
Hi, I want to help, but don't have much time.  I downloaded the pre-compiled version for ubuntu and when I try to run it, I get an error:

./darkcoin-qt: error while loading shared libraries: libminiupnpc.so.5: cannot open shared object file: No such file or directory


I run everything locally, I never installed any miners or anything, don't know if that matters?


See above post, I fixed this with static linking
full member
Activity: 280
Merit: 100
The Future Of Work
Hi, I want to help, but don't have much time.  I downloaded the pre-compiled version for ubuntu and when I try to run it, I get an error:

./darkcoin-qt: error while loading shared libraries: libminiupnpc.so.5: cannot open shared object file: No such file or directory


I run everything locally, I never installed any miners or anything, don't know if that matters?
legendary
Activity: 1176
Merit: 1036
Dash Developer
Can everyone testing please redownload the qt-client from this link:

http://www.darkcoin.io/downloads/alpha/darkcoin-qt

And don't use the daemon for the time being.

I just fixed a serious bug that was causing us issues with darksend
sr. member
Activity: 280
Merit: 250
Who cares?
eduffield, any eta on windows qt?
Pages:
Jump to: