Pages:
Author

Topic: [ANN][GRE] GreenCoin - A Blockchain-Based Social Carbon Ecosystem - page 28. (Read 80403 times)

hero member
Activity: 579
Merit: 500
CoinQuacker
crackfoo, ^^^^^ that is cool. thanks for posting
legendary
Activity: 3486
Merit: 1126
Instructions:

Windows users. Open My Computer and in the address bar type %APPDATA% and hit enter
Look for the folder called GreencoinV2 and delete every file except wallet.dat
Now you can download run the new greencoinv2 client

New Client Windows Link: https://www.dropbox.com/s/94bfex1or76ip19/greencoin.zip?dl=0

To perform the swap over, click help, debug window and then console on the V1 QT client

Do this for all of your greencoin v1 addresses:
run the command:  dumpprivkey
You should get a response such as: RhGsLCi4ckTfv9zMtq1WFhDukw2Z1HBUebH8EzoyeFXLh5pCTqqJ

Note all of these down

On the GREv2 client click help, debug window and then console
for each of the private keys from the V1 wallet run the command:
importprivkey
e.g. importprivkey RhGsLCi4ckTfv9zMtq1WFhDukw2Z1HBUebH8EzoyeFXLh5pCTqqJ

The wallet will appear to hang for a few minutes as it re-scans the blockchain.

Once completed you should see your coins in your wallet

Ahmed

Ahmed mentioned to me you can also run:

greencoind -rescan -reindex

and not have to dump the privkey to ASCII, if that's a concern



I tried to do that with my v1 wallet and it crashed. I ended up dumping all the privkeys for all addresses and scripted the import of all of them as I had 3k+

Exported them to a file:

./greencoind listaddressgroupings | grep '"' | sed s/'            "'//g | sed s/'",'//g | xargs -n1 -I{} -P16 ./greencoind dumpprivkey {} > privkeys.txt

Then created the script:

for i in `cat privkeys.txt`; do echo "./greencoind importprivkey $i \"\" false" >>greimport.sh; done

then in the greimport.sh file, go to the last line and change the false to true...

then run the script and all your private keys will be imported...
hero member
Activity: 579
Merit: 500
CoinQuacker
Note For Current Renewable Producers:

1) Tonight (Jan 5th at 8 PM US Pacific time) is anticipated to be the last day a payout will occur with old GreenCoin. I cannot pay out new V2 GreenCoins yet because staking doesn't begin until about 6 AM tomorrow morning (US Pacific time), so there are no coins to send.

2) Assuming the staking starts up as expected, tomorrow will be the first day payouts are made with GRE V2. The coins also have a 500 confirmation maturity before they can be sent. So the plan is to calculate the daily award, for example on Jan 6th, and pay these coins out the next calendar day once the coins from the 6th have matured (~16.7 hours on average).

3) Coins generated between block 801739 and tomorrow morning, probably ~5000 blocks, contains coins that cannot be redeemed on the new blockchain. I discussed this in the forum with Cranky4U, one of GreenCoin's renewable producers, and agreed to donate in coins personally to producers for these specific coins.

Once the new chain is staking and off and running I will do these tx at that time.
hero member
Activity: 579
Merit: 500
CoinQuacker
Instructions:

Windows users. Open My Computer and in the address bar type %APPDATA% and hit enter
Look for the folder called GreencoinV2 and delete every file except wallet.dat
Now you can download run the new greencoinv2 client

New Client Windows Link: https://www.dropbox.com/s/94bfex1or76ip19/greencoin.zip?dl=0

To perform the swap over, click help, debug window and then console on the V1 QT client

Do this for all of your greencoin v1 addresses:
run the command:  dumpprivkey
You should get a response such as: RhGsLCi4ckTfv9zMtq1WFhDukw2Z1HBUebH8EzoyeFXLh5pCTqqJ

Note all of these down

On the GREv2 client click help, debug window and then console
for each of the private keys from the V1 wallet run the command:
importprivkey
e.g. importprivkey RhGsLCi4ckTfv9zMtq1WFhDukw2Z1HBUebH8EzoyeFXLh5pCTqqJ

The wallet will appear to hang for a few minutes as it re-scans the blockchain.

Once completed you should see your coins in your wallet

Ahmed

Ahmed mentioned to me you can also run:

greencoind -rescan -reindex

and not have to dump the privkey to ASCII, if that's a concern

full member
Activity: 141
Merit: 100
Great work Ahmed!

Built on Archlinux-ARM - now running POS 24/7

Code:
greencoind getinfo
{
    "version" : "v1.2.1-46-gedf33c1",
    "protocolversion" : 60018,
    "walletversion" : 60000,
    "balance" : 10590099.27780274,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 298,
    "timeoffset" : 0,
    "moneysupply" : 1616548641.00000000,
    "connections" : 1,
    "proxy" : "",
    "ip" : "0.0.0.0",
    "difficulty" : {
        "proof-of-work" : 0.00045563,
        "proof-of-stake" : 0.00024414
    },
    "testnet" : false,
    "keypoololdest" : 1451659238,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00000000,
    "unlocked_until" : 1462013178,
    "errors" : ""
}
sr. member
Activity: 371
Merit: 250
Thanks Ahmed!
All my coins are in the new wallet. Current block is 294 here with 3 connections.

Thanks! Exciting! Smiley  Block 297 with 5 connections. 
legendary
Activity: 1612
Merit: 1608
精神分析的爸
Thanks Ahmed!
All my coins are in the new wallet. Current block is 294 here with 3 connections.
full member
Activity: 141
Merit: 100
Built grev2.0-7-gedf33c1 on archlinux.

All my funds are listed with 1 active connection.


Also building on archlinux-ARM for 24/7 POS
hero member
Activity: 579
Merit: 500
CoinQuacker
New wallet up and running, thanks Ahmed -- looking good so far. Waiting to see the staking turn to true (getstakinginfo).

Awesome.
hero member
Activity: 800
Merit: 1000
Instructions:

Windows users. Open My Computer and in the address bar type %APPDATA% and hit enter
Look for the folder called GreencoinV2 and delete every file except wallet.dat
Now you can download run the new greencoinv2 client

New Client Windows Link: https://www.dropbox.com/s/94bfex1or76ip19/greencoin.zip?dl=0

To perform the swap over, click help, debug window and then console on the V1 QT client

Do this for all of your greencoin v1 addresses:
run the command:  dumpprivkey
You should get a response such as: RhGsLCi4ckTfv9zMtq1WFhDukw2Z1HBUebH8EzoyeFXLh5pCTqqJ

Note all of these down

On the GREv2 client click help, debug window and then console
for each of the private keys from the V1 wallet run the command:
importprivkey
e.g. importprivkey RhGsLCi4ckTfv9zMtq1WFhDukw2Z1HBUebH8EzoyeFXLh5pCTqqJ

The wallet will appear to hang for a few minutes as it re-scans the blockchain.

Once completed you should see your coins in your wallet

Ahmed
hero member
Activity: 579
Merit: 500
CoinQuacker
An update:

The following addresses have not yet been paid due to a number of transactions being stuck


+------------------------------------+-------------------+
| address                            | balance           |
+------------------------------------+-------------------+
| GfHDCepsFsrb3XNHpopc8JAwm8s5dMRgfJ | 1000.000000000000 |
| GfHDXX6F6NW77BSBkqRNiHL4rEEMdMXjuQ | 1000.000000000000 |
| GfHFww94kK22vYydT5RM6jFConWqkNAgzA | 1000.000000000000 |
| GfHFz5tLaRsCD9RMjHadhGfxc1iTwXoGES | 1000.000000000000 |
| GfHHP8kMrGvr5tXJUwQUiNhfF2Hq5Xj43n | 1000.000000000000 |
| GfHHtw1Hin16KEPjhXzrB2YoKKkoVuUiwt | 1000.000000000000 |
| GfHJnwEAG1ADL93n2PD8eguok7oDfPrPZm | 1000.000000000000 |
| GfHKhA2XzXE4yHu329d6cjHzzPKFUnJ5hm | 1000.000000000000 |
| GfHKvFXhUgfHGXtsRFc4jCJPddym6vfWq9 | 1000.000000000000 |
| GfHKyfFCRR69boxSCKWkkovbkg4tKoXkEv | 1000.000000000000 |
| GfHjYK4YsxfpiG6YuWHtbtDdeAhNmrdUbP | 1000.000000000000 |
+------------------------------------+-------------------+


We will find some way of re-compensating these users most likely through buying coins off an exchange and using those.

I will now compile some windows wallets and provide everyone with instructions to obtain your coins

Ahmed




Does it seem weird (as in, non random) those addy's are all GfH-something? Anyway, that list represents such a tiny amount of coins it can certainly be covered easily (I can do it).

Looking forward to the wallets tomorrow and maybe the changeover is complete. Exciting!
hero member
Activity: 810
Merit: 1000
excellent update Chris, thnx!

Given the events of the past few days, could Ahmed or Chris please finish de-bugging then;
1. provide a wallet,
2. bootstrapped IP address for chain dispersion,
3. clear and consolidated instructions on wallet transfer.

Regards,

Cranky

Some (bad-ish) news on this end. After processing about 20K payments the premine wallet ended up corrupting itself. Going to roll the chain back and this time send the coins using a small GRE network and will release the client as soon as theyre all sent and confirmed. Might be a day or 2 due to the 98K~ payouts left to make

Ahmed

Sorry the coin is taking a while. The changeover to PoS was hindered by the desire to be able to add data to the blockchain (via OP_RETURN). Ahmed is working on solutions but it will take time. He's on the case, probably one of the best guys you can get to be doing so.

Any coin transfer instructions will be posted and bulletproof, so don't worry about that.
full member
Activity: 157
Merit: 100
I can probably look at the ann very soon, been a bit busy with things. If possible though, I was waiting for HIRE to launch and build my rep at the same time there. Will prefer something cleaner. Any idea how much you wanted to spend for the bounty?
hero member
Activity: 800
Merit: 1000
An update:

The following addresses have not yet been paid due to a number of transactions being stuck


+------------------------------------+-------------------+
| address                            | balance           |
+------------------------------------+-------------------+
| GfHDCepsFsrb3XNHpopc8JAwm8s5dMRgfJ | 1000.000000000000 |
| GfHDXX6F6NW77BSBkqRNiHL4rEEMdMXjuQ | 1000.000000000000 |
| GfHFww94kK22vYydT5RM6jFConWqkNAgzA | 1000.000000000000 |
| GfHFz5tLaRsCD9RMjHadhGfxc1iTwXoGES | 1000.000000000000 |
| GfHHP8kMrGvr5tXJUwQUiNhfF2Hq5Xj43n | 1000.000000000000 |
| GfHHtw1Hin16KEPjhXzrB2YoKKkoVuUiwt | 1000.000000000000 |
| GfHJnwEAG1ADL93n2PD8eguok7oDfPrPZm | 1000.000000000000 |
| GfHKhA2XzXE4yHu329d6cjHzzPKFUnJ5hm | 1000.000000000000 |
| GfHKvFXhUgfHGXtsRFc4jCJPddym6vfWq9 | 1000.000000000000 |
| GfHKyfFCRR69boxSCKWkkovbkg4tKoXkEv | 1000.000000000000 |
| GfHjYK4YsxfpiG6YuWHtbtDdeAhNmrdUbP | 1000.000000000000 |
+------------------------------------+-------------------+


We will find some way of re-compensating these users most likely through buying coins off an exchange and using those.

I will now compile some windows wallets and provide everyone with instructions to obtain your coins

Ahmed


hero member
Activity: 579
Merit: 500
CoinQuacker
Given the events of the past few days, could Ahmed or Chris please finish de-bugging then;
1. provide a wallet,
2. bootstrapped IP address for chain dispersion,
3. clear and consolidated instructions on wallet transfer.

Regards,

Cranky

Some (bad-ish) news on this end. After processing about 20K payments the premine wallet ended up corrupting itself. Going to roll the chain back and this time send the coins using a small GRE network and will release the client as soon as theyre all sent and confirmed. Might be a day or 2 due to the 98K~ payouts left to make

Ahmed

Sorry the coin is taking a while. The changeover to PoS was hindered by the desire to be able to add data to the blockchain (via OP_RETURN). Ahmed is working on solutions but it will take time. He's on the case, probably one of the best guys you can get to be doing so.

Any coin transfer instructions will be posted and bulletproof, so don't worry about that.
hero member
Activity: 579
Merit: 500
CoinQuacker
If the change over works, will the non-redeemable coins the foundation paid out be re-issued on the new chain?

Producers: I'll keep paying on the old GRE chain even though they are not redeemable. This ensures if the new coin were to not work that there was payout continuity. However, if and when the new coin is working there will be a day (or several days perhaps) where users were paid in old GRE coins that ultimately are not redeemable.

I know it's not a very big deal, but the central tenets I have stuck to with running GreenCoin is to:
1) ensure it is fair to all participants equally and,
2) pay out every day

We will lose a couple of days with this changeover. I know this is not a big deal for the small number of you that are GreenCoin members but I just wanted to mention it.

Once we have the PoS changeover behind us we can make this coin into a potentially widely followed personal carbon crediting ecosystem.

no, but I can donate them in.
hero member
Activity: 810
Merit: 1000
If the change over works, will the non-redeemable coins the foundation paid out be re-issued on the new chain?

Producers: I'll keep paying on the old GRE chain even though they are not redeemable. This ensures if the new coin were to not work that there was payout continuity. However, if and when the new coin is working there will be a day (or several days perhaps) where users were paid in old GRE coins that ultimately are not redeemable.

I know it's not a very big deal, but the central tenets I have stuck to with running GreenCoin is to:
1) ensure it is fair to all participants equally and,
2) pay out every day

We will lose a couple of days with this changeover. I know this is not a big deal for the small number of you that are GreenCoin members but I just wanted to mention it.

Once we have the PoS changeover behind us we can make this coin into a potentially widely followed personal carbon crediting ecosystem.
hero member
Activity: 810
Merit: 1000
Given the events of the past few days, could Ahmed or Chris please finish de-bugging then;
1. provide a wallet,
2. bootstrapped IP address for chain dispersion,
3. clear and consolidated instructions on wallet transfer.

Regards,

Cranky

Some (bad-ish) news on this end. After processing about 20K payments the premine wallet ended up corrupting itself. Going to roll the chain back and this time send the coins using a small GRE network and will release the client as soon as theyre all sent and confirmed. Might be a day or 2 due to the 98K~ payouts left to make

Ahmed
hero member
Activity: 800
Merit: 1000
Some (bad-ish) news on this end. After processing about 20K payments the premine wallet ended up corrupting itself. Going to roll the chain back and this time send the coins using a small GRE network and will release the client as soon as theyre all sent and confirmed. Might be a day or 2 due to the 98K~ payouts left to make

Ahmed
hero member
Activity: 579
Merit: 500
CoinQuacker
Producers: I'll keep paying on the old GRE chain even though they are not redeemable. This ensures if the new coin were to not work that there was payout continuity. However, if and when the new coin is working there will be a day (or several days perhaps) where users were paid in old GRE coins that ultimately are not redeemable.

I know it's not a very big deal, but the central tenets I have stuck to with running GreenCoin is to:
1) ensure it is fair to all participants equally and,
2) pay out every day

We will lose a couple of days with this changeover. I know this is not a big deal for the small number of you that are GreenCoin members but I just wanted to mention it.

Once we have the PoS changeover behind us we can make this coin into a potentially widely followed personal carbon crediting ecosystem.
Pages:
Jump to: