Bitcoin Forum
June 30, 2024, 08:29:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Re: How the Bitcoin Private pubkey prefix is generated ? on: December 11, 2020, 08:27:34 PM
I'm pretty sure that the OP is talking about an Altcoin: Bitcoin Private (BTCP).
Its addresses starts with "b1" prefix.
Code:
        // guarantees the first 2 characters, when base58 encoded, are "b1"
        base58Prefixes[PUBKEY_ADDRESS]     = {0x13,0x25};

@streamplus
This forum is for Bitcoin development, you can move this to Altcoin Discussion to look for the accurate answers from BTCP users and developers.


I know that this post has been dormant for a long time but I keep seeing references to the Wiki List of Prefixes but I can't find anywhere that actually spells out why "b1" = {0x13,0x25}.  From the table on that page I can see that 'b' corresponds to a decimal value of 84 or 85 and '1' has a decimal value of 0.  How does that become {0x13,0x25}?

Crown, for example, start with CRW and uses (0x01)(0x75)(0x07) in their chainparams to describe this I just can't figure out why the following is true:

C = (0x01)
R = (0x75)
W = (0x07)
2  Economy / Service Announcements / Re: [ANN] [Masternode Deployment] 5-Minute MN Deployments on: February 19, 2020, 03:50:46 AM
I am very happy to see our announcement.  Lots of work went into getting it ready for public consumption and we are eager to receive feedback about your experience with it.

If you are a developer for one of our currently supported coins,  Helium, Audax, MUE, Phore, or PIVX, please let us know and we'd be happy to provide you with a demo key so you can take our deployment service for a test drive.  One of our biggest considerations when developing this was to simplify masternode setup and installation so your community members could run their masternodes without having to turn over control of their coins to a third party.

If you are a developer of another masternode coin and you would like to see your coin supported, please contact us and we can see if we can make it happen for you.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HLM] HELIUM - Decentralized Services Digital Networks - GOVERNANCE LIVE on: December 03, 2018, 07:23:44 PM
I have a question for you guys.
I am installing the first hlm masternode ever, using the youtube tutorial for vultr.
Using ufw I did close all ports except for my ssh. In the vid its being said that you have to edit the masternode.conf with "alias ip:port" ... and he is using 9009 for the port.
Now, since I did close all the ports in the firewall, the network/wallet won't be able to connect to the masternode through this port, right? Did I miss something or do I have to open that port?!
Also the port for http and https are closed - basically really all the ports except one. How does the network communicate with the masternode? What ports need to be open?

Thanks for your time and help!

It was good of you to notice that, because you're right, the port does need to be opened for the masternode to work.  If you are using AKcryptoGUY's Vultr guide on Youtube then Nodemaster's VPS script will take care of setting up the firewall rules for you.  That's why you don't see it manually opened during the UFW setup step.  After you run the VPS script, you can check it with 'sudo ufw status' and you'll see that the appropriate port has been opened.  There's also a very active community on Discord that can help you if you run into any troubles.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HLM] HELIUM - Decentralized Services Digital Networks - MAIN NET LIVE on: October 29, 2018, 07:10:47 AM
Status: 101 confirmations
Date: 28/10/18 13:02
From: unknown
To: <address generated in the first steps of the guide> (own address, label: <masternode alias>)
Credit: 1010.99123055 HLM
Net amount: +1010.99123055 HLM
Transaction ID: <txid>
Output index: 0

I can't find any way to resolve this.


This makes it look like you sent more than the 1000 required HLM.  For a masternode you must send exactly 1000 HLM, not more, not less.  I'd recommend that you create a new masternode alias and send exactly 1000 to the new address.  Then check your masternode outputs again and you should see the transaction ID.

To your other question, there's usually a lot of very helpful people hanging around the support and masternode channels on Slack who would help you get it going.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HLM] HELIUM on: October 26, 2018, 03:33:48 PM


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.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HLM] HELIUM on: October 26, 2018, 05:23:08 AM
Actually these links are for updated installation guides that I just released this evening.  Hopefully this sorts out a lot of your questions.  I already posted it in the new ANN thread but I wanted to get it here in case some of you aren't watching the other one yet.

I am very pleased to release a new start-to-finish masternode installation guide for Vultr.  This installation method allows you to install multiple Helium masternodes on the same VPS by using IPv6.  The written guides are very helpful for a lot of people, but for others they find it easiest to watch someone else go through the steps so if you happen to be one of the latter, I believe you'll find this very helpful.

You can watch the video on Youtube at https://youtu.be/mj1FyN6Wauk

There is also a written guide which you can review on Medium that contains some more pictures and allows you to copy and paste some of the scripts and commands that are used in the video.  https://medium.com/@AKcryptoGUY/securely-install-multiple-helium-masternodes-3ee2e995a5e0
7  Alternate cryptocurrencies / Announcements (Altcoins) / Masternode Installation Tutorial Video on: October 26, 2018, 05:10:07 AM
I wanted to get this posted here because I already posted it in the Slack.

I am very pleased to release a new start-to-finish masternode installation guide for Vultr.  This installation method allows you to install multiple Helium masternodes on the same VPS by using IPv6.  The written guides are very helpful for a lot of people, but for others they find it easiest to watch someone else go through the steps so if you happen to be one of the latter, I believe you'll find this very helpful.

You can watch the video on Youtube at  https://youtu.be/mj1FyN6Wauk

There is also a written guide which you can review on Medium that contains some more pictures and allows you to copy and paste some of the scripts and commands that are used in the video.  https://medium.com/@AKcryptoGUY/securely-install-multiple-helium-masternodes-3ee2e995a5e0
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HLM] HELIUM on: October 26, 2018, 01:18:35 AM
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
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HLM] HELIUM on: October 24, 2018, 10:48:41 PM
Fixed the binding error on the HLMMN wallet. Made all edits for ip and ports etc,  listen =1 and it works fine.


After editing the masternode.conf file for the local controller wallet EXACTLY as shown in set-up instructions
The wallet will not launch....I get this pop up error message...

 Error reading masternode configuration file: could not parse masternode.conf Line 1  "MN1"

The set-up guide says this is  "The name (masternode_alias) you gave your masternode:"
Well I did not name my Masternode anything when I installed the wallet (probably why it won't parse it.)
and cannot for the life of me figure out how or where to set this "masternode_alias" field to "MN1" .

back to staking...derp

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.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HLM] HELIUM on: October 22, 2018, 02:07:34 AM
I'm quite confused - is this project associated with https://www.helium.com/ ?  Must admit, it is a clever idea. Looks like it is a token rather than a coin not yet launched?
Are they concerned there is already a 'helium' coin??

No, that's an entirely different project.  The official website that this ANN refers to is https://heliumchain.org/
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HLM] HELIUM on: October 18, 2018, 03:35:47 PM
There are lots of good guides on Helium's web site about how to setup masternodes and I made several videos of the setup process as well. 

Installing Masternodes with Nodemaster
https://www.heliumlabs.org/v1.0/docs/installing-masternodes-with-nodemaster

How to be your own VPS provider
https://www.heliumlabs.org/v1.0/docs/how-to-be-your-own-vps-provider

Masternode setup guide (VPS)
https://www.heliumlabs.org/v1.0/docs/masternode-setup-guide
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: eXperience Points [XP] ENGLISH on: April 28, 2018, 04:17:15 AM
Has anyone put together a guide on how to get an XP masternode up and running?  Is it the same process as setting up a Dash masternode?  50M XP to get started?
13  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][PRE-ICO] Tagiuk Gold Mining Co, Utility Token, Physical Gold at 58% Off on: March 05, 2018, 09:37:06 PM
You must be kidding me. At 58% off? People should buy these tokens fastly at this discount!

It looks like 58% off but when I crunched numbers it plays out to about a 16% annualized return for 5 years.  That's still a good return for the time frame but I, too, am curious about how to physically take delivery of gold and what kind of security would be involved.  A nice thing about trustless transactions in blockchain is that you don't typically have to trust who you're doing business with, but when dealing with a physical commodity, and particularly a high value one, like gold, paying attention to chain of custody, physical security, and insurance are no longer luxuries but become essential.
14  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Spectrecoin (XSPEC) on: October 10, 2017, 03:38:58 AM
Hey folks; any new developments for Spectre or is it still about the same?  Looks like it was a busy week for Spectre in the market.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET ( NEW THREAD) on: September 02, 2017, 03:02:48 PM

I have 850,000 Linda coins so in wallet how many coins I will get if i stake them per day

regards
Balaji

I mean no disrespect...but be a little bit more patient and you'll find out.  A lot of people want to get rich quick, but if you stake your coins and wait 24 hours, you will know how many coins you get for staking them for 24 hours.
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET ( NEW THREAD) on: September 02, 2017, 03:39:35 AM
I think I started what was the 33rd MN a few days ago and so far, the return has been about US $40 per day. 
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HLM] HELIUM - PRE NOTICE on: August 28, 2017, 03:37:57 PM
The date will be secret or public

The date will be public, and is anticipated to be announced this week.
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HLM] HELIUM - PRE NOTICE on: August 26, 2017, 08:13:24 AM
Holding my breath, waiting for announcements, subscribing to this thread.  Knuckles white with anticipation, and ready to start a masternode when the time comes.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!