Bitcoin Forum
June 21, 2024, 02:28:48 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 »
1281  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (decentralized blockexplorer coming) on: January 10, 2016, 10:17:56 AM
From the everyday Joe's point of view, decentralised/centralised won't come into it. They won't really understand/care how it works as long as it works. Sorry just the way it is.

I tend to agree with you. It also turned out that most people don't care about anonymity.

Not to beat around the bush, that looks like conjecture masquerading as fact - is there any supporting evidence?

Cheers

Graham
1282  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: January 10, 2016, 12:16:05 AM
Ok, jesus.  i'm looking for a list of coins.

Lux fiat.

https://minkiz.co/coin/active/


Cheers

Graham
1283  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: January 09, 2016, 03:04:43 PM
FCT is backed by a multinational Microsoft and so is ethereum
You the same troll from before that claims clam is worth .0007.

Same degree of dislocation from reality ...

“backed by a multinational Microsoft” == Azure-specific deployment script hosted on Github

“This template deploys a Go Ethereum client along with a genesis block on Ubuntu virtual machines”

https://github.com/Azure/azure-quickstart-templates/tree/master/go-ethereum-on-ubuntu

just one of a long list...

https://github.com/Azure/azure-quickstart-templates


Cheers

Graham
1284  Alternate cryptocurrencies / Altcoin Discussion / Re: [anons] <><> the list <><> on: January 07, 2016, 11:46:57 AM
Ground under repair

Um, I intended to do something similar with DOACC, might as well pitch in ...

Op Listed


Name includes “dark” (some duplicates of ^^^^)


Name includes “dark” and is extinct


Description includes string “anon” (includes some dupes of OP's items and some TOR-enabled coins that don't have a specific “anon” feature) *

* which I can filter out but does TOR-enabled equate to “anonymity” in this context?

The data would probably be more amenable to categorisation if rendered as as TSV table for a spreadsheet.

Edit: TSV available on http://pastebin.com/x9kyjg0a

Could probably use a separate listing for “gen 2.0” alts and assets.

Cheers

Graham
1285  Alternate cryptocurrencies / Altcoin Discussion / Re: Error Compiling Zetacoin Ubuntu on: January 04, 2016, 10:15:35 PM
I tried it, but now I get the same error at a different spot:

Is that a partial paste? Seems to be missing the first section.

Cheers

Graham
1286  Alternate cryptocurrencies / Altcoin Discussion / Re: Links to dead coins INDICATOR DC ........................... on: January 03, 2016, 05:59:05 PM
Graham the problem is that without an exchange people can't decide a real price for a coin, which leaves room for speculation to it's limits, anyway i still think that maybe i'm wrong with the fact that a coin without an exchange can survive more then one year but is only because until now i didn't saw a valid example of a coin that is active without an exchange and is on that status from over one year, as soon i will see such a coin i will change my mind

That's the problem with a narrow price-focused perspective, it fails to account for a whole raft of alternative motivating factors that make perfect sense of a strategy to avoid being listed on an exchange.

Absence of evidence is not evidence of absence. There are altcoins that have currently-active blockchains, have been running for over a year, are not listed on any exchange that I'm currently aware of and do not appear in the lists that you maintain.

You might want to reconsider your position on using coinmarketcap.com's list as authoritative.

I finally got round to formalising the list of exchanges that we curate: https://minkiz.co/exchange

It's all open source semantic web data - I created a corresponding CCE ontology and a graph of individuals in the semweb “ntriples” format.

The ontology and graph can be processed identically to the DOACC altcoin metadata - documentation is maintained in a github open source repos as github pages, readable on https://doacc.github.io/  

For Minkiz exchange listing, I added a temporary flag (column “oncmc”, orange check) to indicate which of the exchanges are polled by coinmarketcap.com


Cheers

Graham
1287  Alternate cryptocurrencies / Altcoin Discussion / Re: Error Compiling Zetacoin Ubuntu on: January 03, 2016, 04:51:22 PM
Hello,

I have been trying to compile Zetacoin. I have overcome a few errors, but this one has been stumped. Any help?

Code:
rpcrawtransaction.cpp:299:77:   required from here

Here's a diff-generated patch that will fix that particular OS-related issue ...

Code:
--- a/src/rpcrawtransaction.cpp
+++ b/src/rpcrawtransaction.cpp
@@ -296,7 +296,7 @@ Value listunspent(const Array& params, bool fHelp)
             CTxDestination address;
             if (ExtractDestination(pk, address))
             {
-                const CScriptID& hash = boost::get<const CScriptID&>(address);
+                const CScriptID& hash = boost::get<CScriptID>(address);
                 CScript redeemScript;
                 if (pwalletMain->GetCScript(hash, redeemScript))
                     entry.push_back(Pair("redeemScript", HexStr(redeemScript.begin(), redeemScript.end())));

HTH

Cheers

Graham
* gjhiggins is too unfamiliar with C++ compiler/architecture variants to suggest a PR
1288  Alternate cryptocurrencies / Altcoin Discussion / Re: Thoughts about Decred on: January 03, 2016, 12:17:06 PM
I think it's possible and necessary to regulate the behaviour of those charged with the stewardship of the project (the people that act as custodians). A project constitution acts as this check on the behaviour of those who work on the project.

I appreciate the appreciation Smiley

The peer-to-peer aspect of cryptocurrency has some profound implications for the user group (where user = someone who knows a private key and has occasion to either interact with a web service or run a node directly).

From a practical perspective, the bottom line is that as soon as the source code is publicly released no-one is “in charge” of anything. The witticism “herding cats” doesn’t even come in to it; people are completely free to do as they like: run a node, not run a node; hold coins, don't hold coins; set up a foundation, a faucet, a business, promote the coin, fud the coin, set up webwallets, offer an alternative wallet design, provide off-chain features, pay to spam the blockchain, pay to clean up the blockchain, generously contribute to a faucet, mischevously drain a faucet dry.

The fact that there is no one person in charge is significant to US financial regulators. A couple of years ago the US FinCEN made it fairly clear ...

Quote
A final type of convertible virtual currency activity involves a de-centralized convertible virtual currency (1) that has no central repository and no single administrator, and (2) that persons may obtain by their own computing or manufacturing effort.

The thing is, “official” this and “official” that are meaningless in the context of a cryptocurrency because no-one has the authority to stamp anything “official”. Or rather, anyone and everyone has the opportunity to stamp anything they want as “official” or make a claim to be “official panjandrum” but the claim carries no authority, only that which it can engender itself.

Regulation cannot be effective because it's simply not possible to identify any individual and in consequence, it's impossible to impose any penalty for breaking regulations.

Taking on the role of custodian is purely a voluntary commitment, anyone can do it simply by cloning the codebase and, if they can be bothered, submitting a PR to the claimed “official” repository, otherwise they merely advertise the location of the clone and let people decide for themselves.

It's not doom'n'gloom at all, far from it. If you check the set of attributes that pertains to a p2p networked cryptocurrency, you'll find a very close match for the set of attributes that characterises a Teal organisation (search for “Teal organisation”, “Frédéric Laloux”, “Reinventing Organisations”).

The main difference is that a cryptocurrency is constrained by the cryptography protocols to be an anarchy (primary definition: “a state of society without government or law”) whereas Teal organisations are expected to evolve from an existing organisation that currently follows the usual strong hierarchical control model. I actually think altcoins make for better Teal organisations because of this.

Cheers

Graham
1289  Alternate cryptocurrencies / Altcoin Discussion / Re: Thoughts about Decred on: January 03, 2016, 04:19:44 AM
Maybe you can explain the point...? The link talks about one vote per person being impossible to do on a decentralized cryptocurrency (which is true with today's technology). However, in Decred's design, voting will be weighted by the amount of stake owned (which certainly works...)

The link was to the summary of an extended and detailed discussion of the practicalities of actually trying to get an insight into the community's collective preferences.

The discussion starts back on the 24th Nov: https://bitcointalk.org/index.php?topic=623147.msg13056330#msg13056330 and continues off'n'on over the next three dozen pages. It delineates a particularly unsettling period for the community and is focused on assessing the desirability / acceptability of different potential changes to the coin as future defensive measures.

The kernel of the principle is pretty much nailed in dooglus' response to smooth's concerns about centralization:

I also believe this can potentially be undermined by "voting" systems that are inherently centralizing (share of voting power is an increasing function of share of stake).

I was talking to Creative about this a couple of days ago. I was voicing my concerns that giving voting power proportional to stake means that the rich get to have their own way at the expense of the poor.

As Benjamin Franklin apparently never said:

  "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote."

I worry that the CLAM rich will vote to disenfranchise the CLAM poor - but Creative points out that the voting system is only a provably fair way of gathering information about consensus. Any change would still be subject to the usual soft-fork rules, requiring a super-majority to be in favour of the fork before it activated. And the "CLAM rich" would have to be pretty short sighted to vote in any change which would be seen as unfair - because that would damage the price of the coin, and so end up affecting them negatively. Adding the ability to express your opinion on-chain in a well-defined way doesn't cause any harm, and allows us to get a clearer view of what the community wants than the current best system we have - that of shouting at each other in forum posts.

This perspective was developed further during the discussion.

My perception is that setting voting power proportional to stake allows the interests of large stakeholders to dominate the community and overtly advertises that distortion which is an effective means of driving away the smaller, uninfluential stakeholders, leaving the coin moribund. Makes no odds how many coins you have, you can't compel the super-majority of the community to adopt a fork. It’s hardly “voting” if an unpopular outcome can simply be rejected by a super-majority - which is why CLAMS refers to their particular approach to consultation as a “petition”.

I note the website asserts: “Project bound by the Decred Constitution”. No it isn't, it's an open source peer-to-peer networked cryptocurrency and people are free to behave as they see fit. The inherent egality of peers and the lack of identity defeat any attempts at coercion, no matter how well-intentioned or otherwise. It seems a bit of a profound misunderstanding to attempt to impose a centralised constitution on a user group that is constrained by the limitations of the cryptographic protocols to be an anarcho-collectivist system (one which envisions the means of production being owned collectively and controlled and managed by the producers themselves).


Cheers

Graham
1290  Alternate cryptocurrencies / Altcoin Discussion / Re: Thoughts about Decred on: January 03, 2016, 12:56:43 AM
To express that we're risking misleading people is itself misleading.  PoS votes in the Decred lottery system can be used to vote for or against a new consensus rule, which allows stakeholders to vote on issues on-chain.  Note that it was not claimed that this allows voting on all issues, but changes reflected in consensus code can be voted on.

Either you didn't read the CLAMS post or you completely missed the point.

Cheers

Graham
1291  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: January 03, 2016, 12:37:29 AM
LIES, LIES AND MORE LIES, that's my job

Thank you for your candour but really, you needn't have gone to the trouble, it was amusingly clear from the outset.

I have to respect the strength of your commitment to the folk tradition of New Year first-fudding but are you sure you read it correctly?

You might want to include a BTC address in the future because if you continue to entertain people with your hilariously lame slapstick fud, you might get some tips (it might work even better if you could find a flouncy costume to wear).

Cheers

Graham
1292  Alternate cryptocurrencies / Altcoin Discussion / Re: Thoughts about Decred on: January 02, 2016, 05:12:15 PM
issues are voted on in the blockchain so that power stays with the users' to direct development (not outside parties)

To express it like that is to risk misleading people.

The notion of “voting” on issues was discussed on the CLAMS thread: https://bitcointalk.org/index.php?topic=623147.msg13349322#msg13349322


Cheers

Graham
1293  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [BARR] The Only Cryptocurrency Earned by Burning Multiple Altcoins on: January 02, 2016, 04:19:04 PM
The total supply of Bunnycoin is just under 98 Billion.

It looks like we'll burn at least 5% of all Bunnycoins this weekend, and 15% of all Unitus.

Will this be reflected in a new total supply figure for market capitalisation calculations?

https://coinmarketcap.com/currencies/bunnycoin/

Cheers

Graham
1294  Alternate cryptocurrencies / Altcoin Discussion / Re: Links to dead coins INDICATOR DC ........................... on: January 02, 2016, 04:13:19 PM
i think we can all agree that a coin without a single exchange doesn't have a lot of possibilities to survive for at least one year

Not that it matters but I disagree. You offer an extremely narrow perspective which holds everyone hostage to an idiosyncratic definition of “survive”.

Cheers

Graham
1295  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: December 31, 2015, 04:31:33 PM
Hi,

New Year is coming, Datacoin is too :-)

For 10 first persons who post their addresses here I'll give 1000, 900, 800... DTC :-)

Happy new year!

You'd be better advised to think about making that PMs, posting addys now verboten and will cause thread to be deleted.

Cheers

Graham
1296  Alternate cryptocurrencies / Altcoin Discussion / Re: Noteable altcoins? on: December 31, 2015, 04:17:21 PM
Notable and sidechain worthy are not the same, some notable firsts,

Namecoin - the first appcoin, first altcoin ever
Tenebrix - the first altcoin to use scrypt
Ixcoin  - first premine
Freicoin - first to use demurraging
Litecoin - largest altcoin
Peercoin - first proof of stake
Megacoin - new difficulty algo
Anoncoin - the first privacycoin
Quark SiFCoin - the first chained algo coin
Auroracoin - the first country coin
Bytecoin - first cryptonote coin
Huntercoin - first gamified coin
Bitshares - first tiered membership coin
Dash - first with instant transactions
Etherium - first turing complete

FTFY

Cheers

Graham
1297  Alternate cryptocurrencies / Altcoin Discussion / Re: [SPR] Spreadcoin Speculation on: December 29, 2015, 09:55:21 AM
Spread those coins!

Spread those loins!

FTFY

Cheers

Graham

1298  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Richcoin [RICHX] Trading on Yobit - Has Anyone Heard of It? on: December 28, 2015, 04:24:36 AM
Richcoin [Richx]

Its trading on the exchange yobit.net

https://www.yobit.net/en/trade/RICHX/BTC

has anyone heard of it? or have any links to threads or websites?

Not heard of this one before. Turns out to be a clumsy clone of Myriad.

source - https://github.com/Richcoin-Project/RichCoin

website - http://richcoin.us/

metadata - https://minkiz.co/coin/6215/


Cheers

Graham
1299  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: List of All Current Altcoin Exchanges on: December 27, 2015, 10:25:52 PM
We have picked up the torch for this thread.

There is an active discussion about exchanges and a list of current and dead bitcoin/altcoin exchanges now at
https://bitcointalk.org/index.php?topic=777154.0

Thanks this list is the most complete one i have seen so far.
Normally i check here for the most active exhanges:
http://coinmarketcap.com/currencies/bitcoin/#markets


I added another column to Minkiz' listing, an orange check mark to indicate that the exchange appears in coinmarketcap's list.

https://minkiz.co/exchange

I've restructured the representation slightly, switching the located-in-jurisdiction field from ISO 2 country codes to the latest ISO country “profiles”.

For general consumption, I created a small supporting ontology CCE (CryptoCurrencyExchange) for an initial formalisation of the terms and added it to the DOACC project. The listing of individuals is published separately in the DOACC repository.

The methods, tools etc described in the DOACC documentation apply equally to CCE.

HTH

Cheers

Graham

1300  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: December 26, 2015, 04:41:51 AM
Isn't embeddedness usually referred to as an external force causing inefficiency and false signals?
I hadn't encountered 'Embeddedness' since leaving school; I will need to brush up a bit before I feel comfortable responding.

Not as I understand the general meaning, no. I'll idly paste a chunk of wikipedia instead of actually crafting a response (it is Christmas) ..

Quote
Mark Granovetter[edit]
Economic Sociologist Mark Granovetter provided a new research paradigm (neo-substantivism) for these researchers. Granovetter argued that the neoclassical view of economic action which separated economics from society and culture promoted an 'undersocialized account' that atomises human behavior. Similarly, he argued, substantivists had an "over-socialized" view of economic actors, refusing to see the ways that rational choice could influence the ways they acted in traditional, "embedded" social roles.

Actors do not behave or decide as atoms outside a social context, nor do they adhere slavishly to a script written for them by the particular intersection of social categories that they happen to occupy. Their attempts at purposive action are instead embedded in concrete, ongoing systems of social relations. (Granovette 1985:487)[2]

Granovetter applied the concept of embeddedness to market societies, demonstrating that even there, "rational" economic exchanges are influenced by pre-existing social ties.[2] In his study of ethnic Chinese business networks in Indonesia, Granovetter found individuals' economic agency embedded in networks of strong personal relations. In processes of clientelization the cultivation of personal relationships between traders and customers assumes an equal or higher importance than the economic transactions involved. Economic exchanges are not carried out between strangers but rather by individuals involved in long-term continuing relationships.

(My emphasis --- and the reason for my interest in the phenomenon)

Cheers

Graham
Pages: « 1 ... 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 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!