From 03a65981eb9895ea7eaee52a189fec630ff71955 Mon Sep 17 00:00:00 2001 From: BorisPaing Date: Thu, 19 Mar 2020 16:04:23 +0100 Subject: [PATCH 1/3] default to 0.1 instead of 0.05 accounts with less than 1 G1 are destroyed --- process-likes-g1tx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process-likes-g1tx.sh b/process-likes-g1tx.sh index ad97efc..92333ce 100755 --- a/process-likes-g1tx.sh +++ b/process-likes-g1tx.sh @@ -16,7 +16,7 @@ g1priv=$(cat ~/.ssb/secret.dunikey | grep "sec" | cut -d ' ' -f 2) # SSB pubkey ssbpub=$(cat ~/.ssb/secret | grep public\" | cut -d ' ' -f 4 | cut -d '.' -f 1 | sed s/\"//g) -defaultAmountPerLikeInUD="0.05" +defaultAmountPerLikeInUD="0.1" bold=$(tput bold) normal=$(tput sgr0) ssbMaxSize=8192 From b170b48111484765925b6bb195ef0644ae2fd128 Mon Sep 17 00:00:00 2001 From: poka Date: Thu, 19 Mar 2020 19:25:01 +0100 Subject: [PATCH 2/3] remove sbotc bad submodule --- sbotc | 1 - 1 file changed, 1 deletion(-) delete mode 160000 sbotc diff --git a/sbotc b/sbotc deleted file mode 160000 index f1337ff..0000000 --- a/sbotc +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f1337fffb2467ae35d1e694221cd0fd9ba97923f From 9dfe107553ab39d03876beee03d5b515ca79f3f4 Mon Sep 17 00:00:00 2001 From: BorisPaing Date: Fri, 20 Mar 2020 11:30:53 +0100 Subject: [PATCH 3/3] hotfix silkaj --output (bad regex usage, sorry) --- process-likes-g1tx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/process-likes-g1tx.sh b/process-likes-g1tx.sh index 92333ce..0187c58 100755 --- a/process-likes-g1tx.sh +++ b/process-likes-g1tx.sh @@ -354,8 +354,8 @@ do - #printf '%s\n' "silkaj -af --file ~/.ssb/secret.dunikey tx --outputs[$n] $g1_author --amountUD $author_amount --comment "Thx for your cool posts on ScuttleButt" - silkaj -p "$duniter_server" -af --file ~/.ssb/secret.dunikey tx --outputs[$n] $g1_author --amountUD $author_amount --comment "Thx for your cool posts on ScuttleButt" -y 2>/dev/null + #printf '%s\n' "silkaj -af --file ~/.ssb/secret.dunikey tx --output $g1_author --amountUD $author_amount --comment "Thx for your cool posts on ScuttleButt" + silkaj -p "$duniter_server" -af --file ~/.ssb/secret.dunikey tx --output $g1_author --amountUD $author_amount --comment "Thx for your cool posts on ScuttleButt" -y 2>/dev/null printf "\n${bold}%s UDĞ1${normal} sent to %s!\n\n" "$author_amount" "${author_name:1:-1}"