Bitcoin Forum
June 17, 2024, 08:46:23 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 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 ... 133 »
  Print  
Author Topic: [ANN][VRM] Verium PoWT | CPU mining | scrypt² | Scaling | New Roadmap Released  (Read 249900 times)
.m.
Sr. Member
****
Offline Offline

Activity: 280
Merit: 260



View Profile
September 07, 2016, 04:39:42 PM
 #621

Nice, downloading right now, hopefully it will bring more luck Wink


███████████████████████████████████████
███████████████████████████████████████
█████████████████████████████
██████████████████████████
████████████████████████
███████████████████████
█████████████████▐████
███████████████████████
████████████████████████
██████████████████████████
█████████████████████████████
███████████████████████████████████████
███████████████████████████████████████
DECENT
FOUNDATION



██
██
██
██
██
██
██
██
██

██
██
██


[D]ecentralized application
[E]liminated third parties
[C]ontent distribution



██
██
██
██
██
██
██
██
██

██
██
██


[E]ncrypted & secure
[N]o borders
[T]imeless reputation



██
██
██
██
██
██
██
██
██

██
██
██



██
██
██
██
██
██
██
██
██

██
██
██

testbug
Hero Member
*****
Offline Offline

Activity: 851
Merit: 556



View Profile
September 07, 2016, 04:43:29 PM
 #622

Got to help "Check for update", or http://www.vericoin.info/veriumlaunch.html to download new Verium wallet 1.0.1.  Minor bug fixes and maintenance update for enhanced connectivity, security and full "Blockchain Reload" support.

Updated worked fine for me on Windows.
On Linux machines it is saying, that there are dependencies missing like libssl etc.
Did you change the dependencies for the 1.0.1 precompiled wallet?
effectsToCause (OP)
Hero Member
*****
Offline Offline

Activity: 761
Merit: 505

VeriCoin & Verium Creator/Developer


View Profile WWW
September 07, 2016, 06:58:06 PM
 #623

Got to help "Check for update", or http://www.vericoin.info/veriumlaunch.html to download new Verium wallet 1.0.1.  Minor bug fixes and maintenance update for enhanced connectivity, security and full "Blockchain Reload" support.

Updated worked fine for me on Windows.
On Linux machines it is saying, that there are dependencies missing like libssl etc.
Did you change the dependencies for the 1.0.1 precompiled wallet?

No I didn't change dependencies everything should be the same.
cyberspacemonkey
Legendary
*
Offline Offline

Activity: 1288
Merit: 1002


View Profile
September 07, 2016, 07:16:01 PM
 #624

I"m having such a hard time compiling that cpuminer on Windows, tried Cygwin and MingW but there's always dependencies missing I keep getting: "configure: error: Missing required libcurl >= 7.15.2" can someone help me with this?  Huh
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
September 07, 2016, 07:23:47 PM
 #625

I"m having such a hard time compiling that cpuminer on Windows, tried Cygwin and MingW but there's always dependencies missing I keep getting: "configure: error: Missing required libcurl >= 7.15.2" can someone help me with this?  Huh

If you clone this repo recursively: (git clone --recursive)

https://github.com/tpruvot/cpuminer-multi

You'll find the "compat" directory with curl which you can just copy over to your cpuminer root directory

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
cyberspacemonkey
Legendary
*
Offline Offline

Activity: 1288
Merit: 1002


View Profile
September 07, 2016, 07:38:34 PM
 #626

I"m having such a hard time compiling that cpuminer on Windows, tried Cygwin and MingW but there's always dependencies missing I keep getting: "configure: error: Missing required libcurl >= 7.15.2" can someone help me with this?  Huh

If you clone this repo recursively: (git clone --recursive)

https://github.com/tpruvot/cpuminer-multi

You'll find the "compat" directory with curl which you can just copy over to your cpuminer root directory

I still got the same error. Do I have to just replace the "compat" folder from the cpuminer folder with the one from the git repo?
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
September 07, 2016, 07:40:20 PM
 #627

I"m having such a hard time compiling that cpuminer on Windows, tried Cygwin and MingW but there's always dependencies missing I keep getting: "configure: error: Missing required libcurl >= 7.15.2" can someone help me with this?  Huh

If you clone this repo recursively: (git clone --recursive)

https://github.com/tpruvot/cpuminer-multi

You'll find the "compat" directory with curl which you can just copy over to your cpuminer root directory

I still got the same error. Do I have to just replace the "compat" folder from the cpuminer folder with the one from the git repo?

Usually yes... And you did configure with "--with-curl", right ?

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
cyberspacemonkey
Legendary
*
Offline Offline

Activity: 1288
Merit: 1002


View Profile
September 07, 2016, 07:43:22 PM
 #628

I"m having such a hard time compiling that cpuminer on Windows, tried Cygwin and MingW but there's always dependencies missing I keep getting: "configure: error: Missing required libcurl >= 7.15.2" can someone help me with this?  Huh

If you clone this repo recursively: (git clone --recursive)

https://github.com/tpruvot/cpuminer-multi

You'll find the "compat" directory with curl which you can just copy over to your cpuminer root directory

I still got the same error. Do I have to just replace the "compat" folder from the cpuminer folder with the one from the git repo?

Usually yes... And you did configure with "--with-curl", right ?


these are the commands that I use:

./autogen.sh

LIBCURL="-lcurldll" ./configure CFLAGS="-O3"

make

EDIT: I'm using CygWin by the way and I'm sure curl is installed, so not sure what the problem is Sad
thesilex
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
September 07, 2016, 08:10:48 PM
 #629

Got to help "Check for update", or http://www.vericoin.info/veriumlaunch.html to download new Verium wallet 1.0.1.  Minor bug fixes and maintenance update for enhanced connectivity, security and full "Blockchain Reload" support.

Updated worked fine for me on Windows.
On Linux machines it is saying, that there are dependencies missing like libssl etc.
Did you change the dependencies for the 1.0.1 precompiled wallet?

Ubuntu warns me about dependencies as well. I could not install. I am going on with v1.0.0
effectsToCause (OP)
Hero Member
*****
Offline Offline

Activity: 761
Merit: 505

VeriCoin & Verium Creator/Developer


View Profile WWW
September 07, 2016, 08:38:46 PM
 #630

Bittrex is cool with adding VRM/BTC pair, but prioritizes adds based on demand, so if you want VRM/BTC pair on bittrex make some noise on their twitter, slack etc.  At this point they are not yet interested in doing VRC/VRM pair as they haven't had any success with alt/alt pairs, but let's see how the VRM volume is, they may change their mind.
effectsToCause (OP)
Hero Member
*****
Offline Offline

Activity: 761
Merit: 505

VeriCoin & Verium Creator/Developer


View Profile WWW
September 07, 2016, 08:44:39 PM
 #631

Got to help "Check for update", or http://www.vericoin.info/veriumlaunch.html to download new Verium wallet 1.0.1.  Minor bug fixes and maintenance update for enhanced connectivity, security and full "Blockchain Reload" support.

Updated worked fine for me on Windows.
On Linux machines it is saying, that there are dependencies missing like libssl etc.
Did you change the dependencies for the 1.0.1 precompiled wallet?

Ubuntu warns me about dependencies as well. I could not install. I am going on with v1.0.0

Are you guys on 32bit or 64bit and what version of Ubuntu?
thesilex
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
September 07, 2016, 09:04:45 PM
 #632

Got to help "Check for update", or http://www.vericoin.info/veriumlaunch.html to download new Verium wallet 1.0.1.  Minor bug fixes and maintenance update for enhanced connectivity, security and full "Blockchain Reload" support.

Updated worked fine for me on Windows.
On Linux machines it is saying, that there are dependencies missing like libssl etc.
Did you change the dependencies for the 1.0.1 precompiled wallet?

Ubuntu warns me about dependencies as well. I could not install. I am going on with v1.0.0

Are you guys on 32bit or 64bit and what version of Ubuntu?

64 bit ubuntu 14.04, 64 bit verium client
effectsToCause (OP)
Hero Member
*****
Offline Offline

Activity: 761
Merit: 505

VeriCoin & Verium Creator/Developer


View Profile WWW
September 07, 2016, 09:06:35 PM
 #633

Got to help "Check for update", or http://www.vericoin.info/veriumlaunch.html to download new Verium wallet 1.0.1.  Minor bug fixes and maintenance update for enhanced connectivity, security and full "Blockchain Reload" support.

Updated worked fine for me on Windows.
On Linux machines it is saying, that there are dependencies missing like libssl etc.
Did you change the dependencies for the 1.0.1 precompiled wallet?

Ubuntu warns me about dependencies as well. I could not install. I am going on with v1.0.0

Are you guys on 32bit or 64bit and what version of Ubuntu?

64 bit ubuntu 14.04, 64 bit verium client

Ok I'll look into problem and repost it if I figure what the issue is.
EDOMAJKA11
Full Member
***
Offline Offline

Activity: 208
Merit: 100


View Profile
September 07, 2016, 10:46:58 PM
 #634

hey guys, dev

What is difrent,,?? or what is new,,?? what the VRM have AND VERTCOIN DONT HAVE,

KAN U TELL ME PLS,

IS THIS THE NEW VERTCOIN ??

Kan i buy the VRM from ico ore the ico is over?Huh

SORRY for my fu..kk...gg eng...




YUGO TEBRA OF NL JWTZ,,


Gr,,, thnxx
.m.
Sr. Member
****
Offline Offline

Activity: 280
Merit: 260



View Profile
September 08, 2016, 07:06:21 AM
 #635

Got to help "Check for update", or http://www.vericoin.info/veriumlaunch.html to download new Verium wallet 1.0.1.  Minor bug fixes and maintenance update for enhanced connectivity, security and full "Blockchain Reload" support.

Updated worked fine for me on Windows.
On Linux machines it is saying, that there are dependencies missing like libssl etc.
Did you change the dependencies for the 1.0.1 precompiled wallet?

Ubuntu warns me about dependencies as well. I could not install. I am going on with v1.0.0

Are you guys on 32bit or 64bit and what version of Ubuntu?

64 bit ubuntu 14.04, 64 bit verium client

Ok I'll look into problem and repost it if I figure what the issue is.

if there is a problem with versions of libraries that a software wants, I just create links to my own (usually newer).
Problem resolved.


███████████████████████████████████████
███████████████████████████████████████
█████████████████████████████
██████████████████████████
████████████████████████
███████████████████████
█████████████████▐████
███████████████████████
████████████████████████
██████████████████████████
█████████████████████████████
███████████████████████████████████████
███████████████████████████████████████
DECENT
FOUNDATION



██
██
██
██
██
██
██
██
██

██
██
██


[D]ecentralized application
[E]liminated third parties
[C]ontent distribution



██
██
██
██
██
██
██
██
██

██
██
██


[E]ncrypted & secure
[N]o borders
[T]imeless reputation



██
██
██
██
██
██
██
██
██

██
██
██



██
██
██
██
██
██
██
██
██

██
██
██

ljglug
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
September 08, 2016, 11:32:50 AM
 #636

I run the built-in wallet mining program for more than 24 hours, but I found nothing, I stress is 706.367H/m, what is the reason.

effectsToCause (OP)
Hero Member
*****
Offline Offline

Activity: 761
Merit: 505

VeriCoin & Verium Creator/Developer


View Profile WWW
September 08, 2016, 11:35:31 AM
 #637

Got to help "Check for update", or http://www.vericoin.info/veriumlaunch.html to download new Verium wallet 1.0.1.  Minor bug fixes and maintenance update for enhanced connectivity, security and full "Blockchain Reload" support.

Updated worked fine for me on Windows.
On Linux machines it is saying, that there are dependencies missing like libssl etc.
Did you change the dependencies for the 1.0.1 precompiled wallet?

Download 64bit Linux again i might have resolved dependency problem. http://www.vericoin.info/veriumlaunch.html
effectsToCause (OP)
Hero Member
*****
Offline Offline

Activity: 761
Merit: 505

VeriCoin & Verium Creator/Developer


View Profile WWW
September 08, 2016, 11:36:34 AM
 #638

Got to help "Check for update", or http://www.vericoin.info/veriumlaunch.html to download new Verium wallet 1.0.1.  Minor bug fixes and maintenance update for enhanced connectivity, security and full "Blockchain Reload" support.

Updated worked fine for me on Windows.
On Linux machines it is saying, that there are dependencies missing like libssl etc.
Did you change the dependencies for the 1.0.1 precompiled wallet?

Ubuntu warns me about dependencies as well. I could not install. I am going on with v1.0.0

Are you guys on 32bit or 64bit and what version of Ubuntu?

64 bit ubuntu 14.04, 64 bit verium client

Download 64bit Linux again i might have resolved dependency problem. http://www.vericoin.info/veriumlaunch.html
.m.
Sr. Member
****
Offline Offline

Activity: 280
Merit: 260



View Profile
September 08, 2016, 12:41:34 PM
 #639

I am sorry, I find it even worse Sad now my trick does not work.
What I usually do is

Code:
find /lib64/ | grep -E "/lib(crypto|ssl)"

ln -sn /lib64/libcrypto.so ./libcrypto.so.1.0.0

ln -sn /lib64/libssl.so ./libssl.so.1.0.0

LD_LIBRARY_PATH=. ./verium-qt


but now it exits with
./verium-qt: ./libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./verium-qt)
./verium-qt: ./libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./verium-qt)

Sad

Probably if you add your libcrypto.so.1.0.0 to the libs dir it might help


███████████████████████████████████████
███████████████████████████████████████
█████████████████████████████
██████████████████████████
████████████████████████
███████████████████████
█████████████████▐████
███████████████████████
████████████████████████
██████████████████████████
█████████████████████████████
███████████████████████████████████████
███████████████████████████████████████
DECENT
FOUNDATION



██
██
██
██
██
██
██
██
██

██
██
██


[D]ecentralized application
[E]liminated third parties
[C]ontent distribution



██
██
██
██
██
██
██
██
██

██
██
██


[E]ncrypted & secure
[N]o borders
[T]imeless reputation



██
██
██
██
██
██
██
██
██

██
██
██



██
██
██
██
██
██
██
██
██

██
██
██

souljah1h
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


Hyperspace snail


View Profile WWW
September 08, 2016, 12:48:15 PM
 #640

I run the built-in wallet mining program for more than 24 hours, but I found nothing, I stress is 706.367H/m, what is the reason.
Check the wallet for estimates. I haven't found a block in 2 days, it shouldn't be easy.

_@/'
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 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 ... 133 »
  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!