Post
Topic
Board Development & Technical Discussion
Merits 2 from 1 user
Re: bitcoind spam
by
mstfck
on 29/12/2014, 11:44:30 UTC
⭐ Merited by ABCbits (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.