DySprozin

Results 6 comments of DySprozin

@jeong760 Siacoin uses blake method, but as I understand, Sia uses another API (compared to other coins) - for example, command address vs getnewaddress and etc.

additional error (when copy "folder" 222 with "file" test.xml) ``` rclone copy cephS3:mybucket/222 . 2022/06/29 13:44:42 ERROR : test.xml: Failed to copy: failed to open source object: SerializationError: failed to...

the problem remains. Link to log: https://paste.debian.net/1245732/

just ``` docker exec -it koel_koel_1 bash chown -R www-data:www-data exit ``` and ``` docker exec --user www-data -it koel_koel_1 bash php artisan koel:init --no-assets ```

Well, I got it) 0. docker-compose down 1. Create empty db (if db exists, drop db and recreate) 2. docker-compose up -d 3. Run migrations: ``` docker exec -t wallabag_wallabag_1...