Bitcoin Forum
July 27, 2024, 12:50:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 [444] 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 ... 555 »
  Print  
Author Topic: [ANN][DCR] Decred - Community Governance | Bitcoin Devs | Lightning Network  (Read 1201253 times)
blester
Newbie
*
Offline Offline

Activity: 65
Merit: 0


View Profile
August 02, 2017, 02:35:54 PM
 #8861

http://imgur.com/a/P4isY


DECRED ROADMAP UPDATE COMING AUGUST 2nd!


Where this print came from?
_ingsoc
Sr. Member
****
Offline Offline

Activity: 452
Merit: 251



View Profile WWW
August 02, 2017, 08:04:23 PM
 #8862

http://imgur.com/a/P4isY
DECRED ROADMAP UPDATE COMING AUGUST 2nd!
Where this print came from?

I believe that came from the Slack (https://slack.decred.org).

bitbucks
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
August 02, 2017, 11:27:59 PM
 #8863

Hey
 Poloniex is gone anyone know a decent exchange to trade decred
IncludeBeer
Legendary
*
Offline Offline

Activity: 1164
Merit: 1010



View Profile
August 03, 2017, 01:45:10 AM
 #8864

Hey
 Poloniex is gone anyone know a decent exchange to trade decred

Bittrex has it listed (as seen in op  Roll Eyes).

Grow the Dividend Snek! (pm me if you have questions)
https://powh.io/?masternode=0x1f9b145fdaef2b82aef29c2f3c9b875a8b017512
revelacaogr
Legendary
*
Offline Offline

Activity: 1316
Merit: 1021

2009 Alea iacta est


View Profile
August 03, 2017, 06:19:07 AM
 #8865

First 2017 Decred Roadmap update


https://twitter.com/decredproject/status/892831824891617280
revelacaogr
Legendary
*
Offline Offline

Activity: 1316
Merit: 1021

2009 Alea iacta est


View Profile
August 03, 2017, 06:18:00 PM
 #8866

Coinomi adding Decred support soon!


https://twitter.com/CoinomiWallet/status/893073219753848832
DragonSlayer
Full Member
***
Offline Offline

Activity: 181
Merit: 100



View Profile
August 04, 2017, 02:29:18 AM
 #8867

Anyone been able to get there dcr off poloniex?  My transfer never leaves pending.

EmilioMann
Legendary
*
Offline Offline

Activity: 2184
Merit: 1028


#mitandopelomundo


View Profile
August 05, 2017, 02:07:32 PM
 #8868

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

bamsterdam
Sr. Member
****
Offline Offline

Activity: 453
Merit: 261


Look Morty magic internet money


View Profile
August 05, 2017, 02:45:05 PM
 #8869

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?
skunk
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile
August 05, 2017, 08:25:55 PM
Last edit: August 05, 2017, 08:50:11 PM by skunk
 #8870

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...

EmilioMann
Legendary
*
Offline Offline

Activity: 2184
Merit: 1028


#mitandopelomundo


View Profile
August 05, 2017, 08:53:12 PM
 #8871

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
EmilioMann
Legendary
*
Offline Offline

Activity: 2184
Merit: 1028


#mitandopelomundo


View Profile
August 05, 2017, 09:45:26 PM
 #8872

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"
skunk
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile
August 06, 2017, 08:33:08 AM
 #8873

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...

bamsterdam
Sr. Member
****
Offline Offline

Activity: 453
Merit: 261


Look Morty magic internet money


View Profile
August 06, 2017, 11:21:47 AM
 #8874

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?
EmilioMann
Legendary
*
Offline Offline

Activity: 2184
Merit: 1028


#mitandopelomundo


View Profile
August 06, 2017, 12:39:58 PM
 #8875

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.
w0lf0.
Hero Member
*****
Offline Offline

Activity: 1050
Merit: 513


View Profile
August 06, 2017, 07:50:33 PM
 #8876

i think decreds are best undervalued coin  Cheesy
bamsterdam
Sr. Member
****
Offline Offline

Activity: 453
Merit: 261


Look Morty magic internet money


View Profile
August 06, 2017, 08:28:53 PM
 #8877

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
Maicol792
Legendary
*
Offline Offline

Activity: 1260
Merit: 1010


View Profile
August 07, 2017, 06:54:49 PM
 #8878

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
w0lf0.
Hero Member
*****
Offline Offline

Activity: 1050
Merit: 513


View Profile
August 08, 2017, 05:03:14 PM
 #8879

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
Grim
Sr. Member
****
Offline Offline

Activity: 505
Merit: 252


View Profile
August 09, 2017, 04:30:55 PM
Last edit: August 11, 2017, 05:09:55 PM by Grim
 #8880

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?
Pages: « 1 ... 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 [444] 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 ... 555 »
  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!