It was mentioned in the link sent by @pinggoki.
Re: reloading: yep, lessons learned.
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
https://talk.plesk.com/threads/curl-request-401-unauthorized.354153/
Enter host password for user 'testuser':
curl --user testuser:testpass
http://testuser:[email protected]:8332/
curl --user testuser --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "getrawtransaction", "params": ["e0cee...47ac5", true]}' -H 'content-type: text/plain;' http://127.0.0.1:8332/ -D -
Enter host password for user 'testuser':
HTTP/1.1 401 Unauthorized
WWW-Authenticate: Basic realm="jsonrpc"
Date: Sat, 02 Sep 2023 18:12:46 GMT
Content-Length: 0
Content-Type: text/html; charset=ISO-8859-1
2023-09-02T15:59:44Z ThreadRPCServer incorrect password attempt from 127.0.0.1:36472
/mnt/bitcoin/bin/bitcoind -conf=/mnt/bitcoin/bitcoin.conf
ll ~/.bitcoin/bitcoin.conf
lrwxrwxrwx 1 user user 25 Sep 1 18:42 /home/user/.bitcoin/bitcoin.conf -> /mnt/bitcoin/bitcoin.conf
grep -v "#" /mnt/bitcoin/bitcoin.conf | grep -v "^$" daemon=1
daemonwait=1
...
rest=1
rpcallowip=192.168.0.128/25
rpcallowip=127.0.0.1
rpcauth=testuser:3ad8c2e058a161304a911bcc60c208d2$a364136d41edda037d267e909f9f0355537aefee08b6fd29da2eee59559cf084
server=1
[main]
[test]
[signet]
[regtest]
python3 bitcoin/share/rpcauth/rpcauth.py testuser testpasst String to be appended to bitcoin.conf:
rpcauth=testuser:3ad8c2e058a161304a911bcc60c208d2$a364136d41edda037d267e909f9f0355537aefee08b6fd29da2eee59559cf084
Your password:
testpasst
rpcuser=testuser
rpcpassword=testpasst
kill -HUP `cat /mnt/btc_data/bitcoind.pid`