Bitcoin Forum
May 06, 2024, 08:41:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 »
  Print  
Author Topic: [ANN][GRE] GreenCoin - A Blockchain-Based Social Carbon Ecosystem  (Read 80392 times)
Trianglespecs
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 01, 2016, 10:51:38 AM
 #401

is there a reason v1.2.1.0-g32a928e is known as v2?  i have over 3 million in cryptopia and 0 connections any ideas  Huh

v1.2.1.0-g32a928e is the current official GreenCoin windows wallet (this is V2). If you have zero conenctions try adding some known nodes:

https://bitcointalk.org/index.php?topic=957976.msg13518926#msg13518926

You add a node by opening the wallet and going to Help -> Debug window -> Console and in the command line at the bottom typing:
Code:
addnode xxx.xxx.xxx.xxx onetry

for example, from the node list linked to above, a node to try:
Code:
addnode 149.210.234.234 onetry

yes got sync got my coins from cryptopia
1714984902
Hero Member
*
Offline Offline

Posts: 1714984902

View Profile Personal Message (Offline)

Ignore
1714984902
Reply with quote  #2

1714984902
Report to moderator
1714984902
Hero Member
*
Offline Offline

Posts: 1714984902

View Profile Personal Message (Offline)

Ignore
1714984902
Reply with quote  #2

1714984902
Report to moderator
1714984902
Hero Member
*
Offline Offline

Posts: 1714984902

View Profile Personal Message (Offline)

Ignore
1714984902
Reply with quote  #2

1714984902
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714984902
Hero Member
*
Offline Offline

Posts: 1714984902

View Profile Personal Message (Offline)

Ignore
1714984902
Reply with quote  #2

1714984902
Report to moderator
1714984902
Hero Member
*
Offline Offline

Posts: 1714984902

View Profile Personal Message (Offline)

Ignore
1714984902
Reply with quote  #2

1714984902
Report to moderator
Cranky4u
Hero Member
*****
Offline Offline

Activity: 810
Merit: 1000



View Profile WWW
February 01, 2016, 11:07:30 PM
 #402

Any idea when trading will be available?

biodieselchris (OP)
Hero Member
*****
Offline Offline

Activity: 579
Merit: 500


CoinQuacker


View Profile WWW
February 02, 2016, 09:37:59 PM
 #403

Any idea when trading will be available?

none, sent request to start it up. It helps to have requests coming from many folks as well.

Cranky4u
Hero Member
*****
Offline Offline

Activity: 810
Merit: 1000



View Profile WWW
February 02, 2016, 09:39:21 PM
 #404

Any idea when trading will be available?

none, sent request to start it up. It helps to have requests coming from many folks as well.

Thnx...will gently poke cryptopia admin

biodieselchris (OP)
Hero Member
*****
Offline Offline

Activity: 579
Merit: 500


CoinQuacker


View Profile WWW
February 02, 2016, 11:17:25 PM
 #405

Hey guys......trying to follow the wallet update instructions throughout the thread and ran into an error.

Running new wallet from command line for first time (old wallet.dat in newly created GreenCoinV2 folder along with new conf file and given nodes), with the "--reindex --rescan --checkblocks=0" at the end, I get the following error message......


Warning: error reading wallet.dat!  All keys read correctly, but transaction data or address book entries might be missing or incorrect.


Is this normal, am I ok to click on ok and let it finish loading or what to do?

Is the new coin count staying at 10 billion or was there a reduction?

Thanks!

Jim - the old wallet file doesn't work with the new coin. Instead, just run the new client (if you do it from scratch the rescan bit isn't needed). Then open the old client as you allows did before. In the console (Help -> Debug window -> Console) type:

Code:
dumpprivkey <address>

and copy down the resulting character string, which is the private key for that address. (note: your addresses with coins can be found under "Send" and then "inputs." Just right click and "copy" it and paste it into the console after typing "dumpprivkey." Note also, the brackets <> are not included in the text.)

Then in your new (still empty) wallet, go to the console and type:

Code:
importprivkey <private key>

and paste the private key you copied from step one. Remember to encrypt the wallet (and of course, never forget your password). Once you have coins you can stake but need to add a text file to the GreenCoinV2 folder. Instructions are at the top of the OP.



IMJim
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000


View Profile
February 03, 2016, 08:23:51 PM
 #406

Hey guys......trying to follow the wallet update instructions throughout the thread and ran into an error.

Running new wallet from command line for first time (old wallet.dat in newly created GreenCoinV2 folder along with new conf file and given nodes), with the "--reindex --rescan --checkblocks=0" at the end, I get the following error message......


Warning: error reading wallet.dat!  All keys read correctly, but transaction data or address book entries might be missing or incorrect.


Is this normal, am I ok to click on ok and let it finish loading or what to do?

Is the new coin count staying at 10 billion or was there a reduction?

Thanks!

Jim - the old wallet file doesn't work with the new coin. Instead, just run the new client (if you do it from scratch the rescan bit isn't needed). Then open the old client as you allows did before. In the console (Help -> Debug window -> Console) type:

Code:
dumpprivkey <address>

and copy down the resulting character string, which is the private key for that address. (note: your addresses with coins can be found under "Send" and then "inputs." Just right click and "copy" it and paste it into the console after typing "dumpprivkey." Note also, the brackets <> are not included in the text.)

Then in your new (still empty) wallet, go to the console and type:

Code:
importprivkey <private key>

and paste the private key you copied from step one. Remember to encrypt the wallet (and of course, never forget your password). Once you have coins you can stake but need to add a text file to the GreenCoinV2 folder. Instructions are at the top of the OP.





Haha, I did say I was a bit confused on how to do lol.

Took me a minute to figure out I needed to unlock the wallet to dump the private keys but we be staking now.....thanks man!

Chris.....do I need to do anything to get me and moms back on the producer list with new wallet addresses?
biodieselchris (OP)
Hero Member
*****
Offline Offline

Activity: 579
Merit: 500


CoinQuacker


View Profile WWW
February 03, 2016, 10:41:25 PM
 #407

Haha, I did say I was a bit confused on how to do lol.

Took me a minute to figure out I needed to unlock the wallet to dump the private keys but we be staking now.....thanks man!

Chris.....do I need to do anything to get me and moms back on the producer list with new wallet addresses?

nope, old addresses should work just fine.

IMJim
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000


View Profile
February 03, 2016, 10:50:13 PM
 #408

Haha, I did say I was a bit confused on how to do lol.

Took me a minute to figure out I needed to unlock the wallet to dump the private keys but we be staking now.....thanks man!

Chris.....do I need to do anything to get me and moms back on the producer list with new wallet addresses?

nope, old addresses should work just fine.


Interesting......seems strange with new wallet only showing it's original address after importing all the old private keys.

Thanks again bro.....hope all is well!
yeswepump
Legendary
*
Offline Offline

Activity: 1162
Merit: 1011



View Profile
February 04, 2016, 02:09:17 PM
 #409

Is there any active exchange?
biodieselchris (OP)
Hero Member
*****
Offline Offline

Activity: 579
Merit: 500


CoinQuacker


View Profile WWW
February 05, 2016, 09:05:44 PM
 #410

I was trying to get a friend up and running with staking, and even after getting the conf file squared away I kept getting this error:

Code:
error: rpc server was not started, use server=1 to change this. (code -18)

He's on Windows 7. Firewall/anti-virus maybe?

biodieselchris (OP)
Hero Member
*****
Offline Offline

Activity: 579
Merit: 500


CoinQuacker


View Profile WWW
February 05, 2016, 09:06:19 PM
 #411

Is there any active exchange?

trying to get back on Cryptopia. Let them know you'd like to start trading again - it's good to hear it from different users IMO.

Cranky4u
Hero Member
*****
Offline Offline

Activity: 810
Merit: 1000



View Profile WWW
February 06, 2016, 03:57:33 AM
 #412

who has the mega stakes taking all the $$$?

I started out with ~10% of the coins a few days into staking, a week or 3 later and that stake is now down to 4%...

biodieselchris (OP)
Hero Member
*****
Offline Offline

Activity: 579
Merit: 500


CoinQuacker


View Profile WWW
February 06, 2016, 05:54:32 AM
 #413

who has the mega stakes taking all the $$$?

I started out with ~10% of the coins a few days into staking, a week or 3 later and that stake is now down to 4%...

I'm seeing a network weight of ~600M right now, and with 1.7B outstanding coins there's still a long way to go before everyone is staking.

Here's a richlist:
https://chainz.cryptoid.info/gre/#!rich

biodieselchris (OP)
Hero Member
*****
Offline Offline

Activity: 579
Merit: 500


CoinQuacker


View Profile WWW
February 06, 2016, 04:31:59 PM
Last edit: February 06, 2016, 06:58:07 PM by biodieselchris
 #414

I was trying to get a friend up and running with staking, and even after getting the conf file squared away I kept getting this error:

Code:
error: rpc server was not started, use server=1 to change this. (code -18)

He's on Windows 7. Firewall/anti-virus maybe?

figured this out, but now peers.dat not updating. addnode needs to be used every time the client is opened. Maybe need to add rpcport to the conf file?

biodieselchris (OP)
Hero Member
*****
Offline Offline

Activity: 579
Merit: 500


CoinQuacker


View Profile WWW
February 06, 2016, 07:39:26 PM
 #415

An instance of a stake coming up short by 30 satoshi
https://chainz.cryptoid.info/gre/block.dws?22522.htm

Never seen that before or after   Shocked

biodieselchris (OP)
Hero Member
*****
Offline Offline

Activity: 579
Merit: 500


CoinQuacker


View Profile WWW
February 07, 2016, 04:24:32 AM
 #416

An instance of a stake coming up short by 30 satoshi
https://chainz.cryptoid.info/gre/block.dws?22522.htm

Never seen that before or after   Shocked

Another one with 50Sat here https://chainz.cryptoid.info/gre/block.dws?21929.htm

strange, but only small amounts so OK for now. But worth keeping an eye on.

biodieselchris (OP)
Hero Member
*****
Offline Offline

Activity: 579
Merit: 500


CoinQuacker


View Profile WWW
February 07, 2016, 04:26:08 AM
 #417

Can't help but notice that the randomly produced new Foundation address has "WFZHETAX" at the end of it:

GeJw1g1rgTax56otxkFFsETMvzWFZHETAX

0.025 BTC bounty for coming up with a good acronym for that. Voters decide the winner...

biodieselchris (OP)
Hero Member
*****
Offline Offline

Activity: 579
Merit: 500


CoinQuacker


View Profile WWW
February 07, 2016, 05:14:00 AM
 #418

Up to date with all Producer payouts. Whew!  Smiley Grin

Lightsplasher
Sr. Member
****
Offline Offline

Activity: 371
Merit: 250


View Profile
February 07, 2016, 06:41:21 AM
 #419

Can't help but notice that the randomly produced new Foundation address has "WFZHETAX" at the end of it:

GeJw1g1rgTax56otxkFFsETMvzWFZHETAX

0.025 BTC bounty for coming up with a good acronym for that. Voters decide the winner...

How about: World Foundation Zoned Healthy Environment Toward Abundant Xerosere   Huh
Or: World Foundation Zoned Healthy Environment TAX
Lightsplasher
Sr. Member
****
Offline Offline

Activity: 371
Merit: 250


View Profile
February 07, 2016, 06:42:44 PM
 #420

WFZHETAX = World Federal Zone for Highly Efficient Technologically Advanced eXchange

WFZHETAX = Work For Zero High Emission Technology And eXchange

WFZHETAX = Work For Zero High Emission Technology And transfer(X)

WFZHETAX = World Federation/Foundation for Zero High Emission Technology And eXchange

WFZHETAX = World Federation/Foundation for Zero High Emission Technology And transfer(X)

Nice allcoinminer! I like them all.  How about this:

Wild Feeling Zippy High Energy Technological Abundant eXtravaganza!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!