Pages:
Author

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

full member
Activity: 126
Merit: 100
May 06, 2013, 10:18:20 AM
So once devda is fixed will we receive our coins from this generation there?
sr. member
Activity: 367
Merit: 250
May 06, 2013, 09:54:14 AM
I've created a button:




Is there still a bounty for buttons?
hero member
Activity: 585
Merit: 501
May 06, 2013, 05:40:48 AM
Thank you Icoin!

MarkM the problem was the key I was given was a dump of the whole wallet, not just a private key.

Anyway, it has all been solved now Icoin sent me a wallet.dat he made Smiley

https://github.com/Unthinkingbit/bitcointools
the correct procedure to extract a key is wrong discribed. You get the key list in the terminal and some useless data into the key.txt file. You need to dump that terminal output to a file first.

Quote
For example, if the address of the key you want to export is 175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W, you would type
python keydump.py 175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W

It should be:

Code:
python keydump.py --datadir=/.devcoin >keys.log

then look in the keys.log file for 175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W and you find your base58 key from your address. Delete the content of key.txt and copy the base58 string to key.txt and save the file.

To import the key type:

Code:
python privkeyimport.py --datadir /.devcoin

But the import of a extracted base58 BTC key to devcoind this way is failing.


legendary
Activity: 1386
Merit: 1000
May 06, 2013, 05:21:27 AM
Quote
Whoever can solve my problem I will give you 1 000 000 DVC.
Get DVB shares for that Smiley https://cryptostocks.com/securities/14

Ok I will do Smiley
legendary
Activity: 1386
Merit: 1000
May 06, 2013, 05:21:00 AM
Thank you Icoin!

MarkM the problem was the key I was given was a dump of the whole wallet, not just a private key.

Anyway, it has all been solved now Icoin sent me a wallet.dat he made Smiley
legendary
Activity: 1078
Merit: 1005
May 06, 2013, 02:07:53 AM
has anyone proposed this to friedcat? that they mine on bitparking some of their hashing power... are they? bitparking saw mass increase not to long ago...from 1TH to like 4-5 now?
Recently I switched from PPS to DGM payment methods which unfortunately coincided with a run of long blocks resulting in a bunch of asic's leaving the pool. Bitparking is at 600 Ghash/s now. More asic's would obviously be welcomed.
hero member
Activity: 585
Merit: 501
May 06, 2013, 01:58:16 AM
Quote
Whoever can solve my problem I will give you 1 000 000 DVC.
Get DVB shares for that Smiley https://cryptostocks.com/securities/14

The problem with generation share recogntion on devda.ch will be solved soon, but you should NOT consider a webwallet as secure!

Please everyone get your own devcoind or devcoin-qt running on your own secured system.
legendary
Activity: 2940
Merit: 1090
May 06, 2013, 01:50:03 AM
So I've spent over 48 hours trying to get this to work and it turns out after all this the key is in the wrong format (too many digits by the looks of things) - and even after getting another key generated from Icoin from my wallet on Devda it is still in the wrong format.

Thank you to everyone for helping me out though - hopefully we will get there soon.


Solved

So what was the problem?

-MarkM-
full member
Activity: 276
Merit: 102
May 06, 2013, 01:35:43 AM

Solved

Icoin you are a champion!

Congrat!

You suddenly stop replying my msg, I thought you were out of sth....
legendary
Activity: 1386
Merit: 1000
May 06, 2013, 01:33:21 AM
So I've spent over 48 hours trying to get this to work and it turns out after all this the key is in the wrong format (too many digits by the looks of things) - and even after getting another key generated from Icoin from my wallet on Devda it is still in the wrong format.

Thank you to everyone for helping me out though - hopefully we will get there soon.


Solved

Icoin you are a champion!
hero member
Activity: 585
Merit: 501
May 06, 2013, 01:29:58 AM
So I've spent over 48 hours trying to get this to work and it turns out after all this the key is in the wrong format (too many digits by the looks of things) - and even after getting another key generated from Icoin from my wallet on Devda it is still in the wrong format.

Thank you to everyone for helping me out though - hopefully we will get there soon.


Solved
legendary
Activity: 2940
Merit: 1090
May 05, 2013, 11:58:49 PM
I have finally started getting down to some nitty gritty economic stuff, pertaining to the Galactic Milieu, on Devtome:

Investing in an Economic Sector (Galactic Milieu)

From a very general and non-player perspective the article is about a currency decirculation device: a mechanism that ties up currency in the game thus decreasing the amount of currency in circulation.

Basically players "invest" in "Economic Sectors", the coins "invested" are frozen, and the rest of us hopefully experience higher exchange-rates because less coins hit the exchanges to get "dumped".

The mechanism does include the concept of "liquidation" (bailing back out the coins that are frozen into the "sector"), however the implementation is such that typically one should get a better price for a "portion" of a "sector" by selling it as an intact "portion" to another player than one would get by "liquidating" a "portion" into coins.

The intent, from a narrative and gameplay perspective, is to represent in an abstract game-mechanics way distinctions such as that between liquidating a business by selling off the raw materials and components of which it is consructed and selling a business as a going concern to new management/ownership. As a side-effect, players should tend to prefer leaving coins tied up in these "Economic Sectors" by selling "portions" over liquidating "portions".

(LIquidation involves un-freezing coins, releasing them back out of the "sector".)

-MarkM-

P.S. That glaring red link, "Application Program Interface (API)" is an invitation to someone to create that missing page, not an indication I intend to someday get around to writing such a page myself. Wink
legendary
Activity: 1386
Merit: 1000
May 05, 2013, 11:45:19 PM
just use pywallet...

That was the first thing I used yesterday but it didn't work. I think the wallet's key is too long or in the incorrect format (it is over 1000 characters). Either that or I am just not sure what the issue is to be honest - but Bitcoin Tools gave me an error that the key was of an incorrect length.
legendary
Activity: 1792
Merit: 1008
/dev/null
May 05, 2013, 11:43:14 PM
just use pywallet...
legendary
Activity: 1386
Merit: 1000
May 05, 2013, 11:21:44 PM
So I've spent over 48 hours trying to get this to work and it turns out after all this the key is in the wrong format (too many digits by the looks of things) - and even after getting another key generated from Icoin from my wallet on Devda it is still in the wrong format.

Thank you to everyone for helping me out though - hopefully we will get there soon.
full member
Activity: 276
Merit: 102
May 05, 2013, 10:19:21 PM
Whoever can solve my problem I will give you 1 000 000 DVC.

Can someone provide me with an idiots guide to using : https://github.com/Unthinkingbit/bitcointools  in Windows to import a private key into my Devcoin wallet? I am trying to do this with my Devda wallet's private key (in key.txt format) so I can actually receive my generation shares.

I have:
- Windows 7 64 bit
- Twobits' Devcoin wallet
- Python 2.7.6 installed (but I know nothing about python)

I have tried using the windows cmd console to run the command to import the prvate key, but I received an error that privkeyimport.py was a HTML doc, is this because I didn't download privkeyimport.py correctly from GitHub? Or could it be because I don't know anything about python?

I am in way over my head here and any help greatly appreciated (I am primarily a writer which is why I am writing on Devtome) - anyone who can take the time to write me an idiots guide that works to doing this - I will give you 1 000 000 DVC.

Thank you

EDIT: Please PM with any advice.

I think it's a download issue, pm'ed you.
full member
Activity: 126
Merit: 100
May 05, 2013, 10:16:09 PM
I still haven't received any coins into my wallet... is that a bad thing?
legendary
Activity: 2940
Merit: 1090
May 05, 2013, 09:56:16 PM
If that is a clone or fork of Gavin Andresen's bitcointools, I think it is not what one uses to import private keys, maybe also not to export them. I think it does some other thing or things entirely.

What we use(d) to export keys from bitcoin wallets and import them into devcoin wallets was pywallet.py which is just a simple single file python script, (On github somewhere, google knows where.)

-MarkM-
legendary
Activity: 1386
Merit: 1000
May 05, 2013, 09:29:20 PM
Whoever can solve my problem I will give you 1 000 000 DVC.

Can someone provide me with an idiots guide to using : https://github.com/Unthinkingbit/bitcointools  in Windows to import a private key into my Devcoin wallet? I am trying to do this with my Devda wallet's private key (in key.txt format) so I can actually receive my generation shares.

I have:
- Windows 7 64 bit
- Twobits' Devcoin wallet
- Python 2.7.6 installed (but I know nothing about python)

I have tried using the windows cmd console to run the command to import the prvate key, but I received an error that privkeyimport.py was a HTML doc, is this because I didn't download privkeyimport.py correctly from GitHub? Or could it be because I don't know anything about python?

I am in way over my head here and any help greatly appreciated (I am primarily a writer which is why I am writing on Devtome) - anyone who can take the time to write me an idiots guide that works to doing this - I will give you 1 000 000 DVC.

Thank you

EDIT: Please PM with any advice.
legendary
Activity: 2940
Merit: 1090
May 05, 2013, 04:11:22 PM
Well if they are merged-mining DeVCoins I guess adding a passthrough for them to a DeVCoin exchange is fair enough then.

-MarkM-
Pages:
Jump to: