Bitcoin Forum
June 15, 2024, 01:42:34 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 [149] 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 »
  Print  
Author Topic: [AC] AsiaCoin | Pure PoS | 100% Interest  (Read 264518 times)
JohnnyKovak
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
June 12, 2014, 01:27:59 AM
 #2961

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

Activity: 238
Merit: 100


View Profile
June 12, 2014, 01:30:27 AM
 #2962

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<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.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 :-)

qoinpro.com/951c974b34f66cc68e805832df0c9d8c
duplan
Sr. Member
****
Offline Offline

Activity: 269
Merit: 252


View Profile
June 12, 2014, 01:46:31 AM
 #2963

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

Activity: 238
Merit: 100


View Profile
June 12, 2014, 01:50:30 AM
 #2964

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<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.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)

qoinpro.com/951c974b34f66cc68e805832df0c9d8c
Maestro1 (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
June 12, 2014, 01:55:21 AM
 #2965

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

Activity: 238
Merit: 100


View Profile
June 12, 2014, 02:49:37 AM
 #2966

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<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.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.

qoinpro.com/951c974b34f66cc68e805832df0c9d8c
FlyingMongoose
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
June 12, 2014, 03:02:53 AM
Last edit: June 12, 2014, 05:50:27 AM by FlyingMongoose
 #2967

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.

qoinpro.com/951c974b34f66cc68e805832df0c9d8c
kp3254
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile WWW
June 12, 2014, 06:21:48 AM
 #2968

Is AC starting to wake up or is this a quick pump? Shocked
duplan
Sr. Member
****
Offline Offline

Activity: 269
Merit: 252


View Profile
June 12, 2014, 08:11:33 AM
 #2969

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
ORiN
Sr. Member
****
Offline Offline

Activity: 532
Merit: 250


View Profile
June 12, 2014, 08:47:52 AM
 #2970

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.
ORiN
Sr. Member
****
Offline Offline

Activity: 532
Merit: 250


View Profile
June 12, 2014, 08:50:58 AM
 #2971

AsiaCoin blazing on Bter.com today! Over 30 BTC in trading volume on Bter.
duplan
Sr. Member
****
Offline Offline

Activity: 269
Merit: 252


View Profile
June 12, 2014, 08:56:22 AM
 #2972

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
johnny_q
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
June 12, 2014, 08:59:54 AM
 #2973

Did someone had problems with generate a new address deposit on BTER?
I waiting for address from falf-hour :/
JohnnyKovak
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
June 12, 2014, 10:53:41 AM
 #2974

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

Activity: 210
Merit: 100


View Profile
June 12, 2014, 11:02:52 AM
 #2975

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 Offline

Activity: 8
Merit: 0


View Profile
June 12, 2014, 11:16:47 AM
 #2976

Meanwhile AC dropped to 300SAT
ORiN
Sr. Member
****
Offline Offline

Activity: 532
Merit: 250


View Profile
June 12, 2014, 11:24:34 AM
 #2977

Meanwhile AC dropped to 300SAT
Lets hope we can stay above 300 sats.
shahim
Legendary
*
Offline Offline

Activity: 1082
Merit: 1002


View Profile
June 12, 2014, 02:09:08 PM
 #2978

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
Sr. Member
****
Offline Offline

Activity: 532
Merit: 250


View Profile
June 12, 2014, 02:42:50 PM
 #2979

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 Offline

Activity: 1082
Merit: 1002


View Profile
June 12, 2014, 02:48:34 PM
 #2980

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
Pages: « 1 ... 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 [149] 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 »
  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!