Pages:
Author

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

legendary
Activity: 1457
Merit: 1001
full member
Activity: 179
Merit: 100
New, stable, http secure Pool - 2% Fee only

https://hexpool.com


Code:
-a scrypt -o stratum+tcp://hexpool.com:3433 -u WALLET -p c=LINDA


@dev: addnode 185.137.97.24

support nicehash?
newbie
Activity: 28
Merit: 0
New, stable, http secure Pool - 2% Fee only

https://hexpool.com


Code:
-a scrypt -o stratum+tcp://hexpool.com:3433 -u WALLET -p c=LINDA


@dev: addnode 185.137.97.24
member
Activity: 148
Merit: 11
Takes about 1 minute to sign up for an account on either exchanges.
jr. member
Activity: 57
Merit: 4
I wanna buy LINDA for Bitcoin
then why not just purchase off the exchange?


maybe someone can give a better price for big stack ? 

Also pricing in exchange is still very rough. If i place a buy order for 30mil. LINDA i have to pay 0.3 or 0.6 or 0.9 or 1.2 BTC .  but there is nothing in between.

also i don´t have coinexchange.io or Yobit account yet.
member
Activity: 318
Merit: 10
I wanna buy LINDA for Bitcoin
then why not just purchase off the exchange?
jr. member
Activity: 57
Merit: 4
I wanna buy LINDA for Bitcoin
member
Activity: 318
Merit: 10
anyone wanna make me a good offer for big stack of LINDA ?
how big? and would you accept paypal?
jr. member
Activity: 57
Merit: 4
anyone wanna make me a good offer for big stack of LINDA ?
full member
Activity: 200
Merit: 100
The total amount of supply is too large, is the content of specific updates on the road?
sr. member
Activity: 308
Merit: 250
masternode coming soon   Cool Cool Cool



But there is already some info about masternodes in the OP. If it's outdated it should be removed from there.
newbie
Activity: 6
Merit: 0
newbie
Activity: 10
Merit: 0
I still can't compile Lindad somehow:

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

Run `chmod +x src/leveldb/build_detect_platform` from the source code root directory, there is a script in there that needs to run during the build process but the permissions when you first clone the repo makes it unable to be executed. After doing that you should be able to follow the same instructions to build the binary file without any issues.

That did the trick! Thanks for your help!
newbie
Activity: 9
Merit: 0
So what pools are running now? Where to mine?
After 10 minutes http://lindaminingpool.ddns.net started to work.

Port for Asic please? guide page just 3333 port

The port actually is 3333. Asic needs a specific/different port???
full member
Activity: 179
Merit: 100
So what pools are running now? Where to mine?
After 10 minutes http://lindaminingpool.ddns.net started to work.

Port for Asic please? guide page just 3333 port
full member
Activity: 181
Merit: 100
Decentralize $15-Trillion Global Trade Industry
How many tranaactiona does this process per second and what are trading fees?
newbie
Activity: 9
Merit: 0
Pool http://lindaminingpool.ddns.net working.
Welcome to mining.


What fee do you have?

And it looks like it is down, right?

Just now checked and works. Fee is 2%
full member
Activity: 160
Merit: 101
Pool http://lindaminingpool.ddns.net working.
Welcome to mining.


What fee do you have?

And it looks like it is down, right?
newbie
Activity: 17
Merit: 0
Premine 10% ? I am the only one seeing this ?

Nope, I'm not investing because of this.
newbie
Activity: 57
Merit: 0
I still can't compile Lindad somehow:

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

Run `chmod +x src/leveldb/build_detect_platform` from the source code root directory, there is a script in there that needs to run during the build process but the permissions when you first clone the repo makes it unable to be executed. After doing that you should be able to follow the same instructions to build the binary file without any issues.

I am wondering about https://onepool.online/ They are still live, I can connect and mine, but I don't see payouts or timeframe for payouts, or anything of the sort. Any details on this?

Current payout threshold is 500 LINDA, I am still working on adding the unconfirmed/confirmed balances onto the site to make it easier for people track how close they are to getting paid out. It is working correctly for the payout system so far, I have seen payments going on constantly for the current high hashrate miners using it.

However, even though I am the one running OnePool, I would still recommend getting some more hashrate pointed at http://lindaminingpool.ddns.net/ in order to ensure no single pool gets a majority of the hashrate for the network. We want the hashrate to be spread out evenly across many pools/miners to increase the security of the network and right now I am getting a much larger portion of it. So it would be good if some more miners pointed over to their pool to even out the hashrate across the pools a bit.
Pages:
Jump to: