Bitcoin Forum
June 24, 2024, 03:09:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 »
141  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | x13 / 20 day PoW then PoS | LAUNCHED! on: July 08, 2014, 04:25:28 PM
add BDB_LIB_SUFFIX=-5.1 in *.pro file
This made it even worse. I got tons of undefined references in bitcoin.cpp, bitcoingui.cpp etc. Too long to post here.

Examples

Code:
bitcoin.cpp:(.text+0xacc): Undefined reference to `QString::fromAscii(char const*, int)'
bitcoingui.cpp:(.text+0x195): Undefined reference to `QMetaObject::tr(char const*, char const*) const'

Thank you anyway for trying to help.
142  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | x13 / 20 day PoW then PoS | LAUNCHED! on: July 08, 2014, 03:32:11 PM
Compilation on a clean Ubuntu system with necessary libraries fails for statisticspage.cpp due to an ambiguous overload. My workaround (which doesn't seem to break anything) is to change line 72 to:

Code:
QString qVolume = QString::number(volume);

This should be fixed as well.

+1 This should get fixed in the source. Is there any ETA for the source code?

Thanks for staying on this.  Since we are facing a pretty hefty change I froze all other minor fixes until the PoS code is 100% working.  While small changes in code may appear innocuous they have the potential to cause unforeseen issues.  Best practice at this point is to only introduce changes necessary to fix the immediate issue at hand.

Once the PoS issue is fixed we can go through and fix the minor bugs on a minor version release.

Then once the minor bugs are fixed we can do any UI tweaks.

EDIT: Source link https://github.com/judgecrypto/judgecoin
I tried to build it, no luck. After I changed the line mentioned by rarkenin I also had to add the link to my Berkeley database in the Makefile: CXX=g++ --> CXX=g++ -I /usr/local/BerkeleyDB.5.1/include
After building 20 minutes I got:

Code:
/usr/bin/ld: cannot find -ldb_cxx
collect2: error: ld returned 1 exit status

Any ideas?
143  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | x13 / 20 day PoW then PoS | LAUNCHED! on: July 08, 2014, 02:37:58 PM
Compilation on a clean Ubuntu system with necessary libraries fails for statisticspage.cpp due to an ambiguous overload. My workaround (which doesn't seem to break anything) is to change line 72 to:

Code:
QString qVolume = QString::number(volume);

This should be fixed as well.

+1 This should get fixed in the source. Is there any ETA for the source code?
144  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] M.Jcoin (M.J) | First coin of tribute | POW/POS | Launched on: July 07, 2014, 02:29:31 PM
The author, and how to get to now haven't into the trading platform?

Can you precisely explain what you mean? Thank you.
145  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | x13 / 20 day PoW then PoS | Day 1/20 PoW on: July 06, 2014, 09:23:03 PM
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

try this in the terminal:
xattr -d -r com.apple.quarantine /Applications/Judgecoin-Qt.app

Yup! Worked, thank you. Not that I need the wallet on my Mac, I was just interested to give JudgeCrypto some feedback.
In general, Mac users are used to install apps via an installation program. Just a hint. All my crypto wallets are on Ubuntu and built from source. Usually the source code arrives before the Mac wallet.
146  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] M.Jcoin (M.J) | First coin of tribute | POW/POS | Launched on: July 06, 2014, 09:15:11 PM
Giveaway has arrived, wow! Thanks dev.
147  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | x13 / 20 day PoW then PoS | Day 1/20 PoW on: July 06, 2014, 09:10:19 PM
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
148  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | x13 / 20 day PoW then PoS | Day 1/20 PoW on: July 06, 2014, 08:56:58 PM
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.
149  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | x13 / 20 day PoW then PoS | Day 1/20 PoW on: July 06, 2014, 08:30:03 PM
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?
150  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MIN] Minerals - POS. Fair Distribution. E-SPORTS BETTING TEST WENT LIVE! on: July 06, 2014, 08:11:47 PM
Good buy support establishing on MintPal! This is the floor, buy in if you haven't!
Just bought 3K @ Bittrex.  Grin
151  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MIN] Minerals - POS. Fair Distribution. E-SPORTS BETTING TEST WENT LIVE! on: July 06, 2014, 06:03:26 PM
Quote
its fine. get your eyes checked.

No it's not.  Just because you like it doesn't mean everybody else does.  Grow up.
I like it too!

Like that blue too for major news by MineralsPR,  its easy to recognice and shows even his aktivity,  stay with that blue font pls, thanks!
+1
152  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MIN] Minerals - POS. Fair Distribution. E-SPORTS BETTING TEST WENT LIVE! on: July 06, 2014, 05:32:31 PM
Quote
its fine. get your eyes checked.

No it's not.  Just because you like it doesn't mean everybody else does.  Grow up.
I like it too!
153  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MIN] Minerals - POS. Fair Distribution. E-SPORTS BETTING TEST WENT LIVE! on: July 06, 2014, 04:47:08 PM
Hello everyone.
Since Minerals project recently grown quite large, Dev team decided to ask me to step in as their public rep.
So for now I will try to answer as many questions as possible and keep you guys posted about how development of the service goes on.
I personally know founders and we have some history in our previous projects. I also have direct access to the guys behind the scenes 24/7.


I'm sorry but a silly blue font doesn't inspire confidence in your PR skills.

there is no problem with the blue font. I actually prefer it. MinPR will be posting here often and this will only make it easier to identify official posts. Keep the blue font please.
Keep it please!
154  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | x13 / 20 day PoW then PoS | Day 1/20 PoW on: July 06, 2014, 04:34:28 PM
What's the relationship about the dev and silkcoin
Silkcoin has huge Scam Coin

Judgecrypto was just a member of the Community team and was NOT part of the dev team. He got screwed over like the rest of us. He lost A LOT of money in Silkcoin and that is why he has started Judgecoin as he is tired of all the scams and bullshit
Same here. At least the wallet is inspired by silkcoin's. I always have respected him for being open-minded and legit.
155  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | x13 / 20 day PoW then PoS | LAUNCHED! on: July 06, 2014, 04:01:14 PM
Compilation on a clean Ubuntu system with necessary libraries fails for statisticspage.cpp due to an ambiguous overload. My workaround (which doesn't seem to break anything) is to change line 72 to:

Code:
QString qVolume = QString::number(volume);
You've made my day. Thank you!
156  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MIN] Minerals - POS. Fair Distribution. E-SPORTS BETTING TEST WENT LIVE! on: July 05, 2014, 06:16:37 PM
Hi,
I transferred 100 BC to Bittrex an hour ago to change them for MIN. As the coins didn't hit Bittrex I checked my wallet and saw that Blackcoin is disabled at Bittrex.  Huh

Any ideas?

Contact Bittrex and they will help, I guess it has something to do with BlackHalo updates.
Thank you, I did. Still no answer.
157  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MIN] Minerals - POS. Fair Distribution. E-SPORTS BETTING TEST WENT LIVE! on: July 05, 2014, 03:59:08 PM
Hi,
I transferred 100 BC to Bittrex an hour ago to change them for MIN. As the coins didn't hit Bittrex I checked my wallet and saw that Blackcoin is disabled at Bittrex.  Huh

Any ideas?
158  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MIN] Minerals - POS. Fair Distribution. E-SPORTS BETTING TEST WENT LIVE! on: July 05, 2014, 03:28:05 PM
sell before its too late dev is related to mark karples ............mt gox = minerals .......both gamers and scammers .....please spread the news


Just when I thought ive seen it all... someone comes in here and posts even worse fud then ive seen so far.. Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy

I couldn't have said it better!
159  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MIN] Minerals - POS. Fair Distribution. E-SPORTS BETTING TEST WENT LIVE! on: July 05, 2014, 02:20:19 PM
No one gonna buy MIN to big difference to make MIN again on 6-7k at the moment all just sold to jump on another coin.

its only 12btc to buy the order books on btrx and mintpal back to 5k , thats pocketchange , its the reverse of a pnd . inflate the price till the buy book fills then dump. deflate the price by dumping , wait for the sell book to fill and buy it back.

100 btc is nothing to a normal trader its only $60,000 bankroll.
Just in case some whale is interested. Doubt that at the moment.
160  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MIN] Minerals - POS. Fair Distribution. E-SPORTS BETTING TEST WENT LIVE! on: July 05, 2014, 11:52:24 AM
Please rise! When will it rise to 10k ? Sad
Impatience is an attitude you must not have when it comes to trading.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!