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 - 8bit

Pages: 1 [2] 3 4
16
I've created a delegate named commonwealth which takes a 0% payrate. This reduces the supply of BTSX, deflating it, thereby distributing 100% of my potential pay to the network as a whole. I gain nothing from running this delegate. Type the following to approve commonwealth through the command line:

Code: [Select]
wallet_approve_delegate commonwealth
If you are using the graphical wallet, you can click on this sentence to vote for commonwealth.

Also, please check out my main delegate. (linked in my sig) I am giving free art to anyone who votes for me. You can commission anything you like, and I'll draw it.

17
Stakeholder Proposals / Re: How to make "approve" buttons
« on: July 23, 2014, 06:17:12 am »
Quote
> I can't tell for sure as I don't run the GUI client

Well there's your problem, the hooks are only installed when you install the GUI.

Yeah, I was just confused because I wrote it client side and got a more descriptive error from the browser when I did that.

The "code" is this line in apache config:

Code: [Select]
RedirectMatch ^/scheme/btsx/(.*)$ btsx:$1

Ah, that's clever!

18
This was a major topic at lunch time... I too am paranoid about this.   

Step 1) Place a Star next to your favorite accounts and WARN if you are about to send to an account not in your favorites.
Step 2) Generate Random Art Icon for each account:  http://www.random-art.org/about/

Great ideas! Especially the random art. A couple of questions, though. Will it be possible to skip the warning, through a "dont ask me again" checkbox in the GUI and a -f flag in the CLI? Also, can we have a something like random art but for the CLI? Maybe either a string of randomized words that form a sentence or a random art ASCII.

EDIT: Here's another idea. Add a trusted nodes system. All of the names that people who I favorite favorite come up as 'trusted' and also do not prompt before sending. People can also be flagged 'untrustworthy'. If someone you favorite marks one of your trusted nodes as 'untrustworthy', then they are removed from your list of trusted nodes. Also, the user's trust level is listed in their account, on the delegates pages, etc... This is a friend-to-friend, decentralized implementation of a 'ring of trust'. This also potentially creates a new industry: delegates (and other community members) who maintain easylists of trusted/untrusted nodes.

19
Stakeholder Proposals / Re: How to make "approve" buttons
« on: July 23, 2014, 04:33:21 am »
I'm in Firefox 30 and this doesn't seem to do anything for me. I just get a whitescreen, no redirect to btsx://etc... However I came up with this idea independently and created a slightly different implementation that might work in browsers that yours does not work in:

Quote
Approve me on the forums!

The syntax is:

Code: [Select]
[url=http://the8thbit.github.io/bitshares.html?name=NAMEt&action=ACTION]TEXT[/url]

With the stuff in caps replaced with whatever you want. So for example, this is how I did the one above:

Code: [Select]
[url=http://the8thbit.github.io/bitshares.html?name=eightbit&action=approve]Approve me on the forums![/url]

Instead of using multiple directories as you seem to be doing, I'm using a single html file with inline js that extracts URL parameters and then uses them to construct a new URL which you are then redirected to. It's all very basic js, so it should work in most browsers. That said, I can't tell for sure as I don't run the GUI client, but it gives me the redirect to the btsx URL. At that point, your browser/wallet should figure out the rest.

Anyone want to try this one and tell me if it works?

Btw, where is the repo for your version? I had trouble finding it, and I'd like to read through your code to see where the problem might be.

20
Marketplace / Re: 1000 BTSX - help me setup dedicated Ubuntu node.
« on: July 23, 2014, 12:47:53 am »
This is a good idea. Do we have IRC channel? Fuznuts, I'm not a fan of installing unfamiliar executables. Is mumble built from source code?

 +5%

I second this. IRC > mumble. There's a channel on irc.freenode.org, but its very inactive and small.

21
Stakeholder Proposals / Vote for eightbit and get FREE TERRIBLE art!
« on: July 23, 2014, 12:30:31 am »
A VOTE FOR EIGHTBIT IS A VOTE FOR CRUDE DICK ART


Hello, I make bad art for cryptocoin/currency/asset/whatever holders! I did a series on bitcoin, commissioned by a number of miners that you can view here:

WARNING: NSFW VERY EXPLICIT LOTS OF DICKS. OTHER WARNING: LAST DRAWING IS VERY LARGE AND MAY CAUSE YOUR BROWSER TO HANG OR CRASH

Descriptions of what was commissioned are listed below each image.

Want your own bad art? Vote for me as a delegate and then post in this thread! You can commission anything (not just cryptocurrency related things) and I'll draw them for you! Be as specific or as general as you like. To vote for me, start the BTSX client and issue the following command:

Code: [Select]
wallet_approve_delegate eightbit-delegate-1
I'll be taking an 80% pay-rate, burning 20% to give back to the community.

I don't know how to check who has voted for me yet, so this is entirely based on an honor system! Yes, you could trick me into providing you bad art at no benefit to me, but then how would you sleep at night?

Want bad art, but don't want to vote for me? Teach me how to see who's voted for me and you'll get 1 art!

Note: Your commissioned work does not have to have penises in it, but they will be included unless you explicitly request that they not be.

FAQ

Q. Why should we vote for you? You don't appear to be an expert in blockchains, economics, nor were you active during the test chain. Why do we want the dick art guy running our network?

A. The dick art guy is EXACTLY who you want, exactly because he's got nothing going for him! An organization can become dependent on its strongest members who can lord their experience and knowledge over their hapless shareholders. I, on the other hand, am completely dependent on you! You have no reason to keep me, so one fuck up and I'm gone! That means I have to be extremely representative of my constituents to remain a delegate.

I am now also running ntpd, using four pool.ntp.org nodes and the ubuntu ntp service as reference nodes. As I understand, bitsharesx only uses one reference for ntp, so running your own daemon can significantly improve timing.



Yay!

22
General Discussion / Re: Voting does NOT suck!
« on: July 23, 2014, 12:06:10 am »
Quote
Even better would be some kind of HTML code link that could be added to websites or forums that works a lot like the Facebook thumbs up.

We have support for it in the client already!
We just can't do it in the forum because the SMF software always prepends "http://" to the links and the mod that is supposed to fix it was last updated in 2008... We'll ask someone else to figure this out

Try putting this on an external page:

<a href="btsx://daslab/approve">Approve me!</a>

Approve me on the forums!

The syntax is:

Code: [Select]
[url=http://the8thbit.github.io/bitshares.html?name=NAMEt&action=ACTION]TEXT[/url]

With the stuff in caps replaced with whatever you want. So for example, this is how I did the one above:

Code: [Select]
[url=http://the8thbit.github.io/bitshares.html?name=eightbit&action=approve]Approve me on the forums![/url]
I don't know if this actually works or not as I only use the tty wallet, however, it does redirect your browser to the correct URL.

Also, I second the idea of a forum dedicated to delegate campaigning and open discussions with/between delegates.

EDIT: Nevermind, that board already exists.

Let me just say you guys are doing an amazing job. I tend to try to push things with outside the box thinking and many view it as criticism, it is not. I'm thinking about improvements. That doesn't mean I'm not appreciating the current system. But when I see an opportunity for improvement I can't help but try to explore it.

Hm, my block production also says false... Am I doing something wrong, is it just because I'm not an active delegate?

23
General Discussion / Re: Vote for me and get FREE TERRIBLE art!
« on: July 22, 2014, 04:46:43 am »
It was on my end! I accidentally built the latest dry chain instead of the live one. iamsosmart

I'm on now, though. Puppies, what would you like to commission?

24
General Discussion / Re: Disingenuous Delegates Deceit
« on: July 21, 2014, 11:42:36 pm »
All I see are init delegates. Is there something wrong with my copy of the chain?

Code: [Select]
ID    NAME (* next in line)           APPROVAL       PRODUCED MISSED   RELIABILITY   PAY RATE PAY BALANCE         LAST BLOCK
============================================================================================================================
2     init1                           0.0000000001 % 253      0        100.00 %      100 %    0.00171 XTS         25516     
40    init39                          0.0000000001 % 256      0        100.00 %      100 %    0.00173 XTS         25517     
25    init24                          0.0000000001 % 253      0        100.00 %      100 %    0.00170 XTS         25518     
79    init78                          0.0000000001 % 253      0        100.00 %      100 %    0.00170 XTS         25519     
36    init35                          0.0000000001 % 256      0        100.00 %      100 %    0.00174 XTS         25520     
47    init46                          0.0000000001 % 256      0        100.00 %      100 %    0.00173 XTS         25521     
22    init21                          0.0000000001 % 253      0        100.00 %      100 %    0.00170 XTS         25522     
78    init77                          0.0000000001 % 254      0        100.00 %      100 %    0.00172 XTS         25523     
66    init65                          0.0000000001 % 254      0        100.00 %      100 %    0.00171 XTS         25524     
11    init10                          0.0000000001 % 253      0        100.00 %      100 %    0.00170 XTS         25525     
31    init30                          0.0000000001 % 253      0        100.00 %      100 %    0.00170 XTS         25526     
99    init98                          0.0000000001 % 254      0        100.00 %      100 %    0.00171 XTS         25527     
39    init38                          0.0000000001 % 253      0        100.00 %      100 %    0.00170 XTS         25528     
7     init6                           0.0000000001 % 255      0        100.00 %      100 %    0.00172 XTS         25529     
83    init82                          0.0000000001 % 255      0        100.00 %      100 %    0.00172 XTS         25530     
92    init91                          0.0000000001 % 256      0        100.00 %      100 %    0.00173 XTS         25531     
14    init13                          0.0000000001 % 253      0        100.00 %      100 %    0.00170 XTS         25532     
53    init52                          0.0000000001 % 256      0        100.00 %      100 %    0.00173 XTS         25533     
57    init56                          0.0000000001 % 255      0        100.00 %      100 %    0.00172 XTS         25534     
42    init41                          0.0000000001 % 253      0        100.00 %      100 %    0.00170 XTS         25535     

25
General Discussion / Re: Vote for me and get FREE TERRIBLE art!
« on: July 21, 2014, 07:02:44 am »
Code: [Select]
(wallet closed) >>> blockchain_get_account eightbit
No account found.

I don't appear to be on a fork.

I added your node (the one listed in your sig) to my client... not sure if that will help or not. I was also having trouble voting for happyshares, so the issue might be on my end.

26
General Discussion / Re: Hey, BTSX delegates, come here.
« on: July 21, 2014, 06:56:56 am »
Hey, I'm registered as a delegate, and if you vote for me, you'll get free horrible art! Check out this thread for more info.

If you're too lazy to click that link and you just want to vote for me, my account name is eightbit, so the command to vote for me is:

Code: [Select]
wallet_approve_delegate eightbit
As for voting for other people... I was able to get a few votes in, but when I try to vote for happyshares:

Code: [Select]
wallet_approve_delegate happyshares-1 true
I get the following error:

Code: [Select]
delegate_record.valid() && delegate_record->is_delegate(): happyshares-1 is not a delegate!
    {"n":"happyshares-1"}
    th_a  client.cpp:1724 wallet_approve_delegate

    {"delegate_name":"happyshares-1","approved":true}
    th_a  client.cpp:1727 wallet_approve_delegate

    {}
    th_a  common_api_client.cpp:883 wallet_approve_delegate

    {"command":"wallet_approve_delegate"}
    th_a  cli.cpp:540 execute_command

27
General Discussion / Vote for me and get FREE TERRIBLE art!
« on: July 21, 2014, 06:30:06 am »
A VOTE FOR EIGHTBIT IS A VOTE FOR CRUDE DICK ART


Hello, I make bad art for cryptocoin/currency/asset/whatever holders! I did a series on bitcoin, commissioned by a number of miners that you can view here:

WARNING: NSFW VERY EXPLICIT LOTS OF DICKS. OTHER WARNING: LAST DRAWING IS VERY LARGE AND MAY CAUSE YOUR BROWSER TO HANG OR CRASH

Descriptions of what was commissioned are listed below each image.

Want your own bad art? Vote for me as a delegate and then post in this thread! You can commission anything (not just cryptocurrency related things) and I'll draw them for you! Be as specific or as general as you like. To vote for me, start the BTSX client and issue the following command:

Code: [Select]
wallet_approve_delegate eightbit
I'll be taking an 80% pay-rate, burning 20% to give back to the community. (That reduces inflation, which is good for an equity, right?)

I don't know how to check who has voted for me yet, so this is entirely based on an honor system! Yes, you could trick me into providing you bad art at no benefit to me, but then how would you sleep at night?

Want bad art, but don't want to vote for me? Teach me how to see who's voted for me and you'll get 1 art!

Note: Your commissioned work does not have to have penises in it, but they will be included unless you explicitly request that they not be.

FAQ

Q. Why should we vote for you? You don't appear to be an expert in blockchains, economics, nor were you active during the test chain. Why do we want the dick art guy running our network?

A. The dick art guy is EXACTLY who you want, exactly because he's got nothing going for him! An organization can become dependent on its strongest members who can lord their experience and knowledge over their hapless shareholders. I, on the other hand, am completely dependent on you! You have no reason to keep me, so one fuck up and I'm gone! That means I have to be extremely representative of my constituents to remain a delegate.

I am now also running ntpd, using four pool.ntp.org nodes and the ubuntu ntp service as reference nodes. As I understand, bitsharesx only uses one reference for ntp, so running your own daemon can significantly improve timing.



Yay!

28
Unfortunately, there is nothing we could do to keep miners on board after a 60% price drop because miners are purchasing PTS just like everyone else, they just pay with electricity.    The only thing we could do is switch PTS to a proof-of-stake coin. 

We could try to 'talk up miners', but miners are economic actors who see that it is cheaper to get PTS by trading than mining and thus make different economic choices.

If the difficulty becomes a long term problem we can take measures to increase the transaction rate, but short of increasing voluntary transaction fees in an attempt to motivate additional miners there is nothing we could do.   It would be like asking us to stop the price of PTS from falling after the BTS-X snapshot.

Push the price up with more forks from PTS.

29
You both earn 1 PTS... please contact Amazon about bounty payouts on this.

Is that a user on the forums, or did you convince Amazon Store to start using PTS before BTC?

30
Growing up in a world where money tends to travel digitally rather than physically gives a bit of a different perspective on things. To me, the money in my bank feels more 'real' than physical paper money, because the money in my bank is what I tend to buy things with and what I use to pay for bills. Because of this, I'm going to flip things around and try to explain BitUSD from a perspective that I don't think has been explored yet:

BitUSD is pegged to the USD because it says it is.

That may seem a little hand wavy, but the social meme of a perceived value from branding is a lot more powerful than people tend to assume. Take paper money. There's no reason a $5 bill has to buy the same amount of stuff as the abstract concept of '$5'. You could just as easily walk into a grocery store and find that you can purchase 2 loaves of bread for $5 sent through your debit card where a $5 paper bill might only buy you a single loaf of bread. This rarely happens, however, because the expectation that others will value the $5 paper bill at $5 motivates people to treat it as being worth $5.

With bitUSD, the expectation that 1 bitUSD will be worth 1 USD keeps it at equilibrium. If people sell their bitUSD and the price drops, then this will trigger investors to buy, as they expect the long term value to be larger than the current value. This, in turn, drives the price back up. If people buy enough to push the price above 1 USD then this triggers sells, as the current price is higher than the perceived value. This, in turn, drives the price back down to its perceived value. This is called a 'nash equilibrium': The value of something that is arrived at by the actors in a system because of the perception that the other actors will arrive at the same value.

Pages: 1 [2] 3 4