Friendshipcoin Daemon Help - friendshipCoin/friendshipcoin-core GitHub Wiki
Open a console in Linux or Command Prompt in Windows (Win + r opens Run dialog, type cmd and press enter)
friendshipcoind
Linux or friendshipcoind.exe
in Windows to launch the daemon.
Leave the daemon running and open a new console tab in Linux or command window in Windows (navigate back to the friendshipcoind.exe directory):
For help running any command use friendshipcoin-cli help <command>
which gives verbose information.
friendshipcoin-cli getnewaddress name
generates a new address and give it a name.
friendshipcoin-cli getaddressesbyaccount name
when you forget it.
Encrypting your wallet is a good idea:
friendshipcoin-cli encryptwallet passphrase
encrypts wallet and stops the daemon. Restart daemon and unlock with:
friendshipcoin-cli walletpassphrase passphrase timeout
In seconds (60, 120, 99999). 0 for indefinite.
friendshipcoin-cli getinfo
to check balance.
friendshipcoin-cli getstakinginfo
to check staking is working and difficulty.
friendshipcoin-cli sendtoaddress address amount
friendshipcoin-cli listtransactions
Shows a recent history.
addmultisigaddress nrequired ["key",...] ( "account" )
addnode <add|remove|onetry>
addredeemscript [account]
backupwallet "destination"
checkkernel [{"txid":txid,"vout":n},...] [createblocktemplate=false]
checkwallet
clearbanned
createmultisig nrequired ["key",...]
createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}
darksend
decoderawtransaction
decodescript
dumpprivkey
dumpwallet
getaccount "fscaddress"
getaccountaddress "account"
getaddednodeinfo [node]
getaddressesbyaccount "account"
getbalance ( "account" minconf includeWatchonly )
getbestblockhash
getblock [txinfo]
getblockbynumber [txinfo]
getblockcount
getblockhash
getblocktemplate [params]
getcheckpoint
getconnectioncount
getdifficulty
getinfo
getmininginfo
getnettotals
getnewaddress ( "account" )
getnewpubkey [account]
getnewstealthaddress [label]
getpeerinfo
getrawmempool
getrawtransaction [verbose=0]
getreceivedbyaccount "account" ( minconf )
getreceivedbyaddress "fscaddress" ( minconf )
getstakesubsidy
getstakinginfo
getsubsidy [nTarget]
gettransaction "txid" ( includeWatchonly )
getwork [data]
getworkex [data, coinbase]
help [command]
importaddress "address" ( "label" rescan )
importprivkey [label] [rescan=true]
importstealthaddress <scan_secret> <spend_secret> [label]
importwallet
keypoolrefill ( newsize )
listaccounts ( minconf includeWatchonly)
listaddressgroupings
listbanned
listreceivedbyaccount ( minconf includeempty includeWatchonly)
listreceivedbyaddress ( minconf includeempty includeWatchonly)
listsinceblock ( "blockhash" target-confirmations includeWatchonly)
liststealthaddresses [show_secrets=0]
listtransactions ( "account" count from includeWatchonly)
listunspent [minconf=1] [maxconf=9999999] ["address",...]
makekeypair [prefix]
masternode "command"... ( "passphrase" )
masternodelist ( "mode" "filter" )
move "fromaccount" "toaccount" amount ( minconf "comment" )
ping
repairwallet
resendtx
reservebalance [ [amount]]
scanforalltxns [fromHeight]
scanforstealthtxns [fromHeight]
searchrawtransactions
[verbose=1] [skip=0] [count=100]sendalert [cancelupto]
sendfrom "fromaccount" "tofscaddress" amount ( minconf "comment" "comment-to" )
sendmany "fromaccount" {"address":amount,...} ( minconf "comment" )
sendrawtransaction
sendtoaddress "fscaddress" amount ( "comment" "comment-to" )
sendtostealthaddress <stealth_address> [comment] [comment-to] [narration]
setaccount "fscaddress" "account"
setban "ip(/netmask)" "add|remove" (bantime) (absolute)
settxfee amount
signmessage "fscaddress" "message"
signrawtransaction [{"txid":txid,"vout":n,"scriptPubKey":hex,"redeemScript":hex},...] [,...] [sighashtype="ALL"]
smsgaddkey
smsgbuckets [stats|dump]
smsgdisable
smsgenable
smsggetpubkey
smsginbox [all|unread|clear]
smsglocalkeys [whitelist|all|wallet|recv <+/->
|anon <+/-> ]smsgoptions [list|set ]
smsgoutbox [all|clear]
smsgscanbuckets
smsgscanchain
smsgsend
smsgsendanon
spork []
stop
submitblock [optional-params-obj]
validateaddress
validatepubkey
verifymessage
walletlock
walletpassphrase "passphrase" timeout ( anonymizeonly )
walletpassphrasechange "oldpassphrase" "newpassphrase"