Bitcoin Forum
April 26, 2024, 01:22:27 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 [66] 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 ... 251 »
  Print  
Author Topic: [ANN] microCoin MRC - alcurEX - Scrypt-Jane - nFactor  (Read 374701 times)
svennand
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
January 16, 2014, 09:14:13 PM
 #1301

I tried fixing the linux miner issue, even though our coder won't be back for a day. I found ybcminer and changed the nTimeStamp to that of microCoins so in theory it should work, when you compile on linux. Worth a try.
http://www72.zippyshare.com/v/39261253/file.html

So, you need to run it with other settings? or are the settings included?, cause you can't run ybcminer with the values in the OP.
1714094547
Hero Member
*
Offline Offline

Posts: 1714094547

View Profile Personal Message (Offline)

Ignore
1714094547
Reply with quote  #2

1714094547
Report to moderator
1714094547
Hero Member
*
Offline Offline

Posts: 1714094547

View Profile Personal Message (Offline)

Ignore
1714094547
Reply with quote  #2

1714094547
Report to moderator
1714094547
Hero Member
*
Offline Offline

Posts: 1714094547

View Profile Personal Message (Offline)

Ignore
1714094547
Reply with quote  #2

1714094547
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714094547
Hero Member
*
Offline Offline

Posts: 1714094547

View Profile Personal Message (Offline)

Ignore
1714094547
Reply with quote  #2

1714094547
Report to moderator
MCR (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile WWW
January 16, 2014, 09:32:47 PM
 #1302

I tried fixing the linux miner issue, even though our coder won't be back for a day. I found ybcminer and changed the nTimeStamp to that of microCoins so in theory it should work, when you compile on linux. Worth a try.
http://www72.zippyshare.com/v/39261253/file.html

So, you need to run it with other settings? or are the settings included?, cause you can't run ybcminer with the values in the OP.
I know, the startT setting was apparently in the source code. I changed the nTimeStamp from ybc's to mrc's. I don't know if it will work but apparently it worked with some other coin.
forgetme
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
January 16, 2014, 10:26:07 PM
 #1303

So guys thanks all for your donations and your many request at the faucet! NOW WE'RE LISTED IN OP!

http://microcoinfaucet.comxa.com/index.html

NOW WITH SPECIAL BOUNTIES EVERY 10th OF EACH MONTH AND SPECIAL REWARD FOR FAUCET'S LINK IN YOUR FORUM SIGNATURE!

More special reward will be announced later so stay tuned and check the faucet!

http://microcoinfaucet.comxa.com/index.html

15 giveout and 990MRC sent so far already!

In the near future the maximum limit of daily request per i.p. will be increased too!


http://microcoinfaucet.comxa.com/index.html
distraido
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
January 16, 2014, 10:44:41 PM
 #1304

Nutnut i have a question where did you get the MRC/USD rate.
how do you know the n factor of this coin???
are there many coins using script-jane???

I dont think he knows the MRC/USD. im guessing it just pulls the value of another coin.
look at the earnings. doesnt make sense:)

Do not think he knows the n factor. the pool do not need to know. it gets the diff from the daemon and hashrate value based on shares submitted within timeframe.

Theres a couple scrypt jane coins out there, yacoin,microcoin and so on. im guessing there will be more,
especially when asic-scrypt arrives. it will be line it was when bitcoin was unprofitable and everyone with gpu went scrypt. thinl the same will happen with current gpu scrypt miners.



and when asic-scrypt arrives can we use the block erupters to mine? and other asic miners?

sva_h4cky0
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


onore dikeido


View Profile WWW
January 17, 2014, 02:05:52 AM
 #1305

I cloned the git repository and I'm trying to compile on Ubuntu 12.04, but get the following compile error:

Code:
/usr/bin/rcc -name bitcoin src/qt/bitcoin.qrc -o qrc_bitcoin.cpp
RCC: Error in 'src/qt/bitcoin.qrc': Cannot find file 'res/icons/microCoin-128.png'
make: *** [qrc_bitcoin.cpp] Error 1

Does anyone have any ideas?

Also, can this be mined on Linux? I only see a Windows miner.

Thanks.

1. is linux wallet on first page not working for you?

2. after cloned git edit

src/qt/bitcoin.qrc

replace "microCoin-*.png" with "microcoin-*.png"

then edit microcoin-qt.pro
add comment (#) from line 10 to 23

Code:
---snip---
#windows:LIBS += -lshlwapi
#LIBS += $$join(BOOST_LIB_PATH,,-L,) $$join(BDB_LIB_PATH,,-L,) $$join(OPENSSL_LIB_PATH,,-L,) $$join(QRENCODE_LIB_PATH,,-L,)
#LIBS += -lssl -lcrypto -ldb_cxx$$BDB_LIB_SUFFIX
#windows:LIBS += -lws2_32 -lole32 -loleaut32 -luuid -lgdi32
#LIBS += -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53
#BOOST_LIB_SUFFIX=-mgw46-mt-sd-1_53
#BOOST_INCLUDE_PATH=C:/deps/boost
#BOOST_LIB_PATH=C:/deps/boost/stage/lib
#BDB_INCLUDE_PATH=c:/deps/db/build_unix
#BDB_LIB_PATH=c:/deps/db/build_unix
#OPENSSL_INCLUDE_PATH=c:/deps/ssl/include
#OPENSSL_LIB_PATH=c:/deps/ssl
#MINIUPNPC_LIB_PATH=c:/deps/miniupnpc
#MINIUPNPC_INCLUDE_PATH=c:/deps
---snip---

then run
Code:
qmake USE_QRCODE=1  USE_UPNP=1
make clean
make

please note on arch linux qmake for qt4 is called "qmake-qt4", change to reflect your distro
spiffcow
Full Member
***
Offline Offline

Activity: 308
Merit: 100



View Profile
January 17, 2014, 04:43:40 AM
 #1306

I have 2 R290s, and it seems no matter what I do the first 290 mines at 1/10 the rate of the second one.  any suggestions?
Del137
Full Member
***
Offline Offline

Activity: 434
Merit: 100



View Profile
January 17, 2014, 05:18:22 AM
Last edit: January 17, 2014, 05:29:08 AM by Del137
 #1307

I have 2 R290s, and it seems no matter what I do the first 290 mines at 1/10 the rate of the second one.  any suggestions?
Try set config file, writing gpu threads to 2 for both?

During mining press S than W and Y to save current config, and look what inside

OR maybe you have too few RAM to mine with both...

████          O W N R   W A L L E T          ████   VISA PREPAID CARD    ████  Use crypto to pay in stores with OWNR  ████
❱❱❱❱ ❱❱❱ ❱❱ ❱     Buy, send, receive and exchange crypto        VISA    mastercard   SPA    UnionPay     ❰ ❰❰ ❰❰❰ ❰❰❰❰
BLOG       TWITTER     ██ █▌█ ▌     Manage crypto and VISA card in OWNR Wallet app    ▐ █▐█ ██     REDDIT   YOUTUBE
lichao1395427
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
January 17, 2014, 05:24:20 AM
 #1308

Vote for MRC here!
https://bitcointalk.org/index.php?topic=419017.0
MCR (OP)
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile WWW
January 17, 2014, 08:04:38 AM
 #1309

Logo contest for new microCoin logo started! Winner gets 0.1 BTC + 200,000 MRC!
https://bitcointalk.org/index.php?topic=419745.0
distraido
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
January 17, 2014, 08:55:45 AM
 #1310

Hás he hasing speed gone down again??

Mr.V
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
January 17, 2014, 09:13:08 AM
 #1311

Logo contest for new microCoin logo started! Winner gets 0.1 BTC + 200,000 MRC!
https://bitcointalk.org/index.php?topic=419745.0

Whats the best software for designing logos that you'd recommend? I got some ideas lol

BTC:1NwEE7C2hVLSNGwSrFvsYgTrKddCvfhRwY
Mr.V
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
January 17, 2014, 09:13:58 AM
 #1312

Hás he hasing speed gone down again??
yes its down, but guess what im actually mining more coins now then before so it doesn't matter

BTC:1NwEE7C2hVLSNGwSrFvsYgTrKddCvfhRwY
Nanolucas
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
January 17, 2014, 09:28:51 AM
 #1313

Hás he hasing speed gone down again??

I'm still seeing exactly the same hashrate as yesterday
blacklig
Sr. Member
****
Offline Offline

Activity: 504
Merit: 251


View Profile
January 17, 2014, 10:17:08 AM
 #1314


voted for MRC and Vert coin.. two biggest losers in that pool Cheesy
cmon, people, vote our coins up Cheesy
Mr.V
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
January 17, 2014, 10:46:50 AM
 #1315

just voted for micro, we aint going to win anything but come on guys vote!

BTC:1NwEE7C2hVLSNGwSrFvsYgTrKddCvfhRwY
uartasic
Full Member
***
Offline Offline

Activity: 177
Merit: 101


View Profile
January 17, 2014, 11:23:16 AM
 #1316

hi guys,

i am looking to mine this coin but how can i get the microcoinminer to mine only using cpu in a mining pool?

i get a open cl error whjich means its trying to use the gpu. is there perhaps a cpu onler miner exe i need to download.

TIA

Crypto Vest coin fan \ Alt-Coin Blockchain Assembler \ BTC faithful \ POWR faithful
Del137
Full Member
***
Offline Offline

Activity: 434
Merit: 100



View Profile
January 17, 2014, 01:00:59 PM
Last edit: January 17, 2014, 01:11:20 PM by Del137
 #1317

Quote
Hello del137   could you tell me  how to mine coin on CPU amd?

Hello Franky2010! There is no yet CPU miner, but even if it was - with current Nfactor its useless, currently its GPU mining time for several weeks...

████          O W N R   W A L L E T          ████   VISA PREPAID CARD    ████  Use crypto to pay in stores with OWNR  ████
❱❱❱❱ ❱❱❱ ❱❱ ❱     Buy, send, receive and exchange crypto        VISA    mastercard   SPA    UnionPay     ❰ ❰❰ ❰❰❰ ❰❰❰❰
BLOG       TWITTER     ██ █▌█ ▌     Manage crypto and VISA card in OWNR Wallet app    ▐ █▐█ ██     REDDIT   YOUTUBE
w0lf0.
Hero Member
*****
Offline Offline

Activity: 1050
Merit: 513


View Profile
January 17, 2014, 01:02:09 PM
 #1318

i never mined scrypt-jane coins,someone know how set 4x 290s?

Thanks!
Del137
Full Member
***
Offline Offline

Activity: 434
Merit: 100



View Profile
January 17, 2014, 01:06:11 PM
 #1319

i never mined scrypt-jane coins,someone know how set 4x 290s?
Thanks!

It almost the same but modified cgminer, download https://mega.co.nz/#!3Y43iDDT!GK8XkWLsCU7mDRgqUUT7xDyyagUOYWry_6_SFQbrAwI miner from here and try it.
It uses LESS energy, so you get less videocard temperature and just cool )
Be sure you has enougth RAM on your PC.

████          O W N R   W A L L E T          ████   VISA PREPAID CARD    ████  Use crypto to pay in stores with OWNR  ████
❱❱❱❱ ❱❱❱ ❱❱ ❱     Buy, send, receive and exchange crypto        VISA    mastercard   SPA    UnionPay     ❰ ❰❰ ❰❰❰ ❰❰❰❰
BLOG       TWITTER     ██ █▌█ ▌     Manage crypto and VISA card in OWNR Wallet app    ▐ █▐█ ██     REDDIT   YOUTUBE
w0lf0.
Hero Member
*****
Offline Offline

Activity: 1050
Merit: 513


View Profile
January 17, 2014, 01:18:48 PM
 #1320

i never mined scrypt-jane coins,someone know how set 4x 290s?
Thanks!

It almost the same but modified cgminer, download https://mega.co.nz/#!3Y43iDDT!GK8XkWLsCU7mDRgqUUT7xDyyagUOYWry_6_SFQbrAwI miner from here and try it.
It uses LESS energy, so you get less videocard temperature and just cool )
Be sure you has enougth RAM on your PC.

i mining at http://mrc.minersbest.com but in modified cgminer appear to me 240K diff  Huh
Pages: « 1 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 [66] 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 ... 251 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!