Skip to content

Commit

Permalink
Merge pull request #27 from afomi/minminingtxfee
Browse files Browse the repository at this point in the history
pass mandatory minminingtxfee option to bitcoind
  • Loading branch information
mrz1836 authored Aug 20, 2023
2 parents 3312c43 + 7356426 commit 6f7f901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bsv_oneshot
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ if [ $# -gt 0 ]; then
args=("$@")
fi

exec bitcoind -excessiveblocksize=1000000000 -maxstackmemoryusageconsensus=100000000 "${args[@]}"
exec bitcoind -excessiveblocksize=1000000000 -maxstackmemoryusageconsensus=100000000 -minminingtxfee=0.00000500 "${args[@]}"

0 comments on commit 6f7f901

Please sign in to comment.