Crytpozer0
|
 |
July 15, 2017, 12:15:58 PM |
|
Hi, do you guys need good Dutch translation?
|
|
|
|
BryanK
|
 |
July 15, 2017, 12:35:11 PM |
|
Dev, Submit a request on coinmarketcap as well. Lets get this train moving. 
|
|
|
|
jimmybob_007
|
 |
July 15, 2017, 12:38:19 PM |
|
Why so many coins? A little off-putting. Will download and buy a few to support 
|
|
|
|
Virtual miner
|
 |
July 15, 2017, 12:45:46 PM |
|
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
Activity: 162
Merit: 1
|
 |
July 15, 2017, 12:50:45 PM |
|
Tell me why the coins do not come from the tap to my wallet? Wallet is synchronized !!!
|
|
|
|
BryanK
|
 |
July 15, 2017, 12:50:52 PM |
|
If dev stops staking and fixes the block explorer(s), I will buy up 30mil and try. 
|
|
|
|
schyter
|
 |
July 15, 2017, 01:06:55 PM |
|
If Dev is gonna stake with this much even whiles the coin is new, he might as well write 80% premine
|
|
|
|
quickdeal (OP)
|
 |
July 15, 2017, 02:00:49 PM |
|
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
|
 |
July 15, 2017, 02:56:35 PM |
|
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
|
 |
July 15, 2017, 04:06:38 PM |
|
Compiling the Linux No Gui Wallet: 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/Lindacd 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
|
 |
July 15, 2017, 04:07:47 PM |
|
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
|
 |
July 15, 2017, 04:39:17 PM |
|
Denlon how do you run the Lindad? Thanks for sharing.
|
|
|
|
Bitgenius777
|
 |
July 15, 2017, 04:49:21 PM |
|
Dev when you are going to have a website up??
|
|
|
|
|
dekm0101
|
 |
July 15, 2017, 04:59:35 PM |
|
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
|
 |
July 15, 2017, 05:17:31 PM |
|
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
|
 |
July 15, 2017, 05:57:15 PM |
|
I'm willing to set up a dedicated masternode and help support the network.
Any donations would be greatly appreciated: LXoiu3nSDTgNqpDEEEUgrbLDJ1NCQ5mcZq
|
|
|
|
Bitgenius777
|
 |
July 15, 2017, 06:16:43 PM |
|
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
|
 |
July 15, 2017, 06:57:30 PM |
|
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
|
 |
July 15, 2017, 07:26:59 PM |
|
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
|
|
|
|
|