Bitcoin Forum
April 27, 2024, 01:30:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 [31] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 ... 101 »
  Print  
Author Topic: [ANN] [JUDGE] Judge Coin | Multipool is UP @ http://judge.bemining.net/  (Read 150026 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
124C41
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

EVERYTHING YOU CAN IMAGINE IS REAL


View Profile
July 06, 2014, 06:06:59 PM
 #601


Mac wallet in the works?

Whether you think you can, or you think you can't - you're right.
BTC: 1Ex3zmaHoqbMBUWQVcG7kdTCktyng7Ld9M LTC: Lhrp8G9EjoyKCqKAmtuprUcV9KvqZQKAfk
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
July 06, 2014, 06:14:06 PM
 #602


Mac wallet in the works?

I'm working on but I have compilation errors. I corrected some but I have one last problem with boost.

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
July 06, 2014, 06:41:09 PM
 #603


Mac wallet in the works?

I'm working on but I have compilation errors. I corrected some but I have one last problem with boost.

src/net.cpp:60:1: error: unknown type name 'array'
array<int, THREAD_MAX> vnThreadsRunning;
^
src/net.cpp:60:6: error: expected unqualified-id
array<int, THREAD_MAX> vnThreadsRunning;

     ^

Any help?

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
judgecrypto (OP)
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
July 06, 2014, 07:06:15 PM
 #604


Mac wallet in the works?

I have a team member working on the Mac wallet.
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
July 06, 2014, 07:09:40 PM
 #605


Mac wallet in the works?

I have a team member working on the Mac wallet.

Good luck with the dirty code !

Otherwise any help with this ?

clang: warning: argument unused during compilation: '-pthread'
Undefined symbols for architecture x86_64:
  "boost::chrono::steady_clock::now()", referenced from:
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in miner.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in init.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in net.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in irc.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in db.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in walletdb.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in bitcoinrpc.o
      ...
  "boost::chrono::system_clock::now()", referenced from:
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in miner.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in init.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in net.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in irc.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in db.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in walletdb.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in bitcoinrpc.o
      ...
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Judgecoin-Qt.app/Contents/MacOS/Judgecoin-Qt] Error 1

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
Scriptiee
Sr. Member
****
Offline Offline

Activity: 249
Merit: 250


View Profile
July 06, 2014, 07:21:35 PM
 #606


Mac wallet in the works?

I have a team member working on the Mac wallet.

Good luck with the dirty code !

Otherwise any help with this ?

clang: warning: argument unused during compilation: '-pthread'
Undefined symbols for architecture x86_64:
  "boost::chrono::steady_clock::now()", referenced from:
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in miner.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in init.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in net.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in irc.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in db.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in walletdb.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in bitcoinrpc.o
      ...
  "boost::chrono::system_clock::now()", referenced from:
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in miner.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in init.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in net.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in irc.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in db.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in walletdb.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in bitcoinrpc.o
      ...
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Judgecoin-Qt.app/Contents/MacOS/Judgecoin-Qt] Error 1

Try compiling it for a 32bit instead?
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
July 06, 2014, 07:24:09 PM
 #607


Mac wallet in the works?

I have a team member working on the Mac wallet.

Good luck with the dirty code !

Otherwise any help with this ?

clang: warning: argument unused during compilation: '-pthread'
Undefined symbols for architecture x86_64:
  "boost::chrono::steady_clock::now()", referenced from:
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in miner.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in init.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in net.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in irc.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in db.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in walletdb.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in bitcoinrpc.o
      ...
  "boost::chrono::system_clock::now()", referenced from:
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in miner.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in init.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in net.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in irc.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in db.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in walletdb.o
      boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) in bitcoinrpc.o
      ...
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Judgecoin-Qt.app/Contents/MacOS/Judgecoin-Qt] Error 1

Try compiling it for a 32bit instead?

The wallet is almost ready. I have to test it and deploy.
Any bounties for this?

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
torrantz
Sr. Member
****
Offline Offline

Activity: 1063
Merit: 253


Sovryn - Brings DeFi to Bitcoin


View Profile
July 06, 2014, 07:32:30 PM
 #608

Donated 10 JUDGE
its not much,i'm a small miner (280x and 7850)but its 15% of what i'm holding

Keep up the good work

.#1 DeFi for Bitcoin Platform.            ███   ███
           ███   ███
          ███   ███
         ███   ███
        ███   ███
       ███   ███
      ███   ███
     ███   ███
    ███   ███
   ███   ███
  ███   ███
 ███   ███
███   ███
▄  ▄██████████████████████▄  ▄
 ▀▄ ▀████████████████████▀ ▄▀
  ▀█ ▀████▀ ▄▄            █▀
   ▀█▄ ▀█ ████████████▀ ▄█▀
     ██▄ ▀▀▀▀▀▀▀▀▀███  ██
      ███      ▀█▄ ▀ ▄██
       ███▄ ▀█████ ▄███
        ████ ▀██▀ ▄███
         ▀███▄  ▄███▀
          ▀███▄ ▀██▀
            ████▄ ▀
             ████▀
              ▀█▀
SOVRYN███   ███
 ███   ███
  ███   ███
   ███   ███
    ███   ███
     ███   ███
      ███   ███
       ███   ███
        ███   ███
         ███   ███
          ███   ███
           ███   ███
            ███   ███
.Join Origin Pre-Sale.
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████▀▀  ███████
█████████████▀▀      ███████
█████████▀▀   ▄▄     ███████
█████▀▀    ▄█▀▀     ████████
█████████ █▀        ████████
█████████ █ ▄███▄   ████████
██████████████████▄▄████████
████████████████████████████
████████████████████████████
████████████████████████████
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
July 06, 2014, 07:54:10 PM
 #609

Mac Wallet
Judgecoin-Qt.zip 12.0 MB
https://mega.co.nz/#!1tlCXQ6A!y2UK37TgOtrSHT7KPH4XHbVzCVmhCEjjs4w-PX4VP_o

I worked very hard to clean up the code, donations will be welcome.
Tested on 10.9 and 10.8.

BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
JUDGE: JhAn74WAs8mTSEDqpy7s4BNYpp12coHTB2

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
fairglu
Legendary
*
Offline Offline

Activity: 1100
Merit: 1030


View Profile WWW
July 06, 2014, 07:56:10 PM
 #610

somebody holds 27% of this coin in one wallet...that's kinda scary lol

we're far away from 100% supply; and early miners are always rewarded Smiley

without bagholders; every coin out there would be down 80%  Grin

Updated the tagging, it's a young blockchain, pools trust the top spots as you'll see.
(and #2 is probably dedicated pool's cold wallet)

Sorry for the scare Wink

As the coin matures, pools will fall way down and you'll likely see exchanges at the top of the richest list.

judgecrypto (OP)
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
July 06, 2014, 07:56:22 PM
 #611

Mac Wallet
Judgecoin-Qt.zip 12.0 MB
https://mega.co.nz/#!1tlCXQ6A!y2UK37TgOtrSHT7KPH4XHbVzCVmhCEjjs4w-PX4VP_o

I worked very hard to clean up the code, donations will be welcome.
Tested on 10.9 and 10.8.

BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
JUDGE: JhAn74WAs8mTSEDqpy7s4BNYpp12coHTB2

I have advertised .1 BTC for MAC wallet...once some people test it out that bounty is yours Smiley good work... you interested in joining the dev team?

Where is source link?
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
July 06, 2014, 08:26:37 PM
 #612

Mac Wallet
Judgecoin-Qt.zip 12.0 MB
https://mega.co.nz/#!1tlCXQ6A!y2UK37TgOtrSHT7KPH4XHbVzCVmhCEjjs4w-PX4VP_o

I worked very hard to clean up the code, donations will be welcome.
Tested on 10.9 and 10.8.

BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
JUDGE: JhAn74WAs8mTSEDqpy7s4BNYpp12coHTB2

I have advertised .1 BTC for MAC wallet...once some people test it out that bounty is yours Smiley good work... you interested in joining the dev team?

Where is source link?

Thank you for your proposition, I'm really honored. I'm not really a developper but I can maintain the wallet mac or linux . I'll send you the modified files after a cleaning. I used absolute path that only  work only on my machine.

Cheers

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
Rainer4256
Full Member
***
Offline Offline

Activity: 196
Merit: 100

For the benefit of medical research


View Profile
July 06, 2014, 08:30:03 PM
 #613

Mac Wallet
Judgecoin-Qt.zip 12.0 MB
https://mega.co.nz/#!1tlCXQ6A!y2UK37TgOtrSHT7KPH4XHbVzCVmhCEjjs4w-PX4VP_o

I worked very hard to clean up the code, donations will be welcome.
Tested on 10.9 and 10.8.

BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
JUDGE: JhAn74WAs8mTSEDqpy7s4BNYpp12coHTB2

I have advertised .1 BTC for MAC wallet...once some people test it out that bounty is yours Smiley good work... you interested in joining the dev team?

Where is source link?

Thank you for your proposition, I'm really honored. I'm not really a developper but I can maintain the wallet mac or linux . I'll send you the modified files after a cleaning. I used absolute path that only work on my machine.

Cheers
I'm using Mac OSX 10.9 and for some reason the wallet doesn't start. Any ideas?

ReserveShare - 100% Free and Fair. New source code. Proof Of Reserve
CureCoin: B78ozT6ChVMxiB5dMaY9d5rdzZ5GZvn9hT -- A giant leap for mankind! -- Start folding proteins now.
BitcoinDark: RF4asDkANqyb65yHaoEX8X896ek8eKrLhL -- Unprecedented! Check it out.
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
July 06, 2014, 08:35:39 PM
 #614

Mac Wallet
Judgecoin-Qt.zip 12.0 MB
https://mega.co.nz/#!1tlCXQ6A!y2UK37TgOtrSHT7KPH4XHbVzCVmhCEjjs4w-PX4VP_o

I worked very hard to clean up the code, donations will be welcome.
Tested on 10.9 and 10.8.

BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
JUDGE: JhAn74WAs8mTSEDqpy7s4BNYpp12coHTB2

I have advertised .1 BTC for MAC wallet...once some people test it out that bounty is yours Smiley good work... you interested in joining the dev team?

Where is source link?

Thank you for your proposition, I'm really honored. I'm not really a developper but I can maintain the wallet mac or linux . I'll send you the modified files after a cleaning. I used absolute path that only work on my machine.

Cheers
I'm using Mac OSX 10.9 and for some reason the wallet doesn't start. Any ideas?
launch the wallet twice.

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
judgecrypto (OP)
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
July 06, 2014, 08:44:51 PM
 #615

Donated 10 JUDGE
its not much,i'm a small miner (280x and 7850)but its 15% of what i'm holding

Keep up the good work

Thank you for supporting Judge Coin! Smiley post me your Judge Address Smiley
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
July 06, 2014, 08:48:54 PM
 #616

Donated 10 JUDGE
its not much,i'm a small miner (280x and 7850)but its 15% of what i'm holding

Keep up the good work

Thank you for supporting Judge Coin! Smiley post me your Judge Address Smiley

Can you confirm if it work fine?

JUDGE: JhAn74WAs8mTSEDqpy7s4BNYpp12coHTB2

Thank you

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
July 06, 2014, 08:53:48 PM
 #617

Mac Wallet
Judgecoin-Qt.zip 12.0 MB
https://mega.co.nz/#!1tlCXQ6A!y2UK37TgOtrSHT7KPH4XHbVzCVmhCEjjs4w-PX4VP_o

I worked very hard to clean up the code, donations will be welcome.
Tested on 10.9 and 10.8.

BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
JUDGE: JhAn74WAs8mTSEDqpy7s4BNYpp12coHTB2

You will receive an error message during the first launch, just restart the wallet and it will work perfectly. If the problem persists, send me the error message I'll rectify it.

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
Rainer4256
Full Member
***
Offline Offline

Activity: 196
Merit: 100

For the benefit of medical research


View Profile
July 06, 2014, 08:56:58 PM
 #618

Mac Wallet
Judgecoin-Qt.zip 12.0 MB
https://mega.co.nz/#!1tlCXQ6A!y2UK37TgOtrSHT7KPH4XHbVzCVmhCEjjs4w-PX4VP_o

I worked very hard to clean up the code, donations will be welcome.
Tested on 10.9 and 10.8.

BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
JUDGE: JhAn74WAs8mTSEDqpy7s4BNYpp12coHTB2

I have advertised .1 BTC for MAC wallet...once some people test it out that bounty is yours Smiley good work... you interested in joining the dev team?

Where is source link?

Thank you for your proposition, I'm really honored. I'm not really a developper but I can maintain the wallet mac or linux . I'll send you the modified files after a cleaning. I used absolute path that only work on my machine.

Cheers
I'm using Mac OSX 10.9 and for some reason the wallet doesn't start. Any ideas?
launch the wallet twice.
Of course I did, no luck.

ReserveShare - 100% Free and Fair. New source code. Proof Of Reserve
CureCoin: B78ozT6ChVMxiB5dMaY9d5rdzZ5GZvn9hT -- A giant leap for mankind! -- Start folding proteins now.
BitcoinDark: RF4asDkANqyb65yHaoEX8X896ek8eKrLhL -- Unprecedented! Check it out.
judgecrypto (OP)
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
July 06, 2014, 08:57:25 PM
 #619

Mac Wallet
Judgecoin-Qt.zip 12.0 MB
https://mega.co.nz/#!1tlCXQ6A!y2UK37TgOtrSHT7KPH4XHbVzCVmhCEjjs4w-PX4VP_o

I worked very hard to clean up the code, donations will be welcome.
Tested on 10.9 and 10.8.

BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
JUDGE: JhAn74WAs8mTSEDqpy7s4BNYpp12coHTB2

You will receive an error message during the first launch, just restart the wallet and it will work perfectly. If the problem persists, send me the error message I'll rectify it.

Can we get several MAC users to confirm the MAC wallet is working?
Rainer4256
Full Member
***
Offline Offline

Activity: 196
Merit: 100

For the benefit of medical research


View Profile
July 06, 2014, 09:10:19 PM
 #620

Mac Wallet
Judgecoin-Qt.zip 12.0 MB
https://mega.co.nz/#!1tlCXQ6A!y2UK37TgOtrSHT7KPH4XHbVzCVmhCEjjs4w-PX4VP_o

I worked very hard to clean up the code, donations will be welcome.
Tested on 10.9 and 10.8.

BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
JUDGE: JhAn74WAs8mTSEDqpy7s4BNYpp12coHTB2

I have advertised .1 BTC for MAC wallet...once some people test it out that bounty is yours Smiley good work... you interested in joining the dev team?

Where is source link?

Thank you for your proposition, I'm really honored. I'm not really a developper but I can maintain the wallet mac or linux . I'll send you the modified files after a cleaning. I used absolute path that only work on my machine.

Cheers
I'm using Mac OSX 10.9 and for some reason the wallet doesn't start. Any ideas?
launch the wallet twice.
Of course I did, no luck.
The console message was:
Code:
06.07.14 22:27:27,000 kernel[0]: exec of /Applications/Judgecoin-Qt.app/Contents/MacOS/Judgecoin-Qt denied since it was quarantined by PluginProcess and created without user consent, qtn-flags was 0x00000046

ReserveShare - 100% Free and Fair. New source code. Proof Of Reserve
CureCoin: B78ozT6ChVMxiB5dMaY9d5rdzZ5GZvn9hT -- A giant leap for mankind! -- Start folding proteins now.
BitcoinDark: RF4asDkANqyb65yHaoEX8X896ek8eKrLhL -- Unprecedented! Check it out.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 [31] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 ... 101 »
  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!