Pages:
Author

Topic: [AC] AsiaCoin | Pure PoS | 100% Interest - page 44. (Read 264526 times)

newbie
Activity: 8
Merit: 0
Meanwhile AC dropped to 300SAT
full member
Activity: 210
Merit: 100
We're in contact with Bter. I will let you guys know when the issues are fully resolved.
newbie
Activity: 35
Merit: 0
Did someone had problems with generate a new address deposit on BTER?
I waiting for address from falf-hour :/

Yes...just now....not working
newbie
Activity: 8
Merit: 0
Did someone had problems with generate a new address deposit on BTER?
I waiting for address from falf-hour :/
sr. member
Activity: 269
Merit: 252
ORiN and duplan, can you give this one a go please?

http://www.mediafire.com/download/wt8ppk1dufn78zr/AsiaCoin.dmg

Note that this is taking this long because I have to do some trial and error. I only have one mac, and one mac environment to work with. Because of this while I have all necessary files to compile and run, other users may not. This means having one of you guys test it on your macs instead of me on mine is a more reliable method of testing.

My computer will always find the library files. Other people's may not.
97MB? I think you might need to make some changes to the code and try to reference the libraries on the Mac instead of packaging them in.

I think FlyingMongoose needs to receive some tips or hints on how to link the libraries needed to the final build . I am sure there is a setting that he misses to change or introduce at the compiling stage . This is why his builds work locally on his machine , and not on mine , or yours , where these libraries are missing . Right now , after his second build , the missing library changed … . It could be just a suffix he may have to add to the compiling command . Would a proper compile not automagically reduce the size , too ? Please , take my deliberate conjectures for what they are , I am not a technical Programmer Smiley
sr. member
Activity: 532
Merit: 250
AsiaCoin blazing on Bter.com today! Over 30 BTC in trading volume on Bter.
sr. member
Activity: 532
Merit: 250
ORiN and duplan, can you give this one a go please?

http://www.mediafire.com/download/wt8ppk1dufn78zr/AsiaCoin.dmg

Note that this is taking this long because I have to do some trial and error. I only have one mac, and one mac environment to work with. Because of this while I have all necessary files to compile and run, other users may not. This means having one of you guys test it on your macs instead of me on mine is a more reliable method of testing.

My computer will always find the library files. Other people's may not.
97MB? I think you might need to make some changes to the code and try to reference the libraries on the Mac instead of packaging them in.
sr. member
Activity: 269
Merit: 252
ORiN and duplan, can you give this one a go please?

http://www.mediafire.com/download/wt8ppk1dufn78zr/AsiaCoin.dmg

Note that this is taking this long because I have to do some trial and error. I only have one mac, and one mac environment to work with. Because of this while I have all necessary files to compile and run, other users may not. This means having one of you guys test it on your macs instead of me on mine is a more reliable method of testing.

My computer will always find the library files. Other people's may not.

Just tested it , no luck ,

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: /usr/local/lib/QtGui.framework/Versions/4/QtGui
  Referenced from: /Applications/AsiaCoin-Qt.app/Contents/MacOS/AsiaCoin-Qt
  Reason: image not found
newbie
Activity: 43
Merit: 0
Is AC starting to wake up or is this a quick pump? Shocked
full member
Activity: 238
Merit: 100
ORiN and duplan, can you give this one a go please?

http://www.mediafire.com/download/wt8ppk1dufn78zr/AsiaCoin.dmg

Note that this is taking this long because I have to do some trial and error. I only have one mac, and one mac environment to work with. Because of this while I have all necessary files to compile and run, other users may not. This means having one of you guys test it on your macs instead of me on mine is a more reliable method of testing.

My computer will always find the library files. Other people's may not.
full member
Activity: 238
Merit: 100
Mac Wallet 2.0.1.0

http://www.mediafire.com/download/6ktucyrluclyd41/AsiaCoin-2.0.1.0.dmg


As far as I can tell it works, it connects to the network, and it stakes. This is my first compile of a wallet that has worked, so as of right now I recommend being wary.

This was compiled on OSX Mavericks (10.9.3) with compatibility to OSX 10.5 using QT Creator with QT SDK 4.8.6 and the same requirements as bitcoin and litecoin for mac on a homebrew install.

Here is the modifications to the source that allowed me to compile: (You guys can always merge into github and view the diffs, but I wouldn't necessarily recommend it).

Version.H was updated to show proper version # (#define DISPLAY_VERSION_REVISION    0 -> #define DISPLAY_VERSION_REVISION    1)
scrypt-x86_64.S was updated (.align 32 doesn't work on OSX, must be .align 16)
asiacoin-qt.pro was updated (Pointed to my proper library and include locations based on homebrew)
net.cpp was updated (line 61, array vnThreadsRunning; -> boost::array vnThreadsRunning;)
serialize.h was updated (too many definitions of an insert function, I commented out the lines 814-825)

Here is the source code with modifications http://www.mediafire.com/download/l8y6wg2dndm3z86/asiacoin.zip

Enjoy :-)

Donate AC: AFsn4r8CLbP4qtTadDKifbANdWiKhxvs8J
Donate NAUT: NZwuGk2BUoMyx2a3YbMiUxret8H45geHZ8
Donate BTC: 1KNLk4Dhz9u9CAnPj6vJ7QGi16HK9FbDAu
Error after trying to run the wallet.

Dyld Error Message:
  Library not loaded: /usr/local/lib/libminiupnpc.9.dylib
  Referenced from: /Applications/AsiaCoin-Qt.app/Contents/MacOS/AsiaCoin-Qt
  Reason: image not found

A bit strange, the miniupnpc libraries were in my path when I compiled...

I'll look into it. Though I believe it should be an easy fix. Just a compile of the app with libraries included should do it...

Found the issue, compiling a new one now.

Be about 30 minutes. (compile, package, upload)

This should work for you now.

http://www.mediafire.com/download/6ktucyrluclyd41/AsiaCoin-2.0.1.0.dmg

It only took me 15 minutes :-)

Unfortunately , it does not work on mine , OSX 10.9.3

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: /usr/local/lib/libminiupnpc.9.dylib
  Referenced from: /Applications/AsiaCoin-Qt.app/Contents/MacOS/AsiaCoin-Qt
  Reason: image not found

Very strange, I included the libraries... I wonder if there's something else preventing it from loading (I can say for certain it is loading on mine just fine 10.9.3)

Okay, I BELIEVE I fixed the issue, finally, it had to do with the application itself not referencing the included files (also the fact I didn't include the dylib files with the app).

That being the case, right now it's a rather large file (needed to make sure all possible libs that could be referenced were in there). Still working on mine (It probably worked in the first place because it was looking for the dylib files in locations that I did actually have them. The file will be uploaded in about 10 minutes we'll see if it works for you then.
full member
Activity: 210
Merit: 100
I'm baaaack.. What's up ya'll? On BTER, AC is at 470 sats and MintPal is at 260 sats. Good buying opportunity for AsiaCoin at MintPal!!!

tryed earlier Bter are not accepting AC Deposits....Fookerzzz....Email them too

Jun 12 06:22

Hi When will you be accepting AsiaCoin Deposits again Please


there answer.............

Bter Support (bter)
Jun 12 08:08

Dear Sir
We will enable AC deposit when everything is ok
Thanks


"when everything is ok" = When we have had our little China Pump,,,,,

I contacted them that everything is OK. Hopefully it will be re-enabled soon.
full member
Activity: 238
Merit: 100
Mac Wallet 2.0.1.0

http://www.mediafire.com/download/6ktucyrluclyd41/AsiaCoin-2.0.1.0.dmg


As far as I can tell it works, it connects to the network, and it stakes. This is my first compile of a wallet that has worked, so as of right now I recommend being wary.

This was compiled on OSX Mavericks (10.9.3) with compatibility to OSX 10.5 using QT Creator with QT SDK 4.8.6 and the same requirements as bitcoin and litecoin for mac on a homebrew install.

Here is the modifications to the source that allowed me to compile: (You guys can always merge into github and view the diffs, but I wouldn't necessarily recommend it).

Version.H was updated to show proper version # (#define DISPLAY_VERSION_REVISION    0 -> #define DISPLAY_VERSION_REVISION    1)
scrypt-x86_64.S was updated (.align 32 doesn't work on OSX, must be .align 16)
asiacoin-qt.pro was updated (Pointed to my proper library and include locations based on homebrew)
net.cpp was updated (line 61, array vnThreadsRunning; -> boost::array vnThreadsRunning;)
serialize.h was updated (too many definitions of an insert function, I commented out the lines 814-825)

Here is the source code with modifications http://www.mediafire.com/download/l8y6wg2dndm3z86/asiacoin.zip

Enjoy :-)

Donate AC: AFsn4r8CLbP4qtTadDKifbANdWiKhxvs8J
Donate NAUT: NZwuGk2BUoMyx2a3YbMiUxret8H45geHZ8
Donate BTC: 1KNLk4Dhz9u9CAnPj6vJ7QGi16HK9FbDAu
Error after trying to run the wallet.

Dyld Error Message:
  Library not loaded: /usr/local/lib/libminiupnpc.9.dylib
  Referenced from: /Applications/AsiaCoin-Qt.app/Contents/MacOS/AsiaCoin-Qt
  Reason: image not found

A bit strange, the miniupnpc libraries were in my path when I compiled...

I'll look into it. Though I believe it should be an easy fix. Just a compile of the app with libraries included should do it...

Found the issue, compiling a new one now.

Be about 30 minutes. (compile, package, upload)

This should work for you now.

http://www.mediafire.com/download/6ktucyrluclyd41/AsiaCoin-2.0.1.0.dmg

It only took me 15 minutes :-)

Unfortunately , it does not work on mine , OSX 10.9.3

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: /usr/local/lib/libminiupnpc.9.dylib
  Referenced from: /Applications/AsiaCoin-Qt.app/Contents/MacOS/AsiaCoin-Qt
  Reason: image not found

Very strange, I included the libraries... I wonder if there's something else preventing it from loading (I can say for certain it is loading on mine just fine 10.9.3)
sr. member
Activity: 269
Merit: 252
Mac Wallet 2.0.1.0

http://www.mediafire.com/download/6ktucyrluclyd41/AsiaCoin-2.0.1.0.dmg


As far as I can tell it works, it connects to the network, and it stakes. This is my first compile of a wallet that has worked, so as of right now I recommend being wary.

This was compiled on OSX Mavericks (10.9.3) with compatibility to OSX 10.5 using QT Creator with QT SDK 4.8.6 and the same requirements as bitcoin and litecoin for mac on a homebrew install.

Here is the modifications to the source that allowed me to compile: (You guys can always merge into github and view the diffs, but I wouldn't necessarily recommend it).

Version.H was updated to show proper version # (#define DISPLAY_VERSION_REVISION    0 -> #define DISPLAY_VERSION_REVISION    1)
scrypt-x86_64.S was updated (.align 32 doesn't work on OSX, must be .align 16)
asiacoin-qt.pro was updated (Pointed to my proper library and include locations based on homebrew)
net.cpp was updated (line 61, array vnThreadsRunning; -> boost::array vnThreadsRunning;)
serialize.h was updated (too many definitions of an insert function, I commented out the lines 814-825)

Here is the source code with modifications http://www.mediafire.com/download/l8y6wg2dndm3z86/asiacoin.zip

Enjoy :-)

Donate AC: AFsn4r8CLbP4qtTadDKifbANdWiKhxvs8J
Donate NAUT: NZwuGk2BUoMyx2a3YbMiUxret8H45geHZ8
Donate BTC: 1KNLk4Dhz9u9CAnPj6vJ7QGi16HK9FbDAu
Error after trying to run the wallet.

Dyld Error Message:
  Library not loaded: /usr/local/lib/libminiupnpc.9.dylib
  Referenced from: /Applications/AsiaCoin-Qt.app/Contents/MacOS/AsiaCoin-Qt
  Reason: image not found

A bit strange, the miniupnpc libraries were in my path when I compiled...

I'll look into it. Though I believe it should be an easy fix. Just a compile of the app with libraries included should do it...

Found the issue, compiling a new one now.

Be about 30 minutes. (compile, package, upload)

This should work for you now.

http://www.mediafire.com/download/6ktucyrluclyd41/AsiaCoin-2.0.1.0.dmg

It only took me 15 minutes :-)

Unfortunately , it does not work on mine , OSX 10.9.3

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: /usr/local/lib/libminiupnpc.9.dylib
  Referenced from: /Applications/AsiaCoin-Qt.app/Contents/MacOS/AsiaCoin-Qt
  Reason: image not found
full member
Activity: 238
Merit: 100
Mac Wallet 2.0.1.0

http://www.mediafire.com/download/6ktucyrluclyd41/AsiaCoin-2.0.1.0.dmg


As far as I can tell it works, it connects to the network, and it stakes. This is my first compile of a wallet that has worked, so as of right now I recommend being wary.

This was compiled on OSX Mavericks (10.9.3) with compatibility to OSX 10.5 using QT Creator with QT SDK 4.8.6 and the same requirements as bitcoin and litecoin for mac on a homebrew install.

Here is the modifications to the source that allowed me to compile: (You guys can always merge into github and view the diffs, but I wouldn't necessarily recommend it).

Version.H was updated to show proper version # (#define DISPLAY_VERSION_REVISION    0 -> #define DISPLAY_VERSION_REVISION    1)
scrypt-x86_64.S was updated (.align 32 doesn't work on OSX, must be .align 16)
asiacoin-qt.pro was updated (Pointed to my proper library and include locations based on homebrew)
net.cpp was updated (line 61, array vnThreadsRunning; -> boost::array vnThreadsRunning;)
serialize.h was updated (too many definitions of an insert function, I commented out the lines 814-825)

Here is the source code with modifications http://www.mediafire.com/download/l8y6wg2dndm3z86/asiacoin.zip

Enjoy :-)

Donate AC: AFsn4r8CLbP4qtTadDKifbANdWiKhxvs8J
Donate NAUT: NZwuGk2BUoMyx2a3YbMiUxret8H45geHZ8
Donate BTC: 1KNLk4Dhz9u9CAnPj6vJ7QGi16HK9FbDAu
Error after trying to run the wallet.

Dyld Error Message:
  Library not loaded: /usr/local/lib/libminiupnpc.9.dylib
  Referenced from: /Applications/AsiaCoin-Qt.app/Contents/MacOS/AsiaCoin-Qt
  Reason: image not found

A bit strange, the miniupnpc libraries were in my path when I compiled...

I'll look into it. Though I believe it should be an easy fix. Just a compile of the app with libraries included should do it...

Found the issue, compiling a new one now.

Be about 30 minutes. (compile, package, upload)

This should work for you now.

http://www.mediafire.com/download/6ktucyrluclyd41/AsiaCoin-2.0.1.0.dmg

It only took me 15 minutes :-)
newbie
Activity: 35
Merit: 0
I'm baaaack.. What's up ya'll? On BTER, AC is at 470 sats and MintPal is at 260 sats. Good buying opportunity for AsiaCoin at MintPal!!!

tryed earlier Bter are not accepting AC Deposits....Fookerzzz....Email them too

Jun 12 06:22

Hi When will you be accepting AsiaCoin Deposits again Please


there answer.............

Bter Support (bter)
Jun 12 08:08

Dear Sir
We will enable AC deposit when everything is ok
Thanks


"when everything is ok" = When we have had our little China Pump,,,,,
full member
Activity: 238
Merit: 100
Mac Wallet 2.0.1.0

http://www.mediafire.com/download/6ktucyrluclyd41/AsiaCoin-2.0.1.0.dmg


As far as I can tell it works, it connects to the network, and it stakes. This is my first compile of a wallet that has worked, so as of right now I recommend being wary.

This was compiled on OSX Mavericks (10.9.3) with compatibility to OSX 10.5 using QT Creator with QT SDK 4.8.6 and the same requirements as bitcoin and litecoin for mac on a homebrew install.

Here is the modifications to the source that allowed me to compile: (You guys can always merge into github and view the diffs, but I wouldn't necessarily recommend it).

Version.H was updated to show proper version # (#define DISPLAY_VERSION_REVISION    0 -> #define DISPLAY_VERSION_REVISION    1)
scrypt-x86_64.S was updated (.align 32 doesn't work on OSX, must be .align 16)
asiacoin-qt.pro was updated (Pointed to my proper library and include locations based on homebrew)
net.cpp was updated (line 61, array vnThreadsRunning; -> boost::array vnThreadsRunning;)
serialize.h was updated (too many definitions of an insert function, I commented out the lines 814-825)

Here is the source code with modifications http://www.mediafire.com/download/l8y6wg2dndm3z86/asiacoin.zip

Enjoy :-)

Donate AC: AFsn4r8CLbP4qtTadDKifbANdWiKhxvs8J
Donate NAUT: NZwuGk2BUoMyx2a3YbMiUxret8H45geHZ8
Donate BTC: 1KNLk4Dhz9u9CAnPj6vJ7QGi16HK9FbDAu
Error after trying to run the wallet.

Dyld Error Message:
  Library not loaded: /usr/local/lib/libminiupnpc.9.dylib
  Referenced from: /Applications/AsiaCoin-Qt.app/Contents/MacOS/AsiaCoin-Qt
  Reason: image not found

A bit strange, the miniupnpc libraries were in my path when I compiled...

I'll look into it. Though I believe it should be an easy fix. Just a compile of the app with libraries included should do it...

Found the issue, compiling a new one now.

Be about 30 minutes. (compile, package, upload)
full member
Activity: 126
Merit: 100
I'm baaaack.. What's up ya'll? On BTER, AC is at 470 sats and MintPal is at 260 sats. Good buying opportunity for AsiaCoin at MintPal!!!
full member
Activity: 238
Merit: 100
Mac Wallet 2.0.1.0

http://www.mediafire.com/download/wt8ppk1dufn78zr/AsiaCoin.dmg


As far as I can tell it works, it connects to the network, and it stakes. This is my first compile of a wallet that has worked, so as of right now I recommend being wary.

This was compiled on OSX Mavericks (10.9.3) with compatibility to OSX 10.5 using QT Creator with QT SDK 4.8.6 and the same requirements as bitcoin and litecoin for mac on a homebrew install.

Here is the modifications to the source that allowed me to compile: (You guys can always merge into github and view the diffs, but I wouldn't necessarily recommend it).

Version.H was updated to show proper version # (#define DISPLAY_VERSION_REVISION    0 -> #define DISPLAY_VERSION_REVISION    1)
scrypt-x86_64.S was updated (.align 32 doesn't work on OSX, must be .align 16)
asiacoin-qt.pro was updated (Pointed to my proper library and include locations based on homebrew)
net.cpp was updated (line 61, array vnThreadsRunning; -> boost::array vnThreadsRunning;)
serialize.h was updated (too many definitions of an insert function, I commented out the lines 814-825)

Here is the source code with modifications http://www.mediafire.com/download/l8y6wg2dndm3z86/asiacoin.zip

Enjoy :-)

Donate AC: AFsn4r8CLbP4qtTadDKifbANdWiKhxvs8J
Donate NAUT: NZwuGk2BUoMyx2a3YbMiUxret8H45geHZ8
Donate BTC: 1KNLk4Dhz9u9CAnPj6vJ7QGi16HK9FbDAu
Error after trying to run the wallet.

Dyld Error Message:
  Library not loaded: /usr/local/lib/libminiupnpc.9.dylib
  Referenced from: /Applications/AsiaCoin-Qt.app/Contents/MacOS/AsiaCoin-Qt
  Reason: image not found

A bit strange, the miniupnpc libraries were in my path when I compiled...

I'll look into it. Though I believe it should be an easy fix. Just a compile of the app with libraries included should do it...
sr. member
Activity: 532
Merit: 250
Mac Wallet 2.0.1.0

http://www.mediafire.com/download/wt8ppk1dufn78zr/AsiaCoin.dmg


As far as I can tell it works, it connects to the network, and it stakes. This is my first compile of a wallet that has worked, so as of right now I recommend being wary.

This was compiled on OSX Mavericks (10.9.3) with compatibility to OSX 10.5 using QT Creator with QT SDK 4.8.6 and the same requirements as bitcoin and litecoin for mac on a homebrew install.

Here is the modifications to the source that allowed me to compile: (You guys can always merge into github and view the diffs, but I wouldn't necessarily recommend it).

Version.H was updated to show proper version # (#define DISPLAY_VERSION_REVISION    0 -> #define DISPLAY_VERSION_REVISION    1)
scrypt-x86_64.S was updated (.align 32 doesn't work on OSX, must be .align 16)
asiacoin-qt.pro was updated (Pointed to my proper library and include locations based on homebrew)
net.cpp was updated (line 61, array vnThreadsRunning; -> boost::array vnThreadsRunning;)
serialize.h was updated (too many definitions of an insert function, I commented out the lines 814-825)

Here is the source code with modifications http://www.mediafire.com/download/l8y6wg2dndm3z86/asiacoin.zip

Enjoy :-)

Donate AC: AFsn4r8CLbP4qtTadDKifbANdWiKhxvs8J
Donate NAUT: NZwuGk2BUoMyx2a3YbMiUxret8H45geHZ8
Donate BTC: 1KNLk4Dhz9u9CAnPj6vJ7QGi16HK9FbDAu
Error after trying to run the wallet.

Dyld Error Message:
  Library not loaded: /usr/local/lib/libminiupnpc.9.dylib
  Referenced from: /Applications/AsiaCoin-Qt.app/Contents/MacOS/AsiaCoin-Qt
  Reason: image not found
Pages:
Jump to: