Bitcoin Forum
May 28, 2024, 05:47:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: problem again with bitcoincore 10.1  (Read 1632 times)
bobby88 (OP)
Full Member
***
Offline Offline

Activity: 147
Merit: 100


View Profile
April 30, 2015, 05:35:43 PM
 #1

Hello everybody ,

I have problems when i try to run bitcoind - daemon from my computer(Os windows 7 64 bit , 6GB RAM ,Intel iCore3 ) the cmd cursor keeps flashing  and when i did  Ctrl+c  it say

C:\Program Files\Bitcoin\daemon>bitcoind -daemon
Assertion failed!

Program: C:\Program Files\Bitcoin\daemon\bitcoind.exe
File: allocators.h, Line 43

Expression: this->GetLockedPageCount() == 0

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

C:\Program Files\Bitcoin\daemon>bitcoind -daemon

What did I missed ? please help

Regards
cr1776
Legendary
*
Offline Offline

Activity: 4046
Merit: 1303


View Profile
April 30, 2015, 06:22:55 PM
 #2

Are you trying to stop Bitcoin Core with a control-c?  You should use the quit command to stop the program.

Maybe I am not clear on exactly what you are asking.
Borisz
Sr. Member
****
Offline Offline

Activity: 476
Merit: 251



View Profile
April 30, 2015, 06:25:58 PM
 #3

Yes, I am also not entirely clear on what you were trying to do.

Did you simply want to quit after running (successfully) for X hours or you think that it is hung and want to kill the process?
bobby88 (OP)
Full Member
***
Offline Offline

Activity: 147
Merit: 100


View Profile
April 30, 2015, 07:15:28 PM
 #4

I tried to run daemon from its folder with cmd , so i thought i will run daemon and make it running on server node as https://en.bitcoin.it/wiki/Bitcoind said , and then there s come the problem that i wrote before , the question is is it save  for me just run the bitcoin qt  after that problem , is there any corrupted or unstable running , or what should ido , sorry for the noob questions


regards
achow101_alt
Sr. Member
****
Offline Offline

Activity: 268
Merit: 256


View Profile
May 01, 2015, 12:23:07 AM
 #5

The behavior you see is actually what should happen. If you open task manager after you run the command, you should see bitcoind.exe in it. You can then open another command prompt and give commands to that instance of bitcoind you ran in the other command prompt.

The output you see when you hit Ctrl+C is what should happen since Ctrl+C is an interrupt and will cause the program to terminate.

Also, I don't think that -daemon is a valid option for bitcoind.

Tip Me!: 1AQx99s7q1wVinbgXbA48BaZQVWpHe5gYM | My PGP Key: Fingerprint 0x17565732E08E5E41
cr1776
Legendary
*
Offline Offline

Activity: 4046
Merit: 1303


View Profile
May 01, 2015, 01:23:41 PM
 #6

I tried to run daemon from its folder with cmd , so i thought i will run daemon and make it running on server node as https://en.bitcoin.it/wiki/Bitcoind said , and then there s come the problem that i wrote before , the question is is it save  for me just run the bitcoin qt  after that problem , is there any corrupted or unstable running , or what should ido , sorry for the noob questions


regards

Yes, but why hit control-c?  That should interrupt it like you saw. 

If you run it again, it should notify you if there is a problem.
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
May 01, 2015, 07:12:56 PM
 #7

I tried to run daemon from its folder with cmd , so i thought i will run daemon and make it running on server node as https://en.bitcoin.it/wiki/Bitcoind said , and then there s come the problem that i wrote before , the question is is it save  for me just run the bitcoin qt  after that problem , is there any corrupted or unstable running , or what should ido , sorry for the noob questions


regards

Yes, but why hit control-c?  That should interrupt it like you saw.  

If you run it again, it should notify you if there is a problem.

I think OP is looking for a way to start the daemon and return to the prompt while the daemon keeps running in the background.

@OP try the following if the above is true.

Code:
start /b bitcoind -daemon


Im not really here, its just your imagination.
cr1776
Legendary
*
Offline Offline

Activity: 4046
Merit: 1303


View Profile
May 01, 2015, 09:41:20 PM
 #8

I tried to run daemon from its folder with cmd , so i thought i will run daemon and make it running on server node as https://en.bitcoin.it/wiki/Bitcoind said , and then there s come the problem that i wrote before , the question is is it save  for me just run the bitcoin qt  after that problem , is there any corrupted or unstable running , or what should ido , sorry for the noob questions


regards

Yes, but why hit control-c?  That should interrupt it like you saw.  

If you run it again, it should notify you if there is a problem.

I think OP is looking for a way to start the daemon and return to the prompt while the daemon keeps running in the background.

@OP try the following if the above is true.

Code:
start /b bitcoind -daemon



Ah.  If so, something as suggested above should work.  On Linux Or OS x one could use the screen command or something similar. 

And you should be able to run it after that error - it should warn you of it finds a problem.

bobby88 (OP)
Full Member
***
Offline Offline

Activity: 147
Merit: 100


View Profile
May 02, 2015, 12:41:42 AM
 #9

yeah , its not easy to run *nix stuff  to windows environment Smiley
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!