Author

Topic: Devcoin - page 124. (Read 412952 times)

hero member
Activity: 935
Merit: 1015
December 01, 2012, 06:42:00 PM
Jasinlee and Gweedo have taken over devtome:
http://www.devtome.com

from Cablepair who abandoned it. Jasinlee is doing the administration, and Gweedo is doing the development, so Jasinlee is taking Cablepair's administration position, and Gweedo is taking Cablepair's devtome developer position. To get an account, please contact Jasinlee:
https://bitcointalk.org/index.php?action=pm;sa=send;u=63366

The old devtome used mediawiki, and the new devtome is using dokuwiki. The mediawiki syntax plugin was installed, but even so the syntax is slightly different. The changes are the following:

Links can not go into the headings. For example, instead of:
===[[Commerce]]===

the new way is:
'''[[Commerce]]'''\\

The title format should be changed to a bold line. For example, instead of:
;Rating

the new way is:
'''Rating'''

The user pages are in the wiki:user namespace, so standard internal links from them won't go to the article. Adding a colon before the title will escape the link to the top namespace. For example, instead of:
[[Asthma]]

the new way is:
[[:Asthma]]

To convert all your links at once, just replace all instances of:
[[

on your user page with:
[[:

The format for all the available articles has been changed in the new devtome. If you are writing an article with a link heading, you can backport the changed article, and work on that.

The last backup was made about five days before the old devtome was abandoned. Unfortunately, articles with a "/" in the file name were not backed up because the slash confused the backup script. This was not discovered until the files were uploaded to the new devtome. In future, please do not use a slash in an article name. The colon doesn't work, because dokuwiki uses that to indicate a namespace. Also, the user pages with the invoices on them were not backed up, so please replace your user page.

Edit:
Fortunately, Jasinlee found the articles:
http://www.devtome.com/doku.php?id=dvc_btc_exchange
http://www.devtome.com/doku.php?id=dvc_btc_exchange_-_episode_1_-_installing_the_software_stack

in a cache, so only the last article:
http://www.devtome.com/doku.php?id=dvc_btc_exchange_-_episode_2_-_setup_application_template

has to be uploaded.
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
December 01, 2012, 06:24:03 PM
Ok, killer just to be safe, add those two files to your zip and I think it will work, I experienced the same issue when I did the install. One of the dlls I downloaded wasnt any good had to get another for libgcc_s_dw2-1.dll. Any way we could change the programs name from bitcoin to devcoin?
i will fix that so u dont need it! did i really forget to rename it from bitcoin to devcoind? that would be a shame ^^

EDIT: nvm i did rename it.

EDIT2: uploaded newer bundle with static linked libsdtdc++ and libgcc

When I run the program the taskbar still shows it named as bitcoin, and the ico for the file is a bitcoin, could you snatch the logo from devtome.com and put it into the program killer?
hero member
Activity: 585
Merit: 501
December 01, 2012, 01:11:44 PM
2 000 000 dvc bounty for android app assitance
https://bitcointalksearch.org/topic/cryptostocks-dvb-devcoin-bounty-security-101559

Unthinkingbit: do you see any way how to integrate the body coherence development into the dvc receivers list? Since this is cutting edge health technology and development:
http://www.trigunamedia.com/
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
November 30, 2012, 02:45:24 PM
I just confirmed it can receive and generate a new address, I will attempt to send in a moment.
hero member
Activity: 935
Merit: 1015
November 30, 2012, 02:38:06 PM
I suggest a 4 then 2 share bounty for a windows devcoin GUI client. The award would only be granted after confirmation that the client can send, and receive devcoins and generate a new address. Any objections?
legendary
Activity: 1792
Merit: 1008
/dev/null
November 30, 2012, 07:27:58 AM
Ok, killer just to be safe, add those two files to your zip and I think it will work, I experienced the same issue when I did the install. One of the dlls I downloaded wasnt any good had to get another for libgcc_s_dw2-1.dll. Any way we could change the programs name from bitcoin to devcoin?
i will fix that so u dont need it! did i really forget to rename it from bitcoin to devcoind? that would be a shame ^^

EDIT: nvm i did rename it.

EDIT2: uploaded newer bundle with static linked libsdtdc++ and libgcc
legendary
Activity: 2940
Merit: 1090
November 29, 2012, 11:05:51 PM
Updated source code: https://sourceforge.net/projects/galacticmilieu/files/DeVCoin/

Also updated on my github.

qt version has some new images. Both versions have updated receivers.h and a recent checkpoint.

I cannot compile the qt version now that I have moved to Fedora 17, as it seems I do not have qmake-qt4 anymore.

Compiling with just qmake, which is from qt3 or qt3.3, even if I use qmake -project first to update the project itself, ends up dying on some GUI thing somewhere even after I add into its makefile the required adding of -fpermissive for gcc and use of custom openssl that includes elliptic stuff that Fedora normally leaves out of its openssl. So I am figuring I need some way to use my installed qt 4, the way used to be to use qmake-qt4 but that no longer exists and its not clear what if anything one should use instead. qmake definitely seems to be compiling against qt3 not qt4, and I know I always needed qt4 for this thing.

Luckily I have no intention of using a GUI but still its annoying that the thing won't even build. I had thought to put it on a bootable live usb image people could use as a boot-and-play system.

As to changing the name of the program, I just do "mv bitcoind /usr/local/bin/devcoind" after doing "strip bitcoind", there are gosh knows how many makefiles plus some kind of qt project file thing one would have to hack at to have it actually build it to a different name in the first place, and I suspect the qt project file's own name might even have to be changed as I suspect it uses the name of the project file to decide on a name for the final program it builds, though I am not sure as I have never "done" qt.

-MarkM-
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
November 29, 2012, 10:02:07 PM
Ok, killer just to be safe, add those two files to your zip and I think it will work, I experienced the same issue when I did the install. One of the dlls I downloaded wasnt any good had to get another for libgcc_s_dw2-1.dll. Any way we could change the programs name from bitcoin to devcoin?
sr. member
Activity: 294
Merit: 250
November 29, 2012, 09:22:04 PM
NVM, got it working, had to d/l and add "libgcc_s_dw2-1.dll" and "libstdc++-6.dll" to the directory.
sr. member
Activity: 294
Merit: 250
November 29, 2012, 09:03:02 PM
Devcoin Windows Bundle

This Devcoin Windows Bundle includes everything u need to get started:

  • receiver_*.csv - All receiver files needed to date.
  • README.txt - a simple explanation how to use Devcoin(d) on Windows
  • devcoind.exe - CLI deamon
  • devcoin.exe - GUI server/client
  • devcoin.conf - Devcoin Configuration file
  • libcurl.dll - library for receiving new receiver_*.csv files
  • MD5SUMS - md5sums (hashes) of all included files to check if they are corrupt or not
  • MD5SUMS.sig - Signed by me to aprove integrity

Download: http://www.darkgamex.ch/devcoin/Devcoin-WindowsBundle.zip

My GPG public key can be found in my signature.


@Unthinkingbit: could you link to this post at your OP? Should be helpfull for beginners.

Code:
The program can't start because libgcc_s_dw2-1.dll is missing from your computer. Try reinstalling the program to fix this problem.

Any help is appreciated!
legendary
Activity: 1792
Merit: 1008
/dev/null
November 29, 2012, 07:52:45 PM
Devcoin Windows Bundle

This Devcoin Windows Bundle includes everything u need to get started:

  • receiver_*.csv - All receiver files needed to date.
  • README.txt - a simple explanation how to use Devcoin(d) on Windows
  • devcoind.exe - CLI deamon
  • devcoin.exe - GUI server/client
  • devcoin.conf - Devcoin Configuration file
  • libcurl.dll - library for receiving new receiver_*.csv files
  • MD5SUMS - md5sums (hashes) of all included files to check if they are corrupt or not
  • MD5SUMS.sig - Signed by me to aprove integrity

Download: http://www.darkgamex.ch/devcoin/Devcoin-WindowsBundle.zip

My GPG public key can be found in my signature.


@Unthinkingbit: could you link to this post at your OP? Should be helpfull for beginners.
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
November 29, 2012, 07:03:42 PM
Lol ok, you can probably just copy paste what I wrote in above for a walkthrough.
legendary
Activity: 1792
Merit: 1008
/dev/null
November 29, 2012, 06:55:28 PM
and done, i was even able to fix the wx Code (and part of library) so we got a working GUI (you can even mine with it if you specify --server, unlike the QT variant).

gonna upload a zip as before.
it will contain everything needed for mining, all you have to do is to place it in %APPDATA%

@jasinlee: pls delete everything expect the following files/folder in your Devcoin folder: wallet.dat devcoin.conf receiver/

So when you upload that I will take a stab at it all including the mining with my rig Smiley
some minutes, just creating a batch file for installing Wink (long time since i worked with batch)
EDIT: nvm, i forgot how ugly this shit is... will be adding a README
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
November 29, 2012, 06:50:17 PM
and done, i was even able to fix the wx Code (and part of library) so we got a working GUI (you can even mine with it if you specify --server, unlike the QT variant).

gonna upload a zip as before.
it will contain everything needed for mining, all you have to do is to place it in %APPDATA%

@jasinlee: pls delete everything expect the following files/folder in your Devcoin folder: wallet.dat devcoin.conf receiver/

So when you upload that I will take a stab at it all including the mining with my rig Smiley
legendary
Activity: 1792
Merit: 1008
/dev/null
November 29, 2012, 06:48:35 PM
and done, i was even able to fix the wx Code (and part of library) so we got a working GUI (you can even mine with it if you specify --server, unlike the QT variant).

gonna upload a zip as before.
it will contain everything needed for mining, all you have to do is to place it in %APPDATA%

@jasinlee: pls delete everything expect the following files/folder in your Devcoin folder: wallet.dat devcoin.conf receiver/
legendary
Activity: 1792
Merit: 1008
/dev/null
November 29, 2012, 08:42:08 AM
building on winblows now, man this shit is so slow ^^
legendary
Activity: 1792
Merit: 1008
/dev/null
November 29, 2012, 07:45:16 AM
crashes with 1.40 boost on winblows too -.-
legendary
Activity: 1792
Merit: 1008
/dev/null
November 29, 2012, 05:49:18 AM
got it:

--snip--

so it seems to be a problem with boost (again, argl i hate this shit...).
im going to build another build with an older libboost to see if we can get around this.

if this dosnt work im creating a cygwin build.
legendary
Activity: 1792
Merit: 1008
/dev/null
November 29, 2012, 03:24:47 AM
im wondering what it is, debuggin on winblows is a horrible thing.

EDIT: setting up GDB on winblows, oh well...
i think it would be easier doing it with cygwin Smiley
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
November 29, 2012, 03:08:39 AM
Ok, got a chance to attempt throwing a few commands at it, each command causes a crash so not sure what is up with it. I am using the bitcoind commands (I assume they work). Here are the ones I was trying:

devcoind getblockcount
devcoind getdifficulty

and a bunch of the others listed on https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

Each time I get devcoind.exe has stopped working. So either I am doing it wrong or theres a glitch?
i think a BT dosnt exist on winblows? gonna try it out in a VM to check it.
maybe devcoind really dosnt work on winblows alltogether Sad

Dont give up yet, I think it can be done Tongue

With the reward halving....I'm hoping we can get this going asap.
Jump to: