Pages:
Author

Topic: Royal Empire Coin [REC] - Looking For Mining Pools and Miners - page 16. (Read 17180 times)

full member
Activity: 294
Merit: 100
anyone please teach me how can i mine solo? not found any pool  Angry
Code:
setgenerate true -1
&
This is my RoyalEmpireCoin address for receiveng payments.
Code:
rUtTg9vp3XJDcbtwUnstzqMfST3pB9ddao
error! but change setgenerate=true it work! Thank you so much!

if that actually is working for you please take a screenshot and post it here please!
i would be very interested to see "" setgenerate=true  ""  highlighted in green and working as a comand

I dont know it work or not, but it can connect no error. Sorry this is very new for me. Sad
hero member
Activity: 658
Merit: 505
Quote
if that actually is working for you please take a screenshot and post it here please!
i would be very interested to see "" setgenerate=true  ""  highlighted in green and working as a comand
legendary
Activity: 3122
Merit: 1102
Leading Crypto Sports Betting & Casino Platform
anyone please teach me how can i mine solo? not found any pool  Angry
Code:
setgenerate true -1
&
This is my RoyalEmpireCoin address for receiveng payments.
Code:
rUtTg9vp3XJDcbtwUnstzqMfST3pB9ddao
error! but change setgenerate=true it work! Thank you so much!

if that actually is working for you please take a screenshot and post it here please!
i would be very interested to see "" setgenerate=true  ""  highlighted in green and working as a comand
full member
Activity: 294
Merit: 100
anyone please teach me how can i mine solo? not found any pool  Angry
Code:
setgenerate true -1
&
This is my RoyalEmpireCoin address for receiveng payments.
Code:
rL7D8UJyYHeHFWoVLek1hy8LoTLwPgB6NC
error! but change setgenerate=true it work! Thank you so much!
hero member
Activity: 658
Merit: 505
anyone please teach me how can i mine solo? not found any pool  Angry
Code:
setgenerate true -1
&
This is my RoyalEmpireCoin address for receiveng payments.
Code:
rL7D8UJyYHeHFWoVLek1hy8LoTLwPgB6NC
full member
Activity: 294
Merit: 100
anyone please teach me how can i mine solo? not found any pool  Angry
sr. member
Activity: 602
Merit: 250
It seems that 20% will be destined to pre miner? It is not much ? It discourages this value a little.
legendary
Activity: 3122
Merit: 1102
Leading Crypto Sports Betting & Casino Platform
full member
Activity: 238
Merit: 100
dodopool.com operator
is it too soon to ask for peers? Smiley

only added peer in the distributed conf is a local IP
member
Activity: 84
Merit: 10
sopool.us - One of the fastest pools!
Anyone else running into compiling issues?

Code:
miner.cpp: In function ‘CBlock* CreateNewBlock(CReserveKey&, bool, int64_t*)’:
miner.cpp:106:5: error: ‘unique_ptr’ is not a member of ‘std’
     std::unique_ptr pblock(new CBlock());
     ^
miner.cpp:106:5: note: suggested alternatives:
In file included from /usr/include/boost/thread/csbl/memory/unique_ptr.hpp:16:0,
                 from /usr/include/boost/thread/future.hpp:40,
                 from /usr/include/boost/thread.hpp:24,
                 from util.h:24,
                 from core.h:10,
                 from main.h:8,
                 from txdb-leveldb.h:9,
                 from txdb.h:9,
                 from miner.cpp:7:
/usr/include/boost/move/unique_ptr.hpp:346:7: note:   ‘boost::movelib::unique_ptr’
 class unique_ptr
       ^
/usr/include/boost/move/unique_ptr.hpp:346:7: note:   ‘boost::movelib::unique_ptr’
miner.cpp:106:27: error: expected primary-expression before ‘>’ token
     std::unique_ptr pblock(new CBlock());
                           ^
miner.cpp:106:48: error: ‘pblock’ was not declared in this scope
     std::unique_ptr pblock(new CBlock());
                                                ^
miner.cpp: In function ‘void ThreadStakeMiner(CWallet*)’:
miner.cpp:558:9: error: ‘unique_ptr’ is not a member of ‘std’
         std::unique_ptr pblock(CreateNewBlock(reservekey, true, &nFees));
         ^
miner.cpp:558:9: note: suggested alternatives:
In file included from /usr/include/boost/thread/csbl/memory/unique_ptr.hpp:16:0,
                 from /usr/include/boost/thread/future.hpp:40,
                 from /usr/include/boost/thread.hpp:24,
                 from util.h:24,
                 from core.h:10,
                 from main.h:8,
                 from txdb-leveldb.h:9,
                 from txdb.h:9,
                 from miner.cpp:7:
/usr/include/boost/move/unique_ptr.hpp:346:7: note:   ‘boost::movelib::unique_ptr’
 class unique_ptr
       ^
/usr/include/boost/move/unique_ptr.hpp:346:7: note:   ‘boost::movelib::unique_ptr’
miner.cpp:558:31: error: expected primary-expression before ‘>’ token
         std::unique_ptr pblock(CreateNewBlock(reservekey, true, &nFees));
                               ^
miner.cpp:558:80: error: ‘pblock’ was not declared in this scope
         std::unique_ptr pblock(CreateNewBlock(reservekey, true, &nFees));
                                                                                ^
miner.cpp: In function ‘void RoyalEmpireCoinMiner(CWallet*)’:
miner.cpp:608:9: error: ‘unique_ptr’ is not a member of ‘std’
         std::unique_ptr pblocktemplate(CreateNewBlock(reservekey, false, &nFees));
         ^
miner.cpp:608:9: note: suggested alternatives:
In file included from /usr/include/boost/thread/csbl/memory/unique_ptr.hpp:16:0,
                 from /usr/include/boost/thread/future.hpp:40,
                 from /usr/include/boost/thread.hpp:24,
                 from util.h:24,
                 from core.h:10,
                 from main.h:8,
                 from txdb-leveldb.h:9,
                 from txdb.h:9,
                 from miner.cpp:7:
/usr/include/boost/move/unique_ptr.hpp:346:7: note:   ‘boost::movelib::unique_ptr’
 class unique_ptr
       ^
/usr/include/boost/move/unique_ptr.hpp:346:7: note:   ‘boost::movelib::unique_ptr’
miner.cpp:608:31: error: expected primary-expression before ‘>’ token
         std::unique_ptr pblocktemplate(CreateNewBlock(reservekey, false, &nFees));
                               ^
miner.cpp:608:89: error: ‘pblocktemplate’ was not declared in this scope
         std::unique_ptr pblocktemplate(CreateNewBlock(reservekey, false, &nFees));
                                                                                         ^
makefile.unix:179: recipe for target 'obj/miner.o' failed
make: *** [obj/miner.o] Error 1
full member
Activity: 616
Merit: 107
Like this coin)
Waiting for bounty  Cool Smiley
full member
Activity: 407
Merit: 101
Waiting for bounty
member
Activity: 84
Merit: 10
sopool.us - One of the fastest pools!
Compiling code now.  Pool will be up soon.

SteamOctanePool.com
sr. member
Activity: 423
Merit: 250
Downloaded the wallet  Wink and Waiting for the next news  developments, and of course ready to wait for bounty campaign, good luck Dev  Wink
sr. member
Activity: 487
Merit: 250
waiting the bounty campaign, good luck
full member
Activity: 336
Merit: 100
i just dropped a pm regarding the bounties ! check it out
cheers
newbie
Activity: 4
Merit: 0
Waiting for the next news
full member
Activity: 547
Merit: 109
reserved indonesian translation.. if needed
newbie
Activity: 1
Merit: 0
Waiting for bounty announcements.
newbie
Activity: 10
Merit: 0
Waiting for bounty,
Good Luck dev
thank you. God Bless
Pages:
Jump to: