Pages:
Author

Topic: [ANN]ReliefProject™⭕Masternodes Giveaway ✅Real World Help✅ Helping Families ! - page 15. (Read 14555 times)

newbie
Activity: 56
Merit: 0
yes it is great but i was talking more with screen shots for those users that need it
I've edited my manual, added screenshots and corrected some mistakes. Also, I've tested this manual on my VPS and everything is working ok. Images aren't displayed because of my newbie status, so, can you quote it, please?
sr. member
Activity: 700
Merit: 304
great work yet, all this for visual perception in the screenshots would have been nice
Yes, I can do more detailed manual with screenshots, but later... Maybe tomorow. I haven't access to GUI wallet now to make screenshots.

yes it is great but i was talking more with screen shots for those users that need it

another user actually got it done with SS but your work is not for nothing send me your address i will send you 1000 coins for your time
newbie
Activity: 56
Merit: 0
great work yet, all this for visual perception in the screenshots would have been nice
Yes, I can do more detailed manual with screenshots, but later... Maybe tomorow. I haven't access to GUI wallet now to make screenshots.
hero member
Activity: 605
Merit: 500
great work yet, all this for visual perception in the screenshots would have been nice
newbie
Activity: 56
Merit: 0
I've wrote manual to setup masternode on VPS:

Step One: Prepearing data from local wallet
1. Run your local wallet and send to your address 50000 coins using Send tab. You can see your address in Receive tab. Also you can add new address for masternode or use available.
http://i.piccy.info/i9/60f6c953f332d84fdf87228c0398d3a6/1508314749/64590/1188527/receive.jpg
http://i.piccy.info/i9/48c4a13f89e68ae94b1db88dae51bcdf/1508314761/91196/1188527/send.jpg
2. Wait for 10 confirmations. You must seen green checkbox near transaction in Transactions tab.
http://i.piccy.info/i9/46052025a6d306c2df96f3af8bd7fb73/1508314599/3167/1188527/confirmation.jpg
3. Go to the Help -> Debug Window -> Console
Write commands:
Code:
masternode genkey
masternode outputs
http://i.piccy.info/i9/4027dc31a94aec378a4d2f50ec62047e/1508314680/64456/1188527/genkey.jpg
Keep your masternode private key, txhash and output index. It will be necessary later.

Step Two: Installing wallet on your VPS server

1. First of all update your system and install dependences:
Code:
sudo apt-get update && sudo apt-get upgrade
sudo 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

2. Go to your home directory and download source from github:
Code:
cd
git clone https://github.com/legends420/OfficialReliefProject
http://i.piccy.info/i9/82c65b23386adc8b01a605a20211dbe2/1508314698/49130/1188527/gitclone.jpg
3. Go to src folder and make binary file:
Code:
cd OfficialReliefProject/src
make -f makefile.unix
http://i.piccy.info/i9/e1f8215991654c395e46e5c918848ee9/1508314717/553822/1188527/make.jpg
Wait, it will take some time.

4. After building, for more userful start copy binary to user/bin directory:
Code:
sudo cp reliefd /usr/bin/
5. Go to your home directory, make config directory, make and edit config file:
Code:
cd
mkdir .TGAO
nano .TGAO/ReliefProject.conf
Type next text:
Code:
listen=1
server=1
daemon=1
maxconnections=500
logtimestamps=1
rpcuser=some_username
rpcpassword=some_big_different_from_username_password
port=15549
rpcport=15550
rpcconnect=127.0.0.1
rpcallowip=127.0.0.1
addnode=138.197.44.71
masternode=1
masternodeprivkey=your_masternode_private_key
masternodeaddr=your_vps_ip_address:15549
Use Ctrl-X to exit and type Y to save changes
http://i.piccy.info/i9/73f55b4a839f01d73cd11fb1c08a9dc4/1508314731/75300/1188527/nano.jpg
6. To add reliefd to startup edit your crontab:
Code:
crontab -e
Add to the end of file:
Code:
@reboot /usr/bin/reliefd

7. Start the wallet:
Code:
reliefd

You must see:
http://i.piccy.info/i9/76e9f060195dd33d2bfc4cfcadd5f6f8/1508314659/7604/1188527/demon.jpg

Step Three: Starting masternode from your local wallet

Go to Masternode tab and click Create. Fill out data which you have saved earlier.
Alias - some name for alias
Address - your_vps_ip_address:15549
PrivKey - your masternode private key
TxHash - your masternode txhash
Output Index - "0" or  "1"
http://i.piccy.info/i9/1f21c7aa5111b9cd53e0e476aafe926b/1508314633/117666/1188527/create.jpg

Click Start
http://i.piccy.info/i9/bda64e4bdc4b0ee4af94f7171ea3e66b/1508314773/67332/1188527/start.jpg

That's all. Soon you will see Masternode is Running status in your local wallet. If you want, you can see status at your VPS using command:
Code:
reliefd masternode debug
http://i.piccy.info/i9/156f6eda04d1881a916a8792138bf106/1508314786/12020/1188527/status.jpg
sr. member
Activity: 700
Merit: 304
http://reliefproject.us/ if that doesnt work for you try http://138.197.44.71/TGAO/ now open for testing please start going through the site and list all bugs ... OBV as you can see not all links work i will be updating them as i check them off

Live voting is up and ready users get 1 vote a day
Users can start to fill out simple request forms so other users can vote on them

we will be adding limits to how many request you can do a week or month we havent decided yet but when we do we will annouce it

Faucet is up and running you can claim every 3 hours and payments are sent instantally
sr. member
Activity: 700
Merit: 304
Hi dev,
I was asking this question in the chat, but I don’t think I got it right.
Could you please explain what means the 150% for the MN, 150% from what? From staking amount probably?
Thanks.

the 150% should be from holding the 50000 so should be around 900 coins a day but some users are seeing more than that so i believe it is based on staking
hero member
Activity: 534
Merit: 500
Hi dev,
I was asking this question in the chat, but I don’t think I got it right.
Could you please explain what means the 150% for the MN, 150% from what? From staking amount probably?
Thanks.
newbie
Activity: 54
Merit: 0
Great stuff, happy to test the process and add to the family.
 Smiley
sr. member
Activity: 700
Merit: 304
Hi Guys,

Is it possible to create a VPS----COLD WALLET Deployment?

Ideally it would be create to configure the masternode in this fashion.

Great Project Idea... Smiley

yes sorry i will setup the MN guide i just been busy trying to finish the webwsite :-) let me see what i can do today for a Mn guide
newbie
Activity: 54
Merit: 0
Hi Guys,

Is it possible to create a VPS----COLD WALLET Deployment?

Ideally it would be create to configure the masternode in this fashion.

Great Project Idea... Smiley
legendary
Activity: 3920
Merit: 2627
Please re,member we are in testing stages to work out any bugs we may find so please report everyone to discord channel thank you

Ehen you need a test to reproduce bugs , pm me😉
sr. member
Activity: 700
Merit: 304
Please re,member we are in testing stages to work out any bugs we may find so please report everyone to discord channel thank you
sr. member
Activity: 700
Merit: 304
member
Activity: 98
Merit: 10
Come join the fun and get your mine on over at https://thecryptopool.com

Stratum  : thecryptopool.com:3533     
User     : YOUR_TGAO_ADDRESS
Password : c=TGAO
Difficulty: d=

Website  : https://thecryptopool.com
Payout   : Every 2 hours
Fee      : 0.5 % for the month of October

Example command line :

-a x11 -o stratum+tcp://thecryptopool.com:3533 -u -p c=TGAO
legendary
Activity: 3920
Merit: 2627
I hope for a early listing in exchange like cryptopia, so many people can buy, and run a Masternode...
member
Activity: 99
Merit: 10
PoS: 50%
Masternodes: 150%

Is that yearly profit?
sr. member
Activity: 700
Merit: 304
Any bounty campaign?

we are creating more bountys soon the website basic functions are just about done you will be hearing a release on that soon

Can I trade on any floor?

what do you mean

What he is probably meaning is, on which exchange your coin can be traded. The exchange I know, where your coin can be found is coinsmarkets.com

yea you can find it there but i havent heard of it so trade with caution.
full member
Activity: 322
Merit: 101
Any bounty campaign?

we are creating more bountys soon the website basic functions are just about done you will be hearing a release on that soon

Can I trade on any floor?

what do you mean

What he is probably meaning is, on which exchange your coin can be traded. The exchange I know, where your coin can be found is coinsmarkets.com
sr. member
Activity: 700
Merit: 304
Any bounty campaign?

we are creating more bountys soon the website basic functions are just about done you will be hearing a release on that soon

Can I trade on any floor?

what do you mean
Pages:
Jump to: