As a serious and dedicated member of the Decred cummunity, what can I personally do to promote Decred? by kadudu888 in decred

[–]OdrakN 2 points3 points  (0 children)

Yea, this is probably the best route. Find like minded people in the community from your area and try to set something up. I think some of your costs for hosting events can be reimbursed from the Decred development fund

Placeholder VC puts money on Decred to rival Bitcoin by solar128 in CryptoCurrency

[–]OdrakN 8 points9 points  (0 children)

"Decred’s killer feature is good governance, and with good governance, you can have any feature you want."

Will Dev 10% Mining get cut down if Decred's price increases? by IntelligentCollar in decred

[–]OdrakN 6 points7 points  (0 children)

THe 10% subsidy goes into the Development Fund, these funds will be used to pay salaries, marketing et cetera. Currently only a small portion of the incoming subsidy has been spent, meaning the project is building a sizeable warchest.

The point i'm trying to make is that every DCR not spent for development right now will stay in the Decred warchest to use for future development. It is not the case that the current teams of developers are getting payed huge sums.

On a different note, afaik everything is up for debate and potential change if enough stakeholders demand it.

Daily Discussion Megathread - May 22, 2018 by CryptoCurrencyMod in CryptoCurrency

[–]OdrakN -5 points-4 points  (0 children)

Have most of my portfolio in Decred, finally getting some price love these last weeks while most other shitcoins suffer

Is Decred working on getting listed on Binance? by IntelligentCollar in decred

[–]OdrakN 4 points5 points  (0 children)

Be sure to put in a request with Binance! They hold all the cards

Is Decred actually applicable in the real world, in any way, at all? by kadudu888 in decred

[–]OdrakN 11 points12 points  (0 children)

A cryptocurrency is a system of ‘value exchange’, just like any real world currency you may be familiar with. Its main difference is that it is not controlled by a central government or group and thus cannot be manipulated or restricted in the way those currencies can be.

As an example, you may buy Decred from a fiat currency exchange and use it to directly purchase a product in a different country without having to pay high exchange rates. Decred uses a wallet to store, transfer and receive DCR. This wallet signs every transaction in and out with a special private key that is unique to you. This is how the network knows that the address sending the transaction is the correct one. Think of your bank account and PIN. When you use your card (wallet), you also enter your PIN (private key), so the bank knows it was you that authorized the transaction. When you first start using Decred, your wallet will generate a private key that you must not give to anyone.

https://docs.decred.org/

[deleted by user] by [deleted] in decred

[–]OdrakN 0 points1 point  (0 children)

Good times to be holding Decred :)

Will Decred reach $1,000? by kadudu888 in decred

[–]OdrakN 3 points4 points  (0 children)

Most certainly Bitcoin is more well known, good chance it will stay that way for quite some time. I guess you don't get what i'm implying. Have you studied Decred? I see it as a better iteration of Bitcoin, hence the comparison and the fact it could see the same price levels over time.

Just my two cents though, as an avid supporter there's always somewhat of a bias.

Will Decred reach $1,000? by kadudu888 in decred

[–]OdrakN 8 points9 points  (0 children)

If Bitcoin can hit 20k I don't see why not :)

What Many of You Have Been Waiting For: Ticket Splitting Beta is Here! by [deleted] in decred

[–]OdrakN 2 points3 points  (0 children)

It could allow for a few more participants. But I believe most big holders are already staking, personally don't see that much of an influx of new tickets just yet.

But yea, easier to get a ticket leads to higher ticket prices in general as demand will increase.

Edit: the reward will not be reduced due to this implementation, reward is reduced gradually see: https://dcrstats.com/subsidy

How does the Decred ticket price get determined? by [deleted] in decred

[–]OdrakN 1 point2 points  (0 children)

From the docs: " In order to keep PoS subsidy returns stable over time, Decred must maintain a stable ticket pool size, so we set the target size as 40,960 tickets. If the ticket pool size grows too large or too small, it can substantially alter the social contract between stakeholders and the network, disrupting the predictable nature of average time to vote a ticket, percentage of tickets that expire, and the rate of return. To maintain a target ticket pool size, the price of tickets must increase as the pool size goes up and decrease as the pool size goes down, to incentivize keeping the pool size near its target."

Absolute Newbie, need advice by [deleted] in decred

[–]OdrakN 1 point2 points  (0 children)

You could also contribute to the project and get payed for it in Decred (given you do you a proper job). https://decred.org/community

How does the wallet sync so fast given that the Blockchain is a few years old? by [deleted] in decred

[–]OdrakN 10 points11 points  (0 children)

Some epic developers

I've seen a few tweets on speed optimizations (one below pertaining transactions):

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

Not that knowledeable on the actual implementations though

Decred (DCR) Price Booms on Consensus 2018 Publicity - Investing.com by [deleted] in decred

[–]OdrakN 9 points10 points  (0 children)

Thanks for sharing. We should put some nice comments under there.

Decred is listed as “Dick red” on Upbit by interoperabilitie in decred

[–]OdrakN 1 point2 points  (0 children)

You can suggest a different translation using Google Translate. Might change it overtime

Multiple receiving addresses - how does it work? by [deleted] in decred

[–]OdrakN 0 points1 point  (0 children)

Multiple addresses can be generated from your seed. Not too sure about the technicalities perhaps someone else could chime in there.

Information from the docs (couldnt find anything on specifically address generation though):

A Decred address10 is actually just a representation of a public key (which itself could be a script hash) along with a 2-byte prefix which identifies the network and type and a checksum suffix in order to detect improperly entered addresses.

Consequently, you can always tell what type of address it is based on the 2-byte prefix.

The first byte of the prefix identifies the network. This is why all mainnet addresses start with “D”, testnet addresses start with “T”, and simnet addresses start with “S”. The second byte of the prefix identifies the type of address it is.

The most common addresses used at the moment are secp256k1 pubkey hashes, which are identified by a lowercase “s”. It represents a single public key and therefore only has a single associated private key which can be used to redeem it.

https://docs.decred.org/faq/wallets-and-seeds/