Colossus Digital

Results 6 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...