Pages:
Author

Topic: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET - page 40. (Read 95214 times)

sr. member
Activity: 532
Merit: 250
Linda you need a twitter account Smiley
full member
Activity: 179
Merit: 100
member
Activity: 148
Merit: 11
Anyone know how to open this 3821 on Linux? Or should we use another port?

./Lindad masternode start
not capable masternode: Could not connect to 144.217.92.210:3821
full member
Activity: 278
Merit: 100
             How to use Masternode



      
Here is a guide:

Step 1: First, open the console of your wallet and create an address for your masternode, do this by entering
"getaccountaddress MN". You can replace "MN" with whatever you would like to name your masternode.
 
Step 2: Send 30000000 LINDA to the address you just created. It must be exactly 30000000, in one transaction.
 
Step 3: Execute "masternode genkey" in your wallet's console.
 
Step 4: Open the Linda.conf folder in the data directory for your wallet, then add the following:
 
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Replace the X with the key generated when you ran "masternode genkey" in step 3.
 
Step 5: Save the Linda.conf file, close, and restart your wallet.
 
Step 6: In the console of your wallet enter "masternode start", assuming everything went well you should see a
message letting you know your masternode has been started successfully.

i do follow your instruction but i get this error. please help.
image.ibb.co/m4KkNv/IMG_5517.jpg
full member
Activity: 420
Merit: 100
Guess the dev needs to work hard and prove himself he wants this coin to become 100 million mcap.

So that is going to take a while. Because there are so many competitors out there.

Also calling it Linda and it having 50 billion circulation coins, reminds me of this being a store of value like dogecoin and mooncoin but only difference is masternodes and lil more professional with the current data.
full member
Activity: 420
Merit: 100

Have analysed this coin for 3 hours to pieces....

Started of with thinking it was 70% a scam. Now thinking it is 20% a scam....
So I have faith that the developer has good intentions and incentives to get this train going..

The Mcap is 2 million at 2 satoshis... I think the MCAP might be worth 10 million right now... But still have a lot of doubts.

Though I am trying to figure out why this coin might be a better alternative to all the other masternodes out there??

Like PIVX, DASH and others..

Anyone interested in finding or giving an answer?
sr. member
Activity: 770
Merit: 250
Genesis Team™
I'm willing to set up a dedicated masternode and help support the network.

Any donations would be greatly appreciated: LXoiu3nSDTgNqpDEEEUgrbLDJ1NCQ5mcZq
full member
Activity: 278
Merit: 100
              How to use Masternode



     
Here is a guide:

Step 1: First, open the console of your wallet and create an address for your masternode, do this by entering
"getaccountaddress MN". You can replace "MN" with whatever you would like to name your masternode.
 
Step 2: Send 30000000 LINDA to the address you just created. It must be exactly 30000000, in one transaction.
 
Step 3: Execute "masternode genkey" in your wallet's console.
 
Step 4: Open the Linda.conf folder in the data directory for your wallet, then add the following:
 
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Replace the X with the key generated when you ran "masternode genkey" in step 3.
 
Step 5: Save the Linda.conf file, close, and restart your wallet.
 
Step 6: In the console of your wallet enter "masternode start", assuming everything went well you should see a
message letting you know your masternode has been started successfully.

when masternodes start, in my wallet show my address in masternode tab?
You must give your IP. Your masternode appear in those who are connected to you.
can i get reward when i start masternode or must have someone connect to my node? 50% reward mining for masternode, i dont understand, can you explain for me? thank you so much
member
Activity: 148
Merit: 11
Denlon how do you run the Lindad?  Thanks for sharing.
Download Lindad.
Send Lindad for ftp to your VPS.
Connect ssh to your VPS.
Run the command
./Lindad

Example:
pi@raspberrypi:~ $ ./Lindad
Linda server starting

Basic command:
./Lindad getinfo
./Lindad getbalance
./Lindad listtransactions
To find out about the other commands using ./Lindad help
How to send coin:
./Lindad sendtoaddress address amount
Example:
./Lindad sendtoaddress LcfTBiiCEa45VWeXgQaNh8tC8Sv2wGCeaz 300

Cool!  I had to run
chmod u+x Lindad
sudo ./Lindad
Linda Server Starting...
sr. member
Activity: 357
Merit: 251
Denlon how do you run the Lindad?  Thanks for sharing.
Download Lindad.
Send Lindad for ftp to your VPS.
Connect ssh to your VPS.
Run the command
./Lindad

Example:
pi@raspberrypi:~ $ ./Lindad
Linda server starting

Basic command:
./Lindad getinfo
./Lindad getbalance
./Lindad listtransactions
To find out about the other commands using ./Lindad help
How to send coin:
./Lindad sendtoaddress address amount
Example:
./Lindad sendtoaddress LcfTBiiCEa45VWeXgQaNh8tC8Sv2wGCeaz 300
sr. member
Activity: 812
Merit: 250
full member
Activity: 420
Merit: 100
Dev when you are going to have a website up??
member
Activity: 148
Merit: 11
Denlon how do you run the Lindad?  Thanks for sharing.
sr. member
Activity: 357
Merit: 251
Compiling the Linux No Gui Wallet:

Code:
g++ -c -m64 -pipe -fstack-protector-all --param ssp-buffer-size=1 -DUSE_SECP256K1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIC -DENABLE_WALLET -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_DBUS -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/local/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -Ibuild -Ibuild -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o build/masternode.o src/masternode.cpp
src/masternode.cpp: In function ‘void ProcessMessageMasternode(CNode*, std::__cxx11::string&, CDataStream&)’:
src/masternode.cpp:161:26: error: cannot convert ‘bool’ to ‘bool*’ in initialization
  bool* pfMissingInputs = false;
                          ^~~~~
src/masternode.cpp: In member function ‘void CMasterNode::Check()’:
src/masternode.cpp:602:33: error: cannot convert ‘bool’ to ‘bool*’ in initialization
         bool* pfMissingInputs = false;
                                 ^~~~~
Makefile:3728: recipe for target 'build/masternode.o' failed
make: *** [build/masternode.o] Error 1
What operating system are you using for compilation the wallet?
Install the build program: sudo apt-get install libssl-dev openssl git miniupnpc libdb-dev libdb++-dev build-essential libgmp-dev autoconf libtool libboost-all-dev libcurl4-openssl-dev git libboost-chrono-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libboost-test-dev libboost-thread-dev libprotobuf-dev protobuf-compiler libqrencode-dev -y

Try to download source code and compilation wallet.
How to make wallet no gui:
sudo apt-get install git
git clone https://github.com/Lindacoin/Linda
cd Linda/src
sudo apt-get install libssl-dev openssl miniupnpc libdb-dev libdb++-dev build-essential libgmp-dev autoconf libtool libboost-all-dev libcurl4-openssl-dev git libboost-chrono-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libboost-test-dev libboost-thread-dev libprotobuf-dev protobuf-compiler libqrencode-dev -y
make -f makefile.unix


Denlon where does this compile get placed?  Trying to set this up on a VPS now.  Thanks for posting!
-Isrc/leveldb/helpers -isystem /usr/local/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtDBus
You do not exactly compile GUI wallet?
Download complete compilation no gui linux wallet: https://mega.nz/#!IxdlDLqD!0cb7GVVYAE1PQT1B7yui_AnHchII4LPcwq71Ug_pLzA
sr. member
Activity: 357
Merit: 251
              How to use Masternode



     
Here is a guide:

Step 1: First, open the console of your wallet and create an address for your masternode, do this by entering
"getaccountaddress MN". You can replace "MN" with whatever you would like to name your masternode.
 
Step 2: Send 30000000 LINDA to the address you just created. It must be exactly 30000000, in one transaction.
 
Step 3: Execute "masternode genkey" in your wallet's console.
 
Step 4: Open the Linda.conf folder in the data directory for your wallet, then add the following:
 
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Replace the X with the key generated when you ran "masternode genkey" in step 3.
 
Step 5: Save the Linda.conf file, close, and restart your wallet.
 
Step 6: In the console of your wallet enter "masternode start", assuming everything went well you should see a
message letting you know your masternode has been started successfully.

when masternodes start, in my wallet show my address in masternode tab?
You must give your IP. Your masternode appear in those who are connected to you.
sr. member
Activity: 812
Merit: 250
Tell me why the coins do not come from the tap to my wallet? Wallet is synchronized !!!
Faucet fixed.

Now lets getting a working block explorer.
member
Activity: 148
Merit: 11
Compiling the Linux No Gui Wallet:

Code:
g++ -c -m64 -pipe -fstack-protector-all --param ssp-buffer-size=1 -DUSE_SECP256K1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIC -DENABLE_WALLET -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_DBUS -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -isystem /usr/local/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -Ibuild -Ibuild -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o build/masternode.o src/masternode.cpp
src/masternode.cpp: In function ‘void ProcessMessageMasternode(CNode*, std::__cxx11::string&, CDataStream&)’:
src/masternode.cpp:161:26: error: cannot convert ‘bool’ to ‘bool*’ in initialization
  bool* pfMissingInputs = false;
                          ^~~~~
src/masternode.cpp: In member function ‘void CMasterNode::Check()’:
src/masternode.cpp:602:33: error: cannot convert ‘bool’ to ‘bool*’ in initialization
         bool* pfMissingInputs = false;
                                 ^~~~~
Makefile:3728: recipe for target 'build/masternode.o' failed
make: *** [build/masternode.o] Error 1
What operating system are you using for compilation the wallet?
Install the build program: sudo apt-get install libssl-dev openssl git miniupnpc libdb-dev libdb++-dev build-essential libgmp-dev autoconf libtool libboost-all-dev libcurl4-openssl-dev git libboost-chrono-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libboost-test-dev libboost-thread-dev libprotobuf-dev protobuf-compiler libqrencode-dev -y

Try to download source code and compilation wallet.
How to make wallet no gui:
sudo apt-get install git
git clone https://github.com/Lindacoin/Linda
cd Linda/src
sudo apt-get install libssl-dev openssl miniupnpc libdb-dev libdb++-dev build-essential libgmp-dev autoconf libtool libboost-all-dev libcurl4-openssl-dev git libboost-chrono-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libboost-test-dev libboost-thread-dev libprotobuf-dev protobuf-compiler libqrencode-dev -y
make -f makefile.unix


Denlon where does this compile get placed?  Trying to set this up on a VPS now.  Thanks for posting!
full member
Activity: 278
Merit: 100
              How to use Masternode



     
Here is a guide:

Step 1: First, open the console of your wallet and create an address for your masternode, do this by entering
"getaccountaddress MN". You can replace "MN" with whatever you would like to name your masternode.
 
Step 2: Send 30000000 LINDA to the address you just created. It must be exactly 30000000, in one transaction.
 
Step 3: Execute "masternode genkey" in your wallet's console.
 
Step 4: Open the Linda.conf folder in the data directory for your wallet, then add the following:
 
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Replace the X with the key generated when you ran "masternode genkey" in step 3.
 
Step 5: Save the Linda.conf file, close, and restart your wallet.
 
Step 6: In the console of your wallet enter "masternode start", assuming everything went well you should see a
message letting you know your masternode has been started successfully.

when masternodes start, in my wallet show my address in masternode tab?
full member
Activity: 179
Merit: 100
              How to use Masternode



     
Here is a guide:

Step 1: First, open the console of your wallet and create an address for your masternode, do this by entering
"getaccountaddress MN". You can replace "MN" with whatever you would like to name your masternode.
 
Step 2: Send 30000000 LINDA to the address you just created. It must be exactly 30000000, in one transaction.
 
Step 3: Execute "masternode genkey" in your wallet's console.
 
Step 4: Open the Linda.conf folder in the data directory for your wallet, then add the following:
 
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Replace the X with the key generated when you ran "masternode genkey" in step 3.
 
Step 5: Save the Linda.conf file, close, and restart your wallet.
 
Step 6: In the console of your wallet enter "masternode start", assuming everything went well you should see a
message letting you know your masternode has been started successfully.
sr. member
Activity: 357
Merit: 251
Tell me why the coins do not come from the tap to my wallet? Wallet is synchronized !!!
Faucet fixed.
Pages:
Jump to: