> For the complete documentation index, see [llms.txt](https://scriptforge.gitbook.io/d/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scriptforge.gitbook.io/d/crypto-money-washer/configuration-file/bitcoins.md).

# Bitcoins

**Bitcoins settings overview**

{% code title="Config.lua" %}

```lua
Config.realbtcvalue = true
Config.CheckBitcoinsValueMinSec = 5  
Config.CheckBitcoinsValueMaxSec = 5 
```

{% endcode %}

<mark style="color:blue;">**Config.realbtcvalue**</mark>\
If <mark style="color:green;">true</mark> use real time value from api, else if <mark style="color:red;">false</mark> use custom bitcoins setting.\
\ <mark style="color:blue;">**Config.CheckBitcoinsValueMinSec**</mark>\
Minimum waiting time in seconds to check bitcoins value from API(real) or custom bitcoins.\
\ <mark style="color:blue;">**Config.CheckBitcoinsValueMaxSec**</mark>\
Maximum waiting time in seconds to check bitcoins value from API(real) or custom bitcoins.
