menace.bit
Sr. Member
Offline
Activity: 457
Merit: 250
Generation Blockchain.
|
|
June 01, 2016, 01:04:24 PM |
|
Just less than 3 hours before launch & start of mining i suppose.
Any update on the wallet & exchange listing?
|
|
|
|
antho281 (OP)
|
|
June 01, 2016, 01:16:40 PM |
|
Just less than 3 hours before launch & start of mining i suppose.
Any update on the wallet & exchange listing?
3 wallets wallet will be release at launch. Raspberry Pi Binary need to be compile on the Rapsberry itself, EXACT instruction will be release too. The source will be available aswell
|
|
|
|
Stein
|
|
June 01, 2016, 01:24:02 PM |
|
I don't know if this was answered but what is you price per KW/h ?
From 0.04 USD to 0.065 USD (Approx.) The price fluctuates ? Is that the lowest in Canada ?
|
|
|
|
antho281 (OP)
|
|
June 01, 2016, 01:35:49 PM |
|
I don't know if this was answered but what is you price per KW/h ?
From 0.04 USD to 0.065 USD (Approx.) The price fluctuates ? Is that the lowest in Canada ? These are the two price category. Depending on our total consumption, it'll vary. According to my search, it is the lowest.
|
|
|
|
WhyMe
|
|
June 01, 2016, 01:41:16 PM |
|
But for mining, it's impossible to have 0.04 price ( it's price for <30khw/day if my memory is good )
|
|
|
|
antho281 (OP)
|
|
June 01, 2016, 01:57:52 PM |
|
But for mining, it's impossible to have 0.04 price ( it's price for <30khw/day if my memory is good ) Depend on if you are on a Commercial Plan or Residential
|
|
|
|
Godson_Mansa
|
|
June 01, 2016, 02:03:42 PM |
|
Launch Incoming! so Excited!!!
|
|
|
|
markus124
|
|
June 01, 2016, 02:05:14 PM |
|
cgminer doesn't do gpu mining anymore after a certain version if I'm not wrong.. Not even sure it accept x13 oh and what should we do if we have a gpu? which program we should download and config? i tried the cgminer and it crash. I use windows 10 to.
|
|
|
|
|
WigitGetIt
Legendary
Offline
Activity: 952
Merit: 1000
|
|
June 01, 2016, 02:16:15 PM Last edit: June 01, 2016, 02:45:28 PM by WigitGetIt |
|
cgminer doesn't do gpu mining anymore after a certain version if I'm not wrong.. Not even sure it accept x13 oh and what should we do if we have a gpu? which program we should download and config? i tried the cgminer and it crash. I use windows 10 to. I am using this. I am testingting with Ambercoin right now. So just change to your data. I use nVidia 2 GTX 970. https://bitcointalk.org/index.php?topic=826901.0https://github.com/sp-hash/ccminer/releases/ccminer.exe --algo x13 -o stratum+tcp://mnm.suprnova.cc:2086 -u wigitgetit.1 -p x Edit: If you need help join the slack channel we are there working hard and helping people get setup. https://mineumslack.herokuapp.com/
|
|
|
|
rucus
Newbie
Offline
Activity: 16
Merit: 0
|
|
June 01, 2016, 02:57:17 PM |
|
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/NiceHashMinerIt is located in the bin folder. Make a bat file called start.bat and paste this in it. 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. { "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.
|
|
|
|
snowcrawl
|
|
June 01, 2016, 03:03:49 PM |
|
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.
|
|
|
|
Godson_Mansa
|
|
June 01, 2016, 03:17:05 PM |
|
could you guys not hit this with a ridiculuos amount of hash pls all this 'farm' talk is making me nervous
|
|
|
|
poolmn
|
|
June 01, 2016, 03:36:36 PM |
|
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/NiceHashMinerIt is located in the bin folder. Make a bat file called start.bat and paste this in it. 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. { "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. You've forgot our pool in the config. Just add these lines: { "name" : "poolmn", "url" : "stratum+tcp://mnm.pool.mn:5028", "user" : "worker", "pass" : "password", "algorithm" : "marucoin-mod", "nfactor" : "10", "xintensity" : "160", "thread-concurrency" : "0", "worksize" : "64", "gpu-threads" : "1" }, to the pool list
|
|
|
|
crysx
|
|
June 01, 2016, 03:41:33 PM |
|
could you guys not hit this with a ridiculuos amount of hash pls all this 'farm' talk is making me nervous 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
|
|
|
|
ocminer
Legendary
Offline
Activity: 2688
Merit: 1240
|
|
June 01, 2016, 03:50:01 PM |
|
About 10 mins to go.. I'm ready
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
antho281 (OP)
|
|
June 01, 2016, 03:59:54 PM |
|
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 InvestorsTo import your Private Key : In the console, enter : importprivkey <MNMprivkey> Replace <MNMprivkey> 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.
|
|
|
|
WhyMe
|
|
June 01, 2016, 04:01:41 PM |
|
F*ck, i can't take control of my rigs, TeamViewer doesn't connect
|
|
|
|
R4F
Member
Offline
Activity: 69
Merit: 10
|
|
June 01, 2016, 04:02:18 PM |
|
About 10 mins to go.. I'm ready
pool not work
|
|
|
|
doktor1897
|
|
June 01, 2016, 04:08:40 PM |
|
wallet not sincron
|
|
|
|
|