Last active
August 29, 2015 14:00
-
-
Save gak/11030541 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@alice:/# setgenerate true 6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@bob:/# rt addnode 172.17.0.2 onetry |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@bob:/# rt getnewaddress | |
| keypool added key 104, size=101 | |
| keypool reserve 4 | |
| keypool keep 4 | |
| mm47sczsEDYAGF2fp7xHSRpWQzCvpE1eZt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@alice:/# rt setgenerate true 101 | |
| ... | |
| root@alice:/# rt getbalance | |
| 50.00000000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@alice:/# rt getpeerinfo | |
| [ | |
| { | |
| "addr" : "172.17.0.3:57631", | |
| "services" : "00000001", | |
| "lastsend" : 1397794619, | |
| "lastrecv" : 1397794619, | |
| "bytessent" : 297, | |
| "bytesrecv" : 321, | |
| "conntime" : 1397794619, | |
| "pingtime" : 0.00000000, | |
| "version" : 70002, | |
| "subver" : "/Satoshi:0.9.0/", | |
| "inbound" : true, | |
| "startingheight" : 0, | |
| "banscore" : 0, | |
| "syncnode" : true | |
| } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@alice:/# rt getinfo | |
| keypool reserve 2 | |
| keypool return 2 | |
| { | |
| “version” : 90000, | |
| “protocolversion” : 70002, | |
| “walletversion” : 60000, | |
| “balance” : 0.00000000, | |
| “blocks” : 0, | |
| “timeoffset” : 0, | |
| “connections” : 0, | |
| “proxy” : “”, | |
| “difficulty” : 0.00000000, | |
| “testnet” : false, | |
| “keypoololdest” : 1397794246, | |
| “keypoolsize” : 101, | |
| “paytxfee” : 0.00000000, | |
| “errors” : “” | |
| } | |
| root@alice:/# rt getpeerinfo | |
| [ | |
| ] | |
| root@alice:/# rt getblockhash 0 | |
| 0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # make build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # make alice_shell | |
| # make bob_shell |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| receive version message: /Satoshi:0.9.0/: version 70002, blocks=0, us=0.0.0.0:0, them=127.10.32.128:18444, peer=172.17.0.2:18444 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@alice:/# rt -daemon -printtoconsole |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@alice:/# bitcoind -regtest -daemon -printtoconsole |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@alice:/# rt sendtoaddress mm47sczsEDYAGF2fp7xHSRpWQzCvpE1eZt 42 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment