Commit Graph

10 Commits

Author SHA1 Message Date
tomFlowee c47c174b7f Fix inconsistent argument name
Now we have -bind / -apibind / -rpcbind as a consistent naming of
arguments.
2025-04-14 16:56:52 +02:00
tomFlowee 095e69fd01 Add comment to make config easier. 2020-12-16 22:10:36 +01:00
TomZ d545bf339b match code 2020-12-06 13:19:21 +01:00
Justaphf 18ca7abb7c Add scalenet 2020-10-02 18:43:52 -04:00
Justaphf 13286db582 Add testnet4 2020-10-02 18:43:52 -04:00
TomZ 6d8531377b cleanup default config file 2020-01-20 16:06:24 +01:00
TomZ 0f5f8c2920 Cleanup config file example.
Remove dbcache option, flowee doesn't need it.
This is a legacy option that was needed when the leveldb layer was
used for the utxo, as that required us to write our own caching.
2019-11-11 19:50:25 +01:00
TomZ c8108f387c Drop API login requirement and api-cookie argument 2019-03-27 18:55:13 +01:00
TomZ ed195c21e2 update command line args documentation 2018-03-08 23:03:08 +01:00
TomZ 4bf1558f7a Smooth over config file issues.
So, now we install the example config file

Then we follow XDG for retrieving it.
We first check XDG_CONFIG (~/.config/flowee) and if we can't find a confg
file there fall back to the data dir (~/.local/share/flowee).
2018-03-07 23:20:04 +01:00