[ANN] GanjaCoin HardFork Masternodes/Mining/Messaging

in #cryptocurrency7 years ago (edited)

HARD FORK INFORMATION RE READ IMPORTANT

If you never downloaded ganjacoin and this is your first time just download the wallet for your OS and get to mining!

Hello my Ganja Lovers i would like you to read this very close and if you need to please RE READ as it may get confusing. so use the LEGENED to keep up with the topic

420G - OLD BLOCK CHAIN
MRJA - NEW BLOCK CHAIN HAS SENDING ISSUE
MRJA 2 - NEW BLOCK CHAIN ( it doesnt have 2 in the ticker but i will use it here so you can tell the difference )

So we recently went into a hard fork into another source and everything went smooth until testing the windows wallet where there was an issue with sending FUNDS we tried to correct the error but nothing was working so we decided to move on to another cleaner source with alot more features which i will discuss more further down the line.

So First we will swap all MRJA coins to the new MRJA2 COINS once we are done with this we will open up the swap for the 420G coins to the new MRJA2 coins (NOTE: NO ONE WILL LOSE COINS )

FOR ALL USERS THAT GOT THE MRJA SWAP PLEASE CONTACT ME FOR THE NEW MRJA2 SWAP

as for all 420G holders you can still fill out the swap information on the main website www.ganjacoinpro.com with the new MRJA address which looks like ex. iEYPtEhGG2DxP7EBxgSm5SNscTHGAqcuJd

We already have windows and linux wallet compiled and ready for downloads

As for the new MRJA2 Information/ Functions read below
[list]

[li]Mining till block 10000[/li]
[li]Masternodes - 30,000 MRJA2[/li]
[li]Messages built in wallet[/li]
[li]block explorer built in wallet[/li]
[li]Bittrex Trading pre built into the wallet[/li]
[li]PoW Reward 100[/li]
[li]PoWSuper Reward 120[/li]
[li]25% PoS[/li]
[li]50% for Masternodes[/li]
[li]RPCPORT:10560[/li]
[li]System Creates conf file once you open the Wallet[/li]
[li]Dark Send[/li]
[li]InstantX[/li]

[/list]

NEED TO SWAP 420G COINS?
We will have a script running on our website for 2 months that will be enough time for everyone to switch over

To swap

Go to www.ganjacoinpro.com sign in or sign up
load your web wallet with the 420G you want to swap
look for SWAP COINS section on the home page
put your username
create a swap code ( this will be used for support)
Put in your MRJA wallet and the amount you are swapping
click send
wait for new MRJA coins

We will process all swaps manually to insure no one is trying to dupe the system :-)

MINING

http://mineblocks.co.uk/

Configure Your Miners

stratum+tcp://stratum.mineblocks.co.uk:3025 -u YOUR WALLET -p x

ports vardriff

Port: 3029 & 3030

Happy Mining

Twitter: https://twitter.com/MineBlocksPool

DOWNLOADS
LINUX WALLET: www.ganjacoinpro.com/downloads/GanjaProject-qt.tar.gz

WINDOWS WALLET: www.ganjacoinpro.com/downloads/GanjaProject-qt.zip

MAC WALLET(BOUNTY 10000 MRJA): CLAIM THIS BOUNTY

SOURCE: https://github.com/legends420/GCFORK.git

Easy Masternode setup for GanjaCoin

Free month VPS when u use my referral link https://m.do.co/c/883864bdd098

The goal of this guide is to allow you to setup a Masternode on a VPS without much knowledge of a Linux server. After you have completed the installation you will not have to touch the VPS again unless there is an upgrade to the MRJA software. In that case, we recommend redoing everything from scratch.

Part 1 – Local Wallet Preparation
In order to setup the Masternode you first need to prepare your local wallet by transferring 30,000 MRJA in a special way. Here is how to do it.

First you need to create a dedicated address for your masternode and also create a private key that will act as an identifier between your local wallet and the VPS wallet.

Masternode Address and Key
Open your wallet and enter the debug console (Help->Debug Window->Console). From here you will have to issue a few commands to initialize the masternode in the wallet.

[img][/img]
You have to enter 2 commands and copy the output from these commands into a text file so you keep track of them. The 2 commands are:

getaccountaddress mn01

and

masternode genkey

Copy those values into the text document for future perusal. If you are installing multiple masternodes simply change the mn01 to something else. It has to be a unique identifier, but ensure it is one word, no spaces allowed.

[img][/img]

Transfer 30,000 MRJA
Now you need to transfer 30,000 MRJA to this address. This needs to be exactly 30,000, not 30,001 or 100,000. The MRJA wallet will add the fee automatically. As you are transferring these coins to yourself, within your wallet from one address to another, you will only see the Transaction fee in your transaction list.

[img][/img]
Masternode transaction details
Next you need to get the transaction details for the 30,000 MRJA transaction. This information will be used to link Private Key, Address and Transaction together between the local wallet and the VPS wallet. The command required for this is

masternode outputs

Copy those values into the same text document. Masternode outputs will have a long cryptic looking text field and a number.

The text field is the transaction id, the number is the output index. Remember those for later.

NOTE: You will have to wait for 1 confirmation on the transaction before masternode outputs displays anything.

[img][/img]
Server setup
Now you have completed the first part of setting up the Masternode. Next you will install the VPS. For this you will need:

A Ubuntu 16.04 x64 VPS with 512MB Ram and 1 CPU.

Access to your VPS as root
Putty to connect to your server
The VPS install script from below.
First, you need to copy the setup script into notepad so you can modify it. Don’t worry, the modifications you have to make are minor.

Specify Output Index and Masternode Key
All you need now is the output index and the private key. Find the 2 lines

TXIDX=

MNPRVKEY= GENKEY

And add the output index and private key directly after the = sign. For example this is what mine looks like:

TXIDX=1

MNPRVKEY=2sErYLSpQa8K6mVJ2ZTEp4ifkDmLp227uvKd24ifbhJ6mwhwZw9
That is all. Leave the file open, you will need to copy and paste it later.

Connect to the server
Now open putty and connect to your VPS. Both Vultr and Digital Ocean provide guides on how to accomplish this:

Vultr: https://www.vultr.com/docs/connecting-to-your-server-with-ssh-via-putty-on-windows
Digital Ocean: https://www.digitalocean.com/community/tutorials/how-to-log-into-your-droplet-with-putty-for-windows-users
Start installation on the VPS
Once connected all that remains is to copy the text file with the setup script and paste it into your Putty console. In order to paste in Putty, you need to right click into the black screen.

Your VPS will now configure and install the INSN software and restart. The whole process will take between 20 to 30 minutes.

Complete Wallet setup
In the meantime, you can prepare your Wallet Masternode. Open the Masternode screen and click “Create”.

NOTE I KNOW IT SAYS 50k MRJA and PORT 10255 please ignore that as its 30000 and port 10559

[img][/img]

A screen pops up where you fill in all the details you collected in the previous steps. One field is new: Address.

The Address is the IP address of your VPS server plus the port used for the masternode. This is quite easy to get, we will use the VPS provider to get the correct details. Check in the control panel of your provider – the IP address of your server will be listed there, for example 10.0.7.12. Add to this :10559 – this is the port on which your INSN Masternode runs. Given the example above, you would fill

10.0.7.12:10559

Into Address field of your Masternode setup screen.

Start Masternode
Once you have filled in the details ensure the following:

Your Server setup is finished and the server has completed a restart
Your transaction has 15 confirmations
Congrats! You are now ready to start your Masternode.

VPS installation script

VPS Install Script:

####################################################

GanjaCoin VPS Installation

####################################################

1. Copy everything into a text file

2. Modify TXID and MNPRVKEY below as per guide

3. Connect to your server with Putty as root

4. Copy/Paste from your textfile into putty

NOTE: To paste into putty, right click

5. Wait until your server reboots

6. Start your MN wallet

####################################################
TXID=
MNPRVKEY=
####################################################
####################################################
####################################################
####################################################
####################################################
####################################################
####################################################

DO NOT TOUCH ANYTHING BELOW

MY_IP=ip route get 1 | awk '{print $NF;exit}'
RPCP=$(date +%s | sha256sum | base64 | head -c 32 ;)
export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get -y upgrade && apt-get -y install libwww-perl build-essential libtool automake autotools-dev autoconf pkg-config libssl-dev libgmp3-dev libevent-dev bsdmainutils libdb++-dev libminiupnpc-dev libboost-all-dev libqrencode-dev unzip && fallocate -l 4G /swapfile && chmod 600 /swapfile && mkswap /swapfile && swapon /swapfile && echo "vm.swappiness=10" >> /etc/sysctl.conf && echo "/swapfile none swap sw 0 0" >> /etc/fstab && mkdir -p /root/.MRJA/ && echo -e "rpcuser=ganjamasternode\nrpcpassword=$RPCP\nrpcallowip=localhost\nrpcport=10560\nport=10559\nexternalip=$MY_IP\nserver=1\nlisten=1\ndaemon=1\nlogtimestamps=1\ntxindex=$TXID\nmaxconnections=500\nmnconflock=1\nmasternode=1\nmasternodeaddr=$MY_IP:10559\nmasternodeprivkey=$MNPRVKEY\nstake=0\nstaking=0\nseednode=138.197.44.71" > /root/.MRJA/GanjaProject.conf && mkdir -p /root/dev && cd /root/dev && git clone https://github.com/legends420/GCFORK.git && cd /root/dev/GCFORK/src && make -f makefile.unix USE_UPNP= && strip Ganjad && mv Ganjad /usr/local/bin/ && cd /root/ && echo "@reboot root /usr/local/bin/Ganjad" >> /etc/crontab && reboot
###################################################

GOOD BYE AND GOOD LUCK

###################################################

Sort:  

Thanks ganjaman. The swap is pretty easy to realize.

I also have to say that I have been impressed by how fast you send me the coin.
I messaged you on the slack and 20 min later I had my coins staking in my wallet.

It is incredible how the coin is udervaliated at the moment. It could go 10k easy in few weeks once the swap is over.

Pretty cool community also Smiley

Keep the good work up dev !

Congratulations @ganjacoin! You received a personal award!

Happy Birthday! - You are on the Steem blockchain for 2 years!

You can view your badges on your Steem Board and compare to others on the Steem Ranking

Vote for @Steemitboard as a witness to get one more award and increased upvotes!

Coin Marketplace

STEEM 0.21
TRX 0.13
JST 0.030
BTC 66847.77
ETH 3497.61
USDT 1.00
SBD 2.89