<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/rpc/core_rpc_server.h, branch v0.9.4</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.9.4</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.4'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-03-26T21:10:43Z</updated>
<entry>
<title>New RPC and daemon command to get output histogram</title>
<updated>2016-03-26T21:10:43Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-26T14:30:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=600a3cf0c0ca0a99dbdc91d32138db3c8aa4165c'/>
<id>urn:sha1:600a3cf0c0ca0a99dbdc91d32138db3c8aa4165c</id>
<content type='text'>
This is a list of existing output amounts along with the number
of outputs of that amount in the blockchain.

The daemon command takes:
- no parameters: all outputs with at least 3 instances
- one parameter: all outputs with at least that many instances
- two parameters: all outputs within that many instances

The default starts at 3 to avoid massive spamming of all dust
outputs in the blockchain, and is the current minimum mixin
requirement.

An optional vector of amounts may be passed, to request
histogram only for those outputs.
</content>
</entry>
<entry>
<title>new flush_txpool command, and associated RPC call</title>
<updated>2016-01-30T13:28:26Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-01-30T13:28:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bf6d1474c097ee0affe827fe2e3dac489b290f40'/>
<id>urn:sha1:bf6d1474c097ee0affe827fe2e3dac489b290f40</id>
<content type='text'>
It can flush a particular tx, or the whole pool (the RPC command
can flush a list of transactions too)
</content>
</entry>
<entry>
<title>updated copyright year</title>
<updated>2015-12-31T06:39:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T06:39:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=de0392685063d93dbdad3a6b1a2712eaf94dd51a'/>
<id>urn:sha1:de0392685063d93dbdad3a6b1a2712eaf94dd51a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #505</title>
<updated>2015-11-29T22:18:20Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-11-29T22:18:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8a52cf4055d247dd4b162985c931e99683992e3c'/>
<id>urn:sha1:8a52cf4055d247dd4b162985c931e99683992e3c</id>
<content type='text'>
7574297 core_rpc_server: add a --restricted-rpc option (moneromooo-monero)
</content>
</entry>
<entry>
<title>core_rpc_server: add a --restricted-rpc option</title>
<updated>2015-11-27T18:27:24Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-27T18:24:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=75742977a8cd765175c1d3e39e2e74d25c6ca774'/>
<id>urn:sha1:75742977a8cd765175c1d3e39e2e74d25c6ca774</id>
<content type='text'>
It does not expose the RPC for commands like start_mining, etc
(ie, commands a public node operator might want to be restricted)
</content>
</entry>
<entry>
<title>add RPC calls and commands to get/set bans</title>
<updated>2015-11-26T00:04:22Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-26T00:04:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=38ceb73848a3c37df60bce637d855b7564b09730'/>
<id>urn:sha1:38ceb73848a3c37df60bce637d855b7564b09730</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: fix hard_fork_info RPC</title>
<updated>2015-10-26T10:17:48Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-10-26T10:17:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=06c65cb0ef5b93c5d78ac3235e9e5f51952db070'/>
<id>urn:sha1:06c65cb0ef5b93c5d78ac3235e9e5f51952db070</id>
<content type='text'>
I had never tested it, obviously
</content>
</entry>
<entry>
<title>core_rpc_server: add a getblock RPC command, and fix print_block</title>
<updated>2015-10-13T20:37:35Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-10-13T20:37:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ca23c0e5c8fc1320a7172cd88e14298c8ad3171c'/>
<id>urn:sha1:ca23c0e5c8fc1320a7172cd88e14298c8ad3171c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an RPC call and daemon command to get info on hard fork voting</title>
<updated>2015-09-19T15:47:48Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-09-19T15:34:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e546f3724aeb91e72df263c27780a4d149b0a92a'/>
<id>urn:sha1:e546f3724aeb91e72df263c27780a4d149b0a92a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a is_key_image_spent daemon command and RPC call</title>
<updated>2015-08-11T09:52:41Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-08-11T09:49:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=83bbea4c7f47d05933ec1b5baca2e9724561e49c'/>
<id>urn:sha1:83bbea4c7f47d05933ec1b5baca2e9724561e49c</id>
<content type='text'>
</content>
</entry>
</feed>
