Bitcoin Forum
May 05, 2024, 10:20:16 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 27 28 29 30 31 32 33 »
381  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The Cypherfunks[FUNK]: crowdfunding global band! v1.0.1 out! UPDATE on: May 04, 2014, 05:03:36 AM

The easiest way to do this without forming additional governance structures is to simply inject capital into the coin.


My heart wants to agree with you Simon!! I'll donate 100,000,000 FUNK to the Mothership collective!

By that I mean, buying up FUNK on exchanges. The releases financial resources.


Yes, buying up FUNK on exchanges is important, and I've been doing a bit of that this week (got some very cheap too).

I think the best immediate catalyst for FUNK would be converting your excellent min.io site for FUNK. Next might be some marketing material, like a slick looking video, and some form of sponsorship of 'live music' somewhere in the world. The reason I think FUNK needs to establish itself in the 'live' music scene is digital content can be copied, and most people under 30 expect movies & music to be free practically. Live music can't be pirated, and if we could organise a gig where the band got paid in FUNK, and the audience paid in FUNK, then that would be awesome, and if someone made a video it would create some nice marketing material too.

I'd be happy to contribute towards a bounty for a Cypherfunk gig. These gigs would be like FUNK faucets.

Another FUNK faucet  could be the modified min.io site. Have a promotion whereby every new user who signs up on the site gets X amount of FUNK to spend on the site. If there was a FUNK web wallet the whole thing could be made relatively painless for non-crypto people (i.e 99.999999% of people).

Anyway, keep the FUNK alive guys Smiley This is a very noble endeavour you guys are on.


[Bootsy Collins - BASS legend with James Brown & P-FUNK - when your ass starts moving when you hear 'Sex Machine', thank Bootsy Collins]
382  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures - CPU only on: May 03, 2014, 07:03:17 AM
I'm trying to install Monero on a 1GB digitalocean VPS. I've followed all the instructions from here:
http://monero.cc/getting-started#linux-tutorial

When I try and run 'make'  I get this error output which indicates that my VPS  'CPU you selected does not support x86-64 instruction set'

Does that mean 1GB digitalocean has too weak a CPU to even experiment with?

Code:
monero@Monero:~/boost_1_55_0$ cd bitmonero
monero@Monero:~/boost_1_55_0/bitmonero$ mkdir build
monero@Monero:~/boost_1_55_0/bitmonero$ make
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   system
--   filesystem
--   thread
--   date_time
--   chrono
--   regex
--   serialization
--   atomic
--   program_options
-- Found Git: /usr/bin/git
-- Found PythonInterp: /usr/bin/python (found version "2.7.5")
-- Looking for include file pthread.h
-- Looking for include file pthread.h - not found
-- Could NOT find Threads (missing:  Threads_FOUND)
-- Configuring done
-- Generating done
-- Build files have been written to: /home/monero/boost_1_55_0/bitmonero/build/release
cd build/release && make
make[1]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[2]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[3]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
Scanning dependencies of target version
make[3]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[3]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
fatal: No names found, cannot describe anything.
CMake Warning at src/version.cmake:3 (message):
  Cannot determine current revision.  Make sure that you are building either
  from a Git working tree or from a source archive.


make[3]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
[  0%] Built target version
make[3]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
Scanning dependencies of target upnpc-static
make[3]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[3]: Entering directory `/home/monero/boost_1_55_0/bitmonero/build/release'
[  1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o
/home/monero/boost_1_55_0/bitmonero/external/miniupnpc/igd_desc_parse.c:1:0: [b]error: CPU you selected does not support x86-64 instruction set[/b]
 /* $Id: igd_desc_parse.c,v 1.14 2011/04/11 09:19:24 nanard Exp $ */
 ^
make[3]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o] Error 1
make[3]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[2]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/all] Error 2
make[2]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/monero/boost_1_55_0/bitmonero/build/release'
make: *** [build-release] Error 2
monero@Monero:~/boost_1_55_0/bitmonero$ cd build/release/src
383  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures - CPU only on: May 03, 2014, 02:47:27 AM
I do have a newbie question though, why can't someone compile the linux source? Why is it better to compile linux version yourself, but we all trust windows binaries?

GCC often has architecture specific optimizations when compiling, so it tends to be faster if you build yourself.

Compiling on Windows tends to be a pain in the ass, so we recommend people just use the binaries.

Ok thanks, that makes sense.
384  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures - CPU only on: May 03, 2014, 02:34:47 AM
I'm here.  Constantly. Soon I will have the fork in sync with the bytecoin commits. NoodleDoodle recently published a more optimized daemon/miner for win64. Othe is working on the GUI.

Pool will come as soon as people see the technological value in the coin. Like most open source projects, it will grow slowly and organically -- like Bitcoin itself.

So, just chill. Smiley The start was fair and the development behind the coin has been totally decentralized since TFT left.  In the meantime, enjoy cheap MRO.

I think monero is the most exciting thing to happen to crypto currencies since probably litecoin, and as it's based on a completely different software, it's actually much more significant than litecoin.

I'm actually liking the fact that it's down to command line gui. I'm a complete ubuntu newbie. and I still haven't worked out how to compile monero on a fresh digitalocean VPS yet, but I'm learning new stuff, and with only 18 million coins MRO is still very cheap.

For all those people who've been staring in the mirror each morning for the last year or so going, 'fuck, what would life be like if i'd discovered bitcoin in 2010", here is your chance for a mini re-run.

I do have a newbie question though, why can't someone compile the linux source? Why is it better to compile linux version yourself, but we all trust windows binaries?
385  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: MRO Monero trading thread and OTC xchg (bid 30 ask 40 last 30) on: May 02, 2014, 12:36:06 AM
WTB 5k MRO @ 0.00035 = 1.75 bitcoin
386  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN+IPO]Storagecoin-A Nxt Parallel chain Based Proof-of-Storage Cryptocurrency on: May 01, 2014, 05:19:48 AM

Alright I think that covers most everything. Completely new here, not really sure where to post next. I guess in the same sub-forum? anyway, working on a post. Thanks for all the support and expect to hear more soon.


You might want to post in the StorageCoin thread on the NXT forum too.

https://nxtforum.org/parallel-blockchains/storagecoin/


This forum has a scam accusation board, but you should probably post your Sia thread in the altcoin announcement board. That's where this StorageCoin thread is.

https://bitcointalk.org/index.php?board=159.0
387  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN+IPO]Storagecoin-A Nxt Parallel chain Based Proof-of-Storage Cryptocurrency on: May 01, 2014, 04:37:23 AM
Hi, David Vorick here. I'm a developer of Sia, which can be found at https://github.com/Siacoin/Sia. "Storagecoin" is pretty much a copy-paste of the old, broken whitepaper for Sia (then called 'Bytecoin').

We are a very early stage storage based cryptocurrency. The first post of this thread is pretty much a direct copy-paste of our old, broken whitepaper. We don't really have a new whitepaper, but we're a lot further along in development than we were previously. We're at a minimum a few months away from launching. We introduce a lot of new ideas and many of them are probably cryptographically broken at this point. I'll be making a separate post for Sia.

In the mean time, I'm happy to answer any questions in this thread. It seems like some people have been scammed out of money? I haven't had a chance to read the whole thread yet but I intent to, and I'll re-answer any questions that this guy addressed.

I'm also happy to log onto IRC if someone can tell me a host/channel to join.

So sorry about this, also sorry about not being a familiar face on the bitcointalk forums for having worked so hard on an altcoin. We tried to publish once a few months ago but realized we really weren't ready. At this point we're further so we'll be trying again tonight. I'll be up for a few more hours and then be around all day tomorrow.

Thanks and again apologies for the scam.

Thanks for posting here David. I'm looking forward to learning more about your plans for Sia.



388  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: MRO Monero trading thread and OTC xchg (bid 28.1 ask 45 last 30) on: May 01, 2014, 12:08:10 AM
WTB 5000 MRO @ 0.0003

will accept smaller quantities @ 0.0003
389  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The Cypherfunks[FUNK]: crowdfunding global band! v1.0.1 out! UPDATE on: April 30, 2014, 10:19:44 AM

The easiest way to do this without forming additional governance structures is to simply inject capital into the coin.


My heart wants to agree with you Simon!! I'll donate 100,000,000 FUNK to the Mothership collective!
390  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN+IPO]Storagecoin-A Nxt Parallel chain Based Proof-of-Storage Cryptocurrency on: April 30, 2014, 05:39:51 AM
Oh well, sometimes you win, sometimes you lose. bugger Sad
391  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The Cypherfunks[FUNK]: crowdfunding global band! v1.0.1 out! UPDATE on: April 30, 2014, 05:04:13 AM
I've had an idea I'd like to share.

I said before that maybe a pure POS coin might have suited the goals of Cypherfunk better than a 100% POW coin like FUNK. I thought this mainly because in order to setup FUNK as a local/community currency you need to have a central 'authority' to 'create' the token used for the complementary currency ecosystem. Without a central authority to distribute the token it's very hard to establish any viable economic transactions using the local currency. The central authority acts like a mini FED, treasury, bank, exchange, employer, merchant, promoter and rule maker etc etc, and without a central authority I fear FUNK will fail.


This idea makes my head hurt. Marry decentralized and centralized? I really don't like centralized anything. If the end goal morphs into being adopted by the 'mainstream' you can count me out. A centralized 'parliament' could easily be absorbed or dissolved into the presently existing music industry. Anything centralized can be attacked, and brought down or taken over by outside forces.

Central authority? Mini-fed? Micro-Rothschilds? Nah...

We need to stop looking backwards to the old paradigm. Let's build something better than the current system. A new system that benefits musicians directly. A good example is Wikipedia. The Bitcoin Group (a youtube channel) had a discussion and one of the people they had on basically said Wikipedia is setup as a non-profit organization 501(c)3, which has a Board of Directors (Authority) that 'controls' the money. Meanwhile the authors that directly do the hard work and contribute to Wikipedia, scarcely see any money. To paraphrase him he said, "Why doesn't someone just fork Wikipedia on Github, and set the payment system to go directly to the authors that contribute?"

I'm all about cutting out the middle men.


Yes it is complicated. I've been a garage band drummer for 20 years and that's why I've taken an interest in FUNK (only been paid to play once), but my background is in economics, and what first drew me to the crypto scene initially was the economics and the possibility for things like complementary currencies that blockchain technologies make possible. Economics and finance can be complicated, but they're part of the crypto world now. At the start it was just the tech that was innovative, but now it's smart contracts and decentralised exchanges. That is the way ahead.

My use of the word 'Parliament' might have been a bit misleading as to my opinions here. I couldn't resist though as I'm a huge fan of the band Parliament (aka P-FUNK). I'm not in favour of centralisation, or creating a business, or anything like a mini-fed, but I am in favour of co-ordination, at least at the start. I think FUNK could become a fantastic community currency but it does need someone to co-ordinate some things to help reach critical mass.





392  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The Cypherfunks[FUNK]: crowdfunding global band! v1.0.1 out! UPDATE on: April 30, 2014, 04:41:54 AM
@MadCow

Interesting idea. Keep the ideas flowing.

It does a bit confusing though. Basically. What would P-FUNK do better, than just FUNK? If enough people believe in the idea then FUNK itself will find its equilibrium value.

Yes, I can see my idea does sound very complicated!

I think eventually FUNK will be the currency, but at the moment I think the linkage between the Cypherfunk band and the FUNK currency is very weak. They're related but only through you guys as the dev and early adopters. People are uploading music for free, and anyone can download it for free, so FUNK is not involved at all so far. I know it's early days and I can see you plan to modify your http://min.io/ site to accept FUNK, and that would probably be the tipping point to much wider adoption.

I do think that eventually iTunes and other big online music retailers will start accepting bitcoins, and once that happens it will be harder to establish FUNK as the crypto currency for the music community. Most people like simplicity, and the network effect will probably only allow a small handful of crypto currencies to survive.

Right now FUNK has early mover advantage, but you need to distribute FUNK to as many people as possible asap. But as FUNK is 100% POW and there was no pre-mine you don't have a FUNK war chest to use for promotion etc. I know pre-mines are not popular with many people but we're now seeing a whole bunch of pure POS coins taking off, and some of them will do well because they can distribute coins using a pre-defined criteria. If the criteria is fair and attractive and transparent, pure POS coins, or POW coins with big pre-mines have some advantages.

My P-FUNK suggestion was really an option to maximise donations to some 'entity' that can distribute them for the greater good of the Cypherfunk vision. I know the country coins air-dropping coins to Iceland etc have raised a lot of eye-brows, but the idea in principal has many advantages. If you had a big holding of FUNK (say 5-20%) you could pay a nice FUNK payment for every upload of music to a modified http://min.io/ and you'd effectively have the beginnings of a FUNK based competitor to iTunes. That would be cool, but if iTunes and bitcoin get there first it'll be Apple and the Winklevii type of investor who control the crypto/music revolution.

I'm not into centralisation, or suggesting you start a 'business', but I am suggesting you need to foster markets for music related transactions in FUNK, and that's going to be difficult without a large holding at your disposal.

P-FUNK could be an alternative means of getting a community pool. You could just ask for donations, but IMO you'll get more if you offer some incentives and have a 'plan' on how to foster FUNK. I know you have plans, but you don't have a stack of FUNK to giveaway. Burning FUNk into P-FUNK might be too complicated, but it would give you a rallying cry to generate some community interest.

To some that might sound like centralisation but what I'm advocating is 'co-ordination', and without a pre-mine or a pure POS distribution it's much harder to do.

Have you heard of LTBcoin? AdamBLevine from Letstalkbitcoin is creating it as an 'asset' on top off counterparty. It's a pretty cool idea -contributors of content on their site/network will be paid in LtbCoin. Then they'll require advertisers on their site/network to pay in LtbCoin. Simple idea but quite brilliant. Cut-out the middle man by creating a link between two parties. But it requires the site owners 'controlling' the issuing of the LtbCoin asset. Not all centralisation is bad, and blockchain technology makes everything transparent and out in the open.
http://ltbcoin.com/ltbcoin-for-new-users

I think FUNK & the CypherFunk band is a great vision, but without a war chest of FUNK and some 'control' it'll be harder to make that vision a reality.  Creating P-FUNK might give you an asset like LtbCoin which you could use to promote FUNK. You can't go back in time and reboot FUNK with a different feature set, but you can 'add' useful features in other ways.

I admit it is complicated, and it might not be needed, but you need to link FUNK & the Cypherfunk content together, and with FUNK as it is I think that'll be hard, but not impossible.

edit: I came across this today, good example of what you can do with a 'war-chest'
http://bitcoin.mit.edu/announcing-the-mit-bitcoin-project/
393  Alternate cryptocurrencies / Altcoin Discussion / Re: Check out Juggalocoin! 81% of the trading volume on Europex.eu on: April 30, 2014, 01:52:44 AM
They're kind of like serious angry Dogecoin people who want to get rich.


Can I get that on t-shirt lol

I do agree with you about JUG, Papa Nutt (the dev) is a super committed dude, and if the Juggalo community start using JUG coin amongst themselves I can honestly see JUG in the top 10-15 on coinmarketcap in a few weeks.
394  Alternate cryptocurrencies / Altcoin Discussion / Re: Want to buy 10,000,000 NXT on: April 29, 2014, 02:00:41 PM
This is nonsense! If you really wanted to buy that much you wouldn't post here about it. If you're legit then buy from an exchange like we all do!!!!!!

I wanted a similar sized stake in NXT but didn't want to effect the market price heavily, and didn't want to spend weeks/months of buying on exchanges, so I approached a couple of NXT stakeholders privately. It wasn't hard to find one who wanted to cash out a large proportion of their holdings in one go. The reason why is expressed well in this post.

https://nxtforum.org/trading-exchanges/nxt-market-report/msg13625/#msg13625

Do it privately.
395  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The Cypherfunks[FUNK]: crowdfunding global band! v1.0.1 out! UPDATE on: April 29, 2014, 04:35:59 AM
I've had an idea I'd like to share.

I said before that maybe a pure POS coin might have suited the goals of Cypherfunk better than a 100% POW coin like FUNK. I thought this mainly because in order to setup FUNK as a local/community currency you need to have a central 'authority' to 'create' the token used for the complementary currency ecosystem. Without a central authority to distribute the token it's very hard to establish any viable economic transactions using the local currency. The central authority acts like a mini FED, treasury, bank, exchange, employer, merchant, promoter and rule maker etc etc, and without a central authority I fear FUNK will fail.

As it stands, POS might be better suited for a community currency 'token'  because at the start a central authority controls & distributes ALL of the currency, but POW is truly decentralised, and thus easier to secure the network through mining long-term.

I've brainstormed an embryonic idea for Cypherfunk that could potentially marry the two (POS & POW) so you end up with the best of both.

What if you created a central authority to facilitate the 'community/local/complementary currency' aspects I keep banging on about. This central authority would be a non-profit organisation who's charter would be to promote and sustain the Cypherfunk band through promoting music & gigs, and generally supporting the implementation of the Cypherfunk vision.

For now lets call the central authority the Cypherfunk 'Parliament' (bare with me, I'm an old George Clinton fan!).

You would then make an IPO announcement that for a set period (say 4-6 weeks) people can 'burn' FUNK 1:1 for P-FUNK. All the P-FUNK created would be controlled and distributed by the Cypherfunk 'Parliament' for use in promoting music and gigs, and all the other needed activities to allow your vision for Cypherfunk to reach critical mass.

As long as the exchange rate of 1:1 between FUNK & P-FUNK is guaranteed by the 'Parliament', those who wish can mine FUNK and carry on as usual and sell their coins on an exchange, but for those who want to help establish FUNK for it's intended purpose (i.e. promoting & paying for great music to be created) they have the option to burn FUNK for P-FUNK.

Maybe there doesn't need to be a deadline for the 'burn', I'm not sure. Either way, I think this idea does establish a mechanism to create a central authority out of the existing FUNK currency, and it preserves the benefits of POW and mining for the coin network.

If you wanted you could setup the 'Parliament' to pay dividends to the 'shareholders' if you wanted to sweeten the deal. I think this idea could work with the 'Parliament' being a non-profit OR a commercial venture, so that's up for debate. If there was a way to offer incentives to people to burn their FUNK for P-FUNK you would probably raise more P-FUNK. I'm still unsure of what would be the best structure for the 'Parliament', but that's something you guys could work out later.

I've already picked up some cheap FUNK from allcrypt, so I'm ready to burn a wad of FUNK for P-FUNK to help the cause.

Anyway, I felt like I needed to brain dump that idea asap!
396  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN-IPCO][XCOIN][X] 100% POS | 90% IPCO + 10% Free |+ GET YOUR OWN ALTCOIN on: April 28, 2014, 11:53:48 PM
Got my xcoins. thanx!
+1
Got mine too.
Thanks

Got my coins too!

Good work guys, thanks Smiley
397  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The Cypherfunks[FUNK]: crowdfunding global band! v1.0.1 out! UPDATE on: April 28, 2014, 02:57:30 PM
What we need is to accept the FUNK coin as payment for REAL (or digital/virtual goods/services) that people actually want. It could be music, tickets, t-shirts, food, Gridseeds.. Whatever.. As long as it has a real demand in the real world.
You had it spelled out on the website that in the "future FUNK could be used to buy products that assist in musicmaking." Why stop at products that assist in musicmaking? Why not back this currency with something of real world value so people have a real demand for it like the GPUCoin?
There is not going to be a demand for a charity that tips musicians from money coming from donations of regular people. In other words, regular people aren't going to buy FUNK coins to tip musicians, so they can get continue to get free music.

If I may be so bold and lead the way. Take something of value and sell it for FUNK coin, anyone can do it. Just like anyone can accept BTC for payments. Just make sure to charge the right amount. 34 million GPUCoins is worth about $300 which is enough to buy a video card. So 3 million FUNK coins should be worth about $15-20 about as much as a cheap ticket to a concert, or something music related. Price things according to the current exchange rate.

I agree with everything said above! You want to make FUNK valuable, and at the start offering to pay a musician or a venue in a 'strange' crypto currency that's worth a minuscule amount does seem like a difficult task. But it's not impossible. In order to succeed you need to convince the people being paid in FUNK that there is a very good chance that what they're being paid today will be worth something down the track. Anyone looking at a price chart of bitcoin can be convinced to see the potential. FUNK has everything that bitcoin has, but it has a specific PURPOSE, and a COMMUNITY.

IMO the key is to think along the lines of local/community/complementary currencies. Look at case studies of what other groups have done. The essential task is to link unused resources with unmet needs via the introduction of a 'token' that's created by somebody or a group. Who creates the 'token' and how they distribute them becomes the task for anyone setting up a community currency.

As long as buyers and sellers agree (or can be compelled) to only use the community 'token' for transactions involving the goods & services you 'control/organise/influence', and there are ways to exchange the token for other currencies, the mere fact that NEW goods & services are produced that otherwise would not have been will eventually give value to the community 'token'.

Many local currencies work in this way. A local authority will create some 'local dollars' and give them to people who undertake needed work that isn't being done because the local authority doesn't have enough fiat resources. The local authority then works to get the agreement of local businesses to accept the 'local dollars' 1:1 with the national fiat currency. People accept that the 'local dollars' have value because they can buy things with them in local shops. As long as the authority who issues the local dollars is 'trusted' not to mess with the supply, the local dollars stimulate local business AND pay for needed work in the community that would otherwise not occur.

Community/local/complementary currencies can do great things, and crypto currency technology makes them very easy to setup now.

In some ways FUNK would be better suited to a pure POS coin like COMM or ShareCoin, but in the long-run POW is decentralised and secured.

Don't give up!! FUNK has so much potential.

IMO you have all the key ingredients for a community currency:

- the token or currency
- the basic raw materials for the goods & services (i.e. music & musicians),

so the task is to COMPEL the 'buyers/audience' to pay in FUNK, and to CONVINCE enough suppliers of the other raw materials to accept payment in FUNK also (i.e. venues, equipment hire, sound engineers etc). You need to encourage people to hold their FUNK payments and not convert to fiat, otherwise people will mentally calculate exchange rates and feel like they're playing for free. I don't advocate anybody playing for free but I do argue that at the start people who contribute music etc need to be paid in FUNK - everything is transacted in FUNK.

I believe if FUNK is to succeed all involved must be encouraged to view the value of FUNK as a long-term proposition, and while today a payment of 1000 FUNK is practically nothing, one day it might be worth $10, or $50, or $100.
398  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] CoinsSource.com Introducing BETA \Mcap \Price \Volume \ Increase +Calc on: April 28, 2014, 07:28:41 AM

Great articles! Well done CoinsSource.com Smiley
399  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: MRO Monero trading thread and OTC xchg (bid 20 ask 25 last 20) on: April 27, 2014, 06:36:42 AM
WTS 3750 MRO .75 btc.  Will split

PM sent

Trade completed.
400  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The Cypherfunks[FUNK]: crowdfunding global band! v1.0.1 out! UPDATE on: April 27, 2014, 05:16:11 AM
I really love some of the music uploaded to Soundcloud - awesome!

I've been thinking about the FUNK currency, and I think of all the altcoins at the moment FUNK has one of the best chances for success. Most other altcoins wont be useful in the long run, but FUNK could be as a 'complementary currency' as it is targeted at a specific audience.

I like this definition "a complementary currency can match unused resources with unmet needs"

So, in the world of music and musicians you need to identify:

1 - unused resources (e.g. a musician who would like to perform but isn't)
2 - unmet needs (e.g. someone who wants entertainment)

and then match them using FUNK as the payment method.

One way to do this would be to organise events like festivals and concerts where the musicians MUST be paid in FUNK, and the tickets must be paid for in FUNK. At the start you could give-away sufficient FUNK to cover the ticket to almost everyone but it would encourage people to setup a wallet. These events would be like FUNK faucets. Most musicians often play for free anyway, but with FUNK there's always the chance that their FUNK payment for playing would be worth something eventually.

Eventually if FUNK caught on people would go to an exchange to buy FUNK for the payment. Once we have mobile payment options for crypto currencies this would be easy (hopefully!)

Another idea would be to license the music from the Cypherfunk stable for use in advertising, movies etc etc and always pay & charge in FUNK.

As a local/complementary currency for musicians the options are limitless for FUNK. Just match unused resources with unmet needs by making all payments in FUNK.

I would really love to see FUNK & the Cypherfunks succeed, and I think the key is to borrow from all the great ideas of complementary currency pioneers.

One guy I can recommend is Berbard Lietaer - http://en.wikipedia.org/wiki/Bernard_Lietaer. He's a complementary currency Yoda, and his books would be useful as far as ideas on how to make FUNK a music 'complementary/local currency'. All his books are good.

This is his latest:
http://www.amazon.com/Rethinking-Money-Currencies-Scarcity-Prosperity/dp/1609942965

Just wanted to pass that idea on.

Good luck!

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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!