iamycoin / mycoin

MyCoin Core v1.0.1 | Download Install & RUN | Included Solo Miner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

10k MYCN reward for who is pulling first the source code for MyCoin with gif pictures for each installation level.

  • the reward will be for each language so for eaxample if you will pull for eng and spanish and will be validated you will be rewarded with 20K MYCN on the provided MYCN address for donations.

This is the MyCoin Address from where the coins will be paid!

bc1qzye2gs3mja20n3jcew07udlq9g4rklue2wyzrp

=====================================

Instalation on:

Dependencies

Android
FreeBSD
NetBSD
OpenBSD
OSX
Windows
Unix

Main Node: sp54l6svddwizrgq.onion


For Node

mycoin.conf file will contain:

onlynet=onion
txindex=1
proxy=127.0.0.1:9050
listen=1
bind=127.0.0.1
proxy=""""your onion address"""
discover=1
maxconnections=20
server=1
daemon=1
testnet=0
rpcuser="""your username"""
rpcpassword="""your password"""
# this is the main node as well you could add more if you know others or from our Draw Page
addnode=sp54l6svddwizrgq.onion
rpcport=9332

For Wallet

mycoin.conf file will contain:

onlynet=onion
assumevalid=0
server=1
daemon=1
listen=1
testnet=0
rpcuser="""your username"""
rpcpassword="""your password"""
addnode=""" your node address in this format 192.168.0.193 """
rpcport=9332
rpcallowip=127.0.0.1

How to use the included Miner?

After the installation is done go to miner folder in terminal and paste this with your MyCoin address generated by your MyCoin Wallet:

cd miner
./minerd -o http://127.0.0.1:9332 -u """add your rpc username"""  -p """add your rpc password""" -a sha256d --no-longpoll --no-getwork --no-stratum --coinbase-addr=""" add your MyCoin Address generated by your Wallet"""

About

MyCoin Core v1.0.1 | Download Install & RUN | Included Solo Miner