@Fireduck do the *mark_used* and *generate_now* args work?
yes
not sure what I'm doing wrong, being given the same address repeatedly
command line or json rpc?
oh, command line
that is fine
should work either way
can you show me the command line?
`java -jar SnowBlossomClient_deploy.jar configs/client.conf $1 $2 $3` ```zac@zwafer:~/work/snowblossom/example/deployment/snowblossom-1.3.0$ ./client.sh getfresh mark_used generate_now Aug 03, 2018 3:03:04 PM snowblossom.client.SnowBlossomClient <init> INFO: Starting SnowBlossomClient version 1.3.0 snow:gk3xrwzur0kwdvz9hwse4ajzgjth9cx5mwvsqu9c ```
that isn't how the options work
./client.sh getfresh true false
ah, I tried, `./client.sh getfresh 1 1` , but `true/false` booleans do work