Pages:
Author

Topic: Devcoin - page 175. (Read 413001 times)

legendary
Activity: 2940
Merit: 1090
August 05, 2011, 08:47:35 PM
#15
If hosting that accepts devcoins happens along before (an exchange that exchanges devcoins for bitcoins plus hosting that accepts bitcoins) or (an exchange that exchanges devcoins for fiat plus hosting that accepts fiat) then maybe devcoins could go toward hosting. I wonder how many devcoins we can sell for how many bitcoins and how many bitcoins your friend would need to upgrade the hosting?

Very nice post jackjack, colours even, cool. So it seems that it will be 200,000 DVC I'll be sending you...

-MarkM-
hero member
Activity: 756
Merit: 500
August 05, 2011, 08:33:52 PM
#14
[
I've expanded the forum bounty at:
https://github.com/Unthinkingbit/charity/wiki/Devcoin-Bounty

"There will be a five million devcoin total bounty for a forum site which requires bitcoins / devcoins to join and post, the money would support the site, any remaining income would be distributed according to the wishes of the posters. Two million will be for requiring a registration fee paid in devcoins or bitcoins. Two million would be for using up that fee per post, the user would also be able to add more to the post money. One million would be for the ability the pay with bitcoins and devcoins."

The reason to make paying for registration and posting mandatory is to automatically stop spam.  Spammers won't make donations Wink

Most forums with a lot of traffic eventually need moderators, which do a thankless task for no money.  The bounty is so that the computer will do the thankless task for no money.


Don't get me wrong i'm keen to earn those devcoins but I'm not a programmer so couldn't really implement that automatically. I could maybe have a manual procedure. Also if someone else springs up a site where you need to pay to join and post how are they going to complete with the free one?

I do intend to keep running the forums over a long period of time into the future and to also bring in other admins very soon to help with the initial setup and future administration tasks on an ongoing basis. I'm also going to implement mediawiki soon. If someone else sets up a pay to join/post forum they could abandon it or it could flop just after they collect the bounty.

You could perhaps make it that some of the mined devcoins go towards the upkeep of the forum which would include anti spam meastures both proactive and reactive, automatic and manual.

Other than than if someone knows how to implement this automatically they could get in touch with me and make the modifications to the forum software and we could share the bounty. I would suggest the join/post fee it would be just a small donation that would decrease with deflation but I am still concerned it will discourage newbies who have never mined. I'd also much prefer it be a donate before you can post than before you can join.
hero member
Activity: 935
Merit: 1015
August 05, 2011, 08:14:00 PM
#13
As I didn't do anything special I thought a testing post was useless, but ok I'll make one, including pywallet importing

Each post adds a bit of new information for people installing, although it is a case of diminishing returns because each post adds less new information on average, so that's why the bounty is only for the first five.

I also added a link on the announcement post to your excellent Pywallet instructions.

Quote
Also I just read the old post, many thanks for the gift! Here's my address: 1M1BzQBpb8sbCuNzBTaae9PBdvjLthVrbR

I sent the 5,000,000, but at the time of this writing there are no confirmations.

Quote
My friend isn't a developer and basically told me 'keep your devcoins and give me some bitcoins instead' Sad

Well at least he's a step up from paypal Smiley
legendary
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
August 05, 2011, 07:35:15 PM
#12
I was talking about the block explorer bounty. Is it still ok for that?

Now the testing feedbacks, yes both are working, on a 32bit Ubuntu Lucid:
Devcoind:
mkdir devcoin && cd devcoin
Downloaded devcoin-02-Aug-2011.tgz in devcoin
tar zxfv devcoin-0*
cd devcoin
cd src
make -f makefile.unix bitcoind
I had the wxwidgets working for a previous bitcoin compiling so I also did: make -f makefile.unix
./bitcoind

Devcoin-qt:
apt-get install qt4-qmake libqt4-dev
mkdir devcoin-qt && cd devcoin-qt
Downloaded devcoin-qt-02-Aug-2011.tgz in devcoin-qt
tar zxfv devcoin-qt*
cd devcoin-qt
qmake
make


Both devcoin started downloading blocks when launched, and had 1 connection immediately


Pywallet:
Backup your wallets...
Download pywallet
Run ./pywallet.py --web
Open http://localhost:8989
Below 'Dump your wallet', type the filename and directory of your bitcoin wallet (autofilled with bitcoin default), and click on the dump button
Ctrl-F to find that: (assuming the key to import is 1M1Bz*)
Quote
       {
            "addr": "1M1BzQBpb8sbCuNzBTaae9PBdvjLthVrbR",
            "hexsec": "abd5678903xxxxxxx",
            "reserve": 1,
            "sec": "5xxxxx"
        },
Below 'Import a key':
  • type filename and directory of your devcoin wallet
  • type the "sec" entry seen in the dump, beginning with a 5
  • type the label of your key: 'donations' or whatever
  • leave 'Reserve' UNchecked
  • leave 0 for Version
  • leave Base58 for Format
  • click the import button

This should returns:
Quote
Address: 1M1BzQBpb8sbCuNzBTaae9PBdvjLthVrbR
Privkey: 5xxxxx
Hexkey: abd5678903xxxxxxx
Key imported in /path/to/devcoin/wallet/walletfilename
If not (unlikely, it works here), let me know
hero member
Activity: 935
Merit: 1015
August 05, 2011, 07:23:02 PM
#11
If I understand correctly, what I will be sending you if you agree is 100,000 DVC bounty for basic "I installed devcoind or devcoin-qt" post.

I don't seem to be clear as to whether you did in fact install both, but maybe your more detailed post will clarify that. Possibly Unthinkingbit can clarify whether that will end up adding up to 300,000, 100k each for being one of the first to post that you installed devcoind, for being one of the first to post that you installed devcoin-qt, and for posting a detailed post; plus I am not clear on whether the detailed post one is available for each of the two programs. (I should sleep one of these days...) So that could come to 300,000 or 400,000, I am not clear which, of you agree.

To be clearer about the testing bounty.  It's one bounty per person, regardless of whether he installed one or two.

If it is a minimal post, the person gets 100,000 DVC, for an informative post the person gets 200,000 DVC.

The post has to summarize the installation, if the information is scattered over a few posts that does not qualify.  An ideal model is the post Caston made which summarized all his posts:
https://bitcointalksearch.org/topic/m.423232
legendary
Activity: 2940
Merit: 1090
August 05, 2011, 03:39:37 PM
#10
Thanks for the tip, I edited the announcement post and added that.  If you want me to add instructions, please post them or message me and I'll edit the announcement again.

Also, when you post your devcoin testing post, if you would add what you had to do to import a key with pywallet that would be great.
As I didn't do anything special I thought a testing post was useless, but ok I'll make one, including pywallet importing

Also I just read the old post, many thanks for the gift! Here's my address: 1M1BzQBpb8sbCuNzBTaae9PBdvjLthVrbR
My friend isn't a developer and basically told me 'keep your devcoins and give me some bitcoins instead' Sad

If I understand correctly, what I will be sending you if you agree is 100,000 DVC bounty for basic "I installed devcoind or devcoin-qt" post.

I don't seem to be clear as to whether you did in fact install both, but maybe your more detailed post will clarify that. Possibly Unthinkingbit can clarify whether that will end up adding up to 300,000, 100k each for being one of the first to post that you installed devcoind, for being one of the first to post that you installed devcoin-qt, and for posting a detailed post; plus I am not clear on whether the detailed post one is available for each of the two programs. (I should sleep one of these days...) So that could come to 300,000 or 400,000, I am not clear which, of you agree.

-MarkM-
legendary
Activity: 2126
Merit: 1001
August 05, 2011, 03:21:52 PM
#9
I would really prefer to have a new pool which gives 90% of the income to OSS and 10% to the miners instead of an entire new blockchain.
Sure, noone would join this pool. But so noone would join this new blockchain?

Remember the few real dangers for the whole Bitcoin project? Yes, one was the splitting up into several forks/chains/projects/currencies. Divide and conquer.

I encurage you to drop the whole idea altogether.

Ente
legendary
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
August 05, 2011, 02:32:10 PM
#8
For importing you can use pywallet
It has a web interface, and entirely works with Devcoin, I just tested it

Thanks for the tip, I edited the announcement post and added that.  If you want me to add instructions, please post them or message me and I'll edit the announcement again.

Also, when you post your devcoin testing post, if you would add what you had to do to import a key with pywallet that would be great.
As I didn't do anything special I thought a testing post was useless, but ok I'll make one, including pywallet importing

Also I just read the old post, many thanks for the gift! Here's my address: 1M1BzQBpb8sbCuNzBTaae9PBdvjLthVrbR
My friend isn't a developer and basically told me 'keep your devcoins and give me some bitcoins instead' Sad

hero member
Activity: 935
Merit: 1015
August 05, 2011, 02:24:15 PM
#7
Hi Unthinkingbit,


I have setup the forum now and its available for testing.

http://www.devcointalk.org/

Thanks for the forum.

Quote
At the moment anyone can register and post. I tried changing this to fulfill the bounty but I had trouble with the SMF settings.
Maybe its better to keep it open and people can make donations.

I've expanded the forum bounty at:
https://github.com/Unthinkingbit/charity/wiki/Devcoin-Bounty

"There will be a five million devcoin total bounty for a forum site which requires bitcoins / devcoins to join and post, the money would support the site, any remaining income would be distributed according to the wishes of the posters. Two million will be for requiring a registration fee paid in devcoins or bitcoins. Two million would be for using up that fee per post, the user would also be able to add more to the post money. One million would be for the ability the pay with bitcoins and devcoins."

The reason to make paying for registration and posting mandatory is to automatically stop spam.  Spammers won't make donations Wink

Most forums with a lot of traffic eventually need moderators, which do a thankless task for no money.  The bounty is so that the computer will do the thankless task for no money.
legendary
Activity: 2940
Merit: 1090
August 05, 2011, 02:10:26 PM
#6
I built and ran the devcoind, though it built of course as bitcoind, it did create a .devcoin directory at least!

After that I built and ran the devcoin-qt,  it told be it could not run since I had devcoind already running, so I stopped that and reran it.  It is now showing as only having one connection and 6581 block(s) downloaded.

I build it on Debian 6, and had to install the boost libraries, and gthread2.0 and qt4-qmake to get it all to build.

Not really sure what to do now though!

The INSTALL file mentions some files that need to be in the program's "current directory" aka "present working directory" when the program is run.

As you mention needing Qt, it sounds like you made devcoin-qt as well as devcoind?

The INSTALL for devcoind mentions one typically strips it (to make it smaller) and renames it as devcoind.

I forgot to mention the idea of stripping it for size in devcoin-qt's INSTALL file.

Devcoin-qt cannot mine. So if you want to mine it is devcoind you will want to run, at least while mining.

With some routers, if you compile with USE_UPNP active, it might be able to open the port it needs for networking automagically. If not, you will probably need to tell your router to route that port number, tcp protocol, to that port on that machine.

Having the port open lets others connect to you, if you don't open the port you might experience for yourself what you would be helping cause others to experience: difficulty in finding someone to connect to.

Whether you mine or not is up to you. But we need people with the port (port 52333) open as lack of such people is why others have trouble at this early stage in finding people to connect to. Basically we need to establish a bunch of 24/7 nodes, and even, once we know who they are, put their static IP address if they have one, or their no-ip.org dynamic name or equivalent, right into the program as seed nodes to help make sure people find others to connect to swiftly and easily.

As we have switched over from the Groupcoin thread to a specifically Devcoin thread now I have started a #devcoin channel on freenode IRC so we don't have to use the #groupcoin channel there for chats about devcoin.

-MarkM-

P.S. I am going to go investigate importing of keys now so that hopefully shortly after you are able to tell us your devcoin receiving address I will be able to send you some bounty...
hero member
Activity: 935
Merit: 1015
August 05, 2011, 02:06:41 PM
#5
For importing you can use pywallet
It has a web interface, and entirely works with Devcoin, I just tested it

Thanks for the tip, I edited the announcement post and added that.  If you want me to add instructions, please post them or message me and I'll edit the announcement again.

Also, when you post your devcoin testing post, if you would add what you had to do to import a key with pywallet that would be great.
sr. member
Activity: 574
Merit: 250
August 05, 2011, 12:36:39 PM
#4
I built and ran the devcoind, though it built of course as bitcoind, it did create a .devcoin directory at least!

After that I built and ran the devcoin-qt,  it told be it could not run since I had devcoind already running, so I stopped that and reran it.  It is now showing as only having one connection and 6581 block(s) downloaded.

I build it on Debian 6, and had to install the boost libraries, and gthread2.0 and qt4-qmake to get it all to build.

Not really sure what to do now though!

hero member
Activity: 756
Merit: 500
August 05, 2011, 09:40:35 AM
#3
Hi Unthinkingbit,


I have setup the forum now and its available for testing.

http://www.devcointalk.org/

At the moment anyone can register and post. I tried changing this to fulfill the bounty but I had trouble with the SMF settings.
Maybe its better to keep it open and people can make donations.

Next I will install mediawiki and the bridge for SMF.

Please note this is still under development. I hope to be assigning moderator and even admin access to those helping with the devcoin project soon.

Please note that people are able to earn devcoins for work on Rejuvepedia especially project "in utero" which will eventually allow humans to be completely rejuvenated by spending 9 months in a tissue engineered womb and to "breathe" and be fed nutrients, stem cells and so on through a tissue engineered placenta. We need people to do some exploration of concept artwork for this like a rendered 3d animation.

My Devcoin address:

19piwg8kyW5unDpLjYjbvE6GGvtAfghT8c




legendary
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
August 05, 2011, 09:28:39 AM
#2
For importing you can use pywallet
It has a web interface, and entirely works with Devcoin, I just tested it
hero member
Activity: 935
Merit: 1015
August 05, 2011, 03:22:11 AM
#1
This is the main devcoin thread. The following are popular devcoin links:

ASCMDVCPT - ASICMiner Devcoin  Pass Through
Buy Computer/Mining Parts with Devcoin
Devcoin Advertising Campaign
Devcoin Price Thread
Devcoin Venture
Devcoin QT Wallet For Windows Users
Devtome: Get Hundreds of Thousands of free Devcoins for writing
Earn Devcoins by Writing
Free Devcoins!!!!
Free DVC! Devcoin Faucet Beta Test
Help with Setting Up a Devcoin Wallet - Ya I'm a Noob
IRC Channel: #devcoin on freenode.net
Lottery
Official Site
Time to Buy Devcoins (1 penny each or less)
Where to Spend Devcoins

Devcoin is an ethically inspired project based on the BitCoin crypto-currency and created to help fund open source projects created by programmers, hardware developers, writers, musicians, painters, graphic artists and filmmakers.

Participants in the DevCoin economy earn DevCoins in proportion to their project development. Writers earn devcoins by writing, developers earn bitcoins by developing, artists earn DevCoin by creating, and the same follow for every other category including Administrators who apply their time and effort to help organize the DevCoin project and Marketers who earn devcoins by marketing.

We consider funding open source projects of all sorts, so if you have one idea that needs funding and you like us to take a look, please, by all means, submit your project at Cryptostocks and share with the DevCoin community over our this thread. We understand you may not want to discuss your idea in public, if that's the case, please submit it to [email protected].

Download instructions are at:
http://www.devtome.com/doku.php?id=devcoin#download

The number of devcoins offered is large because the generation is fifty thousand per block, one thousand times the initial bitcoin generation rate. Devcoins can be traded at:
https://vps.vircurex.com/welcome/index?base=dvc&alt=btc

Besides bounties, the remainder of the 90% of generation is going to the open source developers on the bitcoin donation list:
https://github.com/Unthinkingbit/charity/blob/master/bitcoinshare.html

and to the open source developers who are developing other stuff on the devcoin share list:
https://github.com/Unthinkingbit/charity/blob/master/devcoinshare.html

To get on a donation list, an open source developer can message me or post in an active devcoin thread. They could also post in the original induction thread:
https://bitcointalksearch.org/topic/bitcoin-donation-information-18498

However, since there are few posts in the original induction thread I'm not checking it often.

The developers on the bitcoin donation list can see their devcoins by running a devcoin client and importing their bitcoin donation key into devcoin. One way of importing that key is by following the README.txt instructions for the modified version of bitcoin tools which incorporates Matt Giuca's privkeyimport:
https://github.com/Unthinkingbit/bitcointools

They could also use Jackjack's pywallet:
https://github.com/jackjack-jj/pywallet

the instructions for which are in the Pywallet section at the bottom of the post:
https://bitcointalksearch.org/topic/m.432697
Pages:
Jump to: