Bitcoin Forum
March 28, 2024, 05:48:49 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 »  All
  Print  
Author Topic: [ANN] Lytix - PoS Maxnode Crypto Platform  (Read 24711 times)
Arashflash44
Newbie
*
Offline Offline

Activity: 72
Merit: 0


View Profile
January 11, 2019, 02:22:07 PM
 #81

Does this project still going on?any dev?

yes, read above - dev active - do stuff

Need discord link?the invite link already expired
1711648129
Hero Member
*
Offline Offline

Posts: 1711648129

View Profile Personal Message (Offline)

Ignore
1711648129
Reply with quote  #2

1711648129
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
faetos (OP)
Hero Member
*****
Offline Offline

Activity: 744
Merit: 514

gotta let a coin be a coin


View Profile
January 11, 2019, 03:35:15 PM
Last edit: June 06, 2019, 02:57:21 PM by mprep
 #82

Does this project still going on?any dev?

yes, read above - dev active - do stuff

Need discord link?the invite link already expired

The link in the ANN still works. It's not set to expire - same as the web page - https://discordapp.com/invite/CZfZ7Ex





All,

I just wanted to share a really innovative way a few of our coin holders have figured out how to have multiple masternodes on a single instance without needing another IP or using IPv6. I wrote this guide on discord, but wanted to share it with you as well. Our coin is based on PIVX, so any PIVX masternode coin will most likely be able to use the same methods.

To build multiple masternodes on the same host using the same binaries that are in your path

Assuming a 1 Processor VPS at vultr running Ubuntu 16.04

On the VPS create a directory to house the copies of the data folders (lytix.conf, wallet.dat, etc) - assuming you have rights to drop directories in / - /lytix can be whatever you want it to be

mkdir -p /lytix/mndir



Create subdirectories for each of the masternode hosts you want to run. We're going to assume 5 in addition to the one you probably already have running

mkdir mndir/mn1
mkdir mndir/mn2
mkdir mndir/mn3
mkdir mndir/mn4
mkdir mndir/mn5



Create a new lytix.conf in each directory that will have a different rpcport. For this example we will use port 28081 for mn1, 28082 for mn2, 28083 for mn3, 28084 for mn4, and 28085 for mn5
---- lytix.conf in mndir/mn1 ----

rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
rpcport=28081

---- lytix.conf in mndir/mn2 ----

rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
rpcport=28082

---- lytix.conf in mndir/mn3 ----

rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
rpcport=28083

---- lytix.conf in mndir/mn4 ----

rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
rpcport=28084

---- lytix.conf in mndir/mn5 ----

rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
rpcport=28085

I don't recommend starting them all at the same time, because they are all going to jump to about 30% system utilization downloading the chain and updating.
Just give each a little time to update. As of this writing the chain was at about 45,000 and it took a few minutes to fully retrieve the chain. Once the daemon has fully synched it will drop down
to around 4-8% system utilization.

Start each masternode by doing this:

lytixd -datadir=/lytix/mndir/mn1
lytixd -datadir=/lytix/mndir/mn2
lytixd -datadir=/lytix/mndir/mn3
lytixd -datadir=/lytix/mndir/mn4
lytixd -datadir=/lytix/mndir/mn5

On the gui client that you have the masternode.conf configured you will go through the same procedure in creating a regular masternode. Change the alias to something that you can remember:

masternode genkey


getaccountaddress mn101



send the 5000 LYTX to that address

Update the masternode.conf on the client with the same IP as the masternode, but with the alias above "mn101" and the other information like the output of genkey and the tx id that you see after
running

msaternode outputs

You will see multiple after it has confirmed, so look in the transactions and find the payment to self you just created to get the txid if you need it. You will now need to update the lytix.conf on the new masternodes with the following information: masternode=1 masternodeprivkey=private_key_from_output_of_masternode_genkey_above Restart the masternode to pick up the new config:

lytix-cli -datadir=/lytix/mndir/mn1 stop
lytixd -datadir=/lytix/mndir/mn1

Restart the gui client as well to pick up the new masternode.conf config. After 15 confirmations you can start the new masternode. Special thanks to our resident royalty LordSoylent for spelling this out for us Smiley
polkovnik
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
January 16, 2019, 06:18:16 AM
 #83

please advice how to mine using wallet app.
what command do i need to use in command line to start mine with cpu?
is it any guide?
astraleureka
Member
**
Offline Offline

Activity: 236
Merit: 16


View Profile
January 16, 2019, 06:57:46 AM
 #84

lytix-cli setgenerate true (number_of_cpu_cores)
faetos (OP)
Hero Member
*****
Offline Offline

Activity: 744
Merit: 514

gotta let a coin be a coin


View Profile
January 16, 2019, 06:58:02 AM
Last edit: June 06, 2019, 02:57:47 PM by mprep
 #85

please advice how to mine using wallet app.
what command do i need to use in command line to start mine with cpu?
is it any guide?

Mine with the wallet - go to Tools > Debug Console > Enter setgenerate true 1

If you are on the CLI use lytix-cli setgenerate true 1

to turn it off enter setgenerate false

If you want to use more processors change the 1 to the number of processors you want to use




All,

We are releasing version 1.7.0. This release is a MANDATORY release, because this is accelerating Proof of Stake from block 500,000 to block 100,000. To give time to coin holders and masternode operators we will enforce the release by activating spork 17 around block 90,000. Burning 1440 blocks a day that will be around Feb 19th.

On Tuesday Feb 19th at 1500 UTC I will enable spork 17 which will enforce protocol 71031 on all nodes. Nodes on 71030 or the previous releases will be dropped. Please upgrade at your earliest convenience.

Changes:

PoW to end at 100,000
Modifications to the treasury awards at 10%
ZeroCoin start at 150,000
Gitian build modifications
Block CheckPoints added
Re-added CTLV work
dnsseed changes

Release binaries are here: https://github.com/LytixChain/lytix/releases/tag/v1.7.0



Whitepaper added - https://www.lytixchain.org/lytix_whitepaper_v1_0.pdf

Add feedback - https://docs.google.com/document/d/1wMw4JuvG_hh45joXK-BAknDj1Mr4tJgQCzP-WyVfyn8/edit?usp=sharing

Thank you



New release - https://github.com/LytixChain/lytix/releases/tag/v1.7.3

Please make sure you upgrade to 1.7.2 or 1.7.3 if you are on a previous version. I will enable the spork to block previous versions in about 6 days. All clients and masternodes need to be updated to ensure continued service.

Thanks

Bitcoinminion
Member
**
Offline Offline

Activity: 202
Merit: 20


View Profile
February 08, 2019, 12:09:35 PM
 #86

head here to show LYTX dev faetos some appreciation, this dude is Working!!

https://imgur.com/gallery/Cq2m0D4

go make a comment about your coin .. and share socially. thanks peop's

faetos (OP)
Hero Member
*****
Offline Offline

Activity: 744
Merit: 514

gotta let a coin be a coin


View Profile
February 09, 2019, 04:46:05 PM
 #87

I'll be switching on the spork, meaning move to 1.7.3 at Human time (GMT): Thursday, February 14, 2019 1:00:00 AM UTC
Lucasgabd
Legendary
*
Offline Offline

Activity: 2478
Merit: 1111


There's no need to be upset


View Profile
February 10, 2019, 01:10:41 PM
 #88

For those who don't know yet we're listed on an exchange: AbacusBit
Market: BTC-LYTX

.
.DuelbitsSPORTS.
▄▄▄███████▄▄▄
▄▄█████████████████▄▄
▄██████████████████████▄
██████████████████████████
███████████████████████████
██████████████████████████████
██████████████████████████████
█████████████████████████████
███████████████████████████
█████████████████████████
▀████████████████████████
▀▀███████████████████
██████████████████████████████
██
██
██
██

██
██
██
██

██
██
██
████████▄▄▄▄██▄▄▄██
███▄█▀▄▄▀███▄█████
█████████████▀▀▀██
██▀ ▀██████████████████
███▄███████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
▀█████████████████████▀
▀▀███████████████▀▀
▀▀▀▀█▀▀▀▀
OFFICIAL EUROPEAN
BETTING PARTNER OF
ASTON VILLA FC
██
██
██
██

██
██
██
██

██
██
██
10%   CASHBACK   
          100%   MULTICHARGER   
matejbilahora
Sr. Member
****
Offline Offline

Activity: 1412
Merit: 275

Community built, Privacy driven


View Profile
February 10, 2019, 03:24:21 PM
 #89

What is the current hashrate of mining?
sorins
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
February 10, 2019, 06:39:55 PM
 #90

What is the current hashrate of mining?

http://www.lytixchain.org:8001/#/statistics

over 700mh
Grumo
Member
**
Offline Offline

Activity: 430
Merit: 22

Professional user


View Profile WWW
February 13, 2019, 02:09:34 PM
Last edit: February 13, 2019, 02:30:05 PM by Grumo
 #91

All,

I just wanted to share a really innovative way a few of our coin holders have figured out how to have multiple masternodes on a single instance without needing another IP or using IPv6. I wrote this guide on discord, but wanted to share it with you as well. Our coin is based on PIVX, so any PIVX masternode coin will most likely be able to use the same methods.

To build multiple masternodes on the same host using the same binaries that are in your path

Assuming a 1 Processor VPS at vultr running Ubuntu 16.04

On the VPS create a directory to house the copies of the data folders (lytix.conf, wallet.dat, etc) - assuming you have rights to drop directories in / - /lytix can be whatever you want it to be

mkdir -p /lytix/mndir



Create subdirectories for each of the masternode hosts you want to run. We're going to assume 5 in addition to the one you probably already have running

mkdir mndir/mn1
mkdir mndir/mn2
mkdir mndir/mn3
mkdir mndir/mn4
mkdir mndir/mn5



Create a new lytix.conf in each directory that will have a different rpcport. For this example we will use port 28081 for mn1, 28082 for mn2, 28083 for mn3, 28084 for mn4, and 28085 for mn5
---- lytix.conf in mndir/mn1 ----

rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
rpcport=28081

---- lytix.conf in mndir/mn2 ----

rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
rpcport=28082

---- lytix.conf in mndir/mn3 ----

rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
rpcport=28083

---- lytix.conf in mndir/mn4 ----

rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
rpcport=28084

---- lytix.conf in mndir/mn5 ----

rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
rpcport=28085

I don't recommend starting them all at the same time, because they are all going to jump to about 30% system utilization downloading the chain and updating.
Just give each a little time to update. As of this writing the chain was at about 45,000 and it took a few minutes to fully retrieve the chain. Once the daemon has fully synched it will drop down
to around 4-8% system utilization.

Start each masternode by doing this:

lytixd -datadir=/lytix/mndir/mn1
lytixd -datadir=/lytix/mndir/mn2
lytixd -datadir=/lytix/mndir/mn3
lytixd -datadir=/lytix/mndir/mn4
lytixd -datadir=/lytix/mndir/mn5

On the gui client that you have the masternode.conf configured you will go through the same procedure in creating a regular masternode. Change the alias to something that you can remember:

masternode genkey


getaccountaddress mn101



send the 5000 LYTX to that address

Update the masternode.conf on the client with the same IP as the masternode, but with the alias above "mn101" and the other information like the output of genkey and the tx id that you see after
running

msaternode outputs

You will see multiple after it has confirmed, so look in the transactions and find the payment to self you just created to get the txid if you need it. You will now need to update the lytix.conf on the new masternodes with the following information: masternode=1 masternodeprivkey=private_key_from_output_of_masternode_genkey_above Restart the masternode to pick up the new config:

lytix-cli -datadir=/lytix/mndir/mn1 stop
lytixd -datadir=/lytix/mndir/mn1

Restart the gui client as well to pick up the new masternode.conf config. After 15 confirmations you can start the new masternode. Special thanks to our resident royalty LordSoylent for spelling this out for us Smiley
edit. i managed to start two mn in the same vps. Smiley will see if it receive rewards

bTCBTCbiᴛcoinᗷTCethDOGEzecⅬTCUSDT
faetos (OP)
Hero Member
*****
Offline Offline

Activity: 744
Merit: 514

gotta let a coin be a coin


View Profile
February 13, 2019, 04:50:40 PM
 #92

It will after about 17 hours.
Scrotal
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
February 14, 2019, 08:29:46 AM
 #93

Are there any pools?? This was probably answered earlier but are there pools or is it CPU SOLO only?
faetos (OP)
Hero Member
*****
Offline Offline

Activity: 744
Merit: 514

gotta let a coin be a coin


View Profile
February 14, 2019, 12:38:20 PM
 #94

Are there any pools?? This was probably answered earlier but are there pools or is it CPU SOLO only?

solo cpu only - there are only about 8000 blocks left before we go to PoS anyway
Lucasgabd
Legendary
*
Offline Offline

Activity: 2478
Merit: 1111


There's no need to be upset


View Profile
February 14, 2019, 06:29:45 PM
Last edit: February 14, 2019, 06:46:05 PM by Lucasgabd
 #95

<...>
edit. i managed to start two mn in the same vps. Smiley will see if it receive rewards

can confirm that it works.

I could add that I had to
delete some files before running the client again

on the copied folder:

rm wallet.dat
rm debug.log
rm -rf backup
then editing the .conf and launching the wallet with datadir.

(thanks to Luke on discord!)


--//--

once we get to POS what will be the distribution of block rewards for POS and mn? same as of today for pow?

EDIT:
ops, checked the main thread and saw that it'll be the same as of today. 50/50

.
.DuelbitsSPORTS.
▄▄▄███████▄▄▄
▄▄█████████████████▄▄
▄██████████████████████▄
██████████████████████████
███████████████████████████
██████████████████████████████
██████████████████████████████
█████████████████████████████
███████████████████████████
█████████████████████████
▀████████████████████████
▀▀███████████████████
██████████████████████████████
██
██
██
██

██
██
██
██

██
██
██
████████▄▄▄▄██▄▄▄██
███▄█▀▄▄▀███▄█████
█████████████▀▀▀██
██▀ ▀██████████████████
███▄███████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
▀█████████████████████▀
▀▀███████████████▀▀
▀▀▀▀█▀▀▀▀
OFFICIAL EUROPEAN
BETTING PARTNER OF
ASTON VILLA FC
██
██
██
██

██
██
██
██

██
██
██
10%   CASHBACK   
          100%   MULTICHARGER   
faetos (OP)
Hero Member
*****
Offline Offline

Activity: 744
Merit: 514

gotta let a coin be a coin


View Profile
February 20, 2019, 02:16:17 AM
 #96

I found a critical bug in the Proof of Stake conversion that would have only paid out 2 LYTX. So, to avoid this catastrophe I have to get everyone to update AGAIN (sorry.) All clients, masternodes, vps, anything Lyitx needs to be updated before PoS switch over in about 35 hours.

This version will up the reward from 30 to 100 LYTX (50 staker/50masternode) for 10,000 blocks. You can find the binaries here: https://github.com/LytixChain/lytix/releases/tag/v1.7.4. Mojave will be out tomorrow.
Lucasgabd
Legendary
*
Offline Offline

Activity: 2478
Merit: 1111


There's no need to be upset


View Profile
February 20, 2019, 04:20:36 PM
 #97

<...>

easy MN update:

Quote
wget https://github.com/LytixChain/lytix/releases/download/v1.7.4/lytix-1.7.4-Linux-x86_64.tar.gz
lytix-cli stop
tar zxvf lytix-1.7.4-Linux-x86_64.tar.gz
cd lytix-1.7.4
sudo cp -r * /usr/local
lytixd

if the client doesn't stopyou can use

killall lytixd

.
.DuelbitsSPORTS.
▄▄▄███████▄▄▄
▄▄█████████████████▄▄
▄██████████████████████▄
██████████████████████████
███████████████████████████
██████████████████████████████
██████████████████████████████
█████████████████████████████
███████████████████████████
█████████████████████████
▀████████████████████████
▀▀███████████████████
██████████████████████████████
██
██
██
██

██
██
██
██

██
██
██
████████▄▄▄▄██▄▄▄██
███▄█▀▄▄▀███▄█████
█████████████▀▀▀██
██▀ ▀██████████████████
███▄███████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
▀█████████████████████▀
▀▀███████████████▀▀
▀▀▀▀█▀▀▀▀
OFFICIAL EUROPEAN
BETTING PARTNER OF
ASTON VILLA FC
██
██
██
██

██
██
██
██

██
██
██
10%   CASHBACK   
          100%   MULTICHARGER   
faetos (OP)
Hero Member
*****
Offline Offline

Activity: 744
Merit: 514

gotta let a coin be a coin


View Profile
February 21, 2019, 05:02:14 PM
 #98

Currently stuck at block 99,999 like block 14944. I'm trying to find a way past it but not able to fix it at the moment
lifeson5
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
February 21, 2019, 10:31:36 PM
 #99

Not anymore we are not ...as Faetos and Eureka worked their magic...well done guys
faetos (OP)
Hero Member
*****
Offline Offline

Activity: 744
Merit: 514

gotta let a coin be a coin


View Profile
February 22, 2019, 02:16:05 AM
Last edit: June 06, 2019, 02:58:24 PM by mprep
 #100

Not anymore we are not ...as Faetos and Eureka worked their magic...well done guys

Eureka was a real hero busting through block 100,000.



how bout nope

We should be on Crex next week. I wish they would get rid of the Copper Member BS. I see that and I immediately do not trust you.



we are on bisq.network now: https://bisq.network/downloads/

Larry should have his exchange ready soon.
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 »  All
  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!