kondiomir
Legendary
Offline
Activity: 1568
Merit: 1000
Twitter @Acimirov
|
|
May 12, 2014, 09:07:48 PM |
|
Can I mine with wallet ? I see option "mine" there ?
|
|
|
|
najzenmajsen
|
|
May 12, 2014, 09:24:49 PM |
|
What is net hash at ? how do i check my own hash?
|
|
|
|
thimo (OP)
|
|
May 12, 2014, 10:57:41 PM |
|
What is net hash at ? how do i check my own hash?
{ "blocks" : 145, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 4.27751466, "errors" : "", "generate" : false, "genproclimit" : -1, "hashespersec" : 0, "networkhashps" : 29938267, "pooledtx" : 0, "testnet" : false }
|
i can rent this1
|
|
|
aloney
|
|
May 12, 2014, 11:36:04 PM |
|
Hi, dev, how can i complie mining tool on ubuntu with a static option, so i can copy the complied file direct to another pc, i typed this : ./configure CFLAGS="-O3 -static" but there's an error: checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for sys/sysctl.h... yes checking whether be32dec is declared... no checking whether le32dec is declared... no checking whether be32enc is declared... no checking whether le32enc is declared... no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for getopt_long... yes checking whether we can compile AVX code... yes checking whether we can compile XOP code... yes checking whether we can compile AVX2 code... yes checking for json_loads in -ljansson... yes checking for pthread_create in -lpthread... yes checking for SSL_library_init in -lssl... no configure: error: OpenSSL library required root@ubuntu-stratum-mining-proxy:~/cpuminer-master# but if i just type : ./configure CFLAGS="-O3" ,then it's ok checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for getopt_long... yes checking whether we can compile AVX code... yes checking whether we can compile XOP code... yes checking whether we can compile AVX2 code... yes checking for json_loads in -ljansson... yes checking for pthread_create in -lpthread... yes checking for SSL_library_init in -lssl... yes checking for EVP_DigestFinal_ex in -lcrypto... yes checking for gawk... (cached) gawk checking for curl-config... /usr/bin/curl-config checking for the version of libcurl... 7.32.0 checking for libcurl >= version 7.15.2... yes checking whether libcurl is usable... yes checking for curl_free... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating compat/Makefile config.status: creating compat/jansson/Makefile config.status: creating cpuminer-config.h config.status: cpuminer-config.h is unchanged config.status: executing depfiles commands root@ubuntu-stratum-mining-proxy:~/cpuminer-master# what happend to the option: ./configure CFLAGS="-O3 -static"
|
PPL:XunifRT3qvqnPi8kQ2PyLSSejHrSnUTHtX
|
|
|
jasemoney
Legendary
Offline
Activity: 1610
Merit: 1008
Forget-about-it
|
|
May 12, 2014, 11:38:19 PM |
|
What is net hash at ? how do i check my own hash?
check your hash by typing "getmininginfo" into the console net hash is an approx of the ammt of hashing based on how quickly blocks are being solved at the current difficulty. hashes per sec is your hash if your mining in the wallet it would be higher than 0, typing "setgenerate true" will mine on all threads available. type "setgenerate true 1" for 1 thread or enter any digit to represent how many threads youd like to set. if your using the standalone miner make sure you have the current version is 1.0.4 on page 2, youll need to create a primio.conf file in your wallet folder which says listen=1 server=1 rpcport= <port> rpcuser= <user> rpcpassword= <password> rpcallowip=127.0.0.1 then in the miner folder edit the .bat file to read minerd -a jh -o 127.0.0.1:<port> -u <user> -p <password> -t <# threads youd like to mine with> run the .bat and in under a minute youll see thread x, xx hash per second
|
$MAID & $BTC other than that some short hodls and some long held garbage.
|
|
|
thimo (OP)
|
|
May 13, 2014, 12:01:35 AM |
|
Hi, dev, how can i complie mining tool on ubuntu with a static option, so i can copy the complied file direct to another pc, i typed this : ./configure CFLAGS="-O3 -static" but there's an error: checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for sys/sysctl.h... yes checking whether be32dec is declared... no checking whether le32dec is declared... no checking whether be32enc is declared... no checking whether le32enc is declared... no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for getopt_long... yes checking whether we can compile AVX code... yes checking whether we can compile XOP code... yes checking whether we can compile AVX2 code... yes checking for json_loads in -ljansson... yes checking for pthread_create in -lpthread... yes checking for SSL_library_init in -lssl... no configure: error: OpenSSL library required root@ubuntu-stratum-mining-proxy:~/cpuminer-master# but if i just type : ./configure CFLAGS="-O3" ,then it's ok checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for getopt_long... yes checking whether we can compile AVX code... yes checking whether we can compile XOP code... yes checking whether we can compile AVX2 code... yes checking for json_loads in -ljansson... yes checking for pthread_create in -lpthread... yes checking for SSL_library_init in -lssl... yes checking for EVP_DigestFinal_ex in -lcrypto... yes checking for gawk... (cached) gawk checking for curl-config... /usr/bin/curl-config checking for the version of libcurl... 7.32.0 checking for libcurl >= version 7.15.2... yes checking whether libcurl is usable... yes checking for curl_free... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating compat/Makefile config.status: creating compat/jansson/Makefile config.status: creating cpuminer-config.h config.status: cpuminer-config.h is unchanged config.status: executing depfiles commands root@ubuntu-stratum-mining-proxy:~/cpuminer-master# what happend to the option: ./configure CFLAGS="-O3 -static" When you compile staticly your compiler is apparently in need of libcrypto instead of libssl.
|
i can rent this1
|
|
|
asboxi
|
|
May 13, 2014, 12:17:38 AM |
|
yeah! ninja launch
|
bitcoin XT believer
|
|
|
dbt1033
Legendary
Offline
Activity: 1274
Merit: 1000
|
|
May 13, 2014, 02:26:53 AM |
|
Love me some Primio!
Keep it up ThimoD!
|
|
|
|
ajeef
|
|
May 13, 2014, 02:46:34 AM |
|
|
|
|
|
oinquer
Member
Offline
Activity: 94
Merit: 10
|
|
May 13, 2014, 06:43:49 AM |
|
probably a false positive...do like me...sandbox it when in doubt. I did a software that encrypted all data going out and decrypted data coming in....that was enough to get more then 10 false positives.
|
|
|
|
DubFX
|
|
May 13, 2014, 09:12:05 AM |
|
5 minute block time is quite too mutch, also may someone please post diff?
|
|
|
|
ByronP
|
|
May 13, 2014, 11:04:05 AM |
|
"difficulty" : 12.95372105
|
|
|
|
thimo (OP)
|
|
May 13, 2014, 11:08:58 AM |
|
5 minute block time is quite too mutch, also may someone please post diff?
Why is a 5 minute block time too much?
|
i can rent this1
|
|
|
|
ByronP
|
|
May 13, 2014, 09:06:51 PM |
|
PRIMIO market is now live @Atomic-Trade
|
|
|
|
thimo (OP)
|
|
May 14, 2014, 12:12:28 AM |
|
PRIMIO market is now live @Atomic-Trade
nice! we're working hard on getting pool software up
|
i can rent this1
|
|
|
platorin
|
|
May 14, 2014, 09:04:17 AM |
|
Seems legit.
|
|
|
|
asboxi
|
|
May 14, 2014, 12:38:30 PM |
|
it's hard to mine in cpu only
|
bitcoin XT believer
|
|
|
ShadowOfScales
|
|
May 14, 2014, 02:12:11 PM |
|
it's hard to mine in cpu only
I have a laptop with an i7 3630QM, which is a fairly average i7. I get about 400khash, I've found a block after about 3 hours of mining. The block time is slow, this makes it harder to get coins, yes, but the difficulty is also currently quite low. CPU only (for now), means that it's a more even playing field, if I can find blocks on reasonable laptop, most desktops should be able to do it without issue. I use the external miner to solo mine, I don't know if the in-wallet miner will have equivalent hash-rate, but I'm happy with my results so far.
|
|
|
|
ipadbroken
Member
Offline
Activity: 74
Merit: 10
|
|
May 14, 2014, 02:19:00 PM |
|
please provide detail...like scrpt...
|
|
|
|
|