Pages:
Author

Topic: [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance - page 30. (Read 41314 times)

member
Activity: 79
Merit: 11
If I have minted transactions does that mean my MN is working?
newbie
Activity: 45
Merit: 0
I am not bothered by infinite supply as long as it isn't concentrated infinite supply. Big supply can help significantly with adoption - coins are useless unless people use them, right? See: doge

Here's a detailed guide on how to build YUP coin on xubuntu 16.04 lts:

- You need the prerequisites. Specifically, you'll need to run these commands:

$ sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libminiupnpc-dev

... this gets you everything you need to make a daemon server. If you want to see the nice UI you will also need:

$ sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev


Once the prereqs are installed, run these commands in the /yup directory:

./autogen.sh
./configure --with-incompatible-bdb
make
make install # optional


Note that if you use the bitcoin repository to install bdb4.8, do not pass the "--with-incompatible-bdb" flag to ./configure. If you want to use a modern bdb release like the rest of the cool kids, pass the "--with-incompatible-bdb" flag to ./configure.
sr. member
Activity: 434
Merit: 250
hope i win so i can run a masternode Smiley
sr. member
Activity: 432
Merit: 250
joined the airdrop. let's see how this goes. am interested to maintain a masternode
newbie
Activity: 45
Merit: 0
This looks good and I'm compiling the wallet right now so I can participate in the randomness.

Note: The build-unix.md documentation is inaccurate and should list that autoconf is a prerequisite. Ubuntu users will need to install autoconf with the following command before the build will work:

sudo apt-get install autoconf

Out of curiousity, how are you randomly selecting people? Do you draw from a hat? I'd recommend a 10-sided dice, it gives me pretty good randomness. Or you could do this: https://www.researchgate.net/publication/46259991_Random_Number_Generators_in_Secure_Disk_Drives
full member
Activity: 307
Merit: 100
0xb58D6E68944e195420843fA98c4A3481a5914282
works for me, here's how:


  • run YopCoin wallet locally, so it creates a YupCoin settings folder with a yup.conf.
  • edit the yup.conf like explained in the linked posting from here: https://bitcointalksearch.org/topic/m.23716324. Make sure to write down the tx id and output index from the tx where you received the 10K yup. Also add the addnode lines to the config
  • then FTP the whole conf folder to your  VPS, rename it to .yup/ (for Linux, on Windows it is still YupCoin)
  • Then start yupd on the VPS, it will tell you the rpcpassword to use in the config. Stop it again
  • Then edit the config on the VPS and start yupd again
  • Then go back to your desktop and edit the masternode.conf according the the example-config in the head of the file. You need to set port 1237 instead of 1239 in the example
  • shut down YUP core wallet and restart it and you should see your masternode

Example for the VPS config:


rpcuser=yuprpc
rpcpassword=XXXXXXXXXXXXXXXXXXXXXXX


masternode=1
masternodeprivkey=YYYYYYYYYYYYYYYYYYY
externalip=:1237

alertnotify=echo %s | mail -s "YUP Alert" [email protected]



Add this to the config:

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
full member
Activity: 307
Merit: 100
0xb58D6E68944e195420843fA98c4A3481a5914282
7NBqz7GmWM9CjvmY3GGn3Aa9hjksBVxwCY

DON'T post your address in the thread, it will get the thread locked. Send it via PM to the dev.
newbie
Activity: 6
Merit: 0
This coin look great, i will keep my eyes on this thread!
good luck for every  Smiley
member
Activity: 101
Merit: 10
PM send, thanks dev
newbie
Activity: 6
Merit: 0
Can I receive more than one drop or am I out now? Wink
member
Activity: 77
Merit: 10
7NBqz7GmWM9CjvmY3GGn3Aa9hjksBVxwCY
full member
Activity: 731
Merit: 100
Please post more details about YupCoin, thanks.
yes,I am also looking forward to it because with details not completed how we can know the concept of this project and how its performance. we just wait for the latest update about this project. hope this coin very nice.
full member
Activity: 129
Merit: 100
As I see someone already started masternode, two node active for now. How you do it man?
Hi Friend!
check https://bitcointalksearch.org/topic/m.23368190
But after command in console
masternode debug
I get the answer:

Not capable masternode: Could not connect to MYIP.160:1237
Im check port - port open, and I have static IP.
But I get first 5 yup coin.
full member
Activity: 307
Merit: 100
0xb58D6E68944e195420843fA98c4A3481a5914282
Received 10K coins tonite.  Grin

Thanks to the dev team, will now try to set up a master node.

Also spread it a bit on Twitter
member
Activity: 364
Merit: 10
hey dev, any airdrop or signsture campaign?
newbie
Activity: 6
Merit: 0
Got my coins, thank you!!

Good luck to everyone for the next few days
sr. member
Activity: 630
Merit: 251
As I see someone already started masternode, two node active for now. How you do it man?
sr. member
Activity: 630
Merit: 251
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.

I can't start masternode on a VPS. MN is ready: "Hot node, waiting for remote activation".
But local wallet failed to start mn: "Invalid IP address".
All configured right, all checked and restarted many times. And I see my IP in a list of peers with normal ping and other parameters.
How to start?
member
Activity: 64
Merit: 10
When is the next airdrop.
Wallet is up and running and here is the address 74RPwmWcwMkrgiXpyA4sMFPbUXVqBAxrcQ
full member
Activity: 129
Merit: 100
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.

Thank you! Work it before add node.
How start masternode?
Pages:
Jump to: