Bitcoin Forum
June 21, 2024, 11:48:50 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance on: November 27, 2017, 08:24:55 PM
I'm having issues starting my Masternode from the Windows wallet (hot-cold config, with actual server running on a Linux server fine).

When I try to start my masternode from the Windows wallet I get the error:

"CMasternodeBroadcast::Create -- Invalid IP address 94.176.233.84, masternode=<snip>"

Obviously that is not an invalid IP address...  Any suggestions (apart from a new VPS, which would be a pain and may not resolve it)?
Are you sure that you have correct configs? Show your yup.conf from Linux and masternode.conf from Win.

I'm pretty sure about the config, I run MN for several other coins.

yup.conf in the Linux VPS:

Quote
rpcuser=[Short Random String]
rpcpassword=[Long Random String]
rpcconnect=127.0.0.1

server=1
listen=1
daemon=1

masternode=1
masternodeprivkey=[Output from Masternode Genkey in Windows wallet]

Masternode.conf in Windows wallet:

(commented out lines not included)
Quote
mn1 94.176.233.84:1237 [Output from Masternode Genkey in Windows wallet] [Output from Masternode Outputs, e.g. abc...XYZ 0]

Update: my reading of the issue is that this function in masternode.cpp is failing to validate the IP address:

Code:
bool CMasternode::IsValidNetAddr()
{
    // TODO: regtest is fine with any addresses for now,
    // should probably be a bit smarter if one day we start to implement tests for this
    return Params().NetworkID() == CBaseChainParams::REGTEST ||
           (IsReachable(addr) && addr.IsRoutable());
}

I can't see any obvious issue with IsReachable() (code from net.cpp below):

Code:
/** check whether a given address is in a network we can probably connect to */
bool IsReachable(const CNetAddr& addr)
{
    enum Network net = addr.GetNetwork();
    return IsReachable(net);
}

I can only conclude that it is failing IsRoutable() or CBaseChainParams::REGTEST.

I can't quite say for sure what would be going on there. Have you tried using some random ip address to see if you get the same result? I have no issues when I put that ip address in my masternode.conf and run the start command.

<snip>
Looks like all fine. But try to add to yup.conf:
masternodeaddr=94.176.233.84:1237
externalip=94.176.233.84

I've done that, but it hasn't helped.  As I updated above, I think it is a coding error that I'll need the dev to fix, unfortunately.
My masternodes also don't started from GUI Windows wallet.
Try to start it from console:
yup-cli.exe startmasternode alias 0 your_alias_here

I would like to hear more about not being able to start masternodes via the Windows qt. If you can elaborate it will help me figure out and fix any issues.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance on: November 26, 2017, 10:34:01 PM
Hey folks, I have been a bit quite in here, but things are moving along in the background as usual. I just issued a new wallet release. This will be a mandatory update, you will need to be running the new wallet by block 64800. There are just a few updates to the wallet, most of which will be invisible to the end user. Of primary interest will be the tooltip background color was changed so that tooltips can actually be read, the governance system has been gone through and finalized, it will now be ready for launch. Also, only one person seemed to notice and comment on block times, they have been at 1 minute instead of the intended 2 minutes. At block 64800 that will be fixed, it will probably take a bit for the difficulty adjustment to smooth them out to 2 minutes.

Expect a post tomorrow that will go over the governance system in detail, and explain how to use it. We are now at the stage where things can start to get real, this should be fun.

The v1.0.2.0 wallets will be getting posted over the next few hours, the source is there already for all you self compilers out there. v1.0.2.0 wallet on github
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance on: November 11, 2017, 06:36:33 PM
That's right, you guys found it. We are on coinsmarkets, very cool. Let's keep this thing moving, after a bit of price discovery we will be ready for the next phase. That will consist of an in depth description of the governance system. How it works, why certain things are the way they are, a discussion revolving around some of the parameters that may be up for modification before we start the budget and voting system, etc.

Once that is squared away it will be time to really start using the system, so that bugs can be squashed and improvements can be made.

As always, if you see some way to help just go ahead and jump right in, people asking for bounties, or campaigns of some type, or what have you, do something positive for YUP and you will be rewarded, we are done giving away free coins. We gave away 310,000 YUP during the airdrop, about 20,000 YUP was given to people just for showing up in the slack channel early on, we have thrown coins at people for simply making thoughtful, relevant posts in the ANN, as well as helping others with issues. There are still some coins available to those who wish to earn them, it doesn't take much.

Anyway, until the next update, keep it up, folks, things are looking good.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance on: November 08, 2017, 03:25:02 AM
yupcrypto.com  just stumbled across the site.
Although the link of this website bitcointalk, but we didn't see the main thread of the updated information, not sure whether the official website.
Guys, do you really think that someone (not dev) will make a site for YupCoin? What's the point?
Well, I guess just a cursory glance would reveal that the website is not, by any means, finished, but that is where we are at with it, nice find fredforthewin. I guess you will get to watch the progress, it may be broken at any time, though. Feel free to provide suggestions and/or content. I won't be putting it up in the OP for a couple days, it should be a bit more presentable first.

Listen to a friend said, now masternode near 50, each block of the reward has dropped to 32 YUP.I want to know is it float?Along with the increase in the number of masternode, corresponding reward less and less?
SeeSaw Reward Mechanism
The SeeSaw mechanism assures a healthy balance of stakers and Masternodes on the network by incentivising one or the other more based on the current network need. If there are not enough stakers a higher percentage of the block reward will be given to them than Masternodes, and vice versa until the appropriate balance is once again achieved. Ideally 1/3 of the coins in existence should be locked up in Masternodes, this allows for 1/3 of the coins to be staking, and 1/3 of the coins to be providing liquidity to the market and circulating among users. That seems about right, but could be altered if need be to promote a healthy network.
If 1/3 of the coins are in Masternodes the block reward would be equally split between the staker and Masternode.
Precisely. Thanks for reading, Norainvn.

running the wallet since last week, PM the DEV but still no airdrop coins in my wallet.
Airdrop is random, is not fixed,only 20% of the membership qualification, you are not lucky, me too..but this does not hinder us to continue to support YUP, we could be obtained by buying it.

What does it mean the airdrop is random? Is it subject to a purely random process or does the dev pick people who receive the airdrop?
It means that every address received in a day was entered into some random random choice tool on the web, it was used to select 20% of the addresses entered each day. Seems about as simple as we could make it.

coin probably died((( at least for coinmarkets would add
now, have ~30 masternode are running!
and confused if they do not sell where the developer is silent

The dev is alive and kicking.... I just finish a conversation with him in PM.

They try to setup the website and to list the coin on exchanges....
That's good news, hoping to see the coin deal on some exchange in the next few days.Dev, will the development plan be announced these days?
go go Yupp coin, community is growing
So, yes the community is growing, and yes, I have been more or less silent.

Here's the thing, this is not some get rich quick scheme, it won't be hyped as such by us. Not much noteworthy has actually been finalized, and as such there was not really much to say. It seems as though most issues are quickly ironed out with help from one another, and there hasn't really been a need for interjection. Good job, folks.

If you are having serious, or persistent issues, hop on slack. The community there is a bit more active, and questions will probably get answered quicker.

Anyway, my primary wallet has 66 connections as of right now, I see 48 Masternodes, rewards are adjusting properly as the Masternode count increases. We could start discussing ideas for the future of YupCoin, beyond the obvious, exchanges, block explorers, yada yada. This is your chance to contribute in a meaningful way, and maybe actually see some of your own ideas implemented in a coin. This is your project, too. Own it.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance on: November 02, 2017, 10:04:55 PM
Hey everyone, sorry, my real life has been pretty crazy the past few days, to say the least.

Here's the deal, for right now there will not be a roadmap. Why, you may ask. Simple, we intend to focus on the decentralized governance features, and use them to their fullest. That is where the future is, we believe. The fact that anyone can propose a change, update, new feature, service, etc. is a real game changer, and doesn't seem to be taken full advantage of by other coins with similar features.

Sure, we will write up guides for using Mirage, the decentralized CoinJoin feature, and UrgentX, which allows for instant transactions, with no need to wait for confirmations, but, we intend to focus on bettering the way decisions are made about the coins future. With the ability to have transparent voting on important issues, and the built in mechanism to fund changes, projects, etc. we are starting with a really solid base. You get to decide where to take it from here. This is your opportunity to get in on the ground floor, so to speak, and make your voice and opinion heard, and have it matter.

This is not a get rich quick scheme, good things come to those who wait. Right now we have good number of individuals running wallet, both as stakers and Masternodes, the chain is moving along and functioning as it should, that is the first step. Next we need to get listed on some exchanges. I see there is already interest from some out there in buying coins, that is a healthy development, and it seems as if the community can establish a price/value organically, we feel that is the best way for any advancements to occur.

With that said, if anyone is looking to buy coins we are open to hearing your offers, while I can't blame anyone for their willingness to sell coins they got for free, buying directly from us would help to fund the furthering of the coin, currently, any proceeds coming from the direct sale of coins would be going directly towards getting YUP listed on an exchange, which seems to be the next logical step. We are not interested in setting some arbitrary price that we pull out of thin air, so there is some place for open, transparent sales f coins to help in establishing a price. Right now we are not really known at all outside of this ANN, so any market cap would be incredibly low as compared to the actual value. Buying some coins while cheap and helping fund an exchange listing would probably be a great investment at this point.

Anyway, keep an eye on the OP here as it will be getting slowly updated with more and more details, including detailed steps on how to submit proposals, cast votes, and a better description of the system of governance, how it works, how to best use it, etc. We think that once everyone has a sound understanding of that whole side of things, and the real possibilities, they will really appreciate why we feel this is the most important feature of the coin, for now.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance on: November 01, 2017, 03:19:24 AM
OK, we let the final airdrop wait for a day, that was the last chance at some free coins folks. Here are today's recipients:

772RW5CgSPqTFJG8JvNNwtwvmdAFWr7UXC
txid: 06a0f553c3d70fd5f4bd644f5d1dd100f0ed720b7ff12c54386df0d4f0c8183d
7GKXaojDVXmbkS33BHCpMVjH85zPzv1EQX
txid: 46405ee728f91ef4f399d1638614b0d003ee422a1202ab0cfa7b0b27b58b3143
787uuLVaazhGUymVdrvMKUqe6Fd8ncag1D
txid: 38f28615ece2138444b477595f4347c52938dac4a3856e18288dd51a56820b2d
7HHrHvYmxVuUTMP8AAwGG5vkhHXWz17A7T
txid: cc624ea95386b2a532c9e024886920a33eccee67879a03eb0300751a3b6417b8
7N3nccr1kEjmp437n4DDaFQeWV7SBM1Qm5
txid: 17a08f922ed6f2bdd3f87c9f5680979eaf6306d2ee8b14456bcb2a28785133d1
7CxzeYJKqYid2z89xpD7FfoSRHUmNwiPfW
txid: e1443eb65d06c8b5b8e741701e03f6236a3bc4e8768408e57ebabe9849e370f7
7D131VmE7m6wjoT5oDrJZiaG5diQiGHX9u
txid: 8410800690c4423f37dc5b8895f243b455aa9a1c4bc92a5827a21922a6f81227

If you are having an issue with either staking stopping or a Masternode going down PM me your debug.log. We haven't seen any such issues. Without something to look at I can't really determine whats wrong if we have no wallets experiencing the problems.

Now that the airdrop is over and there are some folks sending coins around we can get down to business. We will be elaborating more on our plans for YupCoin, and what you can do to help.

Also, if you sent me a PM about something other than the airdrop and I haven't replied reach out again, it is like a needle in a haystack.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance on: October 30, 2017, 03:26:44 AM
Here are today's airdrop numbers:

10,000 went to 5 recipients
7Bpr9Y8wRo7b5dhfXVeSUjEQBk3AmVrsec
txid: 70d3ff74abe89b8d6f109840a499185a482d57bc66f7424210452e7922ad3192
7PPVCy2LMKH1MyHCM7WE2m78ik1AHnyHXm
txid: 561165e126a189afeb81d70eb7707586aae1647f9c3677b499e12015c1390d02
73XooU2Aod5pC6dhPu6oPi9hakx9KbgZAW
txid: 97f3022fc7ca3e265ea8d160d91ba9b047b1cdb91d93e3a53ec864acaa5503f7
7PfdM6EApyTbD9hL8HJkiMTQrWTSpTU1uV
txid: f9e446611ec979a1e612f8e82a9f47d2cc5eb1be61b8708357d95e32b5ec7b3e
7Chn2Goz2kWwTSEAchBgNKGhJjzSWsKmXb
txid: fd81c9119b6bd1fad30c34dcaed1eaffd22c0f3465bdce4971cb1cda4b25a327

OK folks, one more day of the airdrop, send us your addresses again and get in on the last day.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance on: October 29, 2017, 03:36:04 AM
Congrats to today's airdrop recipients:

7AMt84ENDEumYk7pDyPirQe3wA1oK4P2QB
txid: e8bb71cd2bc0d4dbe6466a399be8eb65f0a790376647f3e41a7d0c82de063abc
7QEjcVGgQHgUb4VCdVrPda5SLzZGLFTj93
txid: 537719f554c5758dedc9c26eefe702cc60406468cd660a6446832bc838bbfcab
7FHPddsC7HdFi2x1UwfYXDDK2MhgXfWwnJ
txid: 829dbfae2f7417b9d8cedc6f723db8c19742f55f504519b6244c36165f9b3b56
7Nq4hFd78QFGPT3LcZuaAmw4zmNkmYWqM7
txid: b59472ecf15c11ed6ccda52cf3f731f05b67d3df88ac2267cc49c62319ced183
7Lv6mQ5bVr6wZAytwTpLKaEWoybotMudo7
txid: 56bacdc14c69da4494d87f157615266e48dfe086bfb3f258b81b7a753ba031c0
7PPVCy2LMKH1MyHCM7WE2m78ik1AHnyHXm
txid: e08cc103832ac9e48a3d3daac4cb7c6232bf98c05b273e482aaf4e796b3f361d
7MNe8XPMZzDBJiJ83oshKCe5UrBEBMpuuo
txid: 636e438bb0533cffebbce5139b9849c662ffa4875e2e51d58eeaec1db7ec48c8
78zkjDqeZix6ksVP7T2HUdes414VxgwvfY
txid: 51b80c9e9c6a879908f6e9f96e3f780ae4bd2306380ab2ad7213c88970646cd0

Got generous again and sent 10,000 YUP to each totaling 80,000 YUP.

As far as syncing issues, those should iron out as the network expands with more and more users. For now here is a list of addnodes from the masternode we have running:

addnode=69.180.58.29
addnode=128.68.210.180
addnode=31.132.225.0
addnode=77.2.30.196
addnode=14.164.203.3
addnode=104.229.188.243
addnode=162.211.173.18
addnode=213.55.176.212
addnode=31.148.219.41
addnode=188.113.136.160
addnode=98.234.11.108
addnode=162.211.173.18
addnode=189.75.112.86
addnode=97.98.56.138
addnode=77.2.18.205
addnode=219.111.162.87

You can add them easily to the yup.conf file via the qt wallet by clicking tools->open wallet configuration file. Add the above bit, save and close it, relaunch the wallet.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance on: October 28, 2017, 05:17:25 AM
Long day today, here is the airdrop info for today:

29 addresses, rounded up to 6 recipients, got generous and sent them each 10K YUP.

77MstMhcxwAGDb7QHpBRCVdiNcmMEzu7Gr
txid: 0ebe4803fa22719d9951495ead85f6de88e1f3cbbe9936f1b3e0d11442794755

73Rme8cnRRc6rjiDj6n2LeEgovjH6F3Yn7
txid: 0a09ae928e4075cdf0512cd32684e266801cfb7707f2142d19e58a86e19d0aa5

7HnCGvMXC7X9wiD5qazieHedJ4zmuGacGr
txid: 60dd5f4d02f5ef2de334b261ebf611c40a06806b965cf5429b4a33f8409fd489

7SGLTKUftnHbTa1ArKW4aQdQFUpzA1SRcj
txid: 77dbf54ca73bb19283cc9c06b4e81f816b2a17ef4d90c74fdeab9ad047cfa705

7H5ttjq6ySAny72aiuMmnHLJfPBeGL8jEP
txid: 9f3057aad6cd88e0cd948304096081466c5ea62e368affddd6521b415e9f3090

7AVvo81V3LpEMZ3xQ6P7M7xpZZqt3JSCxU
txid: e2d65ddfe11993de9f38a5cc4d85243fd1fc7148dee29c7efa1aea9f6157d0fb
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance on: October 27, 2017, 02:26:36 AM
There were exactly 20 requests to be a part of the airdrop in my PM box between the time it was announced and the time it was called for the day. So, 12,500 went to 4 addresses, here they are, if the owners wish to claim them that is up to them.

77DNKHEWdXjPVhi7MLfm9wuoPKxAiiQd6J
txid: 9d073c3c0c6f7072366420956d3f4bb8ca633aa285a959a8c01aaff5d99ef8e7
7GXbtFWmTH6XtXrXVXUsjQqZnKJZverUc7
txid: 9032658254b68999c6392864d99567d09a9374ab0258f3cf1be8a1509edf9632
7HBPUWN9ZNsZtPAvQHZjyZuc3j7zRSs6H6
txid: 31f77be91198cd9b1ec30355cab8777e5bd8da2b5653fd7424079415d5d83a62
7Dh7bNHgXyQTqo41nuaUrw51UBFu9kvXE6
txid: f094f3d7f9cfb2e03dbe372af34696fd22b5968ddc4d21e2f1f9254dfa0ab55c

There are 2 addresses in the airdrop for tomorrow so far. Don't miss out on your opportunity, PM us those addresses.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance on: October 27, 2017, 12:22:27 AM
https://join.slack.com/t/yup-crypto/shared_invite/enQtMjYyOTA0NzkwMzQxLTFmMDA5Mjg3YTkxMjk4YmE3ODdlMDZhNjQzZjUyMGQwNWY0YzVkMDg0ZDNhM2Y3MDcyZDMzOGY1Njg3MzY5Mzk

There's a link to the slack. I hope to see some of you there.

If you sent us an address you are in for today's airdrop round. We will be determining the recipients in a bit and throwing some coins their way.

Go ahead and start sending addresses for tomorrow's round.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance on: October 26, 2017, 03:04:41 PM
So far we have gotten only 16 addresses, we won't be selecting today's recipients for another 8-10 hours, but at this rate there is a good chance they will get the 10,000 YUP required to start a Masternode.

The website is coming along and should be ready in the next few days. We are in communication with some low level exchanges, but they all seem to want more than we think is fair to list YUP. If anyone has a line on an exchange that would accept a chunk of the premine in exchange for listing YUP, we would love to hear about them.

If anyone wants to invest in the future of YUP and buy a portion of the premine at a really good price, send us a PM.

We also want this to be a community oriented and driven currency. If you have any skills to contribute get in contact with us. We don't bite, this is your opportunity to get in early and set yourself up some inexpensive Masternodes, allowing you to vote on proposals, giving you a voice in the direction and future of YUP.

There is no roadmap right now because we don't want to be responsible for steering this ship. This will be your coin, the decentralized budget system is there to allow those with an investment in YUP to decide its future, use it.

We will do everything we can to advance things, but we need to build a group of passionate, smart people with ideas that they are sick of not seeing implemented in other cryptocurrencies. We know you are out there, come on over and have a voice.

I will set up a slack channel later on today. That format lends better to quick responses to legit questions. Personally, I really don't like using bitcointalk. I have all the same complaints as anyone else, but it is a necessary evil in today's crypto.
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance on: October 26, 2017, 12:56:23 AM
It may not be much to show, but there is a lot going on in the background. For the time being Let's get some coins out there and into the hands of you guys moving around and staking. Here's how we are going to do it.



Airdrop Info
Have a bitcointalk account more than 3 months old.
Send us a PM here with a YUP address.
We will randomly select 20% of all addresses per day and divide 50,000 coins among them.
This will continue for 5 days for a total of 250,000 coins given away.



That will get things moving along in the foreground while we get things banged out in the background.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance on: October 25, 2017, 04:32:35 AM
The new wallets are up, https://github.com/notforhire/Yup/releases/tag/v1.0.0.1. Remember, if you ran v1.0.0.0 then you will need to delete everything in your data directory before starting v1.0.0.1.

Details regarding initial distribution will be coming tomorrow. We are open to any suggestions before we finalize our decision.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance on: October 25, 2017, 12:32:42 AM
Anyway, sorry for the delay guys. An issue arose with the chain after launching, someone had gotten ahold of the wallet before the actual launch and the chain kept getting corrupted when their wallet tried to connect. The issue is solved now, the premine is mined via PoW in the first 200 blocks, that is going on right now, I am going to put a couple checkpoints in the wallet and release a new version so that things can get started off right. I wanted to take care of that before even talking about how to get your hands on some coins.

Now, on to how to get some coins. We are going to do an air drop of some type, and we are ironing out the details now. In the meantime we will pay bounties for just about anything. If you have something to provide the community just shout.

In a few hours I will be push the updated wallets to github with the checkpoints. You will need to delete your data directory if you ran the version 1.0.0.0 wallet.

Once everything is up and running we'll send some coins around and then we can move on to other discussions.
16  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance on: October 24, 2017, 04:20:46 AM



YupCoin



◢◤ Proof of Stake
Yup uses Proof of Stake technology to confirm transactions and keep the blockchain moving. This dramatically minimizes the impact on the environment, and allows anyone to participate, without the need for expensive mining gear.
◢◤ SeeSaw Reward Mechanism
The SeeSaw mechanism assures a healthy balance of stakers and Masternodes on the network by incentivising one or the other more based on the current network need. If there are not enough stakers a higher percentage of the block reward will be given to them than Masternodes, and vice versa until the appropriate balance is once again achieved. Ideally 1/3 of the coins in existence should be locked up in Masternodes, this allows for 1/3 of the coins to be staking, and 1/3 of the coins to be providing liquidity to the market and circulating among users. That seems about right, but could be altered if need be to promote a healthy network.
If 1/3 of the coins are in Masternodes the block reward would be equally split between the staker and Masternode.

◢◤ Decentralized Governance
Yup has a built in budget and voting system. Proposals can be made by anyone and are voted on by Masternodes. There are coins available to be used for projects related to Yup and its advancement, allowing anyone to contribute and be rewarded directly via the blockchain. The voting system can also be used to gauge support for any proposed changes to the coin or its underlying protocol.
◢◤ Masternode Network
Masternodes are responsible for facilitating the Mirage and UrgentX features. They are full nodes that run 24/7 and require collateral of 10,000 YUP to be locked. In exchange for providing this service, and locking up the coins, effectively reducing supply, the Masternode owner is rewarded a portion of the block rewards. The percent of the block rewards earned is variable, and based on the SeeSaw reward mechanism.

◢◤ Mirage
Mirage is the name of the decentralized mixing implementation that obfuscates and provides a greater degree of privacy/anonymity to the transactions of the YupCoin network. This is done via an improved version of Gregory Maxwell's CoinJoin. The Masternodes are responsible for making this possible in a completely decentralized fashion. This allows for a level of anonymity unacheivable by most bitcoin derivatives.
 

◢◤ UrgentX
UrgentX is a service that allows for near-instant transactions. Through this system, inputs can be locked to only specific transactions and verified by consensus of the Masternode network. Conflicting transactions and blocks are rejected. If a consensus cannot be reached, validation of the transaction occurs through standard block confirmation. UrgentX solves the double-spending problem without the need for longer confirmation times of other cryptocurriencies such as Bitcoin.



◢◤ Exchanges
coinsmarkets.com

◢◤ Block Explorer
Block Explorer

◢◤ Website
yupcrypto.com (work in progress)

◢◤ Join us on slack
Yup_Cryto slack



◢◤ PoS Reward Breakdown
PhaseBlock HeightBlock Reward
Phase 1201-2160050 YUP
Phase 221601-4320025 YUP
Phase 343201-Infinite10 YUP



______________________________________________________

◢◤ YupCoin - Downloads
Source code: https://github.com/notforhire/Yup
Windows Wallet: Windows 64
Linux Wallet: Linux 64
Mac wallet: Mac

______________________________________________________

◢◤ Specs
Block Reward: Variable based on SeeSaw Reward Mechanism
Transaction confirmations: 6
Coinbase confirmations: 40
Block time: 120 seconds
Total coins: Unlimited
Premine: 1 Million
Masternode collateral: 10,000 YUP

________________________________________


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!