Pages:
Author

Topic: [ANN][SWAP][LEVOCOIN] New chain and wallet for levocoin! - page 2. (Read 1318 times)

full member
Activity: 219
Merit: 100
Just started the new levocoin daemon and it gives me this error in the log:

Warning: At least 1 of 2 masternodes are running on a newer software version. Please check latest releases, you might need to update too.

Any ideas?
full member
Activity: 219
Merit: 100
Is the only way to get new LEVO coins to send to CoinExchange? I have all my coins in an old LEVO wallet...

I think, you should keep the coins on your wallet for some time. it will be unwittingly sweat for even better opportunities

What?
sr. member
Activity: 854
Merit: 252
★Bitvest.io★ Play Plinko or Invest!
Is the only way to get new LEVO coins to send to CoinExchange? I have all my coins in an old LEVO wallet...

I think, you should keep the coins on your wallet for some time. it will be unwittingly sweat for even better opportunities
full member
Activity: 219
Merit: 100
Is the only way to get new LEVO coins to send to CoinExchange? I have all my coins in an old LEVO wallet...
newbie
Activity: 19
Merit: 0
Use the following instructions to setup a masternode for LEVOCOIN on Ubuntu Server 18.04.

Make sure that you have the following requirements.

- Required amount of coins to setup the masternode.  ( 20000LEVO)
- A wallet to store your coins.
- A server or VPS.

The instructions are split in three sections.


Setup the control wallet (1/2)
Open your wallet and wait until the wallet has downloaded the complete blockchain.

Go to “Tools”.
Click “Debug console”.
This is the console where you will execute all commands.

Create a masternode private key.

Code:
masternode genkey

Example output

75eqvNfaEfkd3YTwQ3hMwyxL2BgNSrqHDgWc6jbUh4Gdtnro2Wo

Show your collateral address.

Code:
getaccountaddress "MN1"

Example output

Nad4xtgdwf7c5y45ruy5MWtVY43zYMCvva

Keep note of the masternode private key and the collateral address.


Setup the VPS
Install Ubuntu Server 18.04 on a VPS.

Update your Ubuntu machine.

Code:
sudo apt-get update
sudo apt-get upgrade

Install the required dependencies.

Code:
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libboost-all-dev libboost-program-options-dev
sudo apt-get install libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler unzip software-properties-common

Install Berkeley DB.

Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

Download daemon

Code:
wget "http://levocoin.io/download/levocoin-daemon-linux.tar.gz" -O levocoin-daemon-linux.tar.gz
wget "http://levocoin.io/download/levocoin-qt-linux.tar.gz" -O levocoin-qt-linux.tar.gz

Extract the tar files.

Code:
tar -xzvf levocoin-daemon-linux.tar.gz
tar -xzvf levocoin-qt-linux.tar.gz

Install the daemon and tools.

Code:
sudo mv levocoind levocoin-cli levocoin-tx /usr/bin/

Create the config file.

Code:
mkdir $HOME/.levocoin
nano $HOME/.levocoin/levocoin.conf

Paste the following lines in levocoin.conf.

#----
rpcuser=rpc_levocoin
rpcpassword=yourpassword
rpcallowip=127.0.0.1
#----
listen=1
server=1
daemon=1
maxconnections=64
#----
masternode=1
masternodeprivkey=REPLACE_WITH_MASTERNODE_PRIVATE_KEY
externalip=REPLACE_WITH_EXTERNAL_IP_OF_VPS
#----

Replace the text “REPLACE_WITH_MASTERNODE_PRIVATE_KEY” with the “masternode private key” that you created using the command “masternode genkey”.

E.G. masternodeprivkey=75eqvNfaEfkd3YTwQ3hMwyxL2BgNSrqHDgWc6jbUh4Gdtnro2Wo

Replace the text “REPLACE_WITH_EXTERNAL_IP_OF_VPS” with the external IP address of your VPS.

E.G. externalip=136.144.171.201

Start your node with the following command.

Code:
levocoind

Setup the control wallet (2/2)
Transfer the required amount of coins to the “collateral address” that you created using the command “getaccountaddress "MN1"”. -------20000LEVO----------

Wait until the transaction has the required masternode confirmations.

Go to Tools.
Click Debug console.

Enter the following command.

Code:
masternode outputs

Example output


[
  {
    "06e38868bb8f9958e34d5155437d009b72dff33fc28874c87fd42e51c0f74fdb" : "0",
  }
]


Go to “Tools”.
Click “Open Masternode Configuration File”.

Modify the following line and paste it into notepad.

MN1 136.144.171.201:5394 75eqvNfaEfkd3YTwQ3hMwyxL2BgNSrqHDgWc6jbUh4Gdtnro2Wo 06e38868bb8f9958e34d5155437d009b72dff33fc28874c87fd42e51c0f74fdb 0

MN1 - Alias for your masternode.

136.144.171.201 - External IP of your VPS.

5394 - Replace with P2P port of levocoin.

75eqvNfaEfkd3YTwQ3hMwyxL2BgNSrqHDgWc6jbUh4Gdtnro2Wo - Masternode private key from the command “masternode genkey”.

06e38868bb8f9958e34d5155437d009b72dff33fc28874c87fd42e51c0f74fdb - Transaction hash from the command “masternode outputs”.

0 - Single digit from the command “masternode outputs”.

Save the file and close notepad.

Shutdown your wallet and re-open your wallet.

Go to “Settings”.
Click “Unlock Wallet”.

Enter your wallet passphrase and unlock your wallet.

Go to “Tools”.
Click “Debug console”.

Start your masternode using the command.

Code:
masternode start-alias MN1

It will take +/- 30 minutes to activate your masternode
newbie
Activity: 19
Merit: 0
I sent you private message with a tutorial for setup a masternode.
newbie
Activity: 19
Merit: 10
I'm having trouble activating a masternode, I'm getting the "Failed to verify MNB"
I'm using the latest version of the compiled wallet from the source code available on github
newbie
Activity: 19
Merit: 0
Swap scheduled for 27th of February on coinexchange!  Smiley
Swap ratio is 1:1.
link https://www.coinexchange.io/market/LEVO/BTC
newbie
Activity: 19
Merit: 0
Russian chinese and japanese translation needed.
Contact me on telegram or email.
newbie
Activity: 155
Merit: 0
Hi, guys.

You are welcome to Tokyo pool - pool.rig.tokyo!

-a x11 -o stratum+tcp://pool.rig.tokyo:3533 -u your_address -p c=LEVO

About pool":

 - We have setuped advanced difficulty autotuning - your profit will be nice!
 - hourly payments
 - fee is 0.5%


Welcome to pool support in telegram: t.me/tokyo_pool - I will advice you good diff.

POOL FEE is only 1%! JOIN US!

Enjoy!


Thank you.

newbie
Activity: 19
Merit: 0
I corrected the rpc port in the announcement:
RPC port: 5393
P2P port: 5394
newbie
Activity: 19
Merit: 0
you can solo mine with wallet

solo mining in wallet? what wallet? maybe other wallet but here no...

Join us in telegram I can help you for solo mining.
full member
Activity: 195
Merit: 100
you can solo mine with wallet

solo mining in wallet? what wallet? maybe other wallet but here no...
newbie
Activity: 19
Merit: 0
Twitter account and telegram group links:

Twitter
Telegram group
member
Activity: 478
Merit: 10
New pool

Low Fee 0.25%



Ports:

Asics:                                   3525
Nicehash/Miningrigrentals:     3526
Low diff:                               3527


hero member
Activity: 1484
Merit: 505
you can solo mine with wallet

Yes and only so now there is no pools because all solo Angry Angry Angry
newbie
Activity: 28
Merit: 0
you can solo mine with wallet
hero member
Activity: 1484
Merit: 505
Need Pool !!!!.

hi.
If borrowed x11 at 0.005BTC/1day x 10 users : Mined 18000 LEVO.

If purchased 1LEVO/5sat : Purchase 100000 LEVO.

Do we need a pool?

now the pool is not yet the diff a little and when it becomes very large, there will be hundreds if not thousands, of pool this is 100% fact. Angry Angry Angry
full member
Activity: 896
Merit: 108
Need Pool !!!!.

hi.
If borrowed x11 at 0.005BTC/1day x 10 users : Mined 18000 LEVO.

If purchased 1LEVO/5sat : Purchase 100000 LEVO.

Do we need a pool?
newbie
Activity: 19
Merit: 0
how much for masternode ?

20000LEVO for setup a masternode.

Pages:
Jump to: