Skip to content

Commit

Permalink
Mine Genesis, Update QT Wallet Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Stipend-Developer committed Jan 14, 2019
1 parent 0e57e5c commit 6786ac7
Show file tree
Hide file tree
Showing 107 changed files with 10,032 additions and 2,078 deletions.
2 changes: 1 addition & 1 deletion doc/guide-startmany.md
Expand Up @@ -49,7 +49,7 @@ The wallet will re-scan and you will see your available balance increase by the
3. Fill in the form to request a payment.
* Label: mn01
* Amount: 1000 (optional)
* Click *Request payment*
* Click *Request Payment*
5. Click the *Copy Address* button

Create a new wallet address for each MasterNode.
Expand Down
78 changes: 78 additions & 0 deletions doc/man/stipend-cli.1
@@ -0,0 +1,78 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH STIPEND-CLI "1" "July 2018" "stipend-cli v3.1.99.0" "User Commands"
.SH NAME
stipend-cli \- manual page for stipend-cli v3.1.99.0
.SH DESCRIPTION
Stipend Core RPC client version v3.1.99.0\-11f4a2bba4\-dirty
.SS "Usage:"
.TP
stipend\-cli [options] <command> [params]
Send command to Stipend Core
.TP
stipend\-cli [options] help
List commands
.TP
stipend\-cli [options] help <command>
Get help for a command
.SH OPTIONS
.HP
\-?
.IP
This help message
.HP
\fB\-conf=\fR<file>
.IP
Specify configuration file (default: stipend.conf)
.HP
\fB\-datadir=\fR<dir>
.IP
Specify data directory
.HP
\fB\-testnet\fR
.IP
Use the test network
.HP
\fB\-regtest\fR
.IP
Enter regression test mode, which uses a special chain in which blocks
can be solved instantly. This is intended for regression testing tools
and app development.
.HP
\fB\-rpcconnect=\fR<ip>
.IP
Send commands to node running on <ip> (default: 127.0.0.1)
.HP
\fB\-rpcport=\fR<port>
.IP
Connect to JSON\-RPC on <port> (default: 51473 or testnet: 51475)
.HP
\fB\-rpcwait\fR
.IP
Wait for RPC server to start
.HP
\fB\-rpcuser=\fR<user>
.IP
Username for JSON\-RPC connections
.HP
\fB\-rpcpassword=\fR<pw>
.IP
Password for JSON\-RPC connections
.HP
\fB\-rpcclienttimeout=\fR<n>
.IP
Timeout during HTTP requests (default: 900)
.SH COPYRIGHT
Copyright (C) 2009-2018 The Bitcoin Core Developers

Copyright (C) 2014-2018 The Dash Core Developers

Copyright (C) 2015-2018 The Stipend Core Developers

This is experimental software.

Distributed under the MIT software license, see the accompanying file COPYING
or <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/> and cryptographic software written
by Eric Young and UPnP software written by Thomas Bernard.

0 comments on commit 6786ac7

Please sign in to comment.