.. | ||
design | ||
man | ||
policy | ||
release-notes | ||
.gitignore | ||
assets-attribution.md | ||
benchmarking.md | ||
bips.md | ||
build-android.md | ||
build-freebsd.md | ||
build-netbsd.md | ||
build-openbsd.md | ||
build-osx.md | ||
build-unix.md | ||
build-windows.md | ||
cjdns.md | ||
dependencies.md | ||
descriptors.md | ||
developer-notes.md | ||
dnsseed-policy.md | ||
Doxyfile.in | ||
external-signer.md | ||
files.md | ||
fuzzing.md | ||
guix.md | ||
i2p.md | ||
init.md | ||
JSON-RPC-interface.md | ||
managing-wallets.md | ||
moneyrocket-conf.md | ||
moneyrocket_logo_doxygen.png | ||
multisig-tutorial.md | ||
p2p-bad-ports.md | ||
productivity.md | ||
psbt.md | ||
README.md | ||
README_doxygen.md | ||
README_windows.txt | ||
reduce-memory.md | ||
reduce-traffic.md | ||
release-notes-19762.md | ||
release-notes-22087.md | ||
release-notes-23395.md | ||
release-notes-25375.md | ||
release-notes-25412.md | ||
release-notes-25574.md | ||
release-notes-25730.md | ||
release-notes-25934.md | ||
release-notes-25957.md | ||
release-notes-26213.md | ||
release-notes-26265.md | ||
release-notes-26471.md | ||
release-notes-26618.md | ||
release-notes-26628.md | ||
release-notes-26646.md | ||
release-notes-26896.md | ||
release-notes-27037.md | ||
release-notes-27068.md | ||
release-notes-empty-template.md | ||
release-process.md | ||
REST-interface.md | ||
shared-libraries.md | ||
tor.md | ||
tracing.md | ||
translation_process.md | ||
translation_strings_policy.md | ||
zmq.md |
Moneyrocket Core
Setup
Moneyrocket Core is the original Moneyrocket client and it builds the backbone of the network. It downloads and, by default, stores the entire history of Moneyrocket transactions, which requires a few hundred gigabytes of disk space. 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.
To download Moneyrocket Core, visit moneyrocketcore.org.
Running
The following are some helpful notes on how to run Moneyrocket Core on your native platform.
Unix
Unpack the files into a directory and run:
bin/moneyrocket-qt
(GUI) orbin/moneyrocketd
(headless)
Windows
Unpack the files into a directory, and then run moneyrocket-qt.exe.
macOS
Drag Moneyrocket Core to your applications folder, and then run Moneyrocket Core.
Need Help?
- See the documentation at the Moneyrocket Wiki for help and more information.
- Ask for help on Moneyrocket StackExchange.
- Ask for help on #moneyrocket on Libera Chat. If you don't have an IRC client, you can use web.libera.chat.
- Ask for help on the MoneyrocketTalk forums, in the Technical Support board.
Building
The following are developer notes on how to build Moneyrocket Core on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.
- Dependencies
- macOS Build Notes
- Unix Build Notes
- Windows Build Notes
- FreeBSD Build Notes
- OpenBSD Build Notes
- NetBSD Build Notes
- Android Build Notes
Development
The Moneyrocket repo's root README contains relevant information on the development process and automated testing.
- Developer Notes
- Productivity Notes
- Release Process
- Source Code Documentation (External Link)
- Translation Process
- Translation Strings Policy
- JSON-RPC Interface
- Unauthenticated REST Interface
- Shared Libraries
- BIPS
- Dnsseed Policy
- Benchmarking
- Internal Design Docs
Resources
- Discuss on the MoneyrocketTalk forums, in the Development & Technical Discussion board.
- Discuss project-specific development on #moneyrocket-core-dev on Libera Chat. If you don't have an IRC client, you can use web.libera.chat.
Miscellaneous
- Assets Attribution
- moneyrocket.conf Configuration File
- CJDNS Support
- Files
- Fuzz-testing
- I2P Support
- Init Scripts (systemd/upstart/openrc)
- Managing Wallets
- Multisig Tutorial
- P2P bad ports definition and list
- PSBT support
- Reduce Memory
- Reduce Traffic
- Tor Support
- Transaction Relay Policy
- ZMQ
License
Distributed under the MIT software license.