Pages:
Author

Topic: [ANN][MNM][LAUNCHED] MINEUM |x13| PoW STARTED - page 72. (Read 153273 times)

member
Activity: 110
Merit: 10
12:22:02

Invalid private key (code -5)

Any help on this?
hero member
Activity: 616
Merit: 503
@Mansa_Godson
can't sync for shit
mnm.conf ??

cos i can't find a Mineum in my app/roaming pls halp
hero member
Activity: 2002
Merit: 535
About 10 mins to go.. I'm ready
pool not work

ha don't you know? First blocks for the pool owner  Grin

Wrong place to try FUD...

First: 22 - 101 : 0 MNM / Block, till block 101 are 0 coin reward, and now we are at block 79 with pretty all the pool working.

Second: i started solo and i mined some of the first blocks...



Good luck with the mining  Grin Wink
hero member
Activity: 700
Merit: 500
Suprnova is up and running !

Thanks a lot for the quick support @ocminer Smiley
legendary
Activity: 2688
Merit: 1240
Suprnova is up and running !
hero member
Activity: 912
Merit: 505
About 10 mins to go.. I'm ready
pool not work

ha don't you know? First blocks for the pool owner  Grin
hero member
Activity: 700
Merit: 500
what is rpcport please ?

31311

but you can change it in conf with rpcport option
jr. member
Activity: 55
Merit: 1
what is rpcport please ?
legendary
Activity: 3248
Merit: 1070
F*ck, i can't take control of my rigs, TeamViewer doesn't connect  Angry

lol same thing happened to me, just use lan connection, put the ip instead of the number given by teamviewer
hero member
Activity: 2002
Merit: 535
wallet not sincron

addnode=70.83.227.32:31316
addnode=70.83.227.32:31319
addnode=70.183.152.210
addnode=70.183.152.14
addnode=213.187.241.48

im sync with this
hero member
Activity: 882
Merit: 500
wallet not sincron
R4F
member
Activity: 69
Merit: 10
About 10 mins to go.. I'm ready
pool not work
sr. member
Activity: 661
Merit: 250
F*ck, i can't take control of my rigs, TeamViewer doesn't connect  Angry
hero member
Activity: 700
Merit: 500
LAUNCHED!!!


 
MyMINEUM Pool :
Stratum : stratum+tcp://coinquarry.org:3030
-u :
AUTO-PAYOUT

Wallet :

MAC OSX
Link to Download

Windows
Link to Download

Linux (Binary + Source)
Link to Download

Source
GitHub

Raspberry Pi Instructions
Code:
sudo apt-get install -y git build-essential libboost1.50-dev libboost-filesystem1.50-dev libboost-system1.50-dev libboost-program-options1.50-dev libboost-thread1.50-dev libssl-dev libdb5.3++-dev libminiupnpc-dev libtool autoconf libboost-chrono1.50-dev libboost-test1.50-dev qt5-default qttools5-dev-tools

git clone https://github.com/antho281/MINEUM mineum

cd src/leveldb
make clean
make libleveldb.a libmemenv.a
cd ..
cd ..

qmake
make

ICO Investors
To import your Private Key :


In the console, enter :
importprivkey

Replace with the private key available on your ICO dashboard.
You can import all the key one after the other without any problem.
To become eligible to receive dividends, you'll need to have ONE address holding the 10 000 MNM.


legendary
Activity: 2688
Merit: 1240
About 10 mins to go.. I'm ready
sr. member
Activity: 364
Merit: 260
--- ChainWorks Industries ---
could you guys not hit this with a ridiculuos amount of hash pls  Cry
all this 'farm' talk is making me nervous Embarrassed

it will be ... i can guarantee it ...

though i dont have ALL the machines running ( just one ) so it wont be me that does all the pounding here ...

and rented hash also ... dont forget those guys and gals ...

#crysx
sr. member
Activity: 314
Merit: 250
hero member
Activity: 616
Merit: 503
@Mansa_Godson
could you guys not hit this with a ridiculuos amount of hash pls  Cry
all this 'farm' talk is making me nervous Embarrassed
sr. member
Activity: 377
Merit: 250
I have an AMD HD 7770 card on a Windows 7 PC.  I was never able to figure out how to do GPU mining with it.
newbie
Activity: 16
Merit: 0
For the ati miners out there you will want to use the sgminer 5.3.0 general from the nicehash miner

https://github.com/nicehash/NiceHashMiner

It is located in the bin folder.

Make a bat file called start.bat and paste this in it.
Code:
GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1

timeout /t 3

sgminer.exe --config pools.conf --gpu-platform 1
pause

Make another file called pools.conf and paste this in it. I have included four fail-over pool in this conf file. Just replace the relevant info with your own from the pools.
Code:
{
"pools" :
[
{
                
"name" : "Mineum Official Pool",
                
"url" : "stratum+tcp://coinquarry.org:3030",
                
"user" : "wallet_address",
                
"pass" : "x",
                
"algorithm" : "marucoin-mod",

"nfactor" : "10",
                
"xintensity" : "160",

"thread-concurrency" : "0",
                
"worksize" : "64",
              
"gpu-threads" : "1"
        
},
{
                
"name" : "Supernova",
                
"url" : "stratum+tcp://mnm.suprnova.cc:2086",
                
"user" : "worker",
                
"pass" : "password",
                
"algorithm" : "marucoin-mod",

"nfactor" : "10",
                
"xintensity" : "160",

"thread-concurrency" : "0",
                
"worksize" : "64",
              
"gpu-threads" : "1"
        
},
{
                
"name" : "Suchpool",
                
"url" : "stratum+tcp://stratum1.suchpool.pw:3336",
                
"user" : "worker",
                
"pass" : "password",
                
"algorithm" : "marucoin-mod",

"nfactor" : "10",
                
"xintensity" : "160",

"thread-concurrency" : "0",
                
"worksize" : "64",
              
"gpu-threads" : "1"
        
},
{
                
"name" : "MAxMiners",
                
"url" : "stratum+tcp://stratum1.maxminers.net:2830",
                
"user" : "worker",
                
"pass" : "password",
                
"algorithm" : "marucoin-mod",

"nfactor" : "10",
                
"xintensity" : "160",

"thread-concurrency" : "0",
                
"worksize" : "64",
              
"gpu-threads" : "1"
        
}


],

"xintensity" : "4",

"keccak-unroll" : "0",

"hamsi-expand-big" : "4",

"lookup-gap" : "2",

"worksize" : "256",

"thread-concurrency" : "8192",

"gpu-fan" : "30-95",

"gpu-powertune" : "0",

"temp-cutoff" : "95",

"temp-overheat" : "85",

"temp-target" : "75",

"gpu-threads" : "2",

"auto-fan" : true,

"auto-gpu" : true,

"scan-time" : "0",

"log-show-date" : true,

"debug-log" : false,

"failover-only" : true,

"failover-switch-delay" : "300",

"queue" : "0",

"api-listen" : "true",
"api-port" : "4028",

"api-allow" : "W:127.0.0.1"
}


Place the two files that you created into the sgminer folder and run start.bat.
Pages:
Jump to: