Open davidebaldini opened 8 years ago
The "send" option is provided by index.php
, but it's not visible because that page is mangled by non-html debugging output, which is enabled by default.
Once debugging is disable, the "send" button becomes visible.
Thanks for the information. What debugging output? Do you mean standard PHP errors?
If so then a default of ini_set('display_errors', false)
would probably solve this. Feel free to submit a Pull Request with your own solution.
Installed today. Works well after manually creating the address book file (#3). However, the UI offers no options to initiate transactions. Maybe this is because the backend
bitcoind
is still synching?