README.md 4.07 KB
Newer Older
1
# Crown Platform 0.12.4
super3's avatar
super3 committed
2

3
[Crown software](http://crown.tech/wallet) is an implementation of a full Crown Platform node, which can be used both locally, as a wallet for CRW and for running Masternodes and Systemnodes. It is a full node:  it downloads and stores the entire history of Crown transactions (which is currently several GBs); depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more. If you would like the process to go faster you can _download the blockchain directly_ **(BOOSTRAP LINK NEEDED)**.
super3's avatar
super3 committed
4

5
6
7
8
9
10
11
12
13
14
15
## Install and Run Crown Wallet

Here are some helpful notes on how to run Crown on your native platform.

### Windows

Unpack the files into a directory, and then run `crown-qt.exe`.

### OSX

Drag Crown-Qt to your applications folder, and then run `Crown-Qt`.
super3's avatar
super3 committed
16

17
### Unix
super3's avatar
super3 committed
18

19
Unpack the files into a directory and run: `bin/crown-qt` or `bin/crownd`. You need the Qt5 run-time libraries to run Crown-Qt. On Debian or Ubuntu:
super3's avatar
super3 committed
20

21
	sudo apt-get install libqtgui5
super3's avatar
super3 committed
22

23
### Need Help?
super3's avatar
super3 committed
24

25
26
27
* Ask for help on Mattermost: https://mm.crownlab.eu
* Or at Crown Forum: https://forum.crown.tech
* Or write a mail to [support@crown.tech](email:support@crown.tech)
super3's avatar
super3 committed
28

29
## Run Masternode or Systemnode
Volodymyr Shamray's avatar
Volodymyr Shamray committed
30

31
32
33
34
Here are some guides that will help you to setup and run an incentivized node:
* [Masternode Setup Guide](https://forum.crown.tech/index.php?topic=1241.0)
* [Systemnode Setup Guide](https://forum.crown.tech/index.php?topic=1240.0)
* [Masternode Configuration](masternode-config.md)
35

36
## Participate in Crown Decentralized Governance
Volodymyr Shamray's avatar
Volodymyr Shamray committed
37

38
As a community member you can participate in the Governance by proposing projects that will advance Crown. You are also encouraged to discuss the poposals at [Crown Forum](https://forum.crown.tech/index.php?board=17.0).
Volodymyr Shamray's avatar
Volodymyr Shamray committed
39

40
If you own one or several masternodes you can (and you should!) help to choose the direction in which Crown goes by carefuly studying the proposals and voting for those you consider worthy.
Volodymyr Shamray's avatar
Volodymyr Shamray committed
41

42
43
44
45
46
* [Governance and Proposals](https://forum.crown.tech/index.php?topic=17.0) - some frequently asqued questions
* [Console Governance Interface](governance.md) - describes how to submit a proposal, how to vote for a proposal from the console and more
* [How To Submit a Proposal](https://forum.crown.tech/index.php?topic=11.0) - another proposal submission guide
* [Proposal Submission Template](https://forum.crown.tech/index.php?topic=9.0)
* [Active Proposals](https://crown.today/proposals)
super3's avatar
super3 committed
47

48
## Build Crown From Source
super3's avatar
super3 committed
49

50
The following are developer notes on how to build Crown on your native platform. Right now Crown Core Development Team officially supports building only on [Unix](build-unix.md). Binaries for Windows and MacOS are generated via cross-compilation. Building under those systems natively is possible in theory - it's just not documented. If you have successful experience building Crown under those platforms, please contribute the instructions. 
super3's avatar
super3 committed
51

52
## Development Documentation
53

54
The Crown repo's [root README](../README.md) contains relevant information on the development process.
super3's avatar
super3 committed
55

56
- [Coding Style Guide](coding-style.md)
super3's avatar
super3 committed
57
- [Multiwallet Qt Development](multiwallet-qt.md)
super3's avatar
super3 committed
58
59
- [Release Notes](release-notes.md)
- [Release Process](release-process.md)
super3's avatar
super3 committed
60
- [Unit Tests](unit-tests.md)
super3's avatar
super3 committed
61

super3's avatar
super3 committed
62
### Resources
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
* Crown Forum: https://forum.crown.tech
* Mattermost: https://mm.crownlab.eu
* Discord: https://discord.gg/Tcrkazc
* Telegram: https://t.me/crownplatform
* Guides & How-to: https://forum.crown.tech/index.php?board=5.0

## License

Crown is distributed under the terms of the [MIT/X11 software license](http://www.opensource.org/licenses/mit-license.php). 

This product includes software developed by the OpenSSL Project for use in the [OpenSSL Toolkit](https://www.openssl.org/). This product includes cryptographic software written by Eric Young ([eay@cryptsoft.com](mailto:eay@cryptsoft.com)), and UPnP software written by Thomas Bernard. 

Also see [Assets Attribution](assets-attribution.md)

- - -

Copyright © 2009-2018, Bitcoin Core Developers

Copyright © 2014-2016, Dash Core Developers

Copyright © 2014-2018, Crown Developers