Bitcoin Forum
April 26, 2024, 07:56:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Daemon's functions, API, notify, etc is same at other coins?  (Read 154 times)
wsxdrfv (OP)
Jr. Member
*
Offline Offline

Activity: 405
Merit: 5


View Profile WWW
May 15, 2018, 12:45:37 AM
 #1

So bitcoin's API, commands, daemon feature is same at all other alt-coins?

And eth ERC20 token does not have any source github, API, commands, daemon, right?
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714161406
Hero Member
*
Offline Offline

Posts: 1714161406

View Profile Personal Message (Offline)

Ignore
1714161406
Reply with quote  #2

1714161406
Report to moderator
1714161406
Hero Member
*
Offline Offline

Posts: 1714161406

View Profile Personal Message (Offline)

Ignore
1714161406
Reply with quote  #2

1714161406
Report to moderator
hushan
Member
**
Offline Offline

Activity: 61
Merit: 15


View Profile
May 15, 2018, 12:56:06 AM
 #2

So bitcoin's API, commands, daemon feature is same at all other alt-coins?

And eth ERC20 token does not have any source github, API, commands, daemon, right?


No, each coins have their own features and APIs, you have to refer to that specific coin's documentation to find out.

ERC20 is a protocol running on top of Ethereum network, you can find links to github and docs here https://ethereum.org/.

BTC: 38ykUxZeSv5aqav1keCc4KUxXLPPGkfrm5 LTC: MPpWNvqDCVB1PHJt4A28j9oFfc6Y1KKDno ETH: 0x07C8c68d5253247038947EF9495b054160c8737c
Taras
Legendary
*
Offline Offline

Activity: 1386
Merit: 1053


Please do not PM me loan requests!


View Profile WWW
May 15, 2018, 01:04:54 AM
 #3

Some altcoins are made from bitcoin's code and will have a very familiar daemon, but this is not true for every altcoin; some of them were made from scratch, as a completely new system, and are quite different.

Also, altcoins that branch off from bitcoin's code aren't guaranteed to have all the same functions and commands. As both bitcoin and the altcoin changes over time, they will become more and more distinct, so be sure to test code designed for bitcoin thoroughly on an altcoin before using it there as there may be some "gotchas" involved.
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
May 15, 2018, 08:42:07 AM
 #4

So bitcoin's API, commands, daemon feature is same at all other alt-coins?

Generally, no.
Some forked coins may have the same API, but doesn't have to.
Just google "your_coins_name developer api" to find the correct API for your coin.



And eth ERC20 token does not have any source github, API, commands, daemon, right?

ERC20 tokens are just coded contracts. You may found them on github. This depends on the developer.
Regarding commands and deamon, look here.

You don't need to run a daemon for an ERC20 token. They run ontop of the ethereum network.
You might run an ethereum daemon if necessary.



ERC20 is a protocol running on top of Ethereum network..

ERC20 describes rather a standard for tokens, than a protocol.

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!