Pages:
Author

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

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.
newbie
Activity: 12
Merit: 0
Any idea exactly when will be live on Cryptopia? Thanks!

Can do spanish translation for a few tokens.
newbie
Activity: 52
Merit: 0
What's the reasoning behind the name Linda, anything specific? No ties to Lynda e-learning i guess.
member
Activity: 112
Merit: 10
Premine 10% ? I am the only one seeing this ?
full member
Activity: 140
Merit: 100
DeepOnion ♡
Latest drivers , Not overclocked . Anyway thanks man.
newbie
Activity: 9
Merit: 0
I am getting same err 6 ! Huh

No luck in Scrypt algos for me Sad

I don't know this error but if you have your GPUS overclocked reset them to default values and try again.

Also what Nvidia drivers you have installed? I use the latest and works fine.
full member
Activity: 140
Merit: 100
DeepOnion ♡
I am getting same err 6 ! Huh

No luck in Scrypt algos for me Sad
newbie
Activity: 9
Merit: 0
Someone help me . I tried mining scrypt algo . Let it be any coin . My CPU gets full load and Not stable

i m using CCminer . pool mining .

RIG : 1060x5 6GB AMP

 I get: Cuda error 6
       : Invalid resource handle


Please help me

Well here is how your ccminer bat file should look.

ccminer-x64 -a scrypt -o stratum+tcp://lindaminingpool.ddns.net:3333 -u username.worker -p pasword(if any, otherwise you just put the letter x)

Also noticed that even if you try to mine through GPU ccminer consumes lot of CPU for scrypt algo. For x11 algo mining with GPU it doesn't use much of CPU.
Pages:
Jump to: