Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Eylrid

Pages: [1]
1
I would like to see a market pegged currency that is based on the gross world product (GWP) per capita. (GWP is the same as global GDP. See "Gross world product" on wikipedia)

1 BitGWP = (GWP)/(global population x 10,000)

Which means that the average human spends the equivalent of 10,000 BitGWP per year.

If GWP per capita goes down then the value of BitGWP would go down, encouraging people who hold it to spend. If GWP per capita goes up then the value of BitGWP would go up, encouraging people to save. If BitGWP became a significant enough part of the economy it should have a stabilizing effect, encouraging spending in lean times and saving in good times.

Wikipedia says that in 2012 the purchasing power parity per capita GWP was US$12,400. That means that in 2012 BitGWP would be worth ~$1.24.

What would it take to get something like this implemented?

2
Technical Support / Re: Wallet Won't Connect
« on: October 30, 2014, 09:00:36 pm »
This is a major problem that is rendering my wallet completely useless and it still isn't resolved. Is there no one around here who can give real help?

3
Technical Support / Re: Wallet Won't Connect
« on: October 28, 2014, 11:08:48 pm »
I looked in the logs. I found a lot of "error fetching key 679837", "Exception thrown while canceling message_oriented_connection's read_loop" and "Peer IP is disconnecting us because: I rejected your connection request (hello message) so I'm disconnecting"

I would post a larger sample of my logs, but when I try the forum says "Sorry, you are not allowed to post external links."

4
Technical Support / Re: Wallet Won't Connect
« on: October 28, 2014, 10:55:41 pm »
There seems to be a deadlock of some kind in the network code .. can you let it run for an hour or so ..
I remember people reporting that after a while they synced up again ..

Alternatively you can try to connect to the seednodes manually:
    "178.62.50.61:1776",
    "178.62.50.61:1777",
    "178.62.50.61:1778",
    "80.240.133.79:1776",
    "80.240.133.79:1777",
    "5.101.106.138:1777",
    "5.101.106.138:1778",
    "128.199.137.122:1776",
    "128.199.137.122:1777",
    "95.85.33.16:8764",
    "180.153.142.120:1777",
    "84.238.140.192:42577",
    "5.101.106.138:1776",
    "61.129.33.213:1776",
    "80.240.133.79:1778",
    "89.187.144.203:8764",
    "104.131.35.149:1776",
    "178.62.50.61:1779",
    "178.62.157.161:1776",
    "188.226.195.137:60696",
    "auseednode.minebitshares.com:1776",
    "euseednode.minebitshares.com:1776"

in the console type:

network_add_node <IP>

I tried both of those. They didn't work.

5
Technical Support / [Resolved] Wallet Won't Connect
« on: October 28, 2014, 06:33:46 am »
Version: 0.4.22
OS: Windows Vista 32 bit

My wallet synced up to block 679840 and now won't connect. I have tried closing the program and opening it again. At first it says that it has 8 connections, but doesn't get any new blocks. After a couple of minutes it switches to "Not connected".

Also, it oddly seems to be actually losing blocks. First it said that the latest block was 679840. After a shut down and reopen it said that the latest block was 679839. Another shut down and reopen and it now says that the latest block is 679838.  ???

I've tried deleting the peers_leveldb folder as suggested in this comment: index.php?topic=10185.msg133395#msg133395 That didn't seem to have any effect.

Edit: This has been resolved.

I got help with this on github. Here's what was happening: A memory leak was causing the wallet to use increasing amounts of RAM. When the RAM use became too much for my computer Bitshares crashed, corrupting the database. The corrupt database kept the wallet from connecting or accessing the blocks it already had.

Version 0.4.24 fixed the memory leak. Deleting the blockchain database and resyncing fixed the corrupt database.

6
General Discussion / Re: 0.4.21 not connected and other issues
« on: October 27, 2014, 08:23:42 pm »
I'm having a similar problem. I got up to block #679840 and now it won't connect. I'm using v0.4.22 on Windows Vista 32 bit.

I tried posting the results of get_info but the forum told me "I'm sorry but you can't post external links." I'm not sure what it thought was an external link.

Pages: [1]