Bitcoin Forum
June 18, 2024, 03:59:16 PM *
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 »
  Print  
Author Topic: [ANN]Cassubian Detk (CDT) QUBIT PoW - coin for wooden investment  (Read 78631 times)
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
August 04, 2014, 08:13:41 PM
 #281

It does not work. It crashes at launch. The difference is I got to see the report:

Sorry about that.

Quote
Dyld Error Message:
  Library not loaded: /opt/local/lib/libminiupnpc.10.dylib
  Referenced from: /Applications/Detkcoin-Qt.app/Contents/MacOS/DetkCoin-Qt
  Reason: image not found

That's useful, thank you.

I'll ensure it works before reposting.

Cheers

Graham
alicea (OP)
Hero Member
*****
Offline Offline

Activity: 1050
Merit: 501



View Profile
August 04, 2014, 10:06:11 PM
 #282

It does not work. It crashes at launch. The difference is I got to see the report:

Sorry about that.

Quote
Dyld Error Message:
  Library not loaded: /opt/local/lib/libminiupnpc.10.dylib
  Referenced from: /Applications/Detkcoin-Qt.app/Contents/MacOS/DetkCoin-Qt
  Reason: image not found

That's useful, thank you.

I'll ensure it works before reposting.

Cheers

Graham


You've compiled it with libminiupnpc on, as I see? Why?

gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
August 05, 2014, 12:23:35 AM
 #283

You've compiled it with libminiupnpc on, as I see? Why?

I tend not to mess about with default values set by the upstream folk, not unless I have compelling reasons such as working in a different context. Is libminiupnpc a known issue with OS X?


Cheers

Graham
alicea (OP)
Hero Member
*****
Offline Offline

Activity: 1050
Merit: 501



View Profile
August 05, 2014, 09:00:53 AM
 #284

You've compiled it with libminiupnpc on, as I see? Why?

I tend not to mess about with default values set by the upstream folk, not unless I have compelling reasons such as working in a different context. Is libminiupnpc a known issue with OS X?


Cheers

Graham


No, I don't think so... but personally I always compile without libminiupnpc (as it is recommended) in order to have more possible connections.

JP2GMD
Member
**
Offline Offline

Activity: 95
Merit: 10

multitool freak


View Profile
August 05, 2014, 01:31:01 PM
Last edit: August 05, 2014, 07:12:31 PM by JP2GMD
 #285

I'm not familiar with OS X libraries, but I'm happy to provide feedback on software.
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
August 05, 2014, 05:55:10 PM
 #286

I'm not familiar with OS X libraries, but I'm happy to proide feedback on software.

Thank you for that.

I've not had time to investigate yet but the notion is: in order to function at all, the GUI wallet needs to recruit functionality from third-party (i.e. non-Apple) libraries which are unlikely to be available on the user's machine, so one strategy is to compile the library code into the app, thus avoiding the issue.

So, the fact that it's looking for a library on your machine is a primary fail - it shouldn't be looking for anything if the compilation was appropriately configured. In a triumph of hope over experience, I assumed that when XCode offered to compile a "Release", it would do the obvious and necessary thing and compile in the static code. Not so, it appears - and if it can't find libminiupnpc then it almost certainly won't be able find any of the other libraries that I so naively thought would be bundled in with the app.

I just need to mug up on XCode, find out what switches to press to get the desired output.

Of course, I have all the required libraries (in order to compile the app), so it never complains when I test it. But the total file size of the app should be a reasonable guide and if one library's statically compiled, they're all statically compiled (in principle, natch).

Cheers

Graham
JP2GMD
Member
**
Offline Offline

Activity: 95
Merit: 10

multitool freak


View Profile
August 05, 2014, 07:22:37 PM
 #287

I'm not 100% sure, but I think  Xcode might be no longer supported in 10.7 (I was looking around for a blog post to confirm that, but I've only found discussions)...

There is an OS X wallet called Hive (https://bitcointalk.org/index.php?topic=315651.msg8031588#msg8031588 [PL], https://hivewallet.com/ [ENG]), but it is still under development and deemed not safe - that's why I'm reluctant to try it.
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
August 06, 2014, 12:44:04 AM
 #288

I'm not 100% sure, but I think  Xcode might be no longer supported in 10.7

It's an elderly MacBook running OS X 10.6 plus the sdk for 10.5 (which is as far back as it goes) and an app compiled on 10.6 should run without problems on later versions.

If you're interested in exploring other options, the contrib directory includes a “macdeploy” folder which looks promising:

https://github.com/cassubian/detkcoin/blob/master/contrib/macdeploy/notes.txt

“macdeployqtplus works best on OS X Lion, for Snow Leopard you'd need to install Python 2.7 and make it your default Python installation.”

Cheers

Graham
JP2GMD
Member
**
Offline Offline

Activity: 95
Merit: 10

multitool freak


View Profile
August 06, 2014, 05:54:50 PM
 #289

So which version I should install and launch on 10.7?
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
August 06, 2014, 09:20:01 PM
 #290

So which version I should install and launch on 10.7?

I believe OS X 10.7 is Lion which is why I drew your attention to the macdeploy support in case you wanted a go at following the instructions and trying to get a build for yourself.

If you can get just one successful build under your belt, you'll be in good shape for others, might allow you to circumvent tiresome holdups.

I'd expect a Mac app compiled on 10.5 or 10.6 to run happily on 10.7 and later. That's one of the benefits of a relatively coherent single-vendor platform, a 10.6 compilation supports users of all subsequent OS versions too.

For a given value of “support”, ofc Smiley

Cheers

Graham
k_d
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
August 06, 2014, 10:58:19 PM
 #291

I'm mining now with my small gpu with good results, really happy that others have switched to other things (games?). The trees and silver will be mine, and you'll buy them from me in November at 40 * higher price Smiley

cheers!!
Katherina
alicea (OP)
Hero Member
*****
Offline Offline

Activity: 1050
Merit: 501



View Profile
August 07, 2014, 01:14:52 PM
 #292

Our upcoming service trees24 is being discussed in Polish media.

This is an interview with Zenon Bistram, chairman of Pomeranian Agriculture Chamber. It's a podcast in Polish on one of the biggest agricultural news/technology website, and the interview is to be in upcoming issue of monthly "Agricultural Report" (in Polish, too).

http://www.raportrolny.pl/radioraportu/item/3583-zenon-bistram-zazielenienie
"It's a very good idea" he says, then he discusses the practical matters of planting and launching.

And our guys are finishing the trading website, there's nothing by now under the trees24.eu, but will be soon. More info soon Wink

Teodor
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
August 07, 2014, 02:35:45 PM
 #293

Alicea, please write an email to list CDT on crypto-prices.com
It is good to be there, most coins are listed, and it costs nothing to be listed.
contact@crypto-prices.com
Success!

JP2GMD
Member
**
Offline Offline

Activity: 95
Merit: 10

multitool freak


View Profile
August 07, 2014, 03:58:52 PM
 #294

Our upcoming service trees24 is being discussed in Polish media.
This is an interview with Zenon Bistram,

Any articles in english?

If you're interested in exploring other options, the contrib directory includes a “macdeploy” folder which looks promising:

https://github.com/cassubian/detkcoin/blob/master/contrib/macdeploy/notes.txt

Is there an user-friendly way/installer? I'm not really into terminal commands, compiling, etc.
kryptologist
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


@kryptographer


View Profile
August 07, 2014, 04:16:18 PM
 #295

C-CEX is the next big exchange. There are shit coins added to C-CEX quite often but they inspect code and look into the developers before adding a coin. C-CEX is gaining big popularity. At the moment it does not cost anything to get on C-CEX, they add coins that are in demand. Volume is good on C-CEX and growing fast.  Dev, if you contact C-CEX I'm sure they will list us because this is a legit coin.
MadGhost
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

★777Coin.com★ Fun BTC Casino!


View Profile
August 07, 2014, 04:20:22 PM
 #296

C-CEX is the next big exchange. There are shit coins added to C-CEX quite often but they inspect code and look into the developers before adding a coin. C-CEX is gaining big popularity. At the moment it does not cost anything to get on C-CEX, they add coins that are in demand. Volume is good on C-CEX and growing fast.  Dev, if you contact C-CEX I'm sure they will list us because this is a legit coin.

before listing to the exchange let this coin gain some more support then it will automatically gets listed.

kryptologist
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


@kryptographer


View Profile
August 07, 2014, 04:22:41 PM
 #297

C-CEX is the next big exchange. There are shit coins added to C-CEX quite often but they inspect code and look into the developers before adding a coin. C-CEX is gaining big popularity. At the moment it does not cost anything to get on C-CEX, they add coins that are in demand. Volume is good on C-CEX and growing fast.  Dev, if you contact C-CEX I'm sure they will list us because this is a legit coin.

before listing to the exchange let this coin gain some more support then it will automatically gets listed.

Lots of new investors will join this coin if it is listed on C-CEX.

How do you think this coin will gain more support not any any exchange? Currently you have to mine it.
alicea (OP)
Hero Member
*****
Offline Offline

Activity: 1050
Merit: 501



View Profile
August 07, 2014, 07:08:37 PM
 #298

Our upcoming service trees24 is being discussed in Polish media.
This is an interview with Zenon Bistram,

Any articles in english?

If you're interested in exploring other options, the contrib directory includes a “macdeploy” folder which looks promising:

https://github.com/cassubian/detkcoin/blob/master/contrib/macdeploy/notes.txt

Is there an user-friendly way/installer? I'm not really into terminal commands, compiling, etc.
You don't need to compile Smiley you got the compiled binary, but well, something on your machine didn't go right and this was the reason to run the terminal and so on. Most coin look the same, except some special.

The easiest way is to create account at cryptoine.com - the exchange of Detk to BTC. No need to install, you just login into this exchange's website like to a multiwallet. User, password, go!

alicea (OP)
Hero Member
*****
Offline Offline

Activity: 1050
Merit: 501



View Profile
August 07, 2014, 08:22:33 PM
 #299

C-CEX is the next big exchange. There are shit coins added to C-CEX quite often but they inspect code and look into the developers before adding a coin. C-CEX is gaining big popularity. At the moment it does not cost anything to get on C-CEX, they add coins that are in demand. Volume is good on C-CEX and growing fast.  Dev, if you contact C-CEX I'm sure they will list us because this is a legit coin.

before listing to the exchange let this coin gain some more support then it will automatically gets listed.

Lots of new investors will join this coin if it is listed on C-CEX.


I've contacted them, and havn't received even "f__k you with best regards". I don't want to spam
At https://c-cex.com/?id=vote it's impossibile even to give a bribe...


kryptologist
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


@kryptographer


View Profile
August 07, 2014, 08:32:01 PM
 #300

C-CEX is the next big exchange. There are shit coins added to C-CEX quite often but they inspect code and look into the developers before adding a coin. C-CEX is gaining big popularity. At the moment it does not cost anything to get on C-CEX, they add coins that are in demand. Volume is good on C-CEX and growing fast.  Dev, if you contact C-CEX I'm sure they will list us because this is a legit coin.

before listing to the exchange let this coin gain some more support then it will automatically gets listed.

Lots of new investors will join this coin if it is listed on C-CEX.


I've contacted them, and havn't received even "f__k you with best regards". I don't want to spam
At https://c-cex.com/?id=vote it's impossibile even to give a bribe...



You don't vote to get on C-CEX. You have to go into the chatbox and talk to the mods/community. They will see you are a real serious person and add your coin. They are nice people, it is worth it.
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 »
  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!