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 - robrigo

Pages: 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 ... 37
121
Muse/SoundDAC / Re: Claiming Notes questions
« on: March 26, 2015, 03:10:18 pm »
Anyone able to import an electrum wallet successfully? I keep seeing this error:

Code: [Select]
5 invalid_arg_exception: Invalid Argument

122
General Discussion / Let's get BTS on Noble Markets
« on: March 26, 2015, 03:36:24 am »
Digital currency marketplace using X-stream by NASDAQ. Does anyone know if this means you can trade between assets on Noble and other NASDAQ marketplaces?

Nasdaq article

Noble Markets website

123
Welcome to the community NeuCoin.

 Really though...
"NeuCoin: the First Secure, Cost-efficient and Decentralized Cryptocurrency"

It may be "secure", "cost-efficient", and "decentralized", but certainly there are other projects that are considered to have the same benefits and have come before Neu? I would claim the same 3 benefits talking about bitshares... and it launched before Neu.

124

So are you in Philly tomorrow or is it still looking like Friday/Saturday? I know you said you lived in West Philly so I can imagine you're going to be here a few days.

Since filming was... somewhat waylaid yesterday...  ::)  We're extending by a day in Detroit.

We'll be shooting in Philly on Friday 3/27 and Saturday 3/28, with optional NYC excursion / writing and editing time on Sunday 3/29.
I'm hoping to do some interviews in Center City @ Rittenhouse Square, and at the Liberty Bell.

Let us know which day is better for you Riverhead!  We're looking forward to it!

Detroit is pretty rad!  Another proper update coming tonight!



The cryptofresh crew are excellent company. We've had a really good time the past couple of days, and many inspiring talks and (hopefully) footage. Anyone who is on their itinerary is in for a good time.

Also,  +5% to tea time. These guys are all about the zen. Bitscape knows a lot about tea!

125
Nope, it's still sitting at zero. It has not tried to reconnect since I posted that last get_info. Here's a fresh one:
 
>> get_info

{
  "blockchain_head_block_num": 2073989,
  "blockchain_head_block_age": "5 days old",
  "blockchain_head_block_timestamp": "2015-03-20T07:11:20",
  "blockchain_head_block_id": "66814125c2196256643d07bb0e04bfe95a31e4b9",
  "blockchain_average_delegate_participation": "0.21 %",
  "blockchain_confirmation_requirement": 301,
  "blockchain_share_supply": "2,504,374,026.46004 BTS",
  "blockchain_blocks_left_in_round": 46,
  "blockchain_next_round_time": "at least 8 minutes in the future",
  "blockchain_next_round_timestamp": "2015-03-25T16:55:10",
  "blockchain_random_seed": "112b5d40b0fe6c4af1261407a012b993f509be26",
  "client_data_dir": "/home/mama/.BitShares",
  "client_version": "0.8.0",
  "network_num_connections": 0,
  "network_num_connections_max": 200,
  "network_chain_downloader_running": false,
  "network_chain_downloader_blocks_remaining": null,
  "ntp_time": "2015-03-25T16:47:30",
  "ntp_time_error": 0.0030019999999999999,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "12 days in the future",
  "wallet_unlocked_until_timestamp": "2015-04-06T06:02:09",
  "wallet_last_scanned_block_timestamp": null,
  "wallet_scan_progress": "100.00 %",
  "wallet_block_production_enabled": false,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null
}
 
Should I delete some folders or files or something?

The low blockchain_average_delegate_participation indicates that your chain has diverged from the main fork. I think a good way to fix this for now is to move your chain folder out of the bitshares app data folder and let it rebuild when you restart the client. There are also flags you can pass to the bitshares_client executable on the CLI that are supposed to work for achieving this:

--resync-blockchain


126
General Discussion / Re: Ubuntu BitShares PPA
« on: March 24, 2015, 12:14:07 am »
PPA is still up and running, usually updated within hours of release.
Here are some statistics on downloads.
https://people.debian.org/~showard/test/
Looks like ~15-20 people are using this (based on the number that downloaded the last release)

If anyone is interested in taking this over by moving this to a team/organization account on launchpad, please respond to this thread. It's all self contained so someone should be able to do releases to their own repository by adding the ppa:showard314/bitshares repository and then:
Code: [Select]
$ apt-get source bitshares
$ cd bitshares
$ dch -i [and update the version number/release target]
$ ./debian/rules get-orig-source [download the newest source, build the GUI]
$ dpkg-buildpackage -S -sa [builds the source package to upload to the PPA]
$ dput ppa:NAME/PPA_NAME ../bitshares_VERSION.changes
$ dch -i [and update release target for utopic/vivd/etc]
$ dpkg-buildpackage -S [builds the source package to upload to the PPA using the previously uploaded source]
$ dput ppa:NAME/PPA_NAME ../bitshares_VERSION.changes

I think this is the only way to get the GUI on linux prebuilt. It also shows some of the problem with the current project set-up, by relying on node-js it is very difficult to package the GUI in a linux-distribution-friendly way (the GUI can never be in debian or ubuntu, the amount of work to package all the node-js stuff would be astronomical).

Hi maqifrnswa. Thanks for running this PPA. If I had ubuntu installed I would definitely be using it.

Quick question (unrelated) about nodejs and the web_wallet code: is it only used for lineman and not required to run the packaged GUI or is each instance of the GUI including a full nodejs dependency? i.e. when I run a packaged version of bitshares (such as the exe or dmg), is there a node instance running?

From what I can tell it is just used for the lineman tool and not actually part of the web wallet operation.

127
General Discussion / Re: How about a bitshares leadership summer meet
« on: March 23, 2015, 10:48:35 pm »
If you guys come to Athens, I could most probably arrange that you stay in one of the best hotels in Athens and maybe we can arrange something so you guys pay in biteur. Amazing views in Acropole and the n01 roof garden bar in the centre of Athens...

If you guys come to Mykonos...Then that's another story..I promise you won't get much sleep there and you will have an unforgettable time..

MF tzo has the hook ups... now we just need btctrip to take bitUSD as well to make the reservations in full crypto style! If the price of BTS is up I would come out.  8) Never been to Europe.

128
General Discussion / Re: BitShares 0.7.0 Feedback
« on: March 23, 2015, 10:45:55 pm »
Here's my experience with 0.7.0 so far:

- Download the linux version, realize it's just the cli, not the gui. Have to compile it.

- For some reason, BitShares 0.7.0 decides it's a good idea to resynchronize the whole blockchain. 5-6 hours go by.

- When I come back home and check on the progress, the wallet needs to be unlocked. No problem -- or so I thought;
   The unlock never really happened, the little dots were going for 7 minutes, at which point I closed the window.
   The process didn't die. A pkill BitS later and it's gone.

- Re-run BitShares, let it sync the remaining 14 days that were left. Realize ~90% of my funds are missing.


Guys, I'm sorry but this is easily the most buggy piece of software I've had the displeasure of interacting with over the last decade and a half. And I've used software. A lot.

The only two positive things:
  - The wallet appears to be very noticeably faster.
  - No segfault this time (previously [0.6.0] it segfaulted while syncing the blockchain)

FYI this is on Ubuntu 14.04 LTS.


Besides removing all files/dirs except wallet/, is there a way to convince the software to properly reflect my funds once again? I realize they are there, as long as I have the private keys (which I do, in backup plus the accounts do show up, it's the balance that's wrong)

Hey karnal. Here are some steps you can take to fix your balance:

http://wiki.bitshares.org/index.php/RecoveringFunds

In particular, try this for the effected accounts:

Code: [Select]
wallet_regenerate_keys ACCOUNT_NAME 12000

129
General Discussion / Re: Wiki Wesnesday?
« on: March 23, 2015, 09:17:53 pm »
Would love some help with the Wiki:
https://docs.google.com/document/d/1zCMUJtqB3Gm9Za9plByINf_MRy0oPr5zuEU5BpyhvRQ/edit#
 
My edits are in anarcho-red color. I'll resume on it tomorrow, it's getting late here in Munich, I gotta eat somethin.
robrigo and I (with help from the community) should have the Wiki done in a few weeks if we all look it over....
Please and thanx :)
  -ken

Thanks Ken. Just a heads up the horizontal line marks the start of my take on the intro paragraph. Also I'm hoping to have a draft submitted much earlier than May 1st... ASAP even!

130
Well done AJ.  +5%

131
General Discussion / Re: Wiki Wesnesday?
« on: March 23, 2015, 03:51:46 pm »
 +5% great idea to give the BitShares wiki a much needed overhaul. I also like the idea of deploying a gitbooks and reworking the essentials into that format as a refactoring exercise.

And while we are on the topic of wikis, anyone that feels like proofreading the rough draft to submit to wikipedia.org feel free: https://docs.google.com/document/d/1zCMUJtqB3Gm9Za9plByINf_MRy0oPr5zuEU5BpyhvRQ/edit#

Please use strikethroughs and separate text color if you want to suggest edits. Thanks.

132
Lots of useful discussion in this thread, thank you David P. and Globally Distributed. Could it be that in order to find the early adopters BitShares needs right now, we need to appeal to the why? I think we need to target early adopters before we target the main stream at this point in time. We want the idealists, the entrepreneurs, promoters, and the makers to join in on the action.

Maybe you are right that most people do not care why, but is that also true of most early adopters?

There is a case to be made that BitShares ambition appears too complex. Making clear the devs focus can help with that. Making it clear what support they are lacking might also help attract the right developers.

As I see it, the benefits of blockchain technology follow from what are five distinct classes of usage:
Class 1: Money
Class 2: Money transport
Class 3: Tokens with value pegged to match other assets
Class 4: Tokens that are explicitly linked to real world assets
Class 5: Zero value applications, such as private key signing

The 'Why' of BitShares should be obvious following from the opportunity that Class 3 offers for markets and financial toolkits. It's the 'how' and 'what' of BitShares that will attract new devs and early adopters. If they do not understand the why that follows from Blockchain technology, then what use will they be?

I wonder you also need to consider who you want to attract.. are you wanting individuals or institutions engaged?.. Financial institutions will be starting to look more seriously at what options are available now that the BoE and UK.gov are getting involved. You will not attract the big fish by underestimating their ability to already see the bleeding obvious.. the why is there for everyone to understand.. it is what makes BitShares unique that needs selling.

Thanks for the breakdown of blockchain value proposition from your perspective. It is useful food for thought. Considering the peer to peer & distributed nature of the BitShares community, I think the "Why" is subjective. We all should ask ourselves why we are here to find the answer.

Me personally? Well first I will mention that coming to this community has taught me a lot of things that I didn't know or were unaware of. I'm thankful for that. I want to support, promote, and learn about peer to peer technologies to devolve corruptive forces of power in traditional societal institutions, promote personal freedoms and promote more liquid democracies. This is why I mentioned earlier that I identify with C the most in the OP's poll. I want to see Wall Street (as Ken mentioned earlier), the Federal Reserve, and the election system fixed, and other gatekeepers pacified. (such as the music industry... Go PeerTracks!) I want to be able to use my money privately without G man snooping on me or tracking my movements... with the assurance someone that doesn't even know me can't take my assets from my accounts. I really like the idea of a non violent & contract free, digital economy.  Friends that I have spoken with about these topics also feel frustrated with the state of our country, and many people are disillusioned, embittered, and generally feel that the government doesn't work for them anymore, but instead the money. A lot of people feel like they can't have an effect on social outcomes and that the government will get its way. They think voting doesn't matter because the system is rigged (me too). A lot of smart people and potential early adopters have no idea what the value proposition of a blockchain is, and need to be helped along and brought into the fold! Working towards the reduction of absolute control over money by nation states to a manageable level, while also making it more democratic and transparent are why I am here. Is this a political agenda, or a moral one? Am I wrong in presenting BitShares this way to people? It seems to have resonated with some that are willing to listen to my BitShares inspired madness. Whatever it is... this is a fascinating experiment.

It is important not to conflate our own personal ideas of what BitShares is with the motivations of the community as a whole... like David mentioned earlier.  8)

I like to envision BitShares as a way to "opt-out" of the old system and into a distributed & fairer one which can be independently audited. Of course right now the utility, usability, and protocol stability isn't there yet. And the regulatory aspects are murkier still.

The platforms already building out UIA driven services and other use cases (such as B2B) for the UIA such as gateways are, as @bitsapphire mentioned, probably the first services that will take off using BitShares.

The demographic that haven't been told "why" yet but could be building an innovative business models with UIAs, or even useful tools (technical / educational) are the ones I'm targeting first. I want to present the concepts to local people and businesses and try to spark a micro economy around BitShares. But to do it right, we need the fiat gateways and nice point of sales / mobile apps.
 
I want to be on the prong that targets people and brings BitShares to people. Any institutions I target would be more likely a startup than a large bank. Maybe eventually a VC firm? But it is very important and possibly more fruitful to have the community members that are courting institutions like the BoE.

If we want to be honest about why bitshares exist I think "Making Money" should be addressed.

My understanding is that Bitshares is a profitable company (or at least that was the idea originally). A company that doesn't need huge buildings to operate, middlemen costs and other costs but can operate automatically in a profitable way! This should be the main pitch of why Bitshares exists!

The nice thing about this profitable company is that you do not need to be wealthy in order to be an early adopter and get shares. Everyone can secure his wealth without the need of a Bank and become his own bank without the need to hide his money under his mattress.

Bitshares of course secures the liberty and strengthens the human independence (since we have bitassets) but if the shareholders of BTS do not make money then it is a dead end.

Agreed... the investment opportunity shouldn't be disregarded. To expand on the lack of needing lots of wealth, one of the first things I like to talk about potentials that could become BitShares early adopters is that they can theoretically lend their skills to the ecosystem and be paid in BTS.  If they can create wealth for BitShares with their productivity, they can receive equity from the network in return, either by creating a delegate campaign and being voted in or joining a delegate team. Even if you are cash poor, if you want to join the cause and are motivated you could potentially be paid for those efforts.

Also, I really like the "BitShares is profitable freedom" quote. Not sure who coined it at the moment, but I know it was either on these forums or mumble.

133
Some people don't need to understand why, they just need what.  You are a what-er which is also why you had the incredible vision to come to BitShares in the first place.  The masses are not what-ers, they are why-ers.  When they feel  a why they are more likely to take action than if they just hear a what.

Saying shit doesn't make it true.

Most people do not aspire to why, they just want to know what they can a product can do for them. They aspiration to why is a luxury. When it comes to money, mainstream will be looking for function not form. Useability and useful capability will win. Political aspiration et al, are a secondary consideration for most people most of the time.

The only point you could argue is that PR/Marketing or whatever we're calling it now, needs multiple threads of efforts on multiple fronts.. but do it right!

Lots of useful discussion in this thread, thank you David P. and Globally Distributed. Could it be that in order to find the early adopters BitShares needs right now, we need to appeal to the why? I think we need to target early adopters before we target the main stream at this point in time. We want the idealists, the entrepreneurs, promoters, and the makers to join in on the action.

Maybe you are right that most people do not care why, but is that also true of most early adopters?

134
General Discussion / Re: HolyTransaction loves BitShares
« on: March 22, 2015, 07:51:49 pm »
Quote
- Have On/Off ramp with EUR

https://www.youtube.com/watch?v=1esrEb9p0Wc

Hahaha. Shit just got real.  +5% to the Euro on ramp Holy Transactions. Can't wait to find out more about it.

135
 +5% Looks good!

Pages: 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 ... 37