Bitcoin Forum
April 23, 2024, 02:28:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 [143] 144 145 146 »
  Print  
Author Topic: [ANN][HLM] HELIUM  (Read 189395 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Pon13
Full Member
***
Offline Offline

Activity: 670
Merit: 130



View Profile WWW
October 26, 2018, 06:30:19 AM
Last edit: October 28, 2018, 07:10:19 AM by Pon13
 #2841


When you create your masternode, you enter a command "getaccountaddress MN1" (or you replace MN1 with anything you want, call yours DERP1 if you want to).  That getaccountaddress command gives you the address you send your collateral to, but it also tells your wallet the name of your masternode.  That is how you name your masternode.  Then the masternode.conf file references that same name.  Your masternode.conf file will then have a line that says "MN1 129.125.72.152:9009 YOURPRIVATEKEY MASTERNODEOUTPUT TXID" only those last three variables are replaced by whatever your values are.  That's it.  You might be making it harder than it actually needs to be.

Moved 1000 helium to 1 address
I've done all config file edits on both controller wallet and masternode wallet.
Ran that command <getaccountaddress MN1> in both wallets.
still get... "Error reading masternode configuration file: could not parse masternode.conf Line 1  "MN1"  "
(or whatever I call it. It won't parse 1st line. I have to un-edit file back to launch wallet)

So I guess I'm missing something fundamental here.
derp derp derp...  I give up.  
I will tip any masternode geniuses who can figure out wtf I'm doing wrong.

yesterday i helped someone on slack to setup his MN. By the end of the process everything was running smoothly. i hope it was you and you got your mn running  Grin
https://imgur.com/a/ChGcPtJ

I wrote the guide (https://www.heliumlabs.org/v1.0/docs/masternode-setup-guide-windows-local) on the fly while trying to help someone in here without running a mn that time cause i had my coins in cryptopia.

If you run the controller/mn, 2 different wallets but same machine setup you have to add to the configs  (helium.conf) the rpcport command and specify different rpcports for two wallets (controller/mn) else you get an error that the rpc could not be binded.

For example on Controller Wallet:
Code:
rpcuser=long random username
rpcpassword=longer random password
rpcallowip=127.0.0.1
rpcport=xxxx (a port number different from MN port and MN rpcport) --> for example rpcport=2222
listen=0 --> this line is not mandatory
server=1 --> this line is not mandatory
daemon=1 --> this line is not mandatory
logtimestamps=1 --> this line is not mandatory
maxconnections=256 --> this line is not mandatory

While on MN Wallet:
Code:
rpcuser=long random username
rpcpassword=long random password
rpcallowip=127.0.0.1
rpcport=2223
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
masternode=1
externalip=Your_PUBLIC_IP
masternodeaddr=Your_PUBLIC_IP:9009
masternodeprivkey=YOUR_MN_PRIV_KEY

Bill Hicks was right about....everything
1713882529
Hero Member
*
Offline Offline

Posts: 1713882529

View Profile Personal Message (Offline)

Ignore
1713882529
Reply with quote  #2

1713882529
Report to moderator
1713882529
Hero Member
*
Offline Offline

Posts: 1713882529

View Profile Personal Message (Offline)

Ignore
1713882529
Reply with quote  #2

1713882529
Report to moderator
1713882529
Hero Member
*
Offline Offline

Posts: 1713882529

View Profile Personal Message (Offline)

Ignore
1713882529
Reply with quote  #2

1713882529
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713882529
Hero Member
*
Offline Offline

Posts: 1713882529

View Profile Personal Message (Offline)

Ignore
1713882529
Reply with quote  #2

1713882529
Report to moderator
1713882529
Hero Member
*
Offline Offline

Posts: 1713882529

View Profile Personal Message (Offline)

Ignore
1713882529
Reply with quote  #2

1713882529
Report to moderator
PowerHemp
Legendary
*
Offline Offline

Activity: 1386
Merit: 1001

Ganja <3


View Profile
October 26, 2018, 10:53:31 AM
 #2842

i made with accept payment a address and sent there the 1000 helium i never used the getacccountaddress in the debugconsole..

Yeah that's probably the problem.  You can't just skip steps.  You need to use getaccountaddress in the debug console.

I show you how to do it all right here: https://youtu.be/XOgi2Fkrn08

what you talking about? i skiped steps because i make it how i learned it from other tuts. my masternodes run without problems Wink and no you dont need the command getaccountaddress.. if you make just a address with name MN1 in accepting payment and sent there 1000 helium its enough. getaccountaddress is like doing this.
sirazimuth
Legendary
*
Offline Offline

Activity: 3346
Merit: 3482


born once atheist


View Profile
October 26, 2018, 11:29:08 AM
Last edit: October 26, 2018, 07:48:21 PM by sirazimuth
 #2843


If you run the controller/mn, 2 different wallets but same machine setup you have to add to the configs  (helium.conf) the rpcport command and specify different rpcports for two wallets (controller/mn) else you get an error that the rpc could not be binded.

For example on Controller Wallet:
Code:
rpcuser=long random username
rpcpassword=longer random password
rpcallowip=127.0.0.1
rpcport=xxxx (a port number different from MN port and MN rpcport) --> for example rpcport=2222
listen=0 --> this line is not mandatory
server=1 --> this line is not mandatory
daemon=1 --> this line is not mandatory
logtimestamps=1 --> this line is not mandatory
maxconnections=256 --> this line is not mandatory

While on MN Wallet:
Code:
rpcuser=long random username
rpcpassword=long random password
rpcallowip=127.0.0.1
rpcport=2223
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
masternode=1
externalip=Your_PUBLIC_IP
bind=Your_INTERNAL_IP
masternodeaddr=Your_PUBLIC_IP:9009
masternodeprivkey=YOUR_MN_PRIV_KEY

No,wasn’t me on slack unfortunately.
This possible solution looks promising though not holding breath.I actually did have a binding error
(See earlier reply) that I fixed.
Anyway will try this when home tonite. Thanx for all your replies mate.
I’ll let you know result.

(later...)

RESULT...
exactly what I expected, lol...ie... can now open both wallets with added rpcport setting edits. (at least I made progress)
BUT same thing...error cannot parse  'MN1"  when trying to launch controller wallet (with edited masternode.conf file.)
more derps...

 Do the 1000 coins reside in the controller wallet or masternode wallet..or does it matter? I know... I'm just like shooting in the dark here.
 If (and at this point.... a mighty big "if") I ever get this sussed, I'll throw a huge block party with free beer, fireworks
and of course Helium balloons to make our voices  squeaky while watching the fireworks show.

Bitcoin...the future of all monetary transactions...and always will be
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
October 26, 2018, 03:10:36 PM
 #2844

Hey, heliumchain.info's staking reward estimates seem to be way off. Like in reality I get half to 1/3rd as much rewards as it suggests.
A user (unobt) told me he's using 50*staking_amount/difficulty for estimating HLM rewards per day which seems spot on to me. I think that should be the correct equation on heliumchain.info.

I don't have masternodes so I'm wondering, does the sites masternode reward estimates correct?

Not your keys, not your coins!
akaltcoins
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
October 26, 2018, 03:33:48 PM
 #2845



what you talking about? i skiped steps because i make it how i learned it from other tuts. my masternodes run without problems Wink and no you dont need the command getaccountaddress.. if you make just a address with name MN1 in accepting payment and sent there 1000 helium its enough. getaccountaddress is like doing this.

In that case it might seem weird but be worth trying.  I did encounter a can not parse error the first time I set up my masternode.conf file on a Mac because the default text editor had introduced some weird formatting which caused it to not read the file correctly.  I had to clean up the text with a text cleaner and then paste it back into the file to clear the error.  I used http://www.textcleanr.com/ this site to do it and it solved my problem.  It might be worth a try.
Bjorn_Blockchain
Sr. Member
****
Offline Offline

Activity: 449
Merit: 250

Belief in the immutable.


View Profile
October 27, 2018, 12:22:27 AM
 #2846

https://coinhub.news has just published an article regarding Helium and our plans for the future:

https://coinhub.news/cs/article/helium-decentralized-currency-and-service-platform-for-enterprise-business

On behalf of the Helium community I'd like to thank the Kreds project for making this possible. They've been following Helium closely and were kind enough to give us this exposure.

Excellent article looking good Helium!

https://coinhub.news for crypto news, podcasts, reddit, bitcointalk and more!
https://www.krediblepolitics.com get your politics on!
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
October 27, 2018, 07:55:26 AM
 #2847

shitty value, if i had sold spreadcoin at the peak would have been a better choice..

seems there is a good staking here what the %?
kraterion
Full Member
***
Offline Offline

Activity: 616
Merit: 145


🚀🚀 ATHERO.IO 🚀🚀


View Profile
October 27, 2018, 12:02:16 PM
 #2848

shitty value, if i had sold spreadcoin at the peak would have been a better choice..

seems there is a good staking here what the %?

You're still holding spread coins ? I know that a lot of people just bought at the top and probably now they have an useless bag (because that's a useless coin, so to speak)

▀▀█▄▄    [websitewhitepaper]  ❒  ATHERO  ❒  .Internet 3.0 solution    ▄▄█▀▀
  A revolutionary decentralized digital economy 
▄▄█▀▀    Twitter  ◽  Facebook  ◽  Telegram  ◽  Youtube  ◽  Github   ▀▀█▄▄
RzeroD
Full Member
***
Offline Offline

Activity: 272
Merit: 107


Paranoid In Chief


View Profile
October 27, 2018, 02:41:45 PM
 #2849

Hey, heliumchain.info's staking reward estimates seem to be way off. Like in reality I get half to 1/3rd as much rewards as it suggests.
A user (unobt) told me he's using 50*staking_amount/difficulty for estimating HLM rewards per day which seems spot on to me. I think that should be the correct equation on heliumchain.info.

I don't have masternodes so I'm wondering, does the sites masternode reward estimates correct?

Yes, I have already changed the way to calculate the reward for PoS at heliumchain.info, so the estimates should be quite correct right now.
If anyone has any more suggestions for the page, tell me.
teela
Member
**
Offline Offline

Activity: 116
Merit: 22


View Profile
October 27, 2018, 09:38:12 PM
 #2850


When you create your masternode, you enter a command "getaccountaddress MN1" (or you replace MN1 with anything you want, call yours DERP1 if you want to).  That getaccountaddress command gives you the address you send your collateral to, but it also tells your wallet the name of your masternode.  That is how you name your masternode.  Then the masternode.conf file references that same name.  Your masternode.conf file will then have a line that says "MN1 129.125.72.152:9009 YOURPRIVATEKEY MASTERNODEOUTPUT TXID" only those last three variables are replaced by whatever your values are.  That's it.  You might be making it harder than it actually needs to be.

Moved 1000 helium to 1 address
I've done all config file edits on both controller wallet and masternode wallet.
Ran that command <getaccountaddress MN1> in both wallets.
still get... "Error reading masternode configuration file: could not parse masternode.conf Line 1  "MN1"  "
(or whatever I call it. It won't parse 1st line. I have to un-edit file back to launch wallet)

So I guess I'm missing something fundamental here.
derp derp derp...  I give up.  
I will tip any masternode geniuses who can figure out wtf I'm doing wrong.

yesterday i helped someone on slack to setup his MN. By the end of the process everything was running smoothly. i hope it was you and you got your mn running  Grin
https://imgur.com/a/ChGcPtJ

I wrote the guide (https://www.heliumlabs.org/v1.0/docs/masternode-setup-guide-windows-local) on the fly while trying to help someone in here without running a mn that time cause i had my coins in cryptopia.

If you run the controller/mn, 2 different wallets but same machine setup you have to add to the configs  (helium.conf) the rpcport command and specify different rpcports for two wallets (controller/mn) else you get an error that the rpc could not be binded.

For example on Controller Wallet:
Code:
rpcuser=long random username
rpcpassword=longer random password
rpcallowip=127.0.0.1
rpcport=xxxx (a port number different from MN port and MN rpcport) --> for example rpcport=2222
listen=0 --> this line is not mandatory
server=1 --> this line is not mandatory
daemon=1 --> this line is not mandatory
logtimestamps=1 --> this line is not mandatory
maxconnections=256 --> this line is not mandatory

While on MN Wallet:
Code:
rpcuser=long random username
rpcpassword=long random password
rpcallowip=127.0.0.1
rpcport=2223
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
masternode=1
externalip=Your_PUBLIC_IP
bind=Your_INTERNAL_IP
masternodeaddr=Your_PUBLIC_IP:9009
masternodeprivkey=YOUR_MN_PRIV_KEY

If you'd edit all of this into the OP where you posted the initial guide this would be very helpful. We had quite a lot of users asking for support with this set up and I could update the guide I copy pasted.
Pon13
Full Member
***
Offline Offline

Activity: 670
Merit: 130



View Profile WWW
October 28, 2018, 07:14:35 AM
 #2851

aaaaaaaaaaaaaaaaaaaaaaaaaaand its done  Grin

Bill Hicks was right about....everything
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
October 28, 2018, 08:57:58 AM
 #2852

shitty value, if i had sold spreadcoin at the peak would have been a better choice..

seems there is a good staking here what the %?

You're still holding spread coins ? I know that a lot of people just bought at the top and probably now they have an useless bag (because that's a useless coin, so to speak)

no you did not read correctly, i sold them long time ago, but it was a mistake seen the value of helium...
sirazimuth
Legendary
*
Offline Offline

Activity: 3346
Merit: 3482


born once atheist


View Profile
October 28, 2018, 03:38:34 PM
 #2853

Hey, heliumchain.info's staking reward estimates seem to be way off. Like in reality I get half to 1/3rd as much rewards as it suggests.
A user (unobt) told me he's using 50*staking_amount/difficulty for estimating HLM rewards per day which seems spot on to me. I think that should be the correct equation on heliumchain.info.

I don't have masternodes so I'm wondering, does the sites masternode reward estimates correct?

Yes, I have already changed the way to calculate the reward for PoS at heliumchain.info, so the estimates should be quite correct right now.
If anyone has any more suggestions for the page, tell me.

Well if I'm reading this right and it is indeed accurate, staking 1000 HLM is currently more profitable than masternoding.
Fine by me.

(DING... speak of the devil... 2.5 HLM incoming)

Bitcoin...the future of all monetary transactions...and always will be
teela
Member
**
Offline Offline

Activity: 116
Merit: 22


View Profile
October 29, 2018, 04:13:16 AM
 #2854

aaaaaaaaaaaaaaaaaaaaaaaaaaand its done  Grin


appreciated!

Now if you all please continue conversation in the new ANN topic Smiley

https://bitcointalk.org/index.php?topic=5056752
margana
Full Member
***
Offline Offline

Activity: 153
Merit: 102


View Profile
October 29, 2018, 05:12:09 AM
 #2855

Where are these support channels found that are referenced in the masternode setup guide?

"Helium community on Discord: TBA (#help for technical support)"?  "#masternodes and we will help you fix it."  Where does one find the "Helium community on Discord"?  Is #masternodes also on discord?

These instructions are not working for me: https://www.heliumlabs.org/v1.0/docs/masternode-setup-guide

The 'masternode outputs' command yields only this:

"11:23:01 [
]"
Pon13
Full Member
***
Offline Offline

Activity: 670
Merit: 130



View Profile WWW
October 29, 2018, 07:44:14 AM
 #2856

aaaaaaaaaaaaaaaaaaaaaaaaaaand its done  Grin


appreciated!

Now if you all please continue conversation in the new ANN topic Smiley

https://bitcointalk.org/index.php?topic=5056752

fixed everything in one post and posted it to the new ANN topic.
Update the guide in the website if you want as well.

Bill Hicks was right about....everything
sirazimuth
Legendary
*
Offline Offline

Activity: 3346
Merit: 3482


born once atheist


View Profile
October 29, 2018, 08:18:12 PM
 #2857


The 'masternode outputs' command yields only this:

"11:23:01 [
]"


FWIW...during my failed endeavors to set up a Masternode , I had exact same thing happen to me.
So started again and I made another transaction of 1000 HLM  to a new address,
then after 1 confirm I tried the "masternode outputs" command again and voila, it worked and spat out a tx id ...go figure...
(too bad that wasn't my only issue....)

Bitcoin...the future of all monetary transactions...and always will be
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
October 31, 2018, 08:49:09 AM
 #2858

what is the % return per year with the pos?
teela
Member
**
Offline Offline

Activity: 116
Merit: 22


View Profile
October 31, 2018, 05:57:59 PM
 #2859

aaaaaaaaaaaaaaaaaaaaaaaaaaand its done  Grin


appreciated!

Now if you all please continue conversation in the new ANN topic Smiley

https://bitcointalk.org/index.php?topic=5056752

fixed everything in one post and posted it to the new ANN topic.
Update the guide in the website if you want as well.


Will do!
sud
Sr. Member
****
Offline Offline

Activity: 826
Merit: 301



View Profile
November 02, 2018, 07:04:33 PM
 #2860

@cradox

Nice site, they plan to implement a lot of features for sure. But I like masternodes.online service more, it's simple and has almost all MN coins out there. Helium was also added there recently, so to can check what will be your daily rewards.

https://masternodes.online/currencies/HLM/
Pages: « 1 ... 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 [143] 144 145 146 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!