Add a coin to the exchange

+2 votes
Hello, please tell me what data to place on the exchange?

I think this issue does not only concern me.

Ticker: ?
Algo: ?
Type: POW+POS OR POW OR POS?
secp256k ver - no - old- new?

Not advertising, link: https://yobit.net/en/addcoin/
asked Sep 3, 2017 by alexpro
Hi!

I have THE SAME problem.
Please tell me , did you get that answers?
3. Algorithm - SHA-256
4. Number of blocks - 25126
7. Block time - 15 seconds
8. Developer language - ะก ++
9. Type (POW + POS, POW, POS) - POW + POS
10. secp256k1 ver (no, old, new) - old or new I do not know exactly
11. Sources (Git) - make an account on the github and fill in the sources of the multcihain
12. Explorer - your explorer LINK

Next you need write to yobit email

Hello, we created our Node repository.
https://github.com/yourgithubmultichain - Developing on the basis of Multichain, the compilation takes place this way:
Preinstalling packages under Unix, take Ubuntu (64-bit)

apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
apt-get install libboost-all-dev
apt-get install software-properties-common
add-apt-repository ppa: bitcoin / bitcoin
apt-get install libdb4.8-dev libdb4.8 ++ - dev

After we proceed to compile the source code:
./autogen.sh
./configure
make

Next we connect to our Blockchain network:
multichaind yourtoken@0.0.0.0: port -daemon

Thats all.
Very Well said.

1 Answer

+1 vote
I'm not sure what Ticker and Algo mean, but the Type is probably PoW (if you are allowing anyone to connect and mine on your blockchain) and the secp256k version is probably old, but I'm not sure how old is "old". You would need to read through the documentation on that website to understand those questions in depth.
answered Sep 4, 2017 by MultiChain
...