Author

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

hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
November 27, 2012, 12:11:08 PM
And with that I get

Downloading receiver_0.csv base file.
Could not get the page: http://pastebin.com/raw.php?i=DB1dyxuU
Exception: connect: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
Warning, writeFileText in receiver.h wont write the file: receiver_0.csv because the text is blank.
No coin addresses were found, there may be something wrong with receiver_x.csv files.
legendary
Activity: 1792
Merit: 1008
/dev/null
November 27, 2012, 11:59:49 AM
What exactly should be in the .conf I have rpcpassword=password.
Code:
server=1
daemon=1
rpcuser=USERNAME
rpcpassword=PASSWORD
rpcport=6333
port=6334
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
November 27, 2012, 11:56:55 AM
What exactly should be in the .conf I have rpcpassword=password.
legendary
Activity: 1792
Merit: 1008
/dev/null
November 27, 2012, 11:05:11 AM
then uve made something wrong obviously!
as a hack, set it on the command line.
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
November 27, 2012, 11:00:18 AM
I did Tongue
legendary
Activity: 1792
Merit: 1008
/dev/null
November 27, 2012, 10:58:22 AM
Ok now I get The warning telling me to create devcoin.conf. which I just did but after creating it in the roaming file I get the same error each time as if I didnt add it.
dont know where it is storing it on Winblows, should be same logic as BTC

Here is the exact text

Warning: To use devcoind, you must set rpcpassword=(password)
in the configuration file: C:\Users\Whatever\AppData\Roaming\Devcoin\devoin.conf
If the file does not exist, create it with owner-readable-only file permissions.
then do it?
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
November 27, 2012, 10:28:27 AM
Ok now I get The warning telling me to create devcoin.conf. which I just did but after creating it in the roaming file I get the same error each time as if I didnt add it.
dont know where it is storing it on Winblows, should be same logic as BTC

Here is the exact text

Warning: To use devcoind, you must set rpcpassword=(password)
in the configuration file: C:\Users\Whatever\AppData\Roaming\Devcoin\devoin.conf
If the file does not exist, create it with owner-readable-only file permissions.
legendary
Activity: 1792
Merit: 1008
/dev/null
November 27, 2012, 10:20:46 AM
Ok now I get The warning telling me to create devcoin.conf. which I just did but after creating it in the roaming file I get the same error each time as if I didnt add it.
dont know where it is storing it on Winblows, should be same logic as BTC

EDIT: https://en.bitcoin.it/wiki/Data_directory
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
November 27, 2012, 10:16:01 AM
Ok now I get The warning telling me to create devcoin.conf. which I just did but after creating it in the roaming file I get the same error each time as if I didnt add it.
legendary
Activity: 1792
Merit: 1008
/dev/null
November 27, 2012, 09:35:50 AM
donwload this and put it in the same directory: http://www.darkgamex.ch/devcoin/libcurl-4.dll

and here comes the bundle: http://www.darkgamex.ch/devcoin/devcoind-Windows.zip
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
November 27, 2012, 09:21:33 AM
and here we go! i had to fix a bug in mingw32 compiler env.

http://www.darkgamex.ch/devcoin/devcoind.exe

have fun Smiley

Testing it now Smiley

edit: I got

The program can't start because libcurl-4.dll is missing from your computer. Try reinstalling the program to fix this problem.
legendary
Activity: 1792
Merit: 1008
/dev/null
November 27, 2012, 09:13:44 AM
and here we go! i had to fix a bug in mingw32 compiler env.

http://www.darkgamex.ch/devcoin/devcoind-Windows.zip

have fun Smiley

EDIT: i made a zip with everything in it Wink
legendary
Activity: 1792
Merit: 1008
/dev/null
November 27, 2012, 08:52:05 AM
I can help with Windows build. I never built Bitcoin for Windows, but I've built a lot of other software. For example, recently I've made BitcoinArmory binaries via mingw on Windows.

Let's clarify:

Cross-compilation isn't a hard requirement, building on Windows is fine, right?

Do you prefer bitcoind, Bitcoin-Qt or both?

only devcoind is possible, codebase of bitcoin-qt dosnt work
hero member
Activity: 585
Merit: 501
November 27, 2012, 08:24:18 AM
Quote
Do you prefer bitcoind, Bitcoin-Qt or both?

Both pls
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
November 27, 2012, 08:23:54 AM
Woot, dvc price dip ftw, time to arbitrage and make some loot Smiley
donator
Activity: 3228
Merit: 1226
★Bitvest.io★ Play Plinko or Invest!
November 27, 2012, 03:47:55 AM
https://bitcointalksearch.org/topic/the-benefits-of-having-a-universal-wallet-127836

I added another sketch, kinda what the transaction page would look like.
1,2,3,4 is tabs for the other alts.
legendary
Activity: 1022
Merit: 1033
November 27, 2012, 03:42:26 AM
I can help with Windows build. I never built Bitcoin for Windows, but I've built a lot of other software. For example, recently I've made BitcoinArmory binaries via mingw on Windows.

Let's clarify:

Cross-compilation isn't a hard requirement, building on Windows is fine, right?

Do you prefer bitcoind, Bitcoin-Qt or both?
legendary
Activity: 1792
Merit: 1008
/dev/null
November 26, 2012, 11:12:32 PM
update: libssl + libcrypto resolved, now i have to get libboost working, anyone knows which version is needed?

On my linux system, it's 1.40.0, according to the code at:
http://stackoverflow.com/questions/3708706/how-to-determine-the-boost-version-on-a-system

which I lower than I expected because I thought bitcoin wanted a more advanced development version.

Quote
EDIT: after a bit googling, this could be a problem with mingw32! so maybe no build for winblows possible.

That would suck  Sad
its due to a threading issue in win32 (trash? Tongue)
i know how to determine my actual version, i have to cross-compile every library so i can use it. gonna test a newer mingw32 (building from source Wink) later, i can just say cross compiling devcoind is a HUGE mess, i even had to fix bugs in the sourcecode...
hero member
Activity: 935
Merit: 1015
November 26, 2012, 11:06:14 PM
update: libssl + libcrypto resolved, now i have to get libboost working, anyone knows which version is needed?

On my linux system, it's 1.40.0, according to the code at:
http://stackoverflow.com/questions/3708706/how-to-determine-the-boost-version-on-a-system

which I lower than I expected because I thought bitcoin wanted a more advanced development version.

Quote
EDIT: after a bit googling, this could be a problem with mingw32! so maybe no build for winblows possible.

That would suck  Sad
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
November 26, 2012, 10:58:31 PM
Just use your normal bitcoin address as a devcoin address.

The address is already yours, you already have its private key, it is already waiting for devcoins to be sent to it.

Someday when you finally decide you have enough devcoins waiting there that it is worth learning how to export a key from one wallet and import it into another, copy the key over to a devcoin wallet and use your devcoins.

It was done this way deliberately so that we could put developers on the list initially way back when just by knowing their bitcoin donation address.

-MarkM-


That doesnt make any sense. How can you import devcoins into the bitcoin blockchain ?

You cannot, think of it like this:

Bobby lives at 15 Bitcoin st Apt A
Derrick lives at 15 Bitcoin st Apt B

You can get to that exact location with the same address for both people (coin chains) the A/B just will identify which network to which its assigned. Apt A will always be on the first floor, Apt B always on the second floor. Those things will never change. But it will tell you the exact address of how to get there to that exact location (private key).

Hope that kinda helps.
Jump to: