Pages:
Author

Topic: [ANN] ⭐ TENT ⭐ Forked to Gemlink - page 71. (Read 112474 times)

hero member
Activity: 630
Merit: 502
March 14, 2018, 02:59:53 AM
I saw that ZenCash secure node needs atleast 92% uptime to earn reward so I was wondering if something like that is also the case in the event of an outage. I think using Monit is unnecessary as all major Linux distros have adopted systemd for process and log management. This is the systemd service file I'm using:

Code:
[Unit]
Description=Snowgem daemon
After=network-online.target

[Service]
ExecReload=/bin/kill -HUP $MAINPID
ExecStart=/usr/local/bin/snowgemd
WorkingDirectory=/home/snowgem
User=snowgem
KillMode=mixed
Restart=always
RestartSec=10
TimeoutStopSec=10
Nice=-20
ProtectSystem=full

[Install]
WantedBy=multi-user.target

Code:
systemctl enable --now snowgem.service

to start on boot.
copper member
Activity: 800
Merit: 19
March 14, 2018, 01:51:20 AM
~
How to unlock the 10k SNG?
What is masternode private key?
Should I backup masternode.conf/masternode private key?
Is there a "Stop MN" button?
What is masternode queue and how does it work?
What happens if the VPS provider suffers an outage?
What if I want to switch VPS?

To unlock the coin, delete the data in masternode.conf, set masternode=0 in snowgem.conf.
Masternode privatekey is only used in the process of signing the start masternode message and voting on proposals, and as such it is not particularly dangerous if it falls into the wrong hands.
You can backup the privatekey or not, it's not a problem here. If you lost that key, just create a new one and setup the masternode again in your alias VPS. You still can get your old masternode privatekey from your alias vps if you lost it on local machine.
What do you mean here? If you want to stop MN, just send the collateral coin to another address or set masternode=0 on your alias and restart the daemon.
Your location on the queue is depended on system vote, it's automatic process to make sure that allmasternodes will be received the reward correctly. 1 queue, in general, includes all MNs in network.
You must open the daemon ASAP after the outage, unless you need to start the alias again and your active time will be started from 0. For automatically opening the daemon after the outage, we have a guide here: https://snowgem.org/masternode-daemon-monitoring/
If you want to switch VPS, change your config on your local computer, setup new config on new vps and start the MN again.

Thanks for your questions.

What a particular guideline for setup MN! I have to reserve for the next step of my plan after mining enough needed amount of SNG coin.

This is the completed guide: https://snowgem.org/how-to-setup-a-masternode/
There are 3 common ways to setup SNG MN
member
Activity: 227
Merit: 10
March 14, 2018, 01:37:03 AM
~
How to unlock the 10k SNG?
What is masternode private key?
Should I backup masternode.conf/masternode private key?
Is there a "Stop MN" button?
What is masternode queue and how does it work?
What happens if the VPS provider suffers an outage?
What if I want to switch VPS?

To unlock the coin, delete the data in masternode.conf, set masternode=0 in snowgem.conf.
Masternode privatekey is only used in the process of signing the start masternode message and voting on proposals, and as such it is not particularly dangerous if it falls into the wrong hands.
You can backup the privatekey or not, it's not a problem here. If you lost that key, just create a new one and setup the masternode again in your alias VPS. You still can get your old masternode privatekey from your alias vps if you lost it on local machine.
What do you mean here? If you want to stop MN, just send the collateral coin to another address or set masternode=0 on your alias and restart the daemon.
Your location on the queue is depended on system vote, it's automatic process to make sure that allmasternodes will be received the reward correctly. 1 queue, in general, includes all MNs in network.
You must open the daemon ASAP after the outage, unless you need to start the alias again and your active time will be started from 0. For automatically opening the daemon after the outage, we have a guide here: https://snowgem.org/masternode-daemon-monitoring/
If you want to switch VPS, change your config on your local computer, setup new config on new vps and start the MN again.

Thanks for your questions.

What a particular guideline for setup MN! I have to reserve for the next step of my plan after mining enough needed amount of SNG coin.
copper member
Activity: 800
Merit: 19
March 14, 2018, 01:01:12 AM
Took forever to compile on a single core VPS and sync blockchain but finally finished setting up my first masternode.

 Cheesy that's a good news
Took forever to compile on a single core VPS and sync blockchain but finally finished setting up my first masternode.

It would be better to compile more quickly on your own (virtual) machine, and transfer binaries (snowgemd & snowgem-cli) to VPS

Simple Wallet is running in a Windows VM as all my mining rigs and other PCs are running Linux so what happens if I delete the VM? I have my wallet address private keys backed up.

If you have your private keys, you can restore your wallet everywhere, just go to tool -> import private keys then choose the privatekey files, your coin should be back.
How to unlock the 10k SNG?
What is masternode private key?
Should I backup masternode.conf/masternode private key?
Is there a "Stop MN" button?
What is masternode queue and how does it work?
What happens if the VPS provider suffers an outage?
What if I want to switch VPS?

To unlock the coin, delete the data in masternode.conf, set masternode=0 in snowgem.conf.
Masternode privatekey is only used in the process of signing the start masternode message and voting on proposals, and as such it is not particularly dangerous if it falls into the wrong hands.
You can backup the privatekey or not, it's not a problem here. If you lost that key, just create a new one and setup the masternode again in your alias VPS. You still can get your old masternode privatekey from your alias vps if you lost it on local machine.
What do you mean here? If you want to stop MN, just send the collateral coin to another address or set masternode=0 on your alias and restart the daemon.
Your location on the queue is depended on system vote, it's automatic process to make sure that allmasternodes will be received the reward correctly. 1 queue, in general, includes all MNs in network.
You must open the daemon ASAP after the outage, unless you need to start the alias again and your active time will be started from 0. For automatically opening the daemon after the outage, we have a guide here: https://snowgem.org/masternode-daemon-monitoring/
If you want to switch VPS, change your config on your local computer, setup new config on new vps and start the MN again.

Thanks for your questions.
hero member
Activity: 630
Merit: 502
March 13, 2018, 05:04:52 PM
Took forever to compile on a single core VPS and sync blockchain but finally finished setting up my first masternode.

 Cheesy that's a good news
Took forever to compile on a single core VPS and sync blockchain but finally finished setting up my first masternode.

It would be better to compile more quickly on your own (virtual) machine, and transfer binaries (snowgemd & snowgem-cli) to VPS

Simple Wallet is running in a Windows VM as all my mining rigs and other PCs are running Linux so what happens if I delete the VM? I have my wallet address private keys backed up.

If you have your private keys, you can restore your wallet everywhere, just go to tool -> import private keys then choose the privatekey files, your coin should be back.
How to unlock the 10k SNG?
What is masternode private key?
Should I backup masternode.conf/masternode private key?
Is there a "Stop MN" button?
What is masternode queue and how does it work?
What happens if the VPS provider suffers an outage?
What if I want to switch VPS?
copper member
Activity: 800
Merit: 19
March 13, 2018, 06:57:46 AM
Took forever to compile on a single core VPS and sync blockchain but finally finished setting up my first masternode.

 Cheesy that's a good news
Took forever to compile on a single core VPS and sync blockchain but finally finished setting up my first masternode.

It would be better to compile more quickly on your own (virtual) machine, and transfer binaries (snowgemd & snowgem-cli) to VPS

Simple Wallet is running in a Windows VM as all my mining rigs and other PCs are running Linux so what happens if I delete the VM? I have my wallet address private keys backed up.

If you have your private keys, you can restore your wallet everywhere, just go to tool -> import private keys then choose the privatekey files, your coin should be back.
hero member
Activity: 630
Merit: 502
March 13, 2018, 06:22:47 AM
Took forever to compile on a single core VPS and sync blockchain but finally finished setting up my first masternode.

 Cheesy that's a good news
Took forever to compile on a single core VPS and sync blockchain but finally finished setting up my first masternode.

It would be better to compile more quickly on your own (virtual) machine, and transfer binaries (snowgemd & snowgem-cli) to VPS

Simple Wallet is running in a Windows VM as all my mining rigs and other PCs are running Linux so what happens if I delete the VM? I have my wallet address private keys backed up.
newbie
Activity: 117
Merit: 0
March 13, 2018, 05:56:07 AM
Took forever to compile on a single core VPS and sync blockchain but finally finished setting up my first masternode.

It would be better to compile more quickly on your own (virtual) machine, and transfer binaries (snowgemd & snowgem-cli) to VPS
copper member
Activity: 800
Merit: 19
March 13, 2018, 05:50:58 AM
Took forever to compile on a single core VPS and sync blockchain but finally finished setting up my first masternode.

 Cheesy that's a good news
hero member
Activity: 630
Merit: 502
March 13, 2018, 05:35:36 AM
Now I'm also getting this error when trying to send 10000 SNG:



Going to be hard setting up a masternode if I can't even send the collateral.
I've sent 10000 SNG to the new address in smaller increments. Clicking on “Get Outputs” button does not show anything.

not sure but I think you have to send exactly 10K in one transaction. Thats what i heard from every mastrnode guide out there regardless of coin/algo.
Wallet wouldn't let me send 10k at once.

Please follow the guide on faq: https://snowgem.org/faq
Q: I can’t send 10000 SNG for the collateral, what should I do?
A: Please send some small amount to another address (called A)  first, then increase number continuously (for example: 50, 100, 200, 300, 600, 1000, etc.)  util all coin is sent to ‘A’. After that, just send 10000 SNG from ‘A’ to the main wallet which you use for the MN.
That worked. Transferred 10k to s1c2QY5eWfPLbbEB6bGAGmgyJKngfoetNZw and now able to "Get Outputs".
Took forever to compile on a single core VPS and sync blockchain but finally finished setting up my first masternode.
member
Activity: 227
Merit: 10
March 13, 2018, 04:45:53 AM
SNG is ready for BarterDEX, you can download the latest version here: https://github.com/KomodoPlatform/BarterDEX/releases/tag/0.8.11-rc
Login and choose Electrum mode for SNG
It í nice to see Snowgem listed on BarterDex exchange which based on KOMODO platform.

That's great. The more exchanges the more popularization spread out, and it's just only beneficial for all of Snowgem supporters.
newbie
Activity: 40
Merit: 0
March 13, 2018, 04:34:07 AM
https://sng.lucky-mining.com.ua

- The servers is located in Ukraine.
Low pings for Ukraine (1-7 ms) and CIS countries
- Automatic Payout Threshold (min. 0.01)
- Detailed statistics
- Payout system : PPLNS
- Pools Fee : 0 %
Block statistics - https://sng.lucky-mining.com.ua/index.php?page=statistics&action=blocks

https://discord.gg/ahnSBWK
hero member
Activity: 630
Merit: 502
March 13, 2018, 03:38:34 AM
Now I'm also getting this error when trying to send 10000 SNG:



Going to be hard setting up a masternode if I can't even send the collateral.
I've sent 10000 SNG to the new address in smaller increments. Clicking on “Get Outputs” button does not show anything.

not sure but I think you have to send exactly 10K in one transaction. Thats what i heard from every mastrnode guide out there regardless of coin/algo.
Wallet wouldn't let me send 10k at once.

Please follow the guide on faq: https://snowgem.org/faq
Q: I can’t send 10000 SNG for the collateral, what should I do?
A: Please send some small amount to another address (called A)  first, then increase number continuously (for example: 50, 100, 200, 300, 600, 1000, etc.)  util all coin is sent to ‘A’. After that, just send 10000 SNG from ‘A’ to the main wallet which you use for the MN.
That worked. Transferred 10k to s1c2QY5eWfPLbbEB6bGAGmgyJKngfoetNZw and now able to "Get Outputs".
copper member
Activity: 800
Merit: 19
March 13, 2018, 03:21:20 AM
Now I'm also getting this error when trying to send 10000 SNG:



Going to be hard setting up a masternode if I can't even send the collateral.
I've sent 10000 SNG to the new address in smaller increments. Clicking on “Get Outputs” button does not show anything.

not sure but I think you have to send exactly 10K in one transaction. Thats what i heard from every mastrnode guide out there regardless of coin/algo.
Wallet wouldn't let me send 10k at once.

Please follow the guide on faq: https://snowgem.org/faq
Q: I can’t send 10000 SNG for the collateral, what should I do?
A: Please send some small amount to another address (called A)  first, then increase number continuously (for example: 50, 100, 200, 300, 600, 1000, etc.)  util all coin is sent to ‘A’. After that, just send 10000 SNG from ‘A’ to the main wallet which you use for the MN.
copper member
Activity: 800
Merit: 19
March 13, 2018, 03:20:22 AM
The guide says "Next you will need to send the collateral (EXACTLY 10000 SNG) to this address" which doesn't specify if that needs to be in 1 transaction or just the final balance.

It need to be in 1 transaction, with 10000 SNG
hero member
Activity: 630
Merit: 502
March 12, 2018, 11:58:55 PM
The guide says "Next you will need to send the collateral (EXACTLY 10000 SNG) to this address" which doesn't specify if that needs to be in 1 transaction or just the final balance.
hero member
Activity: 630
Merit: 500
March 12, 2018, 11:16:45 PM
Now I'm also getting this error when trying to send 10000 SNG:



Going to be hard setting up a masternode if I can't even send the collateral.
I've sent 10000 SNG to the new address in smaller increments. Clicking on “Get Outputs” button does not show anything.

not sure but I think you have to send exactly 10K in one transaction. Thats what i heard from every mastrnode guide out there regardless of coin/algo.
Wallet wouldn't let me send 10k at once.

i didn't have 10k muck coins to test ,maybe you can test it yourself ,once 5k 2k again and again ,good luck~
hero member
Activity: 630
Merit: 502
March 12, 2018, 05:26:13 PM
Now I'm also getting this error when trying to send 10000 SNG:



Going to be hard setting up a masternode if I can't even send the collateral.
I've sent 10000 SNG to the new address in smaller increments. Clicking on “Get Outputs” button does not show anything.

not sure but I think you have to send exactly 10K in one transaction. Thats what i heard from every mastrnode guide out there regardless of coin/algo.
Wallet wouldn't let me send 10k at once.
member
Activity: 240
Merit: 11
March 12, 2018, 05:18:18 PM
Now I'm also getting this error when trying to send 10000 SNG:



Going to be hard setting up a masternode if I can't even send the collateral.
I've sent 10000 SNG to the new address in smaller increments. Clicking on “Get Outputs” button does not show anything.

not sure but I think you have to send exactly 10K in one transaction. Thats what i heard from every mastrnode guide out there regardless of coin/algo.
hero member
Activity: 630
Merit: 502
March 12, 2018, 04:04:33 PM
Now I'm also getting this error when trying to send 10000 SNG:



Going to be hard setting up a masternode if I can't even send the collateral.
I've sent 10000 SNG to the new address in smaller increments. Clicking on “Get Outputs” button does not show anything.
Pages:
Jump to: