We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2867c2e commit 4e9dd67Copy full SHA for 4e9dd67
contrib/sign_version
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+version=`git describe --tags --dirty --always`
3
+sig=`./run_electrum -w $SIGNING_WALLET signmessage $SIGNING_ADDRESS $version`
4
+echo "{ \"version\":\"$version\", \"signatures\":{ \"$addr\":\"$sig\"}}"
0 commit comments