2018-08-03 20:48:17
*https://github.com/fireduck64/duckutil/compare/b6f9c475970f...0ee8deec5cf5*
https://github.com/fireduck64/duckutil/commit/0ee8deec5cf5ff0a950d1efc62168d4943dd63e2 - Periodic thread
GitHub
2018-08-03 20:53:00
*https://github.com/fireduck64/duckutil/compare/0ee8deec5cf5...a8164f220e83*
https://github.com/fireduck64/duckutil/commit/a8164f220e831b08b8e290d3d4c98055291a0ab9 - allow json array
GitHub
2018-08-03 20:55:36
*https://github.com/fireduck64/duckutil/compare/a8164f220e83...e40d41a3a308*
https://github.com/fireduck64/duckutil/commit/e40d41a3a308f4ea2bb67434d10be076363caad4 - exception
GitHub
2018-08-03 22:03:42
@Fireduck do the *mark_used* and *generate_now* args work?
Clueless
2018-08-03 22:04:15
yes
Fireduck
2018-08-03 22:04:35
not sure what I'm doing wrong, being given the same address repeatedly
Clueless
2018-08-03 22:04:59
command line or json rpc?
Fireduck
2018-08-03 22:10:12
oh, command line
Clueless
2018-08-03 22:10:19
that is fine
Fireduck
2018-08-03 22:10:21
should work either way
Fireduck
2018-08-03 22:10:25
can you show me the command line?
Fireduck
2018-08-03 22:11:22
`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
```
Clueless
2018-08-03 22:11:38
that isn't how the options work
Fireduck
2018-08-03 22:11:55
./client.sh getfresh true false
Fireduck
2018-08-03 22:12:26
ah, I tried, `./client.sh getfresh 1 1` , but `true/false` booleans do work
Clueless