Author

Topic: bitcoind spam (Read 613 times)

member
Activity: 79
Merit: 10
I was hacked. Sorry for any scam that occured.
December 29, 2014, 07:44:30 AM
#2
No, it doesn't.
If you are integrating bitcoind calls into your service it should only be accessible by localhost/127.0.0.1 so only the site can make rpc calls. If you are worried that someone will be making alot of requests, you can make a custom spam blocker server side.

EDIT: Not sure if it crashes if enough requests is made though, I believe it depends on the machine it runs on.
hero member
Activity: 642
Merit: 500
Evolution is the only way to survive
December 29, 2014, 07:03:57 AM
#1
hey guys,

If someone maliciously sends tons of  json-rpc command thru a website interface . (eg , bitcoind->getinfo() or bitcoind->getnewaddress() ..etc)
Does the backend bitcoind exit automatically ?
how many json-rpc commands one bitcoind(core) server could handle ? I wanna know the capacity .

Thanks  : )
Jump to: