Pages:
Author

Topic: [PHR] Phore - 100% PoS 3.0 - Masternodes - Zerocoin - Governance No ICO/Premine - page 44. (Read 67705 times)

legendary
Activity: 1050
Merit: 1000
I wrote a guide for compiling a PHR wallet on a Raspberry Pi with the latest version of Raspbian.

You can use this to set up a headless or QT wallet to stake, and if you have a static IP you can also run a masternode on the Pi.

If anyone uses this and runs into problems, let me know Smiley

https://steemit.com/phore/@noxx/compiling-the-phore-wallet-on-raspberry-pi

Hey if you run a masternode on the PI, do you still need to get VPS?

Thanks

The Rpi acts as your VPS, so no just the Rpi.
newbie
Activity: 10
Merit: 0
I wrote a guide for compiling a PHR wallet on a Raspberry Pi with the latest version of Raspbian.

You can use this to set up a headless or QT wallet to stake, and if you have a static IP you can also run a masternode on the Pi.

If anyone uses this and runs into problems, let me know Smiley

https://steemit.com/phore/@noxx/compiling-the-phore-wallet-on-raspberry-pi

Hey if you run a masternode on the PI, do you still need to get VPS?

Thanks
full member
Activity: 196
Merit: 100
I know it's early days yet, but how's the work on the marketplace going?

What stage are you at? Design and planning stage or have you already started developing it?

This is my number 1 interest with Phore so I would love more details on what's to come.

If it's built on OpenBazaar 2.0 open source code, will it function exactly like OB but with Phore payments or will you change some things?
hero member
Activity: 976
Merit: 534
For anyone who prefers to use masternode hosting, we will have another option hopefully
next week sometime with NODEshare.

http://nodeshare.in
hero member
Activity: 976
Merit: 534
Thanks NoxX for taking the time to write the guide!

Added the link to the ANN and site under Masternodes.

Donation on it's way  Wink


I wrote a guide for compiling a PHR wallet on a Raspberry Pi with the latest version of Raspbian.

You can use this to set up a headless or QT wallet to stake, and if you have a static IP you can also run a masternode on the Pi.

If anyone uses this and runs into problems, let me know Smiley

https://steemit.com/phore/@noxx/compiling-the-phore-wallet-on-raspberry-pi
newbie
Activity: 3
Merit: 0
Been waiting for the MAC wallet release. Its great. Thank you devs.
full member
Activity: 742
Merit: 100
stabilascan.org
I've been staking Phore for quiet a while; I haven't got any stake at all Embarrassed
full member
Activity: 196
Merit: 100
Mac Wallet Release

https://github.com/phoreproject/Phore/releases/tag/v1.1.0.0

Any feedback and suggestions are welcome on ANN or Discord.

You guys just keep delivering. Cool

sr. member
Activity: 1092
Merit: 250
Hodlers Network
nice project with low supply and the team is good in developing,,
i hope soon the price of phore will touch more than $1
sr. member
Activity: 311
Merit: 250
The
Mac Wallet Release

https://github.com/phoreproject/Phore/releases/tag/v1.1.0.0

Any feedback and suggestions are welcome on ANN or Discord.
full member
Activity: 338
Merit: 100
Nice to see Mac wallet delivered on time, good work
full member
Activity: 213
Merit: 101
From the reddit : https://www.reddit.com/r/PhoreProject/

Hi Everyone! Governance was implemented in the last update! Our first MN voting deadline is coming up in approximately 14 days. I have developed an initial budget proposal for review by the community and potential investors. Please note we are accepting professional marketing proposals as well! Here's the link to the proposed budget: https://forum.phore.io/t/phore-budget-proposal-0-7/48



Is there a guide to explain how does the voting works for masternodes ? Thanks !
newbie
Activity: 9
Merit: 0
Wow looks like a very very promising project guys, also no ICO that is a big plus in this greedy times. This coin has a huge potential!
newbie
Activity: 54
Merit: 0
From the reddit : https://www.reddit.com/r/PhoreProject/

Hi Everyone! Governance was implemented in the last update! Our first MN voting deadline is coming up in approximately 14 days. I have developed an initial budget proposal for review by the community and potential investors. Please note we are accepting professional marketing proposals as well! Here's the link to the proposed budget: https://forum.phore.io/t/phore-budget-proposal-0-7/48

full member
Activity: 196
Merit: 100
I'm trying to setup a masternode on Ubuntu 16.04.3 minimal (without GUI).

I followed the manual but at "make" I get this error:

Code:
qt/multisigdialog.cpp:27:33: fatal error: QtWidgets/QHBoxLayout: No such file or directory
compilation terminated.
Makefile:5498: recipe for target 'qt/qt_libbitcoinqt_a-multisigdialog.o' failed
make[2]: *** [qt/qt_libbitcoinqt_a-multisigdialog.o] Error 1
make[2]: Leaving directory '/root/Phore/src'
Makefile:7559: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/Phore/src'
Makefile:611: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

I think it's because of the minimal installation, do I really need gui to run a masternode?

CodemanX, ask in the Discord masternode channel, you'll find help there I think from someone who knows.

Just curious, having not used a Linux based OS for 15 years, but whats the advantage of running minimal over GUI, is it merely to use less resources and reduce its footprint?
Ok I've asked on Discord.
I'm running many Linux Servers and on most of them I need absolutely no GUI. You are right, it uses much less resources and it's faster, further there's no need for a gui when you can access most of the programs with an Webinterface.
Just want to let you know I've managed the installation on the masternode with:

Code:
./configure --without-gui

Then I was able to compile without any error.

I got great suport on Discord from Shanto.

I knew someone would, very knowledgeable bunch in there.
full member
Activity: 338
Merit: 100
Yeah people on discord are very friendly.

Phore has a bright future.
full member
Activity: 658
Merit: 129
I'm trying to setup a masternode on Ubuntu 16.04.3 minimal (without GUI).

I followed the manual but at "make" I get this error:

Code:
qt/multisigdialog.cpp:27:33: fatal error: QtWidgets/QHBoxLayout: No such file or directory
compilation terminated.
Makefile:5498: recipe for target 'qt/qt_libbitcoinqt_a-multisigdialog.o' failed
make[2]: *** [qt/qt_libbitcoinqt_a-multisigdialog.o] Error 1
make[2]: Leaving directory '/root/Phore/src'
Makefile:7559: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/Phore/src'
Makefile:611: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

I think it's because of the minimal installation, do I really need gui to run a masternode?

CodemanX, ask in the Discord masternode channel, you'll find help there I think from someone who knows.

Just curious, having not used a Linux based OS for 15 years, but whats the advantage of running minimal over GUI, is it merely to use less resources and reduce its footprint?
Ok I've asked on Discord.
I'm running many Linux Servers and on most of them I need absolutely no GUI. You are right, it uses much less resources and it's faster, further there's no need for a gui when you can access most of the programs with an Webinterface.
Just want to let you know I've managed the installation on the masternode with:

Code:
./configure --without-gui

Then I was able to compile without any error.

I got great support on Discord from Shanto.
member
Activity: 73
Merit: 51
Anyone here that can explain how does the Masternode rewards work ?

Is there any vesting time ? when shall I expect to see the first rewards flowing ? I'm very unfamiliar with MN's so any kind of explanation would help Smiley

When you set up a masternode, you lock 10,000 PHR in your wallet as "collateral". If you ever decide to stop running your masternode you can unlock the 10,000 PHR and do what you want with it. The masternode is a server with a static, public IP address that runs 24/7, and there are several cloud services that offer them for just about $5/month for hosting, including Vultr, Node-VPS, and AWS (AWS will even give you a free VPS for 1 year using EC2 free tier services).

Phore has published a guide on how to set it up, using Vultr as an example. Node-VPS is even simpler, offering them preconfigured for Phore, you just have to upload and download a few configuration details and set things up in your wallet, but last time I logged in they said there were no free nodes and they are in the process of deploying more servers. The setup process on AWS is very similar to the process for Vultr, but there are a few minor changes--if you know your way around Linux you should have no issue, I also outlined the changes in the process I had to make in the masternode channel of the Phore Discord (@Moonshot). There is also a member of the Phore Discord, @CallMeBaiter, who offers VPS hosting and can help set it up for you.

The masternode rewards (4.2 PHR) are paid out randomly, but they seem to come pretty regularly, right now about every 4 hours. There is normally some delay when you first set up the MN before you will see your first reward--the code specifies that the MN needs to be active for more than 8,000 seconds (a bit over two hours) before they are eligible. In practice, I've seen examples where it might take 10-12 hours before the first reward shows up, but after that they keep coming pretty regularly, although the randomness is there--I've had two rewards come in as close as 1 minute apart before. Once the rewards have 51 confirmations, they are available in your wallet to do as you wish with them, including staking them in your wallet for staking rewards if you keep your wallet online.

Does that help?

Hi Moonshot.  Are you saying that we can have a masternode running AND staking with rewards in the same wallet at the same time?  Would I need to have STAKING=1 in the conf file to enable that, or just use Settings->Unlock Wallet [anonymisation and staking only]?

Yes, you can run Phore masternodes and stake any PHR that are not locked for masternodes from the same wallet, that is what I am doing right now. Yes, you need to put the STAKING=1 in the conf file and restart the wallet, and do the unlock for staking as you described. After the 3 hour waiting period the icon in the lower right of the wallet will turn from black to green, and when you hover over it, it will tell you staking is active.
member
Activity: 173
Merit: 12
Wow.

Phore is an improved PIVX, and with a better name.

This will be huge
Is it a PIVX fork?

Yes. With plans to create a marketplace, perhaps even smart contracts in the near future.
member
Activity: 173
Merit: 12
Hi Everyone!
Governance was implemented in the last update! Our first MN voting deadline is coming up in approximately 14 days. I have developed an initial budget proposal for review by the community and potential investors. Please note we are accepting professional marketing proposals as well! Here's the link to the proposed budget: https://forum.phore.io/t/phore-budget-proposal-0-7/48

Pages:
Jump to: