Bitcoin Forum
June 28, 2024, 12:46:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 »  All
  Print  
Author Topic: [ANN] Primio ~ Rethinking it | JH Algo (NEW ALGO) | No premine | No IPO  (Read 16202 times)
kondiomir
Legendary
*
Offline Offline

Activity: 1568
Merit: 1000


Twitter @Acimirov


View Profile
May 12, 2014, 09:07:48 PM
 #41

Can I mine with wallet ?
I see option "mine" there ?
najzenmajsen
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
May 12, 2014, 09:24:49 PM
 #42

What is net hash at ? how do i check my own hash?
thimo (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500

thimo the dev


View Profile
May 12, 2014, 10:57:41 PM
 #43

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
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
May 12, 2014, 11:36:04 PM
 #44

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:
Code:
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
Code:
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 Offline

Activity: 1610
Merit: 1008


Forget-about-it


View Profile
May 12, 2014, 11:38:19 PM
 #45



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 Smiley

$MAID & $BTC other than that some short hodls and some long held garbage.
thimo (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500

thimo the dev


View Profile
May 13, 2014, 12:01:35 AM
 #46

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:
Code:
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
Code:
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
Full Member
***
Offline Offline

Activity: 236
Merit: 100



View Profile
May 13, 2014, 12:17:38 AM
 #47

yeah! ninja launch

bitcoin XT believer
dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
May 13, 2014, 02:26:53 AM
 #48

Love me some Primio!

Keep it up ThimoD!
ajeef
Sr. Member
****
Offline Offline

Activity: 728
Merit: 251



View Profile
May 13, 2014, 02:46:34 AM
 #49

http://r.virscan.org/report/048945128c33057805348046161afee7.html
4/37
oinquer
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
May 13, 2014, 06:43:49 AM
 #50

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
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
May 13, 2014, 09:12:05 AM
 #51

5 minute block time is quite too mutch, also may someone please post diff?
ByronP
Hero Member
*****
Offline Offline

Activity: 599
Merit: 510



View Profile WWW
May 13, 2014, 11:04:05 AM
 #52

"difficulty" : 12.95372105
thimo (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500

thimo the dev


View Profile
May 13, 2014, 11:08:58 AM
 #53

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
pcmerc
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 13, 2014, 05:30:08 PM
 #54

OSX wallet - http://pcmerc.com/files/Primio-Qt.dmg

Please report any issues to me so I may address them.


pcmerc~
http://pool.kryptochaos.com
ByronP
Hero Member
*****
Offline Offline

Activity: 599
Merit: 510



View Profile WWW
May 13, 2014, 09:06:51 PM
 #55

PRIMIO market is now live @Atomic-Trade
thimo (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500

thimo the dev


View Profile
May 14, 2014, 12:12:28 AM
 #56

PRIMIO market is now live @Atomic-Trade
nice! Smiley


we're working hard on getting pool software up

i can rent this1
platorin
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
May 14, 2014, 09:04:17 AM
 #57

Seems legit.
asboxi
Full Member
***
Offline Offline

Activity: 236
Merit: 100



View Profile
May 14, 2014, 12:38:30 PM
 #58

it's hard to mine in cpu only

bitcoin XT believer
ShadowOfScales
Full Member
***
Offline Offline

Activity: 138
Merit: 100


View Profile
May 14, 2014, 02:12:11 PM
 #59

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 Offline

Activity: 74
Merit: 10


View Profile
May 14, 2014, 02:19:00 PM
 #60

please provide detail...like scrpt...

DoubleEagle Coin - Only 100 XDE - Get your free XDE https://bitcointalk.org/index.php?topic=736702.
Get Daily Free SIGNs before too late.SqFracUi7rqbfxoPfcD4dVCSRGESxRYwHC
Pages: « 1 2 [3] 4 5 6 7 »  All
  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!