Troy McConaghy
Troy McConaghy
I guess you didn't get BigchainDB running on GCP properly. See the "Simple Deployment Template" at http://docs.bigchaindb.com/projects/server/en/latest/simple-deployment-template/index.html You can get more details about what's going wrong by looking in the...
The question in the original title of this issue, "How do I know that the transaction I submitted by the asynchronous interface is completed?" was answered by @vrde in his...
Note: we _can_ use an existing endpoint, but all existing HTTP API endpoints require BigchainDB do a bit of unnecessary work.
Which BigchainDB driver are you using? On what kind of machine (hardware and OS)?
We've added the metadata text search endpoint since this issue was created. It should have pagination too. I'll change the issue title.
When I go to the URL https://bnodedb.dokutestchains.online/ in my web browser, I get back an HTTP response with a body (JSON) indicating that BigchainDB 2.0.0b9 is running there. ![Screenshot from...
Your node isn't really "private." As seen in the screenshot above, I was able to connect to it from my web browser from out on the public internet. The issue...
It seems you're using an old version of BigchainDB Server. Please use the latest version: bigchaindb 2.0.0b9 (Beta 9).
Something like: `sudo pip3 install --upgrade bigchaindb==2.0.0b9` or just `sudo pip install ...` if pip means the Python 3 version of pip in your current Python environment (or virtual environment).
If you installed MongoDB on Ubuntu 18.04 using `sudo apt install mongodb`, then it should already be running; you don't have to start it. You might have to clear out...