• Stars
    star
    207
  • Rank 189,769 (Top 4 %)
  • Language
    Go
  • License
    ISC License
  • Created almost 9 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A secure Decred wallet daemon written in Go (golang).

dcrwallet

dcrwallet is a daemon handling Decred wallet functionality. All interaction with the wallet is performed over RPC.

Public and private keys are derived using the hierarchical deterministic format described by BIP0032. Unencrypted private keys are not supported and are never written to disk. dcrwallet uses the m/44'/<coin type>'/<account>'/<branch>/<address index> HD path for all derived addresses, as described by BIP0044.

dcrwallet provides two modes of operation to connect to the Decred network. The first (and default) is to communicate with a single trusted dcrd instance using JSON-RPC. The second is a privacy-preserving Simplified Payment Verification (SPV) mode (enabled with the --spv flag) where the wallet connects either to specified peers (with --spvconnect) or peers discovered from seeders and other peers. Both modes can be switched between with just a restart of the wallet. It is advised to avoid SPV mode for heavily-used wallets which require downloading most blocks regardless.

Not all functionality is available when running in SPV mode. Some of these features may become available in future versions, but only if a consensus vote passes to activate the required changes. Currently, the following features are disabled or unavailable to SPV wallets:

  • Voting

  • Revoking tickets before expiry

  • Determining exact number of live and missed tickets (as opposed to simply unspent).

Wallet clients interact with the wallet using one of two RPC servers:

  1. A JSON-RPC server inspired by the Bitcoin Core rpc server

    The JSON-RPC server exists to ease the migration of wallet applications from Core, but complete compatibility is not guaranteed. Some portions of the API (and especially accounts) have to work differently due to other design decisions (mostly due to BIP0044). However, if you find a compatibility issue and feel that it could be reasonably supported, please report an issue. This server is enabled by default as long as a username and password are provided.

  2. A gRPC server

    The gRPC server uses a new API built for dcrwallet, but the API is not stabilized. This server is enabled by default and may be disabled with the config option --nogrpc. If you don't mind applications breaking due to API changes, don't want to deal with issues of the JSON-RPC API, or need notifications for changes to the wallet, this is the RPC server to use. The gRPC server is documented here.

Installing and updating

Binaries (Windows/Linux/macOS)

Binary releases are provided for common operating systems and architectures. Please note that dcrwallet is CLI only. It is included in the CLI app suite. If you would prefer a graphical user interface (GUI) instead, consider downloading the GUI wallet Decrediton.

https://decred.org/downloads/

Build from source (all platforms)

  • Install Go 1.17 or 1.18

    Installation instructions can be found here: https://golang.org/doc/install. Ensure Go was installed properly and is a supported version:

    $ go version
    $ go env GOROOT GOPATH

    NOTE: GOROOT and GOPATH must not be on the same path. It is recommended to add $GOPATH/bin to your PATH according to the Golang.org instructions.

  • Build or Update dcrwallet

    Since dcrwallet is a single Go module, it's possible to use a single command to download, build, and install without needing to clone the repo. Run:

    $ go install decred.org/dcrwallet/v3@master

    to build the latest master branch, or:

    $ go install decred.org/dcrwallet@latest

    for the latest released version.

    Any version, branch, or tag may be appended following a @ character after the package name. The implicit default is to build @latest, which is the latest semantic version tag. Building @master will build the latest development version. The module name, including any /vN suffix, must match the module line in the go.mod at that version. See go help install for more details.

    The dcrwallet executable will be installed to $GOPATH/bin. GOPATH defaults to $HOME/go (or %USERPROFILE%\go on Windows).

Getting Started

dcrwallet can connect to the Decred blockchain using either dcrd or by running in Simple Payment Verification (SPV) mode. Commands should be run in cmd.exe or PowerShell on Windows, or any terminal emulator on *nix.

  • Run the following command to create a wallet:
dcrwallet --create
  • To use dcrwallet in SPV mode:
dcrwallet --spv

dcrwallet will find external full node peers. It will take a few minutes to download the blockchain headers and filters, but it will not download full blocks.

  • To use dcrwallet using a localhost dcrd:

You will need to install both dcrd and dcrctl. dcrctl is the client that controls dcrd and dcrwallet via remote procedure call (RPC).

Please follow the instructions in the documentation, beginning with Startup Basics

Running Tests

All tests may be run using the script run_tests.sh. Generally, Decred only supports the current and previous major versions of Go.

./run_tests.sh

Contact

If you have any further questions you can find us at:

https://decred.org/community/

Issue Tracker

The integrated github issue tracker is used for this project.

Documentation

The documentation for dcrwallet is a work-in-progress. It is located in the docs folder.

Additional documentation can be found on docs.decred.org.

License

dcrwallet is licensed under the liberal ISC License.

More Repositories

1

dcrd

Decred daemon in Go (golang).
Go
724
star
2

atomicswap

On-chain atomic swaps for Decred and other cryptocurrencies.
Go
505
star
3

decrediton

Cross-platform GUI for Decred.
JavaScript
195
star
4

dcrdex

The Decred Decentralized Exchange (DEX), powered by atomic-swaps.
Go
186
star
5

dcrdata

Decred block explorer, with packages and apps for data collection and storage. Written in Go.
Go
129
star
6

politeia

Go
110
star
7

decred-release

Decred binary releases.
Go
86
star
8

dcrdocs

Documentation for Decred.
Shell
81
star
9

dcrstakepool

Stakepool for Decred.
Go
73
star
10

politeiagui

JavaScript
62
star
11

dcraddrgen

dcraddrgen is a simple offline address generator for Decred.
Go
60
star
12

decred-binaries

Binary archives for Decred releases.
56
star
13

dcps

Decred Change Proposals (DCPs).
40
star
14

dcrweb

Decred website code.
SCSS
37
star
15

cspp

Decred CoinShuffle++
Go
33
star
16

dcrpool

decred mining pool
Go
31
star
17

dcrtime

Decred anchored timestamp client, proxy, and server.
Go
28
star
18

tinydecred

Python tools for Decred
Python
27
star
19

vspd

A Voting Service Provider (VSP) for the Decred network.
Go
19
star
20

dcrwebapi

Go
18
star
21

dcrtimegui

Timestamp files with blockchain
JavaScript
15
star
22

dcrdesign

Decred Design System
15
star
23

pi-ui

Politeia UI library
JavaScript
14
star
24

contractor-mgmt

Contractor management system written in Go that uses politeiad as a backend
Go
12
star
25

tumblebit

Go
11
star
26

dcrseeder

Decred Seeder
Go
11
star
27

dcrros

Go
10
star
28

dcrdocker

Dockerfiles for Decred.
10
star
29

decred-php-api

PHP API for the Decred Cryptocurrency
PHP
9
star
30

umbrel-app-store

8
star
31

dcrpayments

mono repo that houses various libraries/utilities for accepting Decred payments
PHP
8
star
32

base58

Go
7
star
33

RFPs

Decred Request For Proposals (RFPs).
7
star
34

dcrvotingweb

Demo for Decred hard fork voting.
CSS
6
star
35

dcrdevdocs

Decred Development Documentation
Shell
5
star
36

dcraddrscanner

Kotlin
5
star
37

dcrlnlpd

Go
5
star
38

release

Go
4
star
39

decred-magento-plugin

Decred API for Magento
PHP
4
star
40

dexweb

HTML
3
star
41

testnetfaucet

Decred testnet faucet.
Go
3
star
42

dcrbounty

SCSS
3
star
43

dcrctl

Command-line client for interacting with the JSON-RPC servers of dcrd and dcrwallet
Go
3
star
44

haste

2
star
45

cmsgui

JavaScript
2
star
46

dcrtest

Go
2
star
47

dcrdex-assets

static assets for dcrdex
Go
1
star
48

dcrblog

Decred Blog
SCSS
1
star