Author

Topic: [ANN][DCR] Decred - Community Governance | Bitcoin Devs | Lightning Network - page 111. (Read 1201324 times)

legendary
Activity: 1316
Merit: 1021
2009 Alea iacta est
legendary
Activity: 2165
Merit: 1002
Why the price falling? We should start buying the dip, guys Cheesy

The value is actually stable dollar-wise.
Decred is simply not following along with the price increase of btc
hero member
Activity: 1050
Merit: 513
Why the price falling? We should start buying the dip, guys Cheesy

very strange situazion, Decred is awesome coin with solid Devs but the value is chronic low and never grow up  Huh
sr. member
Activity: 474
Merit: 263
Why the price falling? We should start buying the dip, guys Cheesy
sr. member
Activity: 505
Merit: 252
it's per month, another useful tool for calculation ROI is http://www.posmaster.info/

Actually, I think it's per ticket with no reference to the time period.
If the ticket takes 1 month to vote, then it also happens to be per month but you can't know that.
It has 50% chance to vote within a month and must vote within 6 months ore expire.


This is a return of currently 2.34 percent. With continuous buying, this value works out to be return per month. With at least ~100 tickets you can expect to see this return each month. Fewer tickets will still average to this value each month over time, but you will see increased variation on a month-to-month basis.


is anybody smart enough to figure this out if the above statement is correct?
hero member
Activity: 1050
Merit: 513
i think decreds are best undervalued coin  Cheesy

yes.. is the true.... if dcr one day have the volume of eth .. one dcr value is simpre 3000$ ... dcr have whit this dev and future implementation more power of btc and eth...

Came on.. simple DCR is undervalued and not have a mass adoption.. we need work on it  Smiley

I hope Decred can grow because nice Devs and support, i think is just question of time and Decred will raise  Smiley
legendary
Activity: 1260
Merit: 1010
i think decreds are best undervalued coin  Cheesy

yes.. is the true.... if dcr one day have the volume of eth .. one dcr value is simpre 3000$ ... dcr have whit this dev and future implementation more power of btc and eth...

Came on.. simple DCR is undervalued and not have a mass adoption.. we need work on it  Smiley
sr. member
Activity: 453
Merit: 261
Look Morty magic internet money
haha nice mascot Cheesy

I have a question

My total balance in paymetheus wallet is much higher then the ammount when I calculate my tickets * price + availible balance. My total balance is what it should be but still I find it strange why it doenst match up? I should be able to buy more tikets if I calculate it. Someone knows why this is?


Are you using the latest version of the wallet?

www.decred.org


Im using version 1.0.1 so a bit old but im afraid if I update the wallet I lose my live tickets?


No problems updating.
The update fixes this display bug that is happening and several others.
For your tickets to appear again, just go in script, paste your script from the pool, select the rescan box and click ok.


It should not be a display bug if it is I lose several thousands of decred what shouldnt be possible. The display balance is correct but if I sum op all the tickets and multiply that with ticket price + my remaining account balance its couple thoudens decred less the my total balance.

So before I had funds missing in my total balance what was fixed with the new wallet update 1.0 but now the balance is to 'high' according to the amount of tickets I have + account balance but the total balance is what it should be. So thats what I dont understand, you have any idea?

oke also checked the decred docs I think I will manage getting my tickets back if I update the wallet thanks
hero member
Activity: 1050
Merit: 513
i think decreds are best undervalued coin  Cheesy
legendary
Activity: 2184
Merit: 1028
#mitandopelomundo
haha nice mascot Cheesy

I have a question

My total balance in paymetheus wallet is much higher then the ammount when I calculate my tickets * price + availible balance. My total balance is what it should be but still I find it strange why it doenst match up? I should be able to buy more tikets if I calculate it. Someone knows why this is?


Are you using the latest version of the wallet?

www.decred.org


Im using version 1.0.1 so a bit old but im afraid if I update the wallet I lose my live tickets?


No problems updating.
The update fixes this display bug that is happening and several others.
For your tickets to appear again, just go in script, paste your script from the pool, select the rescan box and click ok.
sr. member
Activity: 453
Merit: 261
Look Morty magic internet money
haha nice mascot Cheesy

I have a question

My total balance in paymetheus wallet is much higher then the ammount when I calculate my tickets * price + availible balance. My total balance is what it should be but still I find it strange why it doenst match up? I should be able to buy more tikets if I calculate it. Someone knows why this is?


Are you using the latest version of the wallet?

www.decred.org


Im using version 1.0.1 so a bit old but im afraid if I update the wallet I lose my live tickets?
sr. member
Activity: 329
Merit: 250
hello,
sorry if i'm missing something obvious but if:
Code:
$ ./dcrctl --wallet listaccounts
{
  "default": 1475.0859285,
  "imported": 0
}
$ ./dcrctl --wallet getaccountaddress default
DsbSffXRkKPhX9LsajXceBg5WAwhemrTyoL
then why does the block explorer show a 0 balance?
thank you...

From devs on slack:

"well the default account can have millions of addresses
so looking up a single address on the block explorer will never work unless you send your entire balance to that single address"


"getaccountaddress simply doesn't do what that user expects.
it returns the next address from the acccount that hansn't been used yet
so of course the block explorer will show a 0 balance"
oh, ok, thank you...
i suppose there's no way to check the whole balance without querying directly the wallet then...
legendary
Activity: 2184
Merit: 1028
#mitandopelomundo
hello,
sorry if i'm missing something obvious but if:
Code:
$ ./dcrctl --wallet listaccounts
{
  "default": 1475.0859285,
  "imported": 0
}
$ ./dcrctl --wallet getaccountaddress default
DsbSffXRkKPhX9LsajXceBg5WAwhemrTyoL
then why does the block explorer show a 0 balance?
thank you...

From devs on slack:

"well the default account can have millions of addresses
so looking up a single address on the block explorer will never work unless you send your entire balance to that single address"


"getaccountaddress simply doesn't do what that user expects.
it returns the next address from the acccount that hansn't been used yet
so of course the block explorer will show a 0 balance"
legendary
Activity: 2184
Merit: 1028
#mitandopelomundo
haha nice mascot Cheesy

I have a question

My total balance in paymetheus wallet is much higher then the ammount when I calculate my tickets * price + availible balance. My total balance is what it should be but still I find it strange why it doenst match up? I should be able to buy more tikets if I calculate it. Someone knows why this is?


Are you using the latest version of the wallet?

www.decred.org
sr. member
Activity: 329
Merit: 250
hello,
sorry if i'm missing something obvious but if:
Code:
$ ./dcrctl --wallet listaccounts
{
  "default": 1475.0859285,
  "imported": 0
}
$ ./dcrctl --wallet getaccountaddress default
DsbSffXRkKPhX9LsajXceBg5WAwhemrTyoL
then why does the block explorer show a 0 balance?
thank you...
sr. member
Activity: 453
Merit: 261
Look Morty magic internet money
haha nice mascot Cheesy

I have a question

My total balance in paymetheus wallet is much higher then the ammount when I calculate my tickets * price + availible balance. My total balance is what it should be but still I find it strange why it doenst match up? I should be able to buy more tikets if I calculate it. Someone knows why this is?
legendary
Activity: 2184
Merit: 1028
#mitandopelomundo
It's time to introduce Decred's mascot.
He's a ticket.
His fork will fight for you.
His prize will reward you.
His shield will protect you.

https://twitter.com/decredproject/status/893527059816775680

full member
Activity: 181
Merit: 100
Anyone been able to get there dcr off poloniex?  My transfer never leaves pending.
legendary
Activity: 1316
Merit: 1021
2009 Alea iacta est
legendary
Activity: 1316
Merit: 1021
2009 Alea iacta est
Jump to: