Помогите с bitcoind на FreeBSD, хочу освоить
Купил VDS, установил из портов bitcoin-0.4, настроил bitcoin.conf
# server=1 tells Bitcoin to accept JSON-RPC commands.
server=1
# You must set rpcuser and rpcpassword to secure the JSON-RPC api
rpcuser=user1
rpcpassword=pass1
# How many seconds bitcoin will wait for a complete RPC HTTP request.
# after the HTTP connection is established.
rpctimeout=30
# Listen for RPC connections on this TCP port:
rpcport=8332
# You can use Bitcoin or bitcoind to send commands to Bitcoin/bitcoind
# running on another host using this option:
# rpcconnect=127.0.0.1
Запускаю сервер, все блоки выкачались:
> bitcoind -daemon
bitcoin server starting
процесс появляется, все ок, но никак не могу подключиться к нему, упорно выдает 403 ошибку:
> bitcoind getblockcount
error: server returned HTTP error 403
пробую подключиться также и через JSON-RCP_PHP клиент, тоже 403
куда копать, уже все обыскал
как можно еще диагностировать проблему?
на локалхосте под windows с тем же конфигом - все работает ок