1 2012-07-20 00:17:01 <Forexmasterja> Can someone give me an example output on how to use the sendmany command using bitcoid ?
 2 2012-07-20 00:19:06 <gmaxwell> bitcoind sendmany "" '{"1GMaxweLLbo8mdXvnnC19Wt2wigiYUKgEB":0.5,"1AGMAXWELLayCyS1vkLXEszESHEcB3LWqa":0.5}'
 3 2012-07-20 00:19:35 <Forexmasterja> thanks i'm going to try
 4 2012-07-20 00:19:44 <Forexmasterja> i'll even try that address
 5 2012-07-20 00:19:46 <Forexmasterja> :)
 6 2012-07-20 00:19:55 <gmaxwell> :)
 7 2012-07-20 00:21:29 <Forexmasterja> still getting error: type mismatch
 8 2012-07-20 00:22:42 <gmaxwell> The empty quotes are important
 9 2012-07-20 00:22:55 <Forexmasterja> pasted it exactly as u typed
10 2012-07-20 00:22:57 <gmaxwell> (they specify the account, use "" if you aren't using accounts)
11 2012-07-20 00:23:04 <Forexmasterja> not using accounts
12 2012-07-20 00:23:23 <Forexmasterja> is it different from windows command line from unix ?
13 2012-07-20 00:23:30 <Forexmasterja> im using windows bitcoind
14 2012-07-20 00:24:40 <gmaxwell> ~/bitcoin/src/bitcoind sendmany "" '{"moVA7oTKb2cteTNGGKsNP1iqF68BFjAAZq":10000,"n1tjbQeE715GaCimMeRjqujtr6WAVMKakp":10000}'
15 2012-07-20 00:24:43 <gmaxwell> 8a0476112e0e73376e9fb43881884a0a1d517742eb592e8c719bb618b39d2e82
16 2012-07-20 00:24:46 <gmaxwell> works fine for me.
17 2012-07-20 00:25:19 <Forexmasterja> hmmmm... wonder whats wrong here i'll try on anothe rmachine
18 2012-07-20 00:25:28 <gmaxwell> I'm not aware of any reason why that would be different.. perhaps windows is gobbling the quotes and they need to be escaped in some other way.
19 2012-07-20 00:33:47 <Forexmasterja> definately not working on windows
20 2012-07-20 00:34:51 <gmaxwell> ah.
21 2012-07-20 00:35:28 <gmaxwell> try. bitcoind sendmany "" "{"1GMaxweLLbo8mdXvnnC19Wt2wigiYUKgEB":0.5,"1AGMAXWELLayCyS1vkLXEszESHEcB3LWqa":0.5}"
22 2012-07-20 00:37:00 <Forexmasterja> yup
23 2012-07-20 00:37:02 <Forexmasterja> nice
24 2012-07-20 00:37:05 <Forexmasterja> worked :)
25 2012-07-20 00:37:18 <Forexmasterja> thats not in the help for the command line
26 2012-07-20 00:38:00 <luke-jr> gmaxwell: I like single quotes&
27 2012-07-20 00:38:15 <luke-jr> oh, windows
28 2012-07-20 00:39:44 <Forexmasterja> gosh windows really makes things so difficult
29 2012-07-20 00:41:58 <jgarzik> luke-jr: I wonder if there are other places where having a quick height->hash lookup is useful