Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongqiuwood committed May 22, 2019
1 parent 6dab84f commit 1ba8274
Show file tree
Hide file tree
Showing 7 changed files with 163 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,20 @@ build-dash-qt-dat-Debug/Makefile.Release
build-dash-qt-dat-Debug/Makefile.Debug
build-dash-qt-dat-Debug/Makefile
build-dash-qt-dat-Debug/debug/dash-qt.exe
Makefile.in
Makefile
.deps
.libs
*.o
*.lo
.idea
autom4te.cache
build-aux
*.a
.dirstamp
src/qt
run-bitcoind-for-test.sh
tests_config.py
aclocal.m4
libimagecoinconsensus.pc
setup.nsi
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Building process
Use the autogen script to prepare the build environment.

./autogen.sh
./configure
./configure --enable-debug --disable-bench --disable-tests --disable-gui-tests --without-gui
make

Always verify the signatures and checksums.
Expand Down
Empty file modified autogen.sh
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions build/cache
134 changes: 134 additions & 0 deletions build/help.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
== Addressindex ==
getaddressbalance
getaddressdeltas
getaddressmempool
getaddresstxids
getaddressutxos

== Blockchain ==
getbestblockhash
getblock "hash" ( verbose )
getblockchaininfo
getblockcount
getblockhash index
getblockhashes timestamp
getblockheader "hash" ( verbose )
getblockheaders "hash" ( count verbose )
getchaintips ( count branchlen )
getdifficulty
getmempoolinfo
getrawmempool ( verbose )
getspentinfo
gettxout "txid" n ( includemempool )
gettxoutproof ["txid",...] ( blockhash )
gettxoutsetinfo
verifychain ( checklevel numblocks )
verifytxoutproof "proof"

== Control ==
debug ( 0|1|addrman|alert|bench|coindb|db|lock|rand|rpc|selectcoins|mempool|mempoolrej|net|proxy|prune|http|libevent|tor|zmq|dash|privatesend|instantsend|masternode|spork|keepass|mnpayments|gobject )
getinfo
help ( "command" )
stop

== Generating ==
generate numblocks
getgenerate
setgenerate generate ( genproclimit )

== Imagecoin ==
getgovernanceinfo
getpoolinfo
getsuperblockbudget index
gobject "command"...
masternode "command"...
masternodebroadcast "command"...
masternodelist ( "mode" "filter" )
mnsync [status|next|reset]
privatesend "command"
sentinelping version
spork <name> [<value>]
voteraw <masternode-tx-hash> <masternode-tx-index> <governance-hash> <vote-signal> [yes|no|abstain] <time> <vote-sig>

== Mining ==
getblocktemplate ( "jsonrequestobject" )
getmininginfo
getnetworkhashps ( blocks height )
prioritisetransaction <txid> <priority delta> <fee delta>
submitblock "hexdata" ( "jsonparametersobject" )

== Network ==
addnode "node" "add|remove|onetry"
clearbanned
disconnectnode "node"
getaddednodeinfo dummy ( "node" )
getconnectioncount
getnettotals
getnetworkinfo
getpeerinfo
listbanned
ping
setban "ip(/netmask)" "add|remove" (bantime) (absolute)
setnetworkactive true|false

== Rawtransactions ==
createrawtransaction [{"txid":"id","vout":n},...] {"address":amount,"data":"hex",...} ( locktime )
decoderawtransaction "hexstring"
decodescript "hex"
fundrawtransaction "hexstring" includeWatching
getrawtransaction "txid" ( verbose )
sendrawtransaction "hexstring" ( allowhighfees instantsend )
signrawtransaction "hexstring" ( [{"txid":"id","vout":n,"scriptPubKey":"hex","redeemScript":"hex"},...] ["privatekey1",...] sighashtype )

== Util ==
createmultisig nrequired ["key",...]
estimatefee nblocks
estimatepriority nblocks
estimatesmartfee nblocks
estimatesmartpriority nblocks
validateaddress "dashaddress"
verifymessage "dashaddress" "signature" "message"

== Wallet ==
abandontransaction "txid"
addmultisigaddress nrequired ["key",...] ( "account" )
backupwallet "destination"
dumphdinfo
dumpprivkey "dashaddress"
dumpwallet "filename"
encryptwallet "passphrase"
getaccount "imagecoinaddress"
getaccountaddress "account"
getaddressesbyaccount "account"
getbalance ( "account" minconf addlockconf includeWatchonly )
getnewaddress ( "account" )
getrawchangeaddress
getreceivedbyaccount "account" ( minconf addlockconf )
getreceivedbyaddress "imagecoinaddress" ( minconf addlockconf )
gettransaction "txid" ( includeWatchonly )
getunconfirmedbalance
getwalletinfo
importaddress "address" ( "label" rescan p2sh )
importelectrumwallet "filename" index
importprivkey "dashprivkey" ( "label" rescan )
importpubkey "pubkey" ( "label" rescan )
importwallet "filename"
instantsendtoaddress "imagecoinaddress" amount ( "comment" "comment-to" subtractfeefromamount )
keepass <genkey|init|setpassphrase>
keypoolrefill ( newsize )
listaccounts ( minconf addlockconf includeWatchonly)
listaddressgroupings
listlockunspent
listreceivedbyaccount ( minconf addlockconf includeempty includeWatchonly)
listreceivedbyaddress ( minconf addlockconf includeempty includeWatchonly)
listsinceblock ( "blockhash" target-confirmations includeWatchonly)
listtransactions ( "account" count from includeWatchonly)
listunspent ( minconf maxconf ["address",...] )
lockunspent unlock [{"txid":"txid","vout":n},...]
move "fromaccount" "toaccount" amount ( minconf "comment" )
sendfrom "fromaccount" "toimagecoinaddress" amount ( minconf addlockconf "comment" "comment-to" )
sendmany "fromaccount" {"address":amount,...} ( minconf addlockconf "comment" ["address",...] subtractfeefromamount use_is use_ps )
sendtoaddress "imagecoinaddress" amount ( "comment" "comment-to" subtractfeefromamount use_is use_ps )
setaccount "imagecoinaddress" "account"
settxfee amount
signmessage "imagecoinaddress" "message"
10 changes: 10 additions & 0 deletions build/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash


/killbyname.sh ImageCoind
../src/ImageCoind

sleep 3
ps -ef|grep ImageCoind|grep -v grep

/querytcpbyport.sh ImageCoin
Empty file modified share/genbuild.sh
100644 → 100755
Empty file.

0 comments on commit 1ba8274

Please sign in to comment.