Bitcoin Forum
May 12, 2024, 12:37:27 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Service Discussion / cannot login to MtGox - "loading" on: February 07, 2014, 11:39:29 PM
For a couple of days already I cannot login to MtGox! When I fill in my credentials and click login, the button text changes to loading but nothing happens!
Anybody else have this problem? I have some money there Undecided It happens in other browsers too.
2  Alternate cryptocurrencies / Altcoin Discussion / LTC solo mining - visible in block explorer? on: June 07, 2012, 09:51:54 PM
Hello, can I somehow see the "mined" transactions in block explorer? I did not find these using any of the 5 wallet addresses I have in my wallet now? I have my miners connected directly to litecoin-qt wallet. Thanks
3  Bitcoin / Development & Technical Discussion / solo mining LTC Litecoind problem on: March 16, 2012, 11:41:48 PM
Hello, I have this interesting setup: some computers on a LAN running minerd connected to a litecoind on one "server" and this litecoind is connected to a socks4 proxy running on a machine on different network. It looks like working and miners use 100%CPU. I have litecoind started with -printtoconsole so I see the messages. So it goes like this, but sometimes a strange problem occurs - like it cannot find any nodes to connect to or they all refuse connection or whatever.


Code:
3/16/2012 23:05 RandAddSeed() 204724 bytes
askfor block be6df48583638a9906cc   0
sending getdata: block be6df48583638a9906cc
askfor block be6df48583638a9906cc   1331939158000000
askfor block be6df48583638a9906cc   1331939278000000
askfor block be6df48583638a9906cc   1331939398000000
askfor block be6df48583638a9906cc   1331939518000000
askfor block be6df48583638a9906cc   1331939638000000
askfor block be6df48583638a9906cc   1331939758000000
received block be6df48583638a9906cc
Got new block at height 101269: be6df48583638a9906ccece66842a552b1bea62288c4905d
3992242f7a686df5
SetBestChain: new best=be6df48583638a9906cc  height=101269  work=342909385960814

ProcessBlock: ACCEPTED
3/16/2012 23:06:01 Flushing wallet.dat
Flushed wallet.dat 62ms
askfor block b8d63b01d9525c94e8ca   0
sending getdata: block b8d63b01d9525c94e8ca
askfor block b8d63b01d9525c94e8ca   1331939168000000
received block b8d63b01d9525c94e8ca
Got new block at height 101270: b8d63b01d9525c94e8ca2b900ac8ad7ea53d11feedfe07d4
85e0870a0ac0cb63
SetBestChain: new best=b8d63b01d9525c94e8ca  height=101270  work=342915682517571

ProcessBlock: ACCEPTED
3/16/2012 23:06:11 Flushing wallet.dat
Flushed wallet.dat 47ms
ResendWalletTransactions()
AddAddress(142.177.232.41:9333)
askfor tx c25a1dfb6ebd6d639426   0
sending getdata: tx c25a1dfb6ebd6d639426
askfor tx c25a1dfb6ebd6d639426   1331939345000000
AcceptToMemoryPool(): accepted c25a1dfb6e
askfor tx fb23dc6e2ff4460836b5   0
sending getdata: tx fb23dc6e2ff4460836b5
AcceptToMemoryPool(): accepted fb23dc6e2f
received getdata for: tx fb23dc6e2ff4460836b5
and here something goes wrong and continues like this
Code:
socket recv error 10054
disconnecting node 94.76.233.147:9333
socket recv error 10054
disconnecting node 130.160.47.113:9333
socket recv error 10054
disconnecting node 173.11.125.162:9335
trying connection 142.177.232.41:9333 lastseen=-2.1hrs lasttry=-369983.2hrs
proxy connecting 142.177.232.41:9333
socket recv error 10054
disconnecting node 87.106.180.211:9335
proxy connected 142.177.232.41:9333
connected 142.177.232.41:9333
socket recv error 10054
disconnecting node 178.254.3.19:9333
socket recv error 10054
disconnecting node 209.217.250.10:9333
socket closed
disconnecting node 142.177.232.41:9333
socket recv error 10054
disconnecting node 169.237.101.193:10333
trying connection 93.141.50.37:9333 lastseen=-6.5hrs lasttry=-369983.2hrs
proxy connecting 93.141.50.37:9333
socket recv error 10054
disconnecting node 178.33.28.54:10333
trying connection 184.72.90.135:9333 lastseen=-11.6hrs lasttry=-369983.3hrs
proxy connecting 184.72.90.135:9333
when these errors start appearing all miners connections are being refused and they stop working. litecoind getinfo shows connections:0. When it worked it was connections:8. Strangely it seems like restart of litecoind always helps, but this is useless if it randomly stops working like this and needs to be restarted Undecided When there is this problem I can still start minerd and connect to a pool, so I don't know. The problem was happening even when I tested it without proxy, so it used different network. Is litecoin network unstable or what?
Now when it happened it was connections:0 for about 3minutes and then suddendly it went to connections:1 and miners started to work again...but only for about a minute before it broke again. Any ideas? I don't think there is a problem with local firewall, because disabling it does not help...
Or is there some list of stable nodes so I could configure it to connect to them to avoid problems finding some available nodes?
4  Bitcoin / Mining support / Litecoind: port 9332 closed for the network? on: March 11, 2012, 02:17:28 AM
Hello, I am trying to solo mine LTC, so I have started litecoind with
server=1 and daemon=1 in litecoin.conf...and of course rpcuser and prcpassword set.
I can connect to it from localhost with pooler's minerd like this
minerd.exe --algo scrypt --s 6 --threads 2 --url http://127.0.0.1:9332 --userpass user:password
but cannot connect like this from another computer on the LAN! Neither hostname or ip address works in the --url field. I can ping it but the port scan shows 9332 to be closed while 9333 is open. But I believe 9333 is just for the litecoind upstream and not for incoming connections right? Firewall does not seem to be blocking anything. Do I understand it wrong?
5  Alternate cryptocurrencies / Altcoin Discussion / Litecoind -datadir Error: Specified directory does not exist on: March 10, 2012, 01:08:44 PM
Hello, I want to start litecoind with -datadir parameter but it keeps telling me this error. I use Windows XP and I try to point it into a truecrypt mounted drive...
Code:
K:\program>litecoind -datadir k:\datadir\
Error: Specified directory does not exist

K:\program>dir k:\datadir
 Volume in drive K has no label.
 Volume Serial Number is B019-AD5E

 Directory of k:\datadir

03/10/2012  01:46 PM    <DIR>          .
03/10/2012  01:46 PM    <DIR>          ..
03/10/2012  01:46 PM               326 litecoin.conf
6  Other / Beginners & Help / Bitcoin Wallet all the time catching up and eating 100%CPU (FIXED !!) on: February 07, 2012, 01:46:15 PM
Hello, please allow me to write topics. I really need some tech support.
And I also think it would be really nice if you did not make fools of people and let them know that they need to write (beg...) here before they can actually ask something Wink
After registration I was thrown immediatelly into forum with no instructions and nothing in the email so tell me how could I know that I need to go to some newbie section before I can write anywhere else?
And yes I was looking for some FAQ or help, but there is no information about this. Just an instructions how to start a new topic by clicking a button New topic which is not there :-]
Thank you
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!