Skip to content

Instantly share code, notes, and snippets.

View Yocoin15's full-sized avatar

Yo Coin Yocoin15

View GitHub Profile
@Yocoin15
Yocoin15 / YoCoin-quickstart-0.1.md
Created May 16, 2018 15:48
Mainnet YoCoin.org

Installing YoCoin node

YoCoin provides a default client implementation named yocoin, written in Golang and available at https://github.com/Yocoin15/Yocoin_Sources/, that can be installed either as a part of (YoCoin Wallet)[https://mist.yocoin.org] or by downloading a standalone pre-built bundle.

It is already configured to connect to our production network.

Windows instructions

Download a relevant archive, extract it, open command terminal and run: yocoin.exe console

@Yocoin15
Yocoin15 / YoCoin testnet
Last active May 24, 2018 10:28
Testnet YoCoin.org
Ethash algo node documentation
There is 2 way to iteract with ethash algo blockchains:
1) Install your own node and iteract on PRC/IPC
YoCoin testnet node install:
git clone https://github.com/Yocoin15/Yoc_client_v1.0.git
cd Yoc_client_v1.0