Would anyone please be able to help me get this
script working with litecoin?
I mined some litecoins back in April and put a password on my wallet which I then forgot.
When I tried to use the script on my litecoin wallet it didn't work... It worked fine with my bitcoin wallet.
I tried messing around with the config file (adding allowed IP's), and changing ports and things in the actual powershell script.
Main problem seems to be connecting to the litecoin deamon. The Daemon also doesn't seem to run as smoothly as the bitcoin one.
Nothing seems to be working and I'm at a loss with what to do. I hope its not because I updated my litecoin client- I hadn't run it since april and when I fired it up again it said it wanted an update.
This is the error I get in powershell:
Exception : System.Net.WebException: The underlying connection was closed: The connection was closed unexpe
ctedly.
at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebReque
st& request)
at System.Net.WebClient.UploadString(Uri address, String method, String data)
at UploadString(Object , Object[] )
at System.Management.Automation.DotNetAdapter.AuxiliaryMethodInvoke(Object target, Object[]
arguments, MethodInformation methodInformation, Object[] originalArguments)
TargetObject :
CategoryInfo : NotSpecified: (:) [], WebException
FullyQualifiedErrorId : DotNetMethodException
ErrorDetails :
InvocationInfo : System.Management.Automation.InvocationInfo
PipelineIterationInfo : {}
PSMessageDetails :
Before I fiddled around with things I also got this error
Exception : System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketE
xception: No connection could be made because the target machine actively refused it 127.0.0.1:
9333
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddres
s)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s
6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int3
2 timeout, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebReque
st& request)
at System.Net.WebClient.UploadString(Uri address, String method, String data)
at UploadString(Object , Object[] )
at System.Management.Automation.DotNetAdapter.AuxiliaryMethodInvoke(Object target, Object[]
arguments, MethodInformation methodInformation, Object[] originalArguments)
TargetObject :
CategoryInfo : NotSpecified: (:) [], WebException
FullyQualifiedErrorId : DotNetMethodException
ErrorDetails :
InvocationInfo : System.Management.Automation.InvocationInfo
PipelineIterationInfo : {}
PSMessageDetails :
I don't understand what these errors are telling me. I have google extensively.
Can anyone give me any hints or point me in the right direction?
I will love you forever if you can.