Bitcoin Forum
April 27, 2024, 12:13:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 »  All
  Print  
Author Topic: [ANN] cpuminer-multi v1.3.5 (Linux + Windows VStudio/MinGW64) GPL Open Source  (Read 378693 times)
torsh
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
August 27, 2016, 07:29:14 PM
 #141

Hi, if not difficult to give a reference to the 32-bit version, it's desirable cpuminer-multi v1.2,sorry for my English... 
1714176786
Hero Member
*
Offline Offline

Posts: 1714176786

View Profile Personal Message (Offline)

Ignore
1714176786
Reply with quote  #2

1714176786
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714176786
Hero Member
*
Offline Offline

Posts: 1714176786

View Profile Personal Message (Offline)

Ignore
1714176786
Reply with quote  #2

1714176786
Report to moderator
1714176786
Hero Member
*
Offline Offline

Posts: 1714176786

View Profile Personal Message (Offline)

Ignore
1714176786
Reply with quote  #2

1714176786
Report to moderator
1714176786
Hero Member
*
Offline Offline

Posts: 1714176786

View Profile Personal Message (Offline)

Ignore
1714176786
Reply with quote  #2

1714176786
Report to moderator
lefthand2006
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
August 28, 2016, 04:01:03 AM
 #142

well, finally I managed to make a cpuminer-gw64 binary that supports lyra2rev2 and works for 64bit windows xp and 2003. In case somebody wants it, I put it on my webiste: http://ido.fm
monerol
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
September 13, 2016, 04:39:10 PM
 #143

You can point that miner to pool.monero.org to mine monero
Code:
minerd -a cryptonight -o stratum+tcp://pool.monero.org:3333 -u YOUR_WALLET_ADDRESS -p x
levocoin
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
September 15, 2016, 03:30:39 PM
 #144

cpuminer --help to get the help :p -b is api-bind

0.0.0.0 allow to bind to the network (nice to monitor linux servers) -b 0 disable it, and -b 127.0.0.1:4048 means only allow api calls from localhost (default)

Stratum connection timed out just mean you were disconnected, pool server restart or network disconnect... but it should reconnect automatically to send the next shares

This is the error to which I am referring. Is it the miner? The Stratum? The internet? It happens about every 15 minutes:

https://i.imgur.com/1cmxrEp.png


Do you got any Solution i am also getting error
Longsnowsm
Hero Member
*****
Offline Offline

Activity: 868
Merit: 517


View Profile
September 18, 2016, 08:14:31 PM
 #145

I just downloaded the windows binaries and tried to run them with yescrypt.  Does not look like yescrypt is included in the Windows build?  Any chance that can be added?  The description says yescrypt is supported, but I don't see it when trying to start the miner or with the --help output. 
Lafu
Legendary
*
Offline Offline

Activity: 2954
Merit: 3038



View Profile
September 19, 2016, 01:22:17 PM
 #146

Try

cpuminer -a cryptonight -o stratum+tcp://yourPool:port -u yourwalletadress.Payment Id -p x
or
minerd -a cryptonight -o stratum+tcp://yourPool:port -u yourwalletadress.Payment Id -p x

ReDiculum
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
September 21, 2016, 03:30:01 PM
 #147

Hi

Is it possible to compile it only with neoscrypt algo support and get rid of all the others? Is there an option or do I have to modify the Makefile completely?
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
September 21, 2016, 03:45:03 PM
 #148

no

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
Krisliu
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
October 17, 2016, 11:05:55 AM
 #149

Hey buddy Smiley, can you help me please. I installed ubuntu and I would like to launch this wonder. Regards
LithStud
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
November 14, 2016, 08:59:15 AM
 #150

Hey!

Can someone help me and explain how could i compile this on linux mint but use on another pc? just doing build works on pc that built it but another pc complains  "error while loading shared libraries: libjansson.so.4: cannot open shared object file: No such file or directory"
Geograph
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
November 30, 2016, 09:25:32 PM
 #151

Epsylon3, thank you for your soft!

I tried reduce CPU load by adding usleep(ms) function in cryptonight algo, but I always get stratum-errors:
Code:
stratum_recv_line failed
Stratum connection interrupted

I read that stratum-connection close after 60-90 sec idle, but stratum-connection runned in other thread isn't it? May be sleep blocking stratum-thread and I need some non-blocking sleep?

May be I add sleep in wrong place?
I add it in file ./algo/cryptonight.c function name "cryptonight_hash_ctx", in cycle:
Code:
for (i = 0; likely(i < MEMORY); i += INIT_SIZE_BYTE) {   

I also tried nanosleep() and cgsleep_ms() from cgminer with same result Sad

Please, help! Smiley
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
December 01, 2016, 07:06:55 AM
 #152

That can happen when there is no activity/shares, try --timeout=180

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
Geograph
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
December 01, 2016, 10:52:35 AM
 #153

That can happen when there is no activity/shares, try --timeout=180
Unfortunately it didn't help Sad
Geograph
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
December 02, 2016, 12:37:06 PM
 #154

Anyone know monero-pool with http-mining without stratum?
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
December 02, 2016, 10:31:28 PM
 #155

Does anyone have a compiles Linux binary?
My Linux systems don't have any compilers installed, and I don't have root.
They are CentOS 6.
cmegetrich
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 03, 2016, 08:33:39 PM
 #156

I want cpuminer for Eobot how do I do that? Smiley
I have a PC Lenovo Windows 10 upgrade from 8 I'm a newbie so I need to be taught the 'ropes' so to speach

Hotmetal
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
December 09, 2016, 07:24:38 PM
 #157

# strace ./cpuminer -a cryptonight  -p x -o stratum+tcp://cryptonight.eu.nicehash.com:3355  -u 12d7SjLcyEwLCnZhPeQhMnME3dDF9CnSuY

execve("./cpuminer", ["./cpuminer", "-a", "cryptonight", "-p", "x", "-o", "stratum+tcp://cryptonight.eu.nic"..., "-u", "12d7SjLcyEwLCnZhPeQhMnME3dDF9CnS"..., "-t", "14"], [/* 18 vars */]) = 0
[..]
getdents(4, /* 0 entries */, 32768)     = 0
brk(0xbc5000)                           = 0xbc5000
close(4)                                = 0
open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=271, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=271, ...}) = 0
read(4, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0"..., 4096) = 271
lseek(4, -156, SEEK_CUR)                = 115
read(4, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0"..., 4096) = 156
close(4)                                = 0
write(1, "[2016-12-09 08:53:26] Using JSON"..., 45[2016-12-09 08:53:26] Using JSON-RPC 2.0
) = 45
write(1, "[2016-12-09 08:53:26] CPU Suppor"..., 51[2016-12-09 08:53:26] CPU Supports AES-NI: YES
) = 51
rt_sigaction(SIGINT, {0x40c807, [INT], SA_RESTORER|SA_RESTART, 0x2b0268d9f4b0}, {SIG_DFL, [], 0}, Cool = 0
mmap(NULL, 2113536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x2b026dde6000
mprotect(0x2b026dde6000, 4096, PROT_NONE) = 0
clone(child_stack=0x2b026dde84f0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x2b026dfe99d0, tls=0x2b026dfe9700, child_tidptr=0x2b026dfe99d0) = 27803
mmap(NULL, 2113536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x2b026dfea000
mprotect(0x2b026dfea000, 4096, PROT_NONE) = 0
clone(child_stack=0x2b026dfec4f0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x2b026e1ed9d0, tls=0x2b026e1ed700, child_tidptr=0x2b026e1ed9d0) = 27804
futex(0xba6094, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xba6090, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
mmap(NULL, 2113536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x2b026e1ee000
[2016-12-09 08:53:26] Starting Stratum on stratum+tcp://cryptonight.eu.nicehash.com:3355
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)

Built  from source, it always coredumps. (regardless of algorithm attempted)
Ubuntu 16.04:

Dec  9 21:24:01 apollo kernel: [10059724.032488] cpuminer[10457]: segfault at 2b6071639908 ip 00002b606bccbb80 sp 00002b60716398a0 error 6 in libcurl.so.4.4.0[2b606bca5000+6b000]
Segmentation fault (core dumped)

Libcurl issues?
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
December 09, 2016, 07:37:32 PM
 #158

yes, ive no idea, working well here with your command

cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.1 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.1 LTS"

dpkg -l | grep curl
ii  curl                                   7.47.0-1ubuntu2.2                 amd64        command line tool for transferring data with URL syntax
ii  libcurl3:amd64                         7.47.0-1ubuntu2.2                 amd64        easy-to-use client-side URL transfer library (OpenSSL flavour)
ii  libcurl3-gnutls:amd64                  7.47.0-1ubuntu2.2                 amd64        easy-to-use client-side URL transfer library (GnuTLS flavour)
ii  libcurl4-openssl-dev:amd64             7.47.0-1ubuntu2.2                 amd64        development files and documentation for libcurl (OpenSSL flavour)

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
Hotmetal
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
December 09, 2016, 08:15:45 PM
 #159

yes, ive no idea, working well here with your command

cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.1 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.1 LTS"

dpkg -l | grep curl
ii  curl                                   7.47.0-1ubuntu2.2                 amd64        command line tool for transferring data with URL syntax
ii  libcurl3:amd64                         7.47.0-1ubuntu2.2                 amd64        easy-to-use client-side URL transfer library (OpenSSL flavour)
ii  libcurl3-gnutls:amd64                  7.47.0-1ubuntu2.2                 amd64        easy-to-use client-side URL transfer library (GnuTLS flavour)
ii  libcurl4-openssl-dev:amd64             7.47.0-1ubuntu2.2                 amd64        development files and documentation for libcurl (OpenSSL flavour)



# dpkg -l | grep curl
ii  curl                                   7.47.0-1ubuntu2.2                        amd64        command line tool for transferring data with URL syntax
ii  libcurl3:amd64                         7.47.0-1ubuntu2.2                        amd64        easy-to-use client-side URL transfer library (OpenSSL flavour)
ii  libcurl3-gnutls:amd64                  7.47.0-1ubuntu2.2                        amd64        easy-to-use client-side URL transfer library (GnuTLS flavour)
ii  libcurl4-openssl-dev:amd64             7.47.0-1ubuntu2.2                        amd64        development files and documentation for libcurl (OpenSSL flavour)

# lsb_release -a
LSB Version:    core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:core-4.1-amd64:core-4.1-noarch
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.1 LTS
Release:        16.04
Codename:       xenial

Looks like its the same thing but regardless of what server i try it on, I get the same thing.
How would i go about trying to troubleshoot / debug this? :/
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
December 09, 2016, 08:40:04 PM
 #160

your problem seems related to libcurl, so try to rebuild it yourself with the /usr/local prefix, maybe an uncommon cpu ? atom ?

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 »  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!