Bitcoin Forum
April 26, 2024, 10:13:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 495 [496] 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 ... 555 »
  Print  
Author Topic: [ANN][DCR] Decred - Community Governance | Bitcoin Devs | Lightning Network  (Read 1201066 times)
IncludeBeer
Legendary
*
Offline Offline

Activity: 1164
Merit: 1010



View Profile
April 29, 2018, 05:36:37 PM
 #9901

Is that right? 0.5 dcr to withdraw from bittrex and poloniex?

That's almost 10 times the value in fiat compared to a btc withdrawal at current prices

I'd imagine that value represents the minimum amount one can withdraw, not a withdraw "fee". I dunno though, I always stake my DCR, so they haven't made their way onto an exchange yet Cheesy

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

Posts: 1714169599

View Profile Personal Message (Offline)

Ignore
1714169599
Reply with quote  #2

1714169599
Report to moderator
1714169599
Hero Member
*
Offline Offline

Posts: 1714169599

View Profile Personal Message (Offline)

Ignore
1714169599
Reply with quote  #2

1714169599
Report to moderator
1714169599
Hero Member
*
Offline Offline

Posts: 1714169599

View Profile Personal Message (Offline)

Ignore
1714169599
Reply with quote  #2

1714169599
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714169599
Hero Member
*
Offline Offline

Posts: 1714169599

View Profile Personal Message (Offline)

Ignore
1714169599
Reply with quote  #2

1714169599
Report to moderator
1714169599
Hero Member
*
Offline Offline

Posts: 1714169599

View Profile Personal Message (Offline)

Ignore
1714169599
Reply with quote  #2

1714169599
Report to moderator
1714169599
Hero Member
*
Offline Offline

Posts: 1714169599

View Profile Personal Message (Offline)

Ignore
1714169599
Reply with quote  #2

1714169599
Report to moderator
crayzn999
Newbie
*
Offline Offline

Activity: 88
Merit: 0


View Profile
April 30, 2018, 12:48:12 AM
 #9902

The alt coins have the same property that of bitcoin such as decentralized one and peer to peer transaction net working systems and all transactions are recorded to the electronic ledger with block chain technology.mostly Ethereum will be taking over the place of bitcoin with its strong market capital.So there is nothing to worry for the altcoin investors.
Anon11073
Sr. Member
****
Offline Offline

Activity: 896
Merit: 289


Twitter: @BTY_11073


View Profile WWW
April 30, 2018, 11:50:47 AM
 #9903

EDITED: some links were wrong and have been fixed now

NEW WALLET!
https://forum.decred.org/threads/dd-28-v1-2-0-04-26-18.5978/




This development dispatch covers work completed since the Decred v1.1.2 release on December 15th, 2017.

Decrediton (OSX, Linux) GUI wallet installers:
Decrediton v1.2.0 Linux 64-bit https://github.com/decred/decred-binaries/releases/download/v1.2.0/decrediton-v1.2.0.tar.gz
Decrediton v1.2.0 macOS 64-bit https://github.com/decred/decred-binaries/releases/download/v1.2.0/decrediton-v1.2.0.dmg
Decrediton v1.2.0 Windows 64-bit https://github.com/decred/decred-binaries/releases/download/v1.2.0/decrediton-v1.2.0.exe

dcrinstall cross-platform text-based CLI installers:
dcrinstall v1.2.0 All platforms https://github.com/decred/decred-release/releases/tag/v1.2.0

All the various binaries except for dcrinstall:
All v1.2.0 binaries and release noteshttps://github.com/decred/decred-binaries/releases/tag/v1.2.0

NOTE: All Windows binaries only support Windows 7 and newer.

Instructions on how to verify the release binaries using GPG can be found here. https://github.com/decred/decred-binaries/blob/v1.2.0/README.md#verifying-binaries

dcrd

This release of dcrd contains significant performance enhancements, infrastructure improvements, improved access to chain-related information for providing better SPV (Simplified Payment Verification) support, and other quality assurance changes.

A significant amount of infrastructure work has also been done this release cycle towards being able to support several planned scalability optimizations.

Downgrade Warning

The database format in v1.2.0 is not compatible with previous versions of the software. This only affects downgrades as users upgrading from previous versions will see a one time database migration.

Once this migration has been completed, it will no longer be possible to downgrade to a previous version of the software without having to delete the database and redownload the chain.

Notable Changes

Significantly Faster Startup

The startup time has been improved by roughly 17x on slower hard disk drives (HDDs) and 8x on solid state drives (SSDs).

In order to achieve these speedups, there is a one time database migration, as previously mentioned, that will likely take a while to complete (typically around 5 to 6 minutes on HDDs and 2 to 3 minutes on SSDs).

Support For DNS Seed Filtering

In order to better support the forthcoming SPV wallets, support for finding other peers based upon their enabled services has been added. This is useful for both SPV wallets and full nodes since SPV wallets will require access to full nodes in order to retrieve the necessary proofs and full nodes are generally not interested in making outgoing connections to SPV wallets.

Committed Filters

With the intention of supporting light clients, such as SPV wallets, in a privacy-preserving way while still minimizing the amount of data that needs to be downloaded, this release adds support for committed filters. A committed filter is a combination of a probabilistic data structure that is used to test whether an element is a member of a set with a predetermined collision probability along with a commitment by consensus-validating full nodes to that data.

A committed filter is created for every block which allows light clients to download the filters and match against them locally rather than uploading personal data to other nodes.

A new service flag is also provided to allow clients to discover nodes that provide access to filters.

There is a one time database update to build and store the filters for all existing historical blocks which will likely take a while to complete (typically around 2 to 3 minutes on HDDs and 1 to 1.5 minutes on SSDs).

Updated Atomic Swap Contracts

The standard checks for atomic swap contracts have been updated to ensure the contracts enforce the secret size for safer support between chains with disparate script rules.

RPC Server Changes

New getchaintips RPC
A new RPC named getchaintips has been added which allows callers to query information about the status of known side chains and their branch lengths. It currently only provides support for side chains that have been seen while the current instance of the process is running. This will be further improved in future releases.


dcrwallet

This release provides bug fixes for issues reported by users as well as new RPC features and additions which are required for Decrediton and Politeia. SPV work is ongoing but these changes will not land until a future release and after most of the network nodes are running with committed filter support.

This release contains a database upgrade and once upgraded it is not possible to downgrade to previous wallet releases without performing a seed restore with the old version.

Bug fixes
Orphan votes (votes which have become invalid for the new main chain tip block after a reorg or missed vote) are now rejected from reentering the wallet if still notified by dcrd.
Watching only wallets are now usable again, after a breaking change to them introduced in the 1.1.2 release.
The transaction fee when purchasing tickets with the purchaseticket JSON-RPC and WalletService.PurchaseTickets gRPC methods will now fallback to the wallet's configured fee rate if not specified by the RPC request.
Various gRPC methods which allowed specifying 0 DCR as a target amount (e.g. WalletService.FundTransaction) now follow their documentation and will return or use as many unspent outputs as possible.
Outputs of transactions with an expiry set are not spendable by consensus rules until having reached coinbase maturity. These outputs are no longer returned or used when selecting previous outputs to create new transactions.

New features
A new gRPC method WalletService.UnspentOutputs has been added to return a stream of all wallet unspent outputs. Outputs may be filtered by their associated account and required confirmations, as well as stopping once a total target amount has been reached or exceeded.
A new gRPC method WalletService.BestBlock has been added which will return the hash and height of the current main chain tip block. Previously, this information was only available as a unary RPC with the WalletService.Accounts method.
The gRPC method WalletService.GetTickets will paginate results if called with a new target ticket count parameter.
A new gRPC method WalletService.CommittedTickets has been added to find ticket purchase hashes specified by the request where the largest P2PKH commitment amount is controlled by the wallet. The commitment address is additionally returned by the result.
A new gRPC method WalletService.SignMessages has been added to sign multiple messages at a time without needing to unlock and lock the wallet before and after each call.
The gRPC BlockDetails and BlockInfoResponse messages now include a new field which specifies whether votes in the block disapprove of the parent block.
A new JSON-RPC method publishunminedtransactions has been added which resends all unmined transactions of the wallet.
A new JSON-RPC method sweepaccount has been added which can be used to move as much value as possible from an account to either (possibly the same) account or an address. This RPC can be used in place of the consolidate method but without knowing and specifying exactly how many inputs to use.
The new JSON-RPC methods startautobuyer and stopautobuyer have been added which can start and stop the automatic ticket purchaser over JSON-RPC, similar to the already existing StartAutoBuyer and StopAutoBuyer gRPC methods of the TicketBuyerService.
The JSON-RPC method getbalance now returns aggregate balances for all accounts if called with the special * account name.

Other improvements
The sendtosstx, sendtossgen, and sendtossrtx JSON-RPC methods have been removed. These RPCs were intended to manually send ticket purchases, votes, and revocations manually, but were unimplemented and would cause crashes if used.
Transaction size estimation has been improved to more accurately estimate fees, in particular when redeeming with pay-to-script-hash redeem scripts.
The help JSON-RPC method text for the getbalance RPC has been updated to reflect the changes made to the returned object.
Users are now informed with log messages to configure their public passphrase or enter it on startup if the wallet is encrypted with one but it was not specified.
Script execution errors during sanity checks after signing inputs now record additional information about the failure including the previous output and script being spent and the signature script used by the input.

decrediton

This release of decrediton adds some major changes to the wallet startup, overview page and adds the first round of statistics for better user information. Now that the overall look and feel designed by Eeter has been implemented we will be focusing on refinement and adding improved responsiveness (e.g. dark mode, resolving to various media widths).

Launcher has been redesigned to provide the user with a more intuitive startup experience. In normal working mode, the daemon (of the chosen network) will begin to sync and become operational while the user completes wallet creation/selection. Then once both the wallet is ready and the daemon has synced the wallet will fully load.

A tutorial, release notes, settings and logs have all been added to the launcher for the user to utilize whilst they may be waiting for their daemon to sync. Hopefully this will allow the user to more seamlessly create wallets with less confusion or require any additional support.

The wallet creation by seed has received a substantial update as well. We now allow the user to copy seeds (if they complete a warning screen) and also paste seeds. And for confirmation for new wallets only requires the user to complete 1/3 of the words to confirm storage of wallet's seed.

Overview has been redesigned to give the user more information about their wallet's current situation and to guide them where to find various features of their wallet. Basic graphs covering balances, tickets and transactions have been added. All recent transactions and recent ticket activity can be found below the overview graphs. We will be adding more features to the overview page as we gauge user interest and feedback on existing additions.

Introductory data preparation and statistics have been implemented for this release. For now we are providing a small window of lookback for transactions, staking and other information. The reduced window size is mostly an issue with unsatisfactory performance. When this performance improves, we will be adding custom windows and window lengths for custom graphing and exporting options.


New features
Validate Addresses - a form to validate addresses has been added to the Security Center. This will allow users to test addresses to confirm address ownership and/or validity.
Filter by address - now transactions can be filtered by address in History. When the user enters a string into the address filter form, it will show any address that has an output with a matching address.
Charts - we have decided to use recharts as our first charting solution.
Import wallet from hex seed - instead of entering in the 33 word mnemonic, they are now able to use the hex representation of their seed.
Export data to CSV - we now all users to export various types of data to csv. These options are found under the Transactions page.
Show logs - logs can now be found on the launcher and on the help page. For now, we only show the logs of the current instance of wallet and daemon. This is mostly due to performance with pulling in thousands of lines of text.

Contributors

We would like to thank our contributors for their work this release:
Andrew Chiw, ay-p, brunobraga, cipherzzz, davecgh, dhill, dnldd, githubsands, go1dfish, Federico Gimenez, jolan, jrick, maicalal, marco, Markus Richter, matheusd, peterzen, shweini, sndurkin, StabbarN, Javed Khan, Victor Oliveira, Daniel Krawsiz, Jon Gillham, Ryan Vacek

Thanks for the information EmilioMann.
Thanks to all developers for fixing new features and bugs.
I think I will update Wallet soon.

I'm a former moderator of Bitcointalk Japanere borad.
Decred is a true community governance cryptocurrency.
EmilioMann
Legendary
*
Offline Offline

Activity: 2184
Merit: 1028


#mitandopelomundo


View Profile
May 01, 2018, 11:31:41 AM
 #9904


Interested in joining Decred’s community via Slack? Sign up via our new page at https://slack.decred.org
micle222
Sr. Member
****
Offline Offline

Activity: 784
Merit: 255


View Profile
May 02, 2018, 10:46:20 AM
 #9905

Is decred simply a payments coin or are there other use cases for it?  Also, do they plan to gain partnerships or is it more of a "store of value" coin?
Coryvmcs1
Hero Member
*****
Offline Offline

Activity: 659
Merit: 501


View Profile WWW
May 03, 2018, 08:51:10 PM
 #9906

DCR added to www.altpool.net private pool could use some test hash from miners 1% pool fee

BlokSpace Mining Pools -  https://blokspace.io | BlokSpace Discord# https://discord.gg/dGAKk9T
EmilioMann
Legendary
*
Offline Offline

Activity: 2184
Merit: 1028


#mitandopelomundo


View Profile
May 04, 2018, 12:55:45 AM
 #9907

Is decred simply a payments coin or are there other use cases for it?  Also, do they plan to gain partnerships or is it more of a "store of value" coin?

DCRtime, Politeia and a lot of kinds of smart contracts can serve many purposes in decred.
I'm the community manager from Brazil. We have a large decred community here.
Here are two examples of Brazilian companies that use dcrtime as the basis of their business.

Originalmy www.originalmy.com is a company that uses the decred blockchain to do the registration of documents, patents, contracts, etc.
The birth certificate of a child has already been recorded through it.
The Brazilian courts are already accepting originalmy.com as proof

Votolegal https://votolegal.com.br/ is a project where any citizen can audit the accounts of the participating politicians who are all registered also in the decred blockchain, through dcrtime.
It's a way for politicians to prove to their voters that they aren't involved in money diversion or money laundering.
estenity
Hero Member
*****
Offline Offline

Activity: 1918
Merit: 535


View Profile
May 04, 2018, 06:37:10 AM
 #9908

Is decred simply a payments coin or are there other use cases for it?  Also, do they plan to gain partnerships or is it more of a "store of value" coin?

DCRtime, Politeia and a lot of kinds of smart contracts can serve many purposes in decred.
I'm the community manager from Brazil. We have a large decred community here.
Here are two examples of Brazilian companies that use dcrtime as the basis of their business.

Originalmy www.originalmy.com is a company that uses the decred blockchain to do the registration of documents, patents, contracts, etc.
The birth certificate of a child has already been recorded through it.
The Brazilian courts are already accepting originalmy.com as proof

Votolegal https://votolegal.com.br/ is a project where any citizen can audit the accounts of the participating politicians who are all registered also in the decred blockchain, through dcrtime.
It's a way for politicians to prove to their voters that they aren't involved in money diversion or money laundering.

thank you for this "digest"
Msd1
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 04, 2018, 06:43:22 AM
 #9909

Decred Pump ffom $80 to $111.11 within seconds, Any news ?
marcelocoin
Hero Member
*****
Offline Offline

Activity: 1085
Merit: 500


hi =D


View Profile WWW
May 04, 2018, 06:04:21 PM
 #9910

Very interesting, to know that we have the blockchain of DECRED innovating in other areas, thanks Emilio for the best news
Kylapoiss
Sr. Member
****
Offline Offline

Activity: 616
Merit: 292


I don't know where I'm going, but I'm going.


View Profile
May 04, 2018, 08:32:05 PM
 #9911

Any reason for the pump? Not that I'm complaining Smiley
hacksmash
Full Member
***
Offline Offline

Activity: 220
Merit: 101



View Profile
May 05, 2018, 04:11:20 AM
 #9912

Any reason for the pump? Not that I'm complaining Smiley

I suspect it is from the Korean market Upbit getting a DCR/Korean Won (KRW) trade pair.
But I could be Wong    Grin Grin Grin 

BLK : BDixtCZLWG2M3uTCN1tqXSCu4chXnN5TgH UNO : uZDvh8ZWMN859sksKqkoeUX3trazXro8MH
CDN : CduyH8dMb282mv8XTE2ZDqZ9H4yvnNDKXJ BTC : 17QTs29kJtrowWL7mQ8NKZHSnMiT7QTW7m
IncludeBeer
Legendary
*
Offline Offline

Activity: 1164
Merit: 1010



View Profile
May 05, 2018, 08:43:55 AM
 #9913

Any reason for the pump? Not that I'm complaining Smiley

I suspect it is from the Korean market Upbit getting a DCR/Korean Won (KRW) trade pair.
But I could be Wong    Grin Grin Grin 

 Roll Eyes Grin Grin

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

Activity: 616
Merit: 292


I don't know where I'm going, but I'm going.


View Profile
May 05, 2018, 01:13:25 PM
 #9914

Any reason for the pump? Not that I'm complaining Smiley

I suspect it is from the Korean market Upbit getting a DCR/Korean Won (KRW) trade pair.
But I could be Wong    Grin Grin Grin 


Hah Cheesy thx Smiley
Big Naturals
Sr. Member
****
Offline Offline

Activity: 756
Merit: 268


View Profile
May 05, 2018, 09:13:21 PM
 #9915

Any reason for the pump? Not that I'm complaining Smiley

I suspect it is from the Korean market Upbit getting a DCR/Korean Won (KRW) trade pair.
But I could be Wong    Grin Grin Grin 

I never understand these new exchange listing pumps, couldn't Korean people buy decred using KRW before , even by buying Bitcoin first, and then trading for decred.  Is the added convenience really worth paying so much more for coins you could have bought much cheaper another way. I just don't get it
YoungBoss18
Member
**
Offline Offline

Activity: 196
Merit: 23


View Profile
May 05, 2018, 09:51:48 PM
 #9916

I hope that by the end of the year we will win a mark of 500 dollars or more. The project is very promising, capitalization is very small, good news ahead.
YoungBoss18
Member
**
Offline Offline

Activity: 196
Merit: 23


View Profile
May 05, 2018, 09:54:26 PM
 #9917

I am interested in this coin. This project is great. I am curious about the precise use and transparency of premine.
If you buy coins right now, then be sure to be profitable. Now the price is still acceptable. I have no doubt that it will cost several hundred dollars.
operabit
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


View Profile
May 05, 2018, 10:02:14 PM
 #9918

I am interested in this coin. This project is great. I am curious about the precise use and transparency of premine.
If you buy coins right now, then be sure to be profitable. Now the price is still acceptable. I have no doubt that it will cost several hundred dollars.

So what makes you to invite people to buy? while the market is flat for now, still early in the year it is not clear what will happen, whether it is pump or dump.
YoungBoss18
Member
**
Offline Offline

Activity: 196
Merit: 23


View Profile
May 06, 2018, 08:44:41 AM
 #9919

I am interested in this coin. This project is great. I am curious about the precise use and transparency of premine.
If you buy coins right now, then be sure to be profitable. Now the price is still acceptable. I have no doubt that it will cost several hundred dollars.

So what makes you to invite people to buy? while the market is flat for now, still early in the year it is not clear what will happen, whether it is pump or dump.
Nobody knows what will happen tomorrow. I look at the prospects. This project has every chance to increase its capitalization in dozens of times. This can happen in a year or a few years. It's my personal opinion.
what is happening
Jr. Member
*
Offline Offline

Activity: 186
Merit: 1


View Profile
May 06, 2018, 09:16:48 AM
 #9920

SELL your DECRED ASAP it will dump hard
Pages: « 1 ... 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 495 [496] 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 ... 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!