Download Paycoin Wallet

Paycoin XPY Wallet Download

These are the latest Updated wallets released on 04-20-2015  Version 0.2

Goto: www.PayCoin.com and click the “New Paycoin Wallets” link

 

 

Source on Github

 

 

 

Below are some useful commands for the wallet. Please only EXPERIENCED persons use the below commands.

Usage:

paycoind [options]
paycoind [options] <command> [params] Send command to -server or paycoind
paycoind [options] help List commands
paycoind [options] help <command> Get help for a command

[options]

-conf=<file> Specify configuration file (default: paycoin.conf)
-pid=<file> Specify pid file (default: paycoind.pid)
-gen Generate coins
-gen=0 Don’t generate coins
-min Start minimized
-splash Show splash screen on startup (default: 1)
-datadir=<dir> Specify data directory
-dbcache=<n> Set database cache size in megabytes (default: 25)
-dblogsize=<n> Set database disk log size in megabytes (default: 100)
-timeout=<n> Specify connection timeout (in milliseconds)
-proxy=<ip:port> Connect through socks proxy
-socks=<n> Select the version of socks proxy to use (4 or 5, 5 is default)
-noproxy=<net> Do not use proxy for connections to network net (ipv4 or ipv6)
-dns Allow DNS lookups for -addnode, -seednode and -connect
-proxydns Pass DNS requests to (SOCKS5) proxy
-port=<port> Listen for connections on <port> (default: 9901 or testnet: 9903)
-maxconnections=<n> Maintain at most <n> connections to peers (default: 125)
-addnode=<ip> Add a node to connect to and attempt to keep the connection open
-connect=<ip> Connect only to the specified node
-seednode=<ip> Connect to a node to retrieve peer addresses, and disconnect
-externalip=<ip> Specify your own public address
-onlynet=<net> Only connect to nodes in network <net> (IPv4 or IPv6)
-discover Try to discover public IP address (default: 1)
-listen Accept connections from outside (default: 1)
-bind=<addr> Bind to given address. Use [host]:port notation for IPv6
-dnsseed Find peers using DNS lookup (default: 1)
-banscore=<n> Threshold for disconnecting misbehaving peers (default: 100)
-bantime=<n> Number of seconds to keep misbehaving peers from reconnecting (default: 86400)
-maxreceivebuffer=<n> Maximum per-connection receive buffer, <n>1000 bytes (default: 10000)
-maxsendbuffer=<n> Maximum per-connection send buffer, <n>1000 bytes (default: 10000)
-upnp Use Universal Plug and Play to map the listening port (default: 1)
-detachdb Detach block and address databases. Increases shutdown time (default: 0)
-paytxfee=<amt> Fee per KB to add to transactions you send
-daemon Run in the background as a daemon and accept commands
-testnet Use the test network
-debug Output extra debugging information
-logtimestamps Prepend debug output with timestamp
-printtoconsole Send trace/debug info to console instead of debug.log file
-rpcuser=<user> Username for JSON-RPC connections
-rpcpassword=<pw> Password for JSON-RPC connections
-rpcport=<port> Listen for JSON-RPC connections on <port> (default: 9902)
-rpcallowip=<ip> Allow JSON-RPC connections from specified IP address
-rpcconnect=<ip> Send commands to node running on <ip> (default: 127.0.0.1)
-blocknotify=<cmd> Execute command when the best block changes (%s in cmd is replaced by block hash)
-walletnotify=<cmd> Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)
-upgradewallet Upgrade wallet to latest format
-keypool=<n> Set key pool size to <n> (default: 100)
-rescan Rescan the block chain for missing wallet transactions
-checkblocks=<n> How many blocks to check at startup (default: 2500, 0 = all)
-checklevel=<n> How thorough the block verification is (0-6, default: 1)

SSL options:

-rpcssl Use OpenSSL (https) for JSON-RPC connections
-rpcsslcertificatechainfile=<file.cert> Server certificate file (default: server.cert)
-rpcsslprivatekeyfile=<file.pem> Server private key (default: server.pem)
-rpcsslciphers=<ciphers> Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3
DES:@STRENGTH)
-? This help message

<command>

orioncontroller@orioncontroller:~$ sudo paycoind help
addmultisigaddress <nrequired> <‘[“key”,”key”]’> [account]
backupwallet <destination>
checkwallet
createmultisig nrequired [“key”,…]
createrawtransaction [{“txid”:txid,”vout”:n},…] {address:amount,…}
decoderawtransaction <hex string>
dumpprivkey <paycoinaddress>
getaccount <paycoinaddress>
getaccountaddress <account>
getaddressesbyaccount <account>
getbalance [account] [minconf=1]
getblock <hash> [txinfo] [txdetails]
getblockcount
getblockhash <index>
getblocktemplate [params]
getcheckpoint
getconnectioncount
getdifficulty
getgenerate
gethashespersec
getinfo
getmininginfo
getnetworkghps
getnewaddress [account]
getpeerinfo
getrawmempool
getrawtransaction <txid> [verbose=0]
getreceivedbyaccount <account> [minconf=1]
getreceivedbyaddress <paycoinaddress> [minconf=1]
gettransaction <txid>
gettxout “txid” n ( includemempool )
getwork [data]
help [command]
importprivkey <paycoinprivkey> [label]
keypoolrefill
listaccounts [minconf=1]
listminting [count=-1] [from=0]
listreceivedbyaccount [minconf=1] [includeempty=false]
listreceivedbyaddress [minconf=1] [includeempty=false]
listsinceblock [blockhash] [target-confirmations]
listtransactions [account] [count=10] [from=0]
listunspent [minconf=1] [maxconf=9999999] [“address”,…]
makekeypair [prefix]
move <fromaccount> <toaccount> <amount> [minconf=1] [comment]
repairwallet
reservebalance [<reserve> [amount]]
sendalert <message> <privatekey> <minver> <maxver> <priority> <id> [cancelupto]
sendfrom <fromaccount> <topaycoinaddress> <amount> [minconf=1] [comment] [comment-to]
sendmany <fromaccount> {address:amount,…} [minconf=1] [comment]
sendrawtransaction <hex string> [checkinputs=0]
sendtoaddress <paycoinaddress> <amount> [comment] [comment-to]
setaccount <paycoinaddress> <account>
setgenerate <generate> [genproclimit]
settxfee <amount>
signmessage <paycoinaddress> <message>
signrawtransaction <hex string> [{“txid”:txid,”vout”:n,”scriptPubKey”:hex},…] [<privatekey1>,…] [sighashtype=”ALL”]
stop
submitblock <hex data> [optional-params-obj]
validateaddress <paycoinaddress>
verifymessage <paycoinaddress> <signature> <message>
walletlock
walletpassphrase <passphrase> <timeout> [mintonly]
walletpassphrasechange <oldpassphrase> <newpassphrase>

 

 

 

If you have any new commands we can add or helpful information please leave us a comment and we will add it.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>