Bitcoin Forum
May 13, 2024, 10:43:33 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 »
  Print  
Author Topic: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds)  (Read 19261 times)
catia
Full Member
***
Offline Offline

Activity: 288
Merit: 105


View Profile
July 12, 2014, 08:43:54 PM
 #281

It is forked from Mandriva which is forked from Red Hat  Grin

I'm wondering what version. I have to install it on the build bot, and I think a fedora build would be more widely usable. Seems that only rawhide has 1.55 and only fc18 has 1.50. Very strange. I'm guessing pclinuxos is rawhide which is like bleeding edge redhat. Is this the only broken dependency in ldd? Did you try on QT build?
1715597013
Hero Member
*
Offline Offline

Posts: 1715597013

View Profile Personal Message (Offline)

Ignore
1715597013
Reply with quote  #2

1715597013
Report to moderator
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
mrvegad
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
July 12, 2014, 08:50:29 PM
 #282

from ldd
        libboost_system.so.1.49.0 => not found
   libboost_filesystem.so.1.49.0 => not found
   libboost_program_options.so.1.49.0 => not found
        libprotobuf.so.7 => not found
        libminiupnpc.so.5 => not found

it's not bleeding edge, some stuff in it is old while others are new
billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
July 12, 2014, 08:57:34 PM
 #283

hmmm managed to make the boost happy but now stuck on the libminiupnpc

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
catia
Full Member
***
Offline Offline

Activity: 288
Merit: 105


View Profile
July 12, 2014, 09:27:39 PM
 #284

hmmm managed to make the boost happy but now stuck on the libminiupnpc

You are using ubuntu 14.04?  Should be apt-get install libminiupnpc8
billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
July 12, 2014, 09:51:10 PM
 #285

hmmm managed to make the boost happy but now stuck on the libminiupnpc

You are using ubuntu 14.04?  Should be apt-get install libminiupnpc8

I have 8 installed but its still not happy.

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
catia
Full Member
***
Offline Offline

Activity: 288
Merit: 105


View Profile
July 12, 2014, 10:00:52 PM
 #286

What is it saying?
billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
July 12, 2014, 10:43:44 PM
 #287

Can't seem to meet dependencies for either bin.

This is linux mint 16 which is build off of ubuntu 13.10

r00t@Hoverquarters ~/Desktop/Wallets $ ldd trusty_amd64_cryptonite-qt_14071213
   linux-vdso.so.1 =>  (0x00007fff27f58000)
   libboost_system.so.1.54.0 => /usr/lib/libboost_system.so.1.54.0 (0x00007f95f4ff0000)
   libboost_filesystem.so.1.54.0 => /usr/lib/libboost_filesystem.so.1.54.0 (0x00007f95f4dd8000)
   libboost_program_options.so.1.54.0 => /usr/lib/libboost_program_options.so.1.54.0 (0x00007f95f4b68000)
   libboost_thread.so.1.54.0 => /usr/lib/libboost_thread.so.1.54.0 (0x00007f95f4950000)
   libQtGui.so.4 => /usr/lib/x86_64-linux-gnu/libQtGui.so.4 (0x00007f95f3c98000)
   libQtNetwork.so.4 => /usr/lib/x86_64-linux-gnu/libQtNetwork.so.4 (0x00007f95f3950000)
   libQtCore.so.4 => /usr/lib/x86_64-linux-gnu/libQtCore.so.4 (0x00007f95f3468000)
   libQtDBus.so.4 => /usr/lib/x86_64-linux-gnu/libQtDBus.so.4 (0x00007f95f31e8000)
   libprotobuf.so.8 => not found only goes to v7
   libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f95f2fc8000)
   libdb_cxx-4.8.so => /usr/lib/libdb_cxx-4.8.so (0x00007f95f2c28000)
   libgmp.so.10 => /usr/lib/x86_64-linux-gnu/libgmp.so.10 (0x00007f95f29b0000)
   libminiupnpc.so.8 => /usr/lib/libminiupnpc.so.8 (0x00007f95f27a0000)
   libssl.so.1.0.0 => /lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007f95f2540000)
   libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007f95f2160000)
   libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f95f1e58000)
   libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f95f1b50000)
   libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f95f1938000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f95f1570000)
   librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f95f1368000)
   libfontconfig.so.1 => /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 (0x00007f95f1128000)
   libaudio.so.2 => /usr/lib/x86_64-linux-gnu/libaudio.so.2 (0x00007f95f0f10000)
   libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f95f0c08000)
   libpng12.so.0 => /lib/x86_64-linux-gnu/libpng12.so.0 (0x00007f95f09e0000)
   libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f95f07c0000)
   libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007f95f0518000)
   libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007f95f02c0000)
   libSM.so.6 => /usr/lib/x86_64-linux-gnu/libSM.so.6 (0x00007f95f00b8000)
   libICE.so.6 => /usr/lib/x86_64-linux-gnu/libICE.so.6 (0x00007f95efe98000)
   libXi.so.6 => /usr/lib/x86_64-linux-gnu/libXi.so.6 (0x00007f95efc88000)
   libXrender.so.1 => /usr/lib/x86_64-linux-gnu/libXrender.so.1 (0x00007f95efa78000)
   libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007f95ef860000)
   libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f95ef528000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f95ef320000)
   /lib64/ld-linux-x86-64.so.2 (0x00007f95f6658000)
   libQtXml.so.4 => /usr/lib/x86_64-linux-gnu/libQtXml.so.4 (0x00007f95ef0d8000)
   libdbus-1.so.3 => /lib/x86_64-linux-gnu/libdbus-1.so.3 (0x00007f95eee90000)
   libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f95eec60000)
   libXt.so.6 => /usr/lib/x86_64-linux-gnu/libXt.so.6 (0x00007f95ee9f8000)
   libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f95ee7f0000)
   libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f95ee5b0000)
   libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007f95ee3a8000)
   libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f95ee1a0000)
   libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f95edf80000)
   libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f95edd78000)
r00t@Hoverquarters ~/Desktop/Wallets $ ldd wheezy_amd64_cryptonite-qt_14071213
   linux-vdso.so.1 =>  (0x00007fff265d0000)
   libboost_system.so.1.49.0 => /usr/lib/libboost_system.so.1.49.0 (0x00007fd0e6fa0000)
   libboost_filesystem.so.1.49.0 => /usr/lib/libboost_filesystem.so.1.49.0 (0x00007fd0e6d80000)
   libboost_program_options.so.1.49.0 => /usr/lib/libboost_program_options.so.1.49.0 (0x00007fd0e6b18000)
   libboost_thread.so.1.49.0 => /usr/lib/libboost_thread.so.1.49.0 (0x00007fd0e68f8000)
   libQtGui.so.4 => /usr/lib/x86_64-linux-gnu/libQtGui.so.4 (0x00007fd0e5c40000)
   libQtNetwork.so.4 => /usr/lib/x86_64-linux-gnu/libQtNetwork.so.4 (0x00007fd0e58f8000)
   libQtCore.so.4 => /usr/lib/x86_64-linux-gnu/libQtCore.so.4 (0x00007fd0e5410000)
   libQtDBus.so.4 => /usr/lib/x86_64-linux-gnu/libQtDBus.so.4 (0x00007fd0e5190000)
   libQtXml.so.4 => /usr/lib/x86_64-linux-gnu/libQtXml.so.4 (0x00007fd0e4f48000)
   libprotobuf.so.7 => /usr/lib/libprotobuf.so.7 (0x00007fd0e4c50000)
   libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fd0e4a30000)
   libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fd0e4810000)
   libdb_cxx-4.8.so => /usr/lib/libdb_cxx-4.8.so (0x00007fd0e4470000)
   libgmpxx.so.4 => /usr/lib/x86_64-linux-gnu/libgmpxx.so.4 (0x00007fd0e4268000)
   libgmp.so.10 => /usr/lib/x86_64-linux-gnu/libgmp.so.10 (0x00007fd0e3ff0000)
   libminiupnpc.so.5 => not found v8 is installed but does not work apparently
   libssl.so.1.0.0 => /lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007fd0e3d90000)
   libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007fd0e39b0000)
   libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fd0e36a8000)
   libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fd0e33a0000)
   libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fd0e3188000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd0e2dc0000)
   libfontconfig.so.1 => /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 (0x00007fd0e2b80000)
   libaudio.so.2 => /usr/lib/x86_64-linux-gnu/libaudio.so.2 (0x00007fd0e2968000)
   libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007fd0e2660000)
   libpng12.so.0 => /lib/x86_64-linux-gnu/libpng12.so.0 (0x00007fd0e2438000)
   libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007fd0e2190000)
   libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007fd0e1f38000)
   libSM.so.6 => /usr/lib/x86_64-linux-gnu/libSM.so.6 (0x00007fd0e1d30000)
   libICE.so.6 => /usr/lib/x86_64-linux-gnu/libICE.so.6 (0x00007fd0e1b10000)
   libXi.so.6 => /usr/lib/x86_64-linux-gnu/libXi.so.6 (0x00007fd0e1900000)
   libXrender.so.1 => /usr/lib/x86_64-linux-gnu/libXrender.so.1 (0x00007fd0e16f0000)
   libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007fd0e14d8000)
   libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007fd0e11a0000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fd0e0f98000)
   librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fd0e0d90000)
   /lib64/ld-linux-x86-64.so.2 (0x00007fd0e86e8000)
   libdbus-1.so.3 => /lib/x86_64-linux-gnu/libdbus-1.so.3 (0x00007fd0e0b48000)
   libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007fd0e0918000)
   libXt.so.6 => /usr/lib/x86_64-linux-gnu/libXt.so.6 (0x00007fd0e06b0000)
   libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007fd0e04a8000)
   libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007fd0e0268000)
   libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007fd0e0060000)
   libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007fd0dfe58000)
   libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007fd0dfc38000)
   libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007fd0dfa30000)

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
catia
Full Member
***
Offline Offline

Activity: 288
Merit: 105


View Profile
July 12, 2014, 11:48:00 PM
Last edit: July 13, 2014, 12:21:31 AM by catia
 #288

I'm working on a saucy build. Seems to use boost 1.53, anybody actually have that?

Edit: Saucy builds are up. Hopefully this works for you billotronic. Mrvegad, I had serious problems getting an RPM based chroot running on the build bot. Binary release for linux are not very important in the scheme of things since releasing source will solve all these problems. Maybe we can get you running with a windows binary through wine? Later today the win64 build should be working. Not sure if 64-bit wine is available for pclinuxos. I never got it to work right on debian. Otherwise I guess we will need to get a win32 thing out for you. Sorry man, it's DLL hell all over again.
aminorex
Legendary
*
Offline Offline

Activity: 1596
Merit: 1029


Sine secretum non libertas


View Profile
July 13, 2014, 12:57:00 AM
 #289

Can't seem to meet dependencies for either bin.
r00t@Hoverquarters ~/Desktop/Wallets $ ldd trusty_amd64_cryptonite-qt_14071213
...
   libprotobuf.so.8 => not found only goes to v7
r00t@Hoverquarters ~/Desktop/Wallets $ ldd wheezy_amd64_cryptonite-qt_14071213
...
   libminiupnpc.so.5 => not found v8 is installed but does not work apparently

It's basically hopeless to try to run linux binaries.  Wait for source code.  If you can't wait, this might work:

trusty# sudo ln -s /usr/lib/libprotobuf.so.7 /usr/lib/libprotobuf.so.8

wheezy# sudo ln -s /usr/lib/libminiupnpc.so.8 /usr/lib/libminiupnpc.so.5

I am utterly dismayed that anyone would run this code without source.  Stupid stupid stupid.
I know there are people like that, but I try to kill them when I meet them.

Give a man a fish and he eats for a day.  Give a man a Poisson distribution and he eats at random times independent of one another, at a constant known rate.
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
July 13, 2014, 06:43:46 AM
Last edit: July 13, 2014, 08:12:10 AM by bitfreak!
 #290

Ok the win64 binaries should be working, including the qt builds, but you'll probably need the the dll's in the dll.zip file to make it work. Just extract the dll's into the same folder the cryptonite exe is located.

Note: Qt must also be started with the -testnet flag.

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
mrvegad
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
July 13, 2014, 03:58:47 PM
 #291

Can't get Linux builds to work

Using wine I am able to get wallet running but no mining

Using wine with cryptonited works!
catia
Full Member
***
Offline Offline

Activity: 288
Merit: 105


View Profile
July 13, 2014, 04:33:06 PM
 #292

Using wine I am able to get wallet running but no mining

Using wine with cryptonited works!

Are you saying that the QT has no mining or mining doesn't work in cryptonited?
billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
July 13, 2014, 06:05:04 PM
 #293

I can't get any of the linux binaries to work either though my issue is I keep getting permission denied

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
aaaxn
Sr. Member
****
Offline Offline

Activity: 359
Merit: 250



View Profile
July 13, 2014, 06:23:12 PM
 #294

I got it working on ubuntu 14.04 with following commands:
Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update

sudo apt-get install libboost-all-dev libdb4.8-dev libdb4.8++-dev libminiupnpc-dev libqt4-dev libprotobuf-dev protobuf-compiler libgmp-dev

Also remember that after download you have to set files as executable with:
Code:
chmod +x ./cryptonited



                                                                              █
                              █████████                  ██████ 
                      ███████████████████████████   
              ███████████████████████████████   
            ████████████████████████████████   
        █████████████████████████████████     
    ████████████████████████████████████   
    ████████          █████████          █████████   
  ████████                ██████              ████████   
█████████                █████                ████████   
███████████                █                ███████████ 
██████████████                      ██████████████ 
█████████████████            ████████████████ 
███████████████                  ███████████████ 
█████████████                          █████████████ 
███████████              ███                ██████████ 
█████████                █████                ████████   
  ████████              ███████              ███████     
    █████████        █████████          ████████     
      █████████████████████████████████       
        ██████████████████████████████           
            ███████████████████████████             
              ████████████████████████                 
                  ████████████████████                     
CorionX


















Powered by,
billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
July 13, 2014, 06:44:32 PM
 #295

Also remember that after download you have to set files as executable with:
Code:
chmod +x ./cryptonited



oh snap thats what it was... for some reason I assumed it was good to go since the properties window didn't give me that option. Should of bloody known better.

Thank you

[edit] man I am embarrased! lol

ok, client is super slick and fast as hell. c92aD9FFofQCNuHyfGVGTSfbMhk8gAuPnp for abuse. I will send about abuse tonight when I get home if anyone is game

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
catia
Full Member
***
Offline Offline

Activity: 288
Merit: 105


View Profile
July 13, 2014, 06:55:27 PM
 #296

sending stuff through QT UI is apparently broke. working on it. hopefully will have new build up in few hours.
mrvegad
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
July 13, 2014, 09:19:50 PM
 #297

Also remember that after download you have to set files as executable with:
Code:
chmod +x ./cryptonited





[edit] man I am embarrased! lol



see what happens when you drink water?
catia
Full Member
***
Offline Offline

Activity: 288
Merit: 105


View Profile
July 13, 2014, 09:37:27 PM
 #298

New files are up. QT should be working better. My address is cHxLAeQeJy8VKtTRBH3pnDghQixB7nZxDi
mrvegad
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
July 13, 2014, 11:43:20 PM
 #299

It was running fine using cryptonited, I stopped it and downloaded the new file but now I am getting this (both on new fle as well as old file):
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
Assertion failed!

Program: Z:\home\bl\coin\qt\cryptonited.exe
File: trieview.cpp, Line 22

Expression: fread(&sz,1,4,filein)

abnormal program termination
catia
Full Member
***
Offline Offline

Activity: 288
Merit: 105


View Profile
July 14, 2014, 01:03:08 AM
 #300

@Mrvegad, that assertion indicates your testnet3/trie.dat file is really busted. it's probably  < 36 bytes but should be much larger. Deleting trie.dat and the blocks folder will cause it to redownload. Or you can run ./cryptonited -testnet -resync
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 »
  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!