I am coding a new bitoin wallet and as i am newbie to bitcoin coding i need help with installation or bitcoin server.
There are 3 types bitcore, bitcore-node and bitcoin-daemon.
which one is used to create your own bitcoin wallet server to create API and all other stuff to be used with my website?
I am confused because i don't know the difference between those so if there is anyone can help me with choosing the right thing for my purpose that will be very help full.
I need to install bitcoin server to attach with my website so users can generate wallet addresses and can make transactions.
You're going to want to partner up with a solid developer who can help you. Most people who embark on your journey, have large teams of people, such as Coinbase. All this of course depends on your end goal and what you're trying to do. If you just want to generate addresses and such for your website, that's much easier.
Politics aside, bitcore is developed by bitpay and similar to bitcoind. Bitcore-node is for use with Node.js. Bitcoin-daemon (more referred to as bitcoind) is aligned with the bitcoin foundation.