Bitcoin Forum
May 06, 2024, 12:50:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 6 »  All
  Print  
Author Topic: Compiling Mac Clients for ANY Alt Coin, Your Choice!  (Read 14317 times)
maxpower
Sr. Member
****
Offline Offline

Activity: 456
Merit: 250


View Profile
May 29, 2013, 08:07:01 PM
 #61

Please do digitalcoin.

Done! Download link is in my Mac Wallets thread: https://bitcointalk.org/index.php?topic=216672

Can I share this on the main thread?

Thanks Smiley

Sure, I hope people will find it useful.

Mac Altcoin Wallets: https://bitcointalk.org/index.php?topic=216672 | Rep Thread: https://bitcointalk.org/index.php?topic=205035.0
BTC: 13wuRW8v1PtZrbKKrBfT5JcuiCwpMqpCmY
1714999816
Hero Member
*
Offline Offline

Posts: 1714999816

View Profile Personal Message (Offline)

Ignore
1714999816
Reply with quote  #2

1714999816
Report to moderator
1714999816
Hero Member
*
Offline Offline

Posts: 1714999816

View Profile Personal Message (Offline)

Ignore
1714999816
Reply with quote  #2

1714999816
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714999816
Hero Member
*
Offline Offline

Posts: 1714999816

View Profile Personal Message (Offline)

Ignore
1714999816
Reply with quote  #2

1714999816
Report to moderator
1714999816
Hero Member
*
Offline Offline

Posts: 1714999816

View Profile Personal Message (Offline)

Ignore
1714999816
Reply with quote  #2

1714999816
Report to moderator
maxpower
Sr. Member
****
Offline Offline

Activity: 456
Merit: 250


View Profile
May 29, 2013, 08:13:45 PM
 #62

Hmmm... so i got a QT compiled and running on my computer, it also runs on my GFs laptop, which is the same model as my laptop, but with no extra libraries or QT installed.  The weird part though, is that it doesn't run on my friends computer.
[removed check my sig for latest version]
Anyone wanna give it a go and tell me the errors they get?

Thanks!
Crendore

Could it be an issue with Mac OS X versions? I'm unclear on whether Qt apps built on the 10.7 framework will work on OS X earlier than Lion.

I'll give it a try on my system later and let you know how it goes.

Mac Altcoin Wallets: https://bitcointalk.org/index.php?topic=216672 | Rep Thread: https://bitcointalk.org/index.php?topic=205035.0
BTC: 13wuRW8v1PtZrbKKrBfT5JcuiCwpMqpCmY
crendore
Sr. Member
****
Offline Offline

Activity: 363
Merit: 250


View Profile
May 29, 2013, 08:18:39 PM
 #63

Thanks! i moved it into a DMG, i've now tested it on 4 laptops, and it worked. it is just one of my developer friends' laptop that it didn't work on.

I wonder if it has something to do with processor on the different machines, i know his laptop is fairly old, but he is running the same version of OSX as i am 10.8.3

maxpower
Sr. Member
****
Offline Offline

Activity: 456
Merit: 250


View Profile
May 29, 2013, 09:26:29 PM
 #64

Thanks! i moved it into a DMG, i've now tested it on 4 laptops, and it worked. it is just one of my developer friends' laptop that it didn't work on.

I wonder if it has something to do with processor on the different machines, i know his laptop is fairly old, but he is running the same version of OSX as i am 10.8.3

Weird. I've gotten one crash report on one of my wallets, too, but no details. I'll ask about the Mac model.

Would you mind if I added your YACoin wallet to my list of wallets? https://bitcointalk.org/index.php?topic=216672

Mac Altcoin Wallets: https://bitcointalk.org/index.php?topic=216672 | Rep Thread: https://bitcointalk.org/index.php?topic=205035.0
BTC: 13wuRW8v1PtZrbKKrBfT5JcuiCwpMqpCmY
crendore
Sr. Member
****
Offline Offline

Activity: 363
Merit: 250


View Profile
May 29, 2013, 10:24:26 PM
 #65

Yeah, sounds good!

Petr1fied
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
June 05, 2013, 06:37:57 AM
Last edit: June 06, 2013, 11:56:23 AM by Petr1fied
 #66

I'd like to commission a Mac client of GameCoin (GME) with the latest code from GitHub.

EDIT: built by maxpower.
MobGod
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
October 31, 2013, 10:10:35 PM
 #67

can anyone take a look at this and see what they suggest i do for this error ?
src/scrypt-x86_64.S:178:9: error: invalid alignment value
 .align 32
        ^
src/scrypt-x86_64.S:291:9: error: invalid alignment value
 .align 32
        ^
src/scrypt-x86_64.S:528:9: error: invalid alignment value
 .align 32
        ^
src/scrypt-x86_64.S:844:9: error: invalid alignment value
 .align 32
        ^
src/scrypt-x86_64.S:1002:9: error: invalid alignment value
 .align 32
        ^
src/scrypt-x86_64.S:1464:9: error: invalid alignment value
 .align 32
        ^
make: *** [build/scrypt-x86_64.o] Error 1

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
CaptEmulation
Full Member
***
Offline Offline

Activity: 134
Merit: 100


View Profile
December 12, 2013, 02:24:34 PM
 #68

can anyone take a look at this and see what they suggest i do for this error ?

src/scrypt-x86_64.S:291:9: error: invalid alignment value
 .align 32


I changed these to .align 16 and have been able to move past that error to eventually compile Mac wallets.  AFAIK, The alignment is strictly for the code and is not data related.

MobGod
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
December 12, 2013, 02:39:54 PM
 #69

can anyone take a look at this and see what they suggest i do for this error ?

src/scrypt-x86_64.S:291:9: error: invalid alignment value
 .align 32


I changed these to .align 16 and have been able to move past that error to eventually compile Mac wallets.  AFAIK, The alignment is strictly for the code and is not data related.
What version of osx ?

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
CaptEmulation
Full Member
***
Offline Offline

Activity: 134
Merit: 100


View Profile
December 12, 2013, 02:56:54 PM
 #70

Mac OS X 10.8.5 w/

$ g++ --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix

QQ
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
January 15, 2014, 08:31:48 PM
 #71

Can you make one for microCoin? https://github.com/microcoinsource/microcoin
I tried but I can't fix the ASM part (similar to yacoin)
ifly333
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
February 05, 2014, 11:50:51 PM
 #72

Really need a mac wallet for Platinum PT. Pleeeease.
ifly333
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
February 06, 2014, 12:35:00 AM
 #73

I noticed no one has posted here for awhile and the OP hasn't been logged on in accouple weeks, so if anyone could please help me with a mac wallet PM me please!
Thank you
jimjam1210
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
February 10, 2014, 03:32:01 AM
 #74

same here i need mine doe before launch if anyone can help id really appreciate it
CaptEmulation
Full Member
***
Offline Offline

Activity: 134
Merit: 100


View Profile
February 10, 2014, 01:29:04 PM
 #75

I guess I'm the new Mac wallet build guy.  Please PM me the github repository for your Mac wallet build needs.  I can compile 64bit Mac OS X 10.8+ compatible wallets and will create a PR against your repo of any change necessary to build.

wampumcoin
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
February 17, 2014, 12:50:53 AM
 #76

Hi MaxPower I sent you a PM with my emails, I need a mac wallet for my coin that is about to launch. 

Thanks
maxpower
Sr. Member
****
Offline Offline

Activity: 456
Merit: 250


View Profile
February 17, 2014, 04:35:45 PM
 #77

Hi MaxPower I sent you a PM with my emails, I need a mac wallet for my coin that is about to launch. 

Thanks

PM'd you.

Mac Altcoin Wallets: https://bitcointalk.org/index.php?topic=216672 | Rep Thread: https://bitcointalk.org/index.php?topic=205035.0
BTC: 13wuRW8v1PtZrbKKrBfT5JcuiCwpMqpCmY
stlcoin
Newbie
*
Offline Offline

Activity: 63
Merit: 0


View Profile WWW
February 22, 2014, 12:56:19 AM
 #78

STLcoin needs a mac version
pcmerc
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
February 28, 2014, 06:39:23 PM
Last edit: February 28, 2014, 08:02:26 PM by pcmerc
 #79

Starcoin OSX wallet

http://pcmerc.com/files/starcoin-qt.dmg










Donations welcome Cheesy

LTC: Le9cJ2cRVYZ7sx7829gTC4DACU8hMLuzHe
BTC: 13wKPZZ83AE22eEYKXoVBQWx3QaPJYq67a
pcmerc
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
February 28, 2014, 07:50:51 PM
Last edit: February 28, 2014, 08:01:54 PM by pcmerc
 #80

Orobit OSX wallet built


http://pcmerc.com/files/Orobit-Qt.dmg


You will need to supply the orobit.conf in the proper location for this to sync.

rpcuser=orobitrpc
rpcpassword=whatthefeck
rpcallow=*
gen=0
addnode=188.226.153.225
addnode=128.199.241.36
addnode=70.80.98.33
addnode=77.123.224.6
addnode=85.131.246.195
addnode=193.189.187.250
addnode=188.226.144.218
addnode=178.33.32.136
addnode=188.230.177.62
addnode=85.25.196.154


ORO: 13NpiuF43BY26ao1CfjPFpyh3ghGNZTYVe
LTC: Le9cJ2cRVYZ7sx7829gTC4DACU8hMLuzHe
BTC: 13wKPZZ83AE22eEYKXoVBQWx3QaPJYq67a
Pages: « 1 2 3 [4] 5 6 »  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!