Bitcoin Forum
May 11, 2024, 11:35:05 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)
billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
July 18, 2014, 03:35:12 PM
 #341

Well I could be mistaken on this BUT I am pretty sure linux uses just one and windows two? I know for a fact about linux but do not use windows much for wallets and when I do it's never with flags. I usually rock a config file since those are cross platform/universal.

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
1715427305
Hero Member
*
Offline Offline

Posts: 1715427305

View Profile Personal Message (Offline)

Ignore
1715427305
Reply with quote  #2

1715427305
Report to moderator
1715427305
Hero Member
*
Offline Offline

Posts: 1715427305

View Profile Personal Message (Offline)

Ignore
1715427305
Reply with quote  #2

1715427305
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
watuba
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
July 18, 2014, 03:49:49 PM
 #342

Well I could be mistaken on this BUT I am pretty sure linux uses just one and windows two? I know for a fact about linux but do not use windows much for wallets and when I do it's never with flags. I usually rock a config file since those are cross platform/universal.

Ahh yes.  From my experience, that sounds right

catia
Full Member
***
Offline Offline

Activity: 288
Merit: 105


View Profile
July 18, 2014, 04:09:57 PM
 #343

It just depends on the application. Windows apps typically use /, linux uses - or -- depending on whims of the author. In this case both linux/windows binaries use the same single -
watuba
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
July 18, 2014, 04:18:09 PM
 #344

It just depends on the application. Windows apps typically use /, linux uses - or -- depending on whims of the author. In this case both linux/windows binaries use the same single -

I see, FWIW, I used "cryptonite-qt.exe --testnet" when I ran it on win7 and it worked.  When I initially ran it, I forgot to add testnet at all, and it didn't work.

watuba
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
July 18, 2014, 04:55:11 PM
 #345

Replaced old version of cryptonited from about 1 month ago with new version on Linux, and got this:

$ ./cryptonited -testnet -resync
Fail branch 4: 1341
Fail branch 4: 1363
Fail branch 4: 1385
Fail branch 4: 1407
Fail branch 4: 1429
Fail
activeHeight: -1, headersHeight: -1
indexSize: 2140, orphansSize: 2140
askedSize: 0, missingSize: 0
validSize: 0
activeHeight: -1, headersHeight: -1
indexSize: 2140, orphansSize: 2139
askedSize: 0, missingSize: 0
validSize: 0
Segmentation fault (core dumped)

Sorry if this is a noob-problem.  Ran the old version of cryptonited and it started up fine, but was on the wrong fork.

catia
Full Member
***
Offline Offline

Activity: 288
Merit: 105


View Profile
July 18, 2014, 05:02:10 PM
 #346

It appears to be trying to read an old trie.dat file. Those are incompatible with new code. Not sure exactly why resync doesn't work. But just delete the data folder if you have really old stuff lying around.
watuba
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
July 18, 2014, 05:39:39 PM
 #347

Deleted everything in the cryptonite data directory and that worked, but now it won't sync.  It stays on block 32 in both cryptonited and cryptonite-qt Linux.  Here's some of what it displays in terminal:

Update: 161 11196 11196 12196 0
OS 33 NS 33
received slice 000000b036c2c23fb9547d45eee49cb8c875258c770a3304d0585a0c57075817 0000000000000000000000000000000000000000 7fffffffffffffffffffffffffffffffffffffff
Slice not accepted
received slice 000000b036c2c23fb9547d45eee49cb8c875258c770a3304d0585a0c57075817 8000000000000000000000000000000000000000 ffffffffffffffffffffffffffffffffffffffff
Slice not accepted
Accept block header

billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
July 18, 2014, 05:56:40 PM
 #348

are you sure you have the most current version? Only reason I ask is there were old versions that had that bug where it would get stuck on the blockchain

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

Activity: 211
Merit: 100


View Profile
July 18, 2014, 05:58:37 PM
 #349

are you sure you have the most current version? Only reason I ask is there were old versions that had that bug where it would get stuck on the blockchain

I used these links:
gpile.it/files/cryptonited
gpile.it/files/cryptonite-qt

Are those not the most up-to-date?

billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
July 18, 2014, 06:24:11 PM
 #350

aha! No sir, they are not

Go here http://gpile.it/cryptonite/ and download the most recent files for your OS

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

Activity: 211
Merit: 100


View Profile
July 18, 2014, 09:23:24 PM
 #351

Man, I was intimidated by those new files.  I read through the thread and followed the steps, downloaded libboost, etc.  I'm using Ubuntu 12.04, and downloaded the Saucy binary.  Got this error, googled it, still don't understand.  Gonna look into it more tomorrow:

$ ./saucy_amd64_cryptonite-qt_14071722 -testnet -resync
./saucy_amd64_cryptonite-qt_14071722: error while loading shared libraries: libboost_system.so.1.53.0: cannot open shared object file: No such file or directory

billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
July 18, 2014, 09:28:16 PM
 #352

A neat trick I learned from this project is the ldd command. Put that in front of the binary and run it and will tell you if you meet the dependencies or not. Post what it shows and we get you up and running bud.

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

Activity: 211
Merit: 100


View Profile
July 18, 2014, 10:33:05 PM
 #353

A neat trick I learned from this project is the ldd command. Put that in front of the binary and run it and will tell you if you meet the dependencies or not. Post what it shows and we get you up and running bud.

Awesome!  Here's what it outputs:

$ ldd ./saucy_amd64_cryptonite-qt_14071722 -testnet -resync
./saucy_amd64_cryptonite-qt_14071722:
   linux-vdso.so.1 =>  (0x00007fffb1bc2000)
   libboost_system.so.1.53.0 => not found
   libboost_filesystem.so.1.53.0 => not found
   libboost_program_options.so.1.53.0 => not found
   libboost_thread.so.1.53.0 => not found
   libQtGui.so.4 => /usr/lib/x86_64-linux-gnu/libQtGui.so.4 (0x00007f6fbff4e000)
   libQtNetwork.so.4 => /usr/lib/x86_64-linux-gnu/libQtNetwork.so.4 (0x00007f6fbfc01000)
   libQtCore.so.4 => /usr/lib/x86_64-linux-gnu/libQtCore.so.4 (0x00007f6fbf72f000)
   libQtDBus.so.4 => /usr/lib/x86_64-linux-gnu/libQtDBus.so.4 (0x00007f6fbf4b2000)
   libprotobuf.so.7 => /usr/lib/libprotobuf.so.7 (0x00007f6fbf1c2000)
   libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f6fbefa5000)
   libdb_cxx-4.8.so => /usr/lib/x86_64-linux-gnu/libdb_cxx-4.8.so (0x00007f6fbec1a000)
   libgmp.so.10 => /usr/lib/x86_64-linux-gnu/libgmp.so.10 (0x00007f6fbe9ab000)
   libminiupnpc.so.8 => /usr/lib/libminiupnpc.so.8 (0x00007f6fbe7a0000)
   libssl.so.1.0.0 => /lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007f6fbe542000)
   libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007f6fbe166000)
   libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f6fbde66000)
   libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f6fbdb6a000)
   libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f6fbd953000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f6fbd593000)
   libfontconfig.so.1 => /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 (0x00007f6fbd35d000)
   libaudio.so.2 => /usr/lib/x86_64-linux-gnu/libaudio.so.2 (0x00007f6fbd144000)
   libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f6fbce4f000)
   libpng12.so.0 => /lib/x86_64-linux-gnu/libpng12.so.0 (0x00007f6fbcc27000)
   libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f6fbca0f000)
   libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007f6fbc773000)
   libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007f6fbc524000)
   libSM.so.6 => /usr/lib/x86_64-linux-gnu/libSM.so.6 (0x00007f6fbc31b000)
   libICE.so.6 => /usr/lib/x86_64-linux-gnu/libICE.so.6 (0x00007f6fbc101000)
   libXi.so.6 => /usr/lib/x86_64-linux-gnu/libXi.so.6 (0x00007f6fbbef1000)
   libXrender.so.1 => /usr/lib/x86_64-linux-gnu/libXrender.so.1 (0x00007f6fbbce6000)
   libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007f6fbbad5000)
   libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f6fbb7a0000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f6fbb59b000)
   librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f6fbb393000)
   /lib64/ld-linux-x86-64.so.2 (0x00007f6fc209c000)
   libQtXml.so.4 => /usr/lib/x86_64-linux-gnu/libQtXml.so.4 (0x00007f6fbb14e000)
   libdbus-1.so.3 => /lib/x86_64-linux-gnu/libdbus-1.so.3 (0x00007f6fbaf09000)
   libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f6fbacdf000)
   libXt.so.6 => /usr/lib/x86_64-linux-gnu/libXt.so.6 (0x00007f6fbaa78000)
   libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f6fba875000)
   libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f6fba638000)
   libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007f6fba42f000)
   libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f6fba22a000)
   libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f6fba00b000)
   libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f6fb9e05000)
-testnet:
ldd: ./-testnet: No such file or directory
-resync:
ldd: ./-resync: No such file or directory

mrvegad
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
July 18, 2014, 11:09:49 PM
 #354

do you have libboost 1.53?
catia
Full Member
***
Offline Offline

Activity: 288
Merit: 105


View Profile
July 18, 2014, 11:21:30 PM
 #355

Saucy is not even close to 12.04 it is 13.10. Maybe time for an upgrade?
aaaxn
Sr. Member
****
Offline Offline

Activity: 359
Merit: 250



View Profile
July 20, 2014, 05:20:54 PM
 #356

Don't you think GUI should reflect how cryptonite works under the hood? GUI It should be more like traditional bank account: on main page list of accounts with balances, you select one you get list of transactions for that account (from, message, amount, balance after, date) and can send money from selected account, etc.


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


















Powered by,
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
July 20, 2014, 06:20:36 PM
Last edit: July 21, 2014, 05:58:35 AM by bitfreak!
 #357

Official website is now online: www.cryptonite.info

Note: website may be sluggish, we're working on it.

Pre-announcement coming very soon.

aaaxn: it's already possible to filter transactions by address or what ever else, but you do have a valid point about not having a great way to see a list of addresses and their balance. However when we get around to making the "coin control" UI work it will provide the ability to see a list of addresses and their balances and let you manually select which addresses you want to use as the inputs for a transaction. The other thing to keep in mind is that many people tend to prefer using web based wallets for daily transactions, so hopefully we'll see some nice web wallets appear sooner rather than later.

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

Activity: 209
Merit: 100


View Profile
July 21, 2014, 12:27:57 AM
 #358

Official website is now online: www.cryptonite.info

Note: website may be sluggish, we're working on it.

Pre-announcement coming very soon.

aaaxn: it's already possible to filter transactions by address or what ever else, but you do have a valid point about not having a great way to see a list of addresses and their balance. However when we get around to making the "coin control" UI it will provide the ability to see a list of addresses and their balances and let you manually select which addresses you want to use as the inputs for a transaction. The other thing to keep in mind is that many people tend to prefer using web based wallets for daily transactions, so hopefully we'll see some nice web wallets appear sooner rather than later.

Very nice!
catia
Full Member
***
Offline Offline

Activity: 288
Merit: 105


View Profile
July 21, 2014, 03:58:40 AM
 #359

New binaries are up. Main change is that linux builds now have compiler optimizations turned on. Seems win64 has been that way for some time, whoops.

The plan is to continue testing all the way up until the July 28th release. A little code is still being written. Working on speeding up the consistency check on startup and cleaning up code here and there. Don't want any devs simultaneously having mind blown and throwing up. Also have some plans in the works to mitigate certain DoS vectors.

aaaxn
Sr. Member
****
Offline Offline

Activity: 359
Merit: 250



View Profile
July 21, 2014, 11:06:26 AM
Last edit: July 21, 2014, 11:30:06 AM by aaaxn
 #360

The other thing to keep in mind is that many people tend to prefer using web based wallets for daily transactions, so hopefully we'll see some nice web wallets appear sooner rather than later.
I wonder if this is because people really prefer web wallets or that original bitcoin client is painfully slow and requires a lot of storage. Maybe if p2p client was good enough there would be no need for everyone to use web wallet and network would be stronger and more decentralized. I bet this coin will be huge success, so there will be plenty of time and resources to polish gui later.

Quote
Official website is now online: www.cryptonite.info (http://cryptonite.info)
Great site and I am really impressed by quality of wiki. It really shows that all great features of this coin are for real and not just empty marketing.


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


















Powered by,
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!