JohnnyKovak
Newbie
Offline
Activity: 35
Merit: 0
|
|
June 12, 2014, 01:27:59 AM |
|
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,,,,,
|
|
|
|
FlyingMongoose
|
|
June 12, 2014, 01:30:27 AM |
|
Mac Wallet 2.0.1.0 http://www.mediafire.com/download/6ktucyrluclyd41/AsiaCoin-2.0.1.0.dmgAs 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<int, THREAD_MAX> vnThreadsRunning; -> boost::array<int, THREAD_MAX> 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.zipEnjoy :-) 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.dmgIt only took me 15 minutes :-)
|
qoinpro.com/951c974b34f66cc68e805832df0c9d8c
|
|
|
duplan
|
|
June 12, 2014, 01:46:31 AM |
|
Mac Wallet 2.0.1.0 http://www.mediafire.com/download/6ktucyrluclyd41/AsiaCoin-2.0.1.0.dmgAs 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<int, THREAD_MAX> vnThreadsRunning; -> boost::array<int, THREAD_MAX> 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.zipEnjoy :-) 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.dmgIt 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
|
|
|
|
FlyingMongoose
|
|
June 12, 2014, 01:50:30 AM |
|
Mac Wallet 2.0.1.0 http://www.mediafire.com/download/6ktucyrluclyd41/AsiaCoin-2.0.1.0.dmgAs 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<int, THREAD_MAX> vnThreadsRunning; -> boost::array<int, THREAD_MAX> 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.zipEnjoy :-) 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.dmgIt 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)
|
qoinpro.com/951c974b34f66cc68e805832df0c9d8c
|
|
|
Maestro1 (OP)
|
|
June 12, 2014, 01:55:21 AM |
|
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.
|
If you're happy with our work on AsiaCoin revival, please consider giving us trust feedback and provide donations to the new AsiaCoin Foundation.BTC: 1LCsuAojeFqf5YamN9iiwEo3VJ9YM8HHjf
|
|
|
FlyingMongoose
|
|
June 12, 2014, 02:49:37 AM |
|
Mac Wallet 2.0.1.0 http://www.mediafire.com/download/6ktucyrluclyd41/AsiaCoin-2.0.1.0.dmgAs 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<int, THREAD_MAX> vnThreadsRunning; -> boost::array<int, THREAD_MAX> 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.zipEnjoy :-) 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.dmgIt 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.
|
qoinpro.com/951c974b34f66cc68e805832df0c9d8c
|
|
|
FlyingMongoose
|
|
June 12, 2014, 03:02:53 AM Last edit: June 12, 2014, 05:50:27 AM by FlyingMongoose |
|
ORiN and duplan, can you give this one a go please? http://www.mediafire.com/download/wt8ppk1dufn78zr/AsiaCoin.dmgNote 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.
|
qoinpro.com/951c974b34f66cc68e805832df0c9d8c
|
|
|
kp3254
Newbie
Offline
Activity: 43
Merit: 0
|
|
June 12, 2014, 06:21:48 AM |
|
Is AC starting to wake up or is this a quick pump?
|
|
|
|
duplan
|
|
June 12, 2014, 08:11:33 AM |
|
ORiN and duplan, can you give this one a go please? http://www.mediafire.com/download/wt8ppk1dufn78zr/AsiaCoin.dmgNote 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
|
|
|
|
ORiN
|
|
June 12, 2014, 08:47:52 AM |
|
ORiN and duplan, can you give this one a go please? http://www.mediafire.com/download/wt8ppk1dufn78zr/AsiaCoin.dmgNote 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.
|
|
|
|
ORiN
|
|
June 12, 2014, 08:50:58 AM |
|
AsiaCoin blazing on Bter.com today! Over 30 BTC in trading volume on Bter.
|
|
|
|
duplan
|
|
June 12, 2014, 08:56:22 AM |
|
ORiN and duplan, can you give this one a go please? http://www.mediafire.com/download/wt8ppk1dufn78zr/AsiaCoin.dmgNote 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
|
|
|
|
johnny_q
Newbie
Offline
Activity: 8
Merit: 0
|
|
June 12, 2014, 08:59:54 AM |
|
Did someone had problems with generate a new address deposit on BTER? I waiting for address from falf-hour :/
|
|
|
|
JohnnyKovak
Newbie
Offline
Activity: 35
Merit: 0
|
|
June 12, 2014, 10:53:41 AM |
|
Did someone had problems with generate a new address deposit on BTER? I waiting for address from falf-hour :/
Yes...just now....not working
|
|
|
|
Maestro1 (OP)
|
|
June 12, 2014, 11:02:52 AM |
|
We're in contact with Bter. I will let you guys know when the issues are fully resolved.
|
If you're happy with our work on AsiaCoin revival, please consider giving us trust feedback and provide donations to the new AsiaCoin Foundation.BTC: 1LCsuAojeFqf5YamN9iiwEo3VJ9YM8HHjf
|
|
|
johnny_q
Newbie
Offline
Activity: 8
Merit: 0
|
|
June 12, 2014, 11:16:47 AM |
|
Meanwhile AC dropped to 300SAT
|
|
|
|
ORiN
|
|
June 12, 2014, 11:24:34 AM |
|
Meanwhile AC dropped to 300SAT
Lets hope we can stay above 300 sats.
|
|
|
|
shahim
Legendary
Offline
Activity: 1082
Merit: 1002
|
|
June 12, 2014, 02:09:08 PM |
|
Any news with BTER? I tried to generate deposit adress this morning. like 7 hours ago.
I am in chat with BTER Support now for an hour...
|
|
|
|
ORiN
|
|
June 12, 2014, 02:42:50 PM |
|
Any news with BTER? I tried to generate deposit adress this morning. like 7 hours ago.
I am in chat with BTER Support now for an hour...
I am not sure if I am seeing wrongly but AC deposits need 200 confirmations on Bter?
|
|
|
|
shahim
Legendary
Offline
Activity: 1082
Merit: 1002
|
|
June 12, 2014, 02:48:34 PM |
|
Any news with BTER? I tried to generate deposit adress this morning. like 7 hours ago.
I am in chat with BTER Support now for an hour...
I am not sure if I am seeing wrongly but AC deposits need 200 confirmations on Bter? seems like that, don't know how long this takes... but i like to try
|
|
|
|
|