Bitcoin Forum
June 14, 2025, 12:25:45 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 »
  Print  
Author Topic: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET  (Read 95236 times)
Crytpozer0
Full Member
***
Offline Offline

Activity: 148
Merit: 100



View Profile
July 15, 2017, 12:15:58 PM
 #281

Hi, do you guys need good Dutch translation?

BryanK
Sr. Member
****
Offline Offline

Activity: 812
Merit: 250



View Profile
July 15, 2017, 12:35:11 PM
 #282

Dev, Submit a request on coinmarketcap as well.

Lets get this train moving. Smiley
jimmybob_007
Sr. Member
****
Offline Offline

Activity: 770
Merit: 250


Genesis Team™


View Profile WWW
July 15, 2017, 12:38:19 PM
 #283

Why so many coins? A little off-putting. Will download and buy a few to support Smiley

Genesis Network - GENX Payment Ecosystem  ☑ No ICO☑ No Premine☑ Fair Launch
Equihash 192_7 PoW─[ Maturity-Based Masternodes ]─ ANN Twitter Discord Reddit      
GitHub Pools Explorer Infographics ● ────[ ForumExchanges ]──── ●
Virtual miner
Sr. Member
****
Offline Offline

Activity: 728
Merit: 275



View Profile
July 15, 2017, 12:45:46 PM
 #284

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?
borodaus
Jr. Member
*
Offline Offline

Activity: 162
Merit: 1


View Profile
July 15, 2017, 12:50:45 PM
 #285

Tell me why the coins do not come from the tap to my wallet? Wallet is synchronized !!!
BryanK
Sr. Member
****
Offline Offline

Activity: 812
Merit: 250



View Profile
July 15, 2017, 12:50:52 PM
 #286

If dev stops staking and fixes the block explorer(s), I will buy up 30mil and try. Smiley
schyter
Sr. Member
****
Offline Offline

Activity: 385
Merit: 257


Open to any CryptoBusiness idea you have for Ghana


View Profile WWW
July 15, 2017, 01:06:55 PM
 #287

If Dev is gonna stake with this much even whiles the coin is new, he might as well write 80% premine

quickdeal (OP)
Full Member
***
Offline Offline

Activity: 179
Merit: 100


View Profile
July 15, 2017, 02:00:49 PM
 #288

              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.
luanptit
Full Member
***
Offline Offline

Activity: 278
Merit: 100


View Profile
July 15, 2017, 02:56:35 PM
 #289

              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?
dekm0101
Member
**
Offline Offline

Activity: 148
Merit: 11


View Profile WWW
July 15, 2017, 04:06:38 PM
 #290

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!
BryanK
Sr. Member
****
Offline Offline

Activity: 812
Merit: 250



View Profile
July 15, 2017, 04:07:47 PM
 #291

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.
dekm0101
Member
**
Offline Offline

Activity: 148
Merit: 11


View Profile WWW
July 15, 2017, 04:39:17 PM
 #292

Denlon how do you run the Lindad?  Thanks for sharing.
Bitgenius777
Full Member
***
Offline Offline

Activity: 420
Merit: 100


View Profile
July 15, 2017, 04:49:21 PM
 #293

Dev when you are going to have a website up??
BryanK
Sr. Member
****
Offline Offline

Activity: 812
Merit: 250



View Profile
July 15, 2017, 04:50:20 PM
 #294

Dev when you are going to have a website up??

http://lindacoin.com/
dekm0101
Member
**
Offline Offline

Activity: 148
Merit: 11


View Profile WWW
July 15, 2017, 04:59:35 PM
 #295

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...
luanptit
Full Member
***
Offline Offline

Activity: 278
Merit: 100


View Profile
July 15, 2017, 05:17:31 PM
 #296

              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
jimmybob_007
Sr. Member
****
Offline Offline

Activity: 770
Merit: 250


Genesis Team™


View Profile WWW
July 15, 2017, 05:57:15 PM
 #297

I'm willing to set up a dedicated masternode and help support the network.

Any donations would be greatly appreciated: LXoiu3nSDTgNqpDEEEUgrbLDJ1NCQ5mcZq

Genesis Network - GENX Payment Ecosystem  ☑ No ICO☑ No Premine☑ Fair Launch
Equihash 192_7 PoW─[ Maturity-Based Masternodes ]─ ANN Twitter Discord Reddit      
GitHub Pools Explorer Infographics ● ────[ ForumExchanges ]──── ●
Bitgenius777
Full Member
***
Offline Offline

Activity: 420
Merit: 100


View Profile
July 15, 2017, 06:16:43 PM
 #298


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?
Bitgenius777
Full Member
***
Offline Offline

Activity: 420
Merit: 100


View Profile
July 15, 2017, 06:57:30 PM
 #299

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.
luanptit
Full Member
***
Offline Offline

Activity: 278
Merit: 100


View Profile
July 15, 2017, 07:26:59 PM
 #300

             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
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 »
  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!