Colossus Digital

Results 7 comments of Colossus Digital

wow, great , thank you very much last question, how can i get the start block number (or hash) for a given era ?

> @colossus-digital the only thing i can come up with is to do a "dump" of the database, i know the users and tasks are stored there. i'm trying right...

just fyi db backup (sql): `mysqldump -h localhost -P 3306 --protocol=tcp -u semaphore --password --databases semaphore --column-statistics=0 --no-tablespaces > ./semaphore_db_backup.sql` db restore (sql): `mysql -h localhost -P 3306 --protocol=tcp --password...

Finally i have an oasis testnet validator and I'd like to give horcrux a try but I don't know how to setup the node to use the horcrux signer and...

> Oasis core uses tendermint, but it is a tendermint fork that uses a different ed25519 implementation: https://github.com/oasisprotocol/curve25519-voi. After first glance it is not clear to me whether this would...

authentication removed from the command and it worked , tnks ``` docker exec -i mongo /usr/bin/mongodump --db panicdb --out /dump docker cp mongo:/dump ./dump ``` but I can't find an...

> The workaround from [#22326 (comment)](https://github.com/gravitational/teleport/issues/22326#issuecomment-1492588949) should still work for Teleport Connect. On Windows, try setting `TELEPORT_ADD_KEYS_TO_AGENT` to `no` in your user environment variables [through the System Control Panel](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_environment_variables?view=powershell-7.4#set-environment-variables-in-the-system-control-panel). >...