Hi,
I've been watching VNL for a bit and have been slowly buying coins over last few weeks. I think it's great and having gone through some JC's code I can attest it isn't just another Bitcoin clone. Could have chosen a somewhat less vanilla name though...
One question I did have (feel free to redirect me to IRC but if it's indexable here someone else may find it). I've got a the sever running one on of my Linux boxes. A couple of questions on configuration.
1. Is there a testnet setting for VNL? I'm working on writing a few services on top of it and would rather not use real currency for now.
2. Is it possible to have RPC bound to a different port or is it solely localhost from the daemon itself at the moment?
3. Does anybody know if there are plans for an implementation of sendrawtransaction via RPC?
Thanks,
Guy
Hi guytp,
1. testnet isn't public atm, but should be enabled in github source in next weeks.
2. RPC port is hardcoded atm (see:
https://github.com/john-connor/vanillacoin/blob/51c6960b2a14ffbf67af19aefac6291768e1ffbc/include/coin/protocol.hpp#L64), & daemon is listening on
127.0.0.1 only by default (--rpc-allow-ips=x.x.x.x,y.y.y.y to add others
non-public ips)
3. Only John can answer this one, but I can add this to the vanillacoin daemon feature request list.
Have a good n8/day !