Pages:
Author

Topic: [ANN] The Definitive List of Mac Altcoin Wallets - page 12. (Read 75300 times)

sr. member
Activity: 456
Merit: 250
sr. member
Activity: 404
Merit: 250
RIP Phil 2015
sr. member
Activity: 456
Merit: 250
sr. member
Activity: 456
Merit: 250
Hey just wondering, sometimes wallets say they are damaged and can't be opened. Do I need to install another program for them to work? (PluginProcess or something?) Latest version of Mavericks

That error usually means that some dynamic library can't be found. Are there any specific ones that always give that error?

It's generally the ones that just have the application file, not any .dmg files to load.

That's weird. Can you give me an example of one that's failing?
sr. member
Activity: 456
Merit: 250
Hi all, sorry for lack of updates. Been very busy. Here are a few updates from the past couple of weeks, which I've just updated in the OP:

  • New Zetacoin wallet.
  • New Cashcoin wallet.
  • Updated the Takeicoin wallet.

I have a build of the TEK wallet, but I can't get it to sync. I don't know if it's a wallet problem or a problem with TEK's blockchain. Anybody know what's going on with TEK right now?
legendary
Activity: 1148
Merit: 1000
any tek wallet?
sr. member
Activity: 404
Merit: 250
RIP Phil 2015
Having some issues compiling our 0.6.4 client using QT Creator 2.5.2 and SDK 4.8.5, we have resorted to this thread because we know Max is the go to guy around here for Mac clients. Any help is much appreciated.

ld: warning: ignoring file /opt/local/lib/libssl.dylib, file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /opt/local/lib/libssl.dylib
ld: warning: ignoring file /opt/local/lib/libcrypto.dylib, file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /opt/local/lib/libcrypto.dylib
ld: warning: ignoring file /opt/local/lib/db48/libdb_cxx-4.8.dylib, file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /opt/local/lib/db48/libdb_cxx-4.8.dylib
ld: warning: ignoring file /opt/local/lib/libboost_system-mt.dylib, file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /opt/local/lib/libboost_system-mt.dylib
ld: warning: ignoring file /opt/local/lib/libboost_filesystem-mt.dylib, file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /opt/local/lib/libboost_filesystem-mt.dylib
ld: warning: ignoring file /opt/local/lib/libboost_program_options-mt.dylib, file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /opt/local/lib/libboost_program_options-mt.dylib
ld: warning: ignoring file /opt/local/lib/libboost_thread-mt.dylib, file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /opt/local/lib/libboost_thread-mt.dylib
Undefined symbols for architecture x86_64:
member
Activity: 112
Merit: 10
Hey just wondering, sometimes wallets say they are damaged and can't be opened. Do I need to install another program for them to work? (PluginProcess or something?) Latest version of Mavericks

That error usually means that some dynamic library can't be found. Are there any specific ones that always give that error?

It's generally the ones that just have the application file, not any .dmg files to load.
sr. member
Activity: 456
Merit: 250
Hey just wondering, sometimes wallets say they are damaged and can't be opened. Do I need to install another program for them to work? (PluginProcess or something?) Latest version of Mavericks

That error usually means that some dynamic library can't be found. Are there any specific ones that always give that error?
sr. member
Activity: 456
Merit: 250
Hi.  I am trying to get KaKaCoin wallet to load on 10.9.  I have just about every other wallet working, and copying the Frameworks from a know working wallet doesn't seem to do it.  Any suggestions on what to try?

Steve


First few lines of crash report:

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib           0x00007fff8cf0a866 __pthread_kill + 10
1   libsystem_pthread.dylib          0x00007fff841ec35c pthread_kill + 92
2   libsystem_c.dylib                0x00007fff8bc78bba abort + 125
3   QtCore                           0x0000000101e51cf5 qt_message_output(QtMsgType, char const*) + 117
4   QtCore                           0x0000000101e51ed7 qt_message_output(QtMsgType, char const*) + 599


It's hard to tell what's going on--it looks like this thread is crashing while it's trying to report some other error. Copying Frameworks doesn't always help because all the dylib references have to be fixed up with install_name_tool, and it can be complicated to track down all those references. I recommend checking out this thread for more info: https://bitcointalksearch.org/topic/compiling-mac-clients-for-any-alt-coin-your-choice-205017
sr. member
Activity: 456
Merit: 250
what I should do if I wants to compile the ultracoin's scrtpt-jane into 64 bit mac os 10.9 and it still work.

it different between ultracoin's scrtpt-jane and https://github.com/floodyberry/scrypt-jane.

https://github.com/floodyberry/scrypt-jane can compile.

ultracoin github : https://github.com/ziggy909/ultracoin

fatecoin github:https://github.com/liyang19901122/fatecoin


Not sure, I haven't tried to compile any scrypt-jane on 10.9 yet. Usually you can fix scrypt-jane for mac by commenting out all the SSE defines, which the Apple version of gcc doesn't seem to like. What error are you getting?
member
Activity: 112
Merit: 10
Hey just wondering, sometimes wallets say they are damaged and can't be opened. Do I need to install another program for them to work? (PluginProcess or something?) Latest version of Mavericks
member
Activity: 112
Merit: 10
smartcoin.io
Looking for someone to help us with older builds (Snow Leopard). Some users are reporting crashes. I have the OS X wallet built with Brew on 10.8, and it's working fine on Mavericks for me as well. Bounty is available.
member
Activity: 79
Merit: 10
Please add Zedcoin.
Thanks!
hero member
Activity: 627
Merit: 500
Hi.  I am trying to get KaKaCoin wallet to load on 10.9.  I have just about every other wallet working, and copying the Frameworks from a know working wallet doesn't seem to do it.  Any suggestions on what to try?

Steve


First few lines of crash report:

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib           0x00007fff8cf0a866 __pthread_kill + 10
1   libsystem_pthread.dylib          0x00007fff841ec35c pthread_kill + 92
2   libsystem_c.dylib                0x00007fff8bc78bba abort + 125
3   QtCore                           0x0000000101e51cf5 qt_message_output(QtMsgType, char const*) + 117
4   QtCore                           0x0000000101e51ed7 qt_message_output(QtMsgType, char const*) + 599
newbie
Activity: 4
Merit: 0
what I should do if I wants to compile the ultracoin's scrtpt-jane into 64 bit mac os 10.9 and it still work.

it different between ultracoin's scrtpt-jane and https://github.com/floodyberry/scrypt-jane.

https://github.com/floodyberry/scrypt-jane can compile.

ultracoin github : https://github.com/ziggy909/ultracoin

fatecoin github:https://github.com/liyang19901122/fatecoin
newbie
Activity: 4
Merit: 0
Can someone compile Qt for fatecoin, FATE

https://github.com/liyang19901122/fatecoin

thanks.
sr. member
Activity: 456
Merit: 250
UPDATE: Updated Takeicoin.
sr. member
Activity: 456
Merit: 250
UPDATES:

  • TagCoin updated to latest version.
  • New Applecoin wallet.
  • New QQcoin wallet.
  • New Radioactivecoin wallet.
  • New Velocitycoin wallet.
Pages:
Jump to: