Author

Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency - page 6302. (Read 9723733 times)

legendary
Activity: 1176
Merit: 1036
Dash Developer
Rather strange. I'm attempting to make a small transaction (less than 5) to an exchange just to check out Darksend, yet it just lists the transaction as sending 0 DRK. It's also listed as 'Payment to yourself' under transactions. Address is listed as N/A. I tried sending the same amount with darksend 3 times. Amount is 0 on the first attempt, and -0.001 on the second two attempts. Not sure what I'm doing wrong.

Also, it's not asking me for my passphrase when I withdraw and the wallet is encrypted. It should be asking for my passphrase.

DarkSend denominates money into a 10DRK input, that's what the payment to yourself is. That input is then submitted to the masternode. Also keep in mind for a darksend to go through, it requires 3 separate transactions. So that takes time (or you can make 3 darksends in a row).
legendary
Activity: 1176
Merit: 1036
Dash Developer
Hmm...

My wallet.dat is encrypted and I did not enter my passphrase, yet my debug.log says:

Code:
2014-04-18 01:37:47 RegisterAsMasterNode
2014-04-18 01:37:47 Found unspent output equal to nValue
2014-04-18 01:37:47 Is capable master node!
2014-04-18 01:37:47 Adding myself to masternode list CTxIn(COutPoint(de7dc202c4237ec63718b461a020fde5cc8d29b6d0a18634b1965bc93c75e0c3, 0), scriptSig=)

And the "masternode list" command returns a list with my IP address on it. Huh

I just tried to duplicate that and it said:

$ ./darkcoind masternode start
error: {"code":-1,"message":"Your wallet is locked, passphrase is required\n"}

I issued no such command, just the usual:
./ darkcoind -daemon
and I still have the masternode=1 setting in my darkcoin.conf file as the old instructions said.

What IP addresses you see as active masternodes?

Was that the first time you ran as a masternode? Maybe it only needed to generate the hash for your wallet once and then afterwards you dont have to enter it.

I will check with Evan

That would have been possible with the last beta, make sure you're running v0.10.3.7.
sr. member
Activity: 266
Merit: 250
Quote
{
"connected_to_masternode" : "",
"current_masternode" : 4,
"is_connected_to_masternode" : false,
"state" : 2,
"entries" : 0,
"entries_accepted" : 0,
"signatures" : 0
}

I'm assuming I can't connect to a master node and therefore cannot send darksend transactions? Any idea how to fix this?
sr. member
Activity: 478
Merit: 250
"It's all happening" - Ron Paul
full member
Activity: 154
Merit: 100
sr. member
Activity: 294
Merit: 250
Hmm...

My wallet.dat is encrypted and I did not enter my passphrase, yet my debug.log says:

Code:
2014-04-18 01:37:47 RegisterAsMasterNode
2014-04-18 01:37:47 Found unspent output equal to nValue
2014-04-18 01:37:47 Is capable master node!
2014-04-18 01:37:47 Adding myself to masternode list CTxIn(COutPoint(de7dc202c4237ec63718b461a020fde5cc8d29b6d0a18634b1965bc93c75e0c3, 0), scriptSig=)

And the "masternode list" command returns a list with my IP address on it. Huh


On my node(Ubuntu 64bit),

1) before masternode start password
    - masternode list show my ip
    - reveving and sending masternode list

2) after masternode start password
    - masternode started(log say "Adding myself to masternode list CTxIn")



full member
Activity: 126
Merit: 100
Darkcoin to the Darkmooon!  Roll Eyes
sr. member
Activity: 284
Merit: 250
 Shocked omg its true?
Really works?
its like "WALKING IN THE MOON!"
thx Smiley
hero member
Activity: 588
Merit: 500
Hmm...

My wallet.dat is encrypted and I did not enter my passphrase, yet my debug.log says:

Code:
2014-04-18 01:37:47 RegisterAsMasterNode
2014-04-18 01:37:47 Found unspent output equal to nValue
2014-04-18 01:37:47 Is capable master node!
2014-04-18 01:37:47 Adding myself to masternode list CTxIn(COutPoint(de7dc202c4237ec63718b461a020fde5cc8d29b6d0a18634b1965bc93c75e0c3, 0), scriptSig=)

And the "masternode list" command returns a list with my IP address on it. Huh

I just tried to duplicate that and it said:

$ ./darkcoind masternode start
error: {"code":-1,"message":"Your wallet is locked, passphrase is required\n"}

I issued no such command, just the usual:
./ darkcoind -daemon
and I still have the masternode=1 setting in my darkcoin.conf file as the old instructions said.

What IP addresses you see as active masternodes?

Was that the first time you ran as a masternode? Maybe it only needed to generate the hash for your wallet once and then afterwards you dont have to enter it.

I will check with Evan

No, I have been running this masternode from the first public beta (with some downtimes after new releases).
And I have never entered my passphrase (except that obvious one time when I encrypted the wallet - but I did that on an offline machine when the address held 0 DRK).
sr. member
Activity: 266
Merit: 250
Rather strange. I'm attempting to make a small transaction (less than 5) to an exchange just to check out Darksend, yet it just lists the transaction as sending 0 DRK. It's also listed as 'Payment to yourself' under transactions. Address is listed as N/A. I tried sending the same amount with darksend 3 times. Amount is 0 on the first attempt, and -0.001 on the second two attempts. Not sure what I'm doing wrong.

Also, it's not asking me for my passphrase when I withdraw and the wallet is encrypted. It should be asking for my passphrase.
full member
Activity: 154
Merit: 100
Hmm...

My wallet.dat is encrypted and I did not enter my passphrase, yet my debug.log says:

Code:
2014-04-18 01:37:47 RegisterAsMasterNode
2014-04-18 01:37:47 Found unspent output equal to nValue
2014-04-18 01:37:47 Is capable master node!
2014-04-18 01:37:47 Adding myself to masternode list CTxIn(COutPoint(de7dc202c4237ec63718b461a020fde5cc8d29b6d0a18634b1965bc93c75e0c3, 0), scriptSig=)

And the "masternode list" command returns a list with my IP address on it. Huh

I just tried to duplicate that and it said:

$ ./darkcoind masternode start
error: {"code":-1,"message":"Your wallet is locked, passphrase is required\n"}

I issued no such command, just the usual:
./ darkcoind -daemon
and I still have the masternode=1 setting in my darkcoin.conf file as the old instructions said.

What IP addresses you see as active masternodes?

Was that the first time you ran as a masternode? Maybe it only needed to generate the hash for your wallet once and then afterwards you dont have to enter it.

I will check with Evan
legendary
Activity: 1708
Merit: 1049
I take it that DarkSend can't be broken as easily as bitcoin with quantum computers (only the NSA at the moment, that I know of, has one)?

https://www.youtube.com/watch?v=DkUpZkeqhF4

~23 minutes

If that's the case, then we are talking about Darkcoin being a government grade eCash Grin

$10bn valuation  Wink

Nope.
DarkSend is about masking transaction history. (You can make your business in the dark.)
X11 (DarkCoin) is probably more resistant to brute force hacking than SHA2 (Bitcoin). But it should not make any practical difference for neither quantum computers (can crack either, no matte if one is 10x or 10000x more secure) or a traditional transistor based computer (can't crack either in a reasonable time anyway).

From the little I've read on the issue of quantum computers and cryptocurrencies there has to be some compatibility between the problem (algo) and quantum computing principles. If I remember correctly some algorithms are more crackable than others due to their more compatible nature.
hero member
Activity: 588
Merit: 500
Hmm...

My wallet.dat is encrypted and I did not enter my passphrase, yet my debug.log says:

Code:
2014-04-18 01:37:47 RegisterAsMasterNode
2014-04-18 01:37:47 Found unspent output equal to nValue
2014-04-18 01:37:47 Is capable master node!
2014-04-18 01:37:47 Adding myself to masternode list CTxIn(COutPoint(de7dc202c4237ec63718b461a020fde5cc8d29b6d0a18634b1965bc93c75e0c3, 0), scriptSig=)

And the "masternode list" command returns a list with my IP address on it. Huh

I just tried to duplicate that and it said:

$ ./darkcoind masternode start
error: {"code":-1,"message":"Your wallet is locked, passphrase is required\n"}

I issued no such command, just the usual:
./ darkcoind -daemon
and I still have the masternode=1 setting in my darkcoin.conf file as the old instructions said.

What IP addresses you see as active masternodes?
full member
Activity: 154
Merit: 100
Hmm...

My wallet.dat is encrypted and I did not enter my passphrase, yet my debug.log says:

Code:
2014-04-18 01:37:47 RegisterAsMasterNode
2014-04-18 01:37:47 Found unspent output equal to nValue
2014-04-18 01:37:47 Is capable master node!
2014-04-18 01:37:47 Adding myself to masternode list CTxIn(COutPoint(de7dc202c4237ec63718b461a020fde5cc8d29b6d0a18634b1965bc93c75e0c3, 0), scriptSig=)

And the "masternode list" command returns a list with my IP address on it. Huh

I just tried to duplicate that and it said:

$ ./darkcoind masternode start
error: {"code":-1,"message":"Your wallet is locked, passphrase is required\n"}
hero member
Activity: 588
Merit: 500
Hmm...

My wallet.dat is encrypted and I did not enter my passphrase, yet my debug.log says:

Code:
2014-04-18 01:37:47 RegisterAsMasterNode
2014-04-18 01:37:47 Found unspent output equal to nValue
2014-04-18 01:37:47 Is capable master node!
2014-04-18 01:37:47 Adding myself to masternode list CTxIn(COutPoint(de7dc202c4237ec63718b461a020fde5cc8d29b6d0a18634b1965bc93c75e0c3, 0), scriptSig=)

And the "masternode list" command returns a list with my IP address on it. Huh
sr. member
Activity: 336
Merit: 250
Sigh never any price movement with this one.  Undecided

Up 10% in the last 30 mins.
newbie
Activity: 32
Merit: 0
Sigh never any price movement with this one.  Undecided
Jump to: