Skip to content

Instantly share code, notes, and snippets.

@Yocoin15
Last active May 24, 2018 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yocoin15/6ffeeb9da6013ce6e0f6c3c92cff55fe to your computer and use it in GitHub Desktop.
Save Yocoin15/6ffeeb9da6013ce6e0f6c3c92cff55fe to your computer and use it in GitHub Desktop.
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
chmod +x yocoin
./yocoin init genesis.json
./yocoin --networkid 7357 --rpccorsdomain "*" --rpc --rpcport 8545 --rpcaddr "0.0.0.0" console
After add remote nodes in console for blockcahin sync:
admin.addPeer("enode://f8ad677a6ceab60907ef17a5654e29aed57f22e6759f0fbc50c52af3736b13c564404638d823d4f19580b0220dcaacbf9944ee6f32b3fc88e7fbbf014f88140e@128.199.154.52:30303")
admin.addPeer("enode://70834c4352ea2e6906f8017a5cf752d4a5ef7d2f5418c2f3d54f831b14ccbff49208d4576852b5cd528584c39aa1d18db7b9160de2dd7337c3c1050963bbf43a@165.227.173.147:30303")
admin.addPeer("enode://8d9e564157d3aae32d9c5cfe24a7269febd10d7db2668870274fe89d9f9410bd54dd2963c0b03b919c2e68d94dc6a46272b70741bcc6bfc93486798432fcd4bd@139.59.138.85:30303")
Node is ready to use after full sync.
Or you can use our ready to use PRC node at http://165.227.173.147:8545
2) You can get free testnet coins at our faucet: http://128.199.154.52:3000/
3) WEB3 is a collection of libraries which allow you to interact with a local or remote ethereum node, using a HTTP or IPC connection.
- JS variant: https://web3js.readthedocs.io/en/1.0/
- Python variant: https://github.com/ethereum/web3.py
@sezaiorak
Copy link

I couldn't send my yoc from c-cex to livecoin.Who can help me.Both of exchanges say that it is up to developer.How can I solve this issue.Please help me.
YgD3snDS9zUdviMtPiRgW1shVaPww1nb3X : c-cex
0x1929c06b2d94ea11274acee852968958d124999e :livecoin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment