Author

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

legendary
Activity: 966
Merit: 1000
Any good payment notification service for Darkcoin ?

bump

Try something like this:

walletnotify=/pathtoscript/notify.sh %s


Code:
#!/bin/bash
./darkcoind gettransaction "$1" | grep -q "\"confirmations\" : 0" #script gets called on first confirmation, too. we don't wanna send a mail then.
if [ $? -eq 0 ] ;then
    ./darkcoind gettransaction "$1" | grep "amount" | mail -s "Masternode received payment! :)" [email protected]
fi

edit: pretty q'n'd, just to get the gist.
walletnotify? That isn't a darkcoind command, where do I put that line? In darkcoin.conf?
full member
Activity: 224
Merit: 100
You're just lazy and you hate people who expect more of you. Typical trash human. "Being offended" instead of stepping up.

Dude, a quick "there's more than one vote per block, check that out" woulda done the job. Go play with your guns, redneck.
hero member
Activity: 560
Merit: 500
www.OroCoin.co
any help, my wallet is stuck at "blocks" : 74603,
tried with the new wallets no change, cant get past that block.

Same issue here... Anyone knows the solution?

Yeah, that hard fork we've been talking about for 3 weeks...
hero member
Activity: 504
Merit: 500
eidoo wallet
Why MintPal doesn't work?

another reason why NXT decentralised exchange and instantDEX will be the next killer thing!  Decentralized exchanges never go down and are trustless, so your coins are never our of your own wallet.  NXT provides solutions to problems at the heart of the crypto-currency movement.

I'm still trying to figure out how this claim is even possible. An exchange has to be run by somebody, somewhere. I have yet to be able to decentralize my physical body... Tell me how those developers have managed to become the ghost in the machine?

Yea, the exchange would still need moderators, people to fix bugs, tons of other things, that would make it not "decentralized".

NXT is more similar to Ripple(distributed exchange) than a currency in my opinion.
full member
Activity: 176
Merit: 100
any help, my wallet is stuck at "blocks" : 74603,
tried with the new wallets no change, cant get past that block.

me also, mac osx 0.9.4.6
My masternode is also stuck at this block.
legendary
Activity: 1197
Merit: 1000

I am redownloading whole blockchain now but there are several forks on the network...

We are back on correct fork...
hero member
Activity: 560
Merit: 500
www.OroCoin.co
Why MintPal doesn't work?

another reason why NXT decentralised exchange and instantDEX will be the next killer thing!  Decentralized exchanges never go down and are trustless, so your coins are never our of your own wallet.  NXT provides solutions to problems at the heart of the crypto-currency movement.

I'm still trying to figure out how this claim is even possible. An exchange has to be run by somebody, somewhere. I have yet to be able to decentralize my physical body... Tell me how those developers have managed to become the ghost in the machine?
member
Activity: 67
Merit: 10
any help, my wallet is stuck at "blocks" : 74603,
tried with the new wallets no change, cant get past that block.

Same issue here... Anyone knows the solution?
member
Activity: 112
Merit: 10
any help, my wallet is stuck at "blocks" : 74603,
tried with the new wallets no change, cant get past that block.

me also, mac osx 0.9.4.6
hero member
Activity: 560
Merit: 500
www.OroCoin.co
Downloading whole blockchain now but there are several forks on the network...

It's amazing, isn't it? All those forks... People have been told about this for weeks, yet most are still out of date... Then they come screaming into the forum "TEH DRKS ARE HAZ TEH BUSTEDZ!!!"
member
Activity: 98
Merit: 10
Why MintPal doesn't work?

Works fine here. Try and close your browser or restart and try again
Yes, it works. But my provider strated to block it ... tried from ipad with 3G connection - works
Thanks!
legendary
Activity: 1232
Merit: 1001
full member
Activity: 238
Merit: 100
Anyway with the voting system there could be MN that won't get paid when they deserve so ? Where is Evan ? he need to clear the payment rules .
hero member
Activity: 560
Merit: 500
www.OroCoin.co
I was thinking.

If I have to wait for 6 votes to be paid, doesn't that mean that there isn't a masternode payment in every block but in every 6th block?

Facepalm...

Rolling...

please elaborate.

whatever man, save it

After that snide edit...

Also, there is only a payment sent in every 6th block. No payments are sent in the other 5 blocks... Whatever you set your confirm level to will alter the entire network and nobody else will get payments except on the schedule you set. This is why the MasterNodes were invented; so that 6 people chosen at random would decide where all DRK payments go for that block, instead of just you. As a further bonus, all six blocks are added up and sent at once. But in order to withdraw it into your bank account, you'll have to send me a book of blank checks. Setting up a MasterNode is so expensive that President of DarkCoin, Mr. Edwin McDuff, has decided to include a mansion in a land-locked African country to all people who publish the Private Keys to their 1000DRK wallets on this forum.

As ironic as it may seem, I find the frequency at which the traits of dumbass and wiseass are simultaneously embodied to be remarkable...

While skimming through your posts, it appeared to me that your high calling is being a condescending fuck and there was nothing to expect from you.
You proved me right.

You're just lazy and you hate people who expect more of you. Typical trash human. "Being offended" instead of stepping up. You're the sort that shoots up schools because you're so utterly entitled you think you shouldn't have to read or learn anything, ever.
newbie
Activity: 25
Merit: 0
hero member
Activity: 1484
Merit: 535
any help, my wallet is stuck at "blocks" : 74603,
tried with the new wallets no change, cant get past that block.
hero member
Activity: 504
Merit: 500
eidoo wallet
legendary
Activity: 1232
Merit: 1001
Another cup and handle formation? (MS Paint skillz)



nice paint skills Smiley
What's the meaning a cup n handle formation?

The cup and handle is a chart pattern used to describe the small dip in value just before another breakout. People often debate whether it's a double top, which is as it sounds 2 tops before a decline in value, or a cup and handle. I've read somewhere that a cup and handle formation is often characterized  by more of a u shape where the doubletop is often more v shaped.

correct.  we will see some upward price action i think
full member
Activity: 224
Merit: 100
Any good payment notification service for Darkcoin ?

bump

Try something like this:

walletnotify=/pathtoscript/notify.sh %s


Code:
#!/bin/bash
./darkcoind gettransaction "$1" | grep -q "\"confirmations\" : 0" #script gets called on first confirmation, too. we don't wanna send a mail then.
if [ $? -eq 0 ] ;then
    ./darkcoind gettransaction "$1" | grep "amount" | mail -s "Masternode received payment! :)" [email protected]
fi

edit: pretty q'n'd, just to get the gist.
Jump to: