-
Boost 1.66.0 is out for about a month now and has started to get adopted in bleeding edge distributions.
From a quick glance it seems that especially the `boost::asio` code used in rippled breaks w…
-
Since last night our Ripple node is unable to sync. This is rippled's output, it's stuck in a loop:
```
Watchdog: Launching child 3
2017-Nov-22 13:02:55 JobQueue:NFO Auto-tuning to 32 validation/…
-
When attempting to run rippled, I get this error:
```
$ rippled --conf /etc/rippled/rippled.cfg
Loading: "/etc/rippled/rippled.cfg"
Watchdog: Launching child 1
Terminating thread rippled: main…
fschr updated
6 years ago
-
request
curl -X GET \
http://localhost:5005 \
-H 'Content-Type: application/json' \
-d '{
"method": "account_info",
"params": [
{
"account": "rBG...27b",
…
-
[The guide for building rippled on os x](https://wiki.ripple.com/OSX_Build_Instructions) is not up to date and trying to build it according to it is not working.
Setting the `BOOST_ROOT` helps and …
cserb updated
6 years ago
-
During today's large increase in transaction fees, possibly due to a certain tweet, rippled is spewing lots of the following logs. Market makers connected to this instance are receiving "Can not queue…
-
Currently, critical bugfixes are being committed into the repository with little to no documentation. A critical bugfix is defined as a source code change which solves a problem with the business logi…
-
-
I have followed all the instructions for building rippled given on https://wiki.ripple.com/Ubuntu_build_instructions.
But when i build using the scons command i get the following error:
In file incl…
-
using POSTER for firefox to run JSON_RPC request, I successfully did a transaction, signed it and verified it.
All of the above mentioned steps worked successfully, but when using account_info method…