Pages:
Author

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

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?
newbie
Activity: 14
Merit: 0
Faucet fixed.   good job Wink
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.
sr. member
Activity: 385
Merit: 257
Open to any CryptoBusiness idea you have for Ghana
If Dev is gonna stake with this much even whiles the coin is new, he might as well write 80% premine
sr. member
Activity: 812
Merit: 250
If dev stops staking and fixes the block explorer(s), I will buy up 30mil and try. Smiley
jr. member
Activity: 162
Merit: 1
Tell me why the coins do not come from the tap to my wallet? Wallet is synchronized !!!
sr. member
Activity: 728
Merit: 275
STEP 1
Open Wallet Console:
1)masternode genkey
2)getaccountaddress 0
3)dumpprivkey address
Save masternode key, account address and privkey.
Send to address 30 milions LINDA.
Example:

STEP 2
Create masternode.conf on your local wallet.
ALIAS IP:3821 MASTERNODEPRIVKEY TRANSACTIONHASH INDEX​

ALIAS: Any name that you want to call your masternode.
IP: Your masternode IP
MASTERNODEPRIVKEY: This is the private key that you placed in your remote configuration.
TRANSACTIONHASH: This is the transaction hash for the transaction in which you got your 30 millions LINDA deposited.
INDEX: This is the Index of your transaction for that address I'll show you how to get it in a bit.

Type "masternode outputs"
Something similar to this will pop up (colored in this guide for clarity)
"d1197905eaffd2fbfcd35f681adba92b25e32c62de6d0f7a5487926c01a70897" : "0",​
The long green string is your TRANSACTIONHASH, and the last red digit is your INDEX.
Example:
MYMASTERNODE1 188.127.71.64:3821 MASTERNODEPRIVKEY d1197905eaffd2fbfcd35f681adba92b25e32c62de6d0f7a5487926c01a70897 0​

STEP 3
Running masternode.
Wallet Console:
masternode start
{
"overall" : "Successfully started 1 masternodes, failed to start 0, total 1",
"detail" : {
"status" : {
"alias" : "MYMASTERNODE1",
"result" : "succesful"
},
}
}​


Anyone try?
sr. member
Activity: 770
Merit: 250
Genesis Team™
Why so many coins? A little off-putting. Will download and buy a few to support Smiley
sr. member
Activity: 812
Merit: 250
Dev, Submit a request on coinmarketcap as well.

Lets get this train moving. Smiley
sr. member
Activity: 357
Merit: 251
STEP 3
Running masternode.
Wallet Console:
masternode start
{
"overall" : "Successfully started 1 masternodes, failed to start 0, total 1",
"detail" : {
"status" : {
"alias" : "MYMASTERNODE1",
"result" : "succesful"
},
}
}​
Pages:
Jump to: