GithubHelp home page GithubHelp logo

Comments (29)

mrtass avatar mrtass commented on August 26, 2024 1

i keep getting this error

WARNING [192.168.0.157:54072 INC] Exception in connectionHandler: TcpConnection::read
192.168.0.157 is my node ip

from cryptonote.

exploshot avatar exploshot commented on August 26, 2024

same here

from cryptonote.

bodzie avatar bodzie commented on August 26, 2024

Help please, I have the same problem

from cryptonote.

loldlm1 avatar loldlm1 commented on August 26, 2024

I fixed it running my cryptocoin in two VPS ubuntu, it means that it needs two seeds for work.

from cryptonote.

SoraKohaku avatar SoraKohaku commented on August 26, 2024

ah so that it need 2 nodes

from cryptonote.

zhmrab avatar zhmrab commented on August 26, 2024

Hey guys, I having the same issue, running 2 seeds nodes on 2 ubuntu VPS and keep on getting this when opening the wallet on my computer :

SwappedVector cache hits: 1, misses: 1 (50.00%)
SwappedVector cache hits: 1, misses: 1 (50.00%)
2017-Dec-27 02:03:57.909769 INFO Closing DB.
2017-Dec-27 02:03:57.915461 ERROR Exception: TcpListener::TcpListener, bind failed, result=49, Can't assign requested address

If you guys found a fix could you please post it here?

Thanks!

from cryptonote.

SoraKohaku avatar SoraKohaku commented on August 26, 2024

from cryptonote.

zhmrab avatar zhmrab commented on August 26, 2024

Which process should I kill?

Also can you detail about how remove the old blockchain on my home folder?

I'm not sure what to do exactly everything else in the setup seems fine :/

from cryptonote.

SoraKohaku avatar SoraKohaku commented on August 26, 2024

from cryptonote.

zhmrab avatar zhmrab commented on August 26, 2024

Ok thanks!

Now that I deleted and tried again the daemon opens and I get this

2017-Dec-28 16:13:44.473420 INFO Net service binded on 0.0.0.0:xxxxx
2017-Dec-28 16:13:44.473523 INFO Attempting to add IGD port mapping.
2017-Dec-28 16:13:46.234940 ERROR UPNP_AddPortMapping failed.
2017-Dec-28 16:13:46.235390 INFO P2p server initialized OK
2017-Dec-28 16:13:46.236242 INFO Starting core rpc server on address 127.0.0.1:xxxxx
2017-Dec-28 16:13:46.236550 INFO Core rpc server started ok
2017-Dec-28 16:13:46.236707 INFO Starting p2p net loop...
2017-Dec-28 16:13:46.236836 INFO Starting node_server

and then nothing..

when I try bc_height it's 0 and when I try to open the wallet I get

[BlockchainSynchronizer] Failed to query outdated pool transaction: NodeErrorCategory:3, Network error
ERROR [BlockchainSynchronizer] Failed to query blocks: NodeErrorCategory:3, Network error

Not sure what I'm doing wrong but I feel like it's almost there!

from cryptonote.

SoraKohaku avatar SoraKohaku commented on August 26, 2024

from cryptonote.

zhmrab avatar zhmrab commented on August 26, 2024

Ok thank you so much! I started over and it worked but now I got that :

Sync data returned unknown top block: 1 -> 1 [0 blocks (0 days) behind]
2017-Dec-30 03:52:14.970409 INFO SYNCHRONIZATION started
Failed to handle NOTIFY_REQUEST_CHAIN. block_ids doesn't end with genesis block ID

and it repeats non stop

Do you know a fix for this?

NOTE: I did print-genesis and then put it in the config file

from cryptonote.

SoraKohaku avatar SoraKohaku commented on August 26, 2024

from cryptonote.

mrtass avatar mrtass commented on August 26, 2024

@zhmrab u mind sharing ur solution ? and config file is possible

from cryptonote.

SoraKohaku avatar SoraKohaku commented on August 26, 2024

from cryptonote.

mrtass avatar mrtass commented on August 26, 2024

@FndNur1Labs u mind sharing a sample config file ? i cannot seem to find one

from cryptonote.

SoraKohaku avatar SoraKohaku commented on August 26, 2024

from cryptonote.

rainmanp7 avatar rainmanp7 commented on August 26, 2024

Whipe the cahce off the main .somethig

Make sure in your cmake file that you specify a special something at the top.
Inside the file it may be there it may not = so change or put it there.
In the main cmakelists.txt

set(PER_BLOCK_CHECKPOINT 0)

Then make sure built files are cleared.
Make sure Cmake folders are cleared.
Compile and run.

Eveytime you change something that would change the block ,this clearing is needed
By whiping the main .coin folder....

from cryptonote.

SoraKohaku avatar SoraKohaku commented on August 26, 2024

from cryptonote.

Dev1Dev2Dev5 avatar Dev1Dev2Dev5 commented on August 26, 2024

I followed FndNur1Labs’ ideas on how to fix genesis mismatch error by “remove block chain and make again after that print genesis then copy and make again.” This worked for me but now I get error:
“Failed to handle NOTIFY_REQUEST_CHAIN. block_ids doesn't end with genesis block ID” and “Sync data returned unknown top block: 0 -> 1 [1 blocks (0 days) behind]”

How do I fix this?

I see advice to: “configure need change in network and bootstrap. try look on
P2p/P2pNetworks.h with your configuration~”
or
“config file need put on .folder[files bootstrap]”
or
“Whipe the cahce off the main .somethig” and “Make sure in your cmake file that you specify a special something at the top” and “By whiping the main .coin folder”

I’ve been trying these fixes but am likely doing them wrong. Can you please provide details on how to fix my issue?

from cryptonote.

SoraKohaku avatar SoraKohaku commented on August 26, 2024

from cryptonote.

Dev1Dev2Dev5 avatar Dev1Dev2Dev5 commented on August 26, 2024

Sorry I'm a noob. I dont know what to do. Can you please tell me what steps to take to fix the “Failed to handle NOTIFY_REQUEST_CHAIN. block_ids doesn't end with genesis block ID” error?

from cryptonote.

SoraKohaku avatar SoraKohaku commented on August 26, 2024

from cryptonote.

Dev1Dev2Dev5 avatar Dev1Dev2Dev5 commented on August 26, 2024

I appreciate the help. I went to your website and see the CryptoNote instructions, but don't see any way to fix the “Failed to handle NOTIFY_REQUEST_CHAIN. block_ids doesn't end with genesis block ID” error. Can you please let me know what steps I need to take to fix this error?

Your advice to fix gensis mismatch by "“remove block chain and make again after that print genesis then copy and make again.” worked great for me. Please let me know how I can fix the block_ids doesn't end with genesis block ID error.

from cryptonote.

SoraKohaku avatar SoraKohaku commented on August 26, 2024

from cryptonote.

Dev1Dev2Dev5 avatar Dev1Dev2Dev5 commented on August 26, 2024

Sorry I feel stupid. I looked at all of your repo and opened all the docs, even those edited 30 minutes ago, but I don't see any advice on how to fix my “Failed to handle NOTIFY_REQUEST_CHAIN. block_ids doesn't end with genesis block ID" error.

I'm on https://github.com/FndNur1Labs/DirhamCli/tree/master/doc

Please let me know where to look for the doc in your repo.

from cryptonote.

zhmrab avatar zhmrab commented on August 26, 2024

@Dev1Dev2Dev5 you need to delete your old blockchain folder

rm -rf .yourcoin

from cryptonote.

SoraKohaku avatar SoraKohaku commented on August 26, 2024

from cryptonote.

SoraKohaku avatar SoraKohaku commented on August 26, 2024

from cryptonote.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.