Giter Site home page Giter Site logo

hugophoenix / minecraftcoin Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 2.92 MB

MinecraftCoin

License: MIT License

Makefile 1.47% QMake 0.49% C++ 90.05% C 1.15% Shell 0.33% Python 1.96% NSIS 0.22% Roff 0.46% Assembly 1.85% Objective-C 0.03% Objective-C++ 0.13% HTML 1.82% CSS 0.04%
cryptocurrency altcoin

minecraftcoin's Introduction

Project ended, please go to https://github.com/HugoPhoenix/Polar


MinecraftCoin(MCC) is a peer-to-peer cryptocurrency. MinecraftCoin uses proof-of-stake and proof-of-work systems and is open-source. Aimed to connect all Minecraft server with MinecraftCoin, unite the Players Community and we are going to setup a platform that people can buy and sell map, skin, plugin, mod, etc. on it using the coin.


Use the following instructions to set up the wallet (Linux)

wget "https://github.com/HugoPhoenix/MinecraftCoin/releases/download/v1.0.0.0/minecraftcoin-daemon-linux.tar.gz" -O minecraftcoin-daemon-linux.tar.gz

tar -xzvf minecraftcoin-daemon-linux.tar.gz

sudo mv minecraftcoind /usr/bin/

mkdir $HOME/.minecraftcoin nano $HOME/.minecraftcoin/minecraftcoin.conf

Paste the following lines in minecraftcoin.conf.

rpcuser=xxx rpcpassword=xxx rpcallowip=127.0.0.1 listen=1 server=1 txindex=1 staking=0 daemon=1

Start your node with the following command.

minecraftcoind


Use the following instructions to set up the wallet (Window)

Open your wallet, and make sure your wallet is connected with a node. Your wallet is connected when you see the icon in the lower corner of your wallet.

Close your wallet and create the file minecraftcoin.conf in the folder โ€œ%APPDATA%\minecraftcoin\โ€.

Paste the following text(replace xxx) into minecraftcoin.conf and save the file.

rpcuser=xxx

rpcpassword=xxx

rpcallowip=127.0.0.1

rpcport=27731

listen=1

server=1

addnode=node1.minecraftcoin.online

addnode=node2.minecraftcoin.online

addnode=node3.minecraftcoin.online

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.