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

Pages: 1 ... 84 85 86 87 88 89 90 [91] 92 93 94
1351

Agree, a solid bitUSD with millions or billions in market cap is more useful than a bunch of smaller assets.

 +5%

1352
General Discussion / Re: Do we need a BitPay?
« on: September 25, 2014, 05:31:47 pm »
Looking at Dogecoin's gains in the last few days you can definitely see the perceived market value of greater merchant utility.

I think PayPal is working the three main payment processors, BitPay, Coinbase and GoCoin.

GoCoin also processes LiteCoin and Dogecoin payment. So the PayPal news has been a big boost for DogeCoin as it brings Dogecoin payments to PayPal merchants.

Approaching GoCoin may have some merit?

Gocoin is one of the exchanges I contacted yesterday:
https://bitsharestalk.org/index.php?topic=8384.msg120269#msg120269

 +5% Cool. Gocoin already does 1,2 & 5 on CMC so I would imagine they're aware of BTSX.

Of course Gocoin makes their money by charging 1% & given tight retail margins and how quickly BitUSD transactions are processed and that it holds the value of the dollar, it's likely in the near future many merchants will just bypass these processors, though the fact they facilitate payments into bank accounts could still be useful for merchants.

The merchants would not mind paying the 1% as long as the bitUSD peg is strong and close to USD value.  And the wallet has to be stable and easy to use in order to attract them.

1353
General Discussion / Re: Do we need a BitPay?
« on: September 25, 2014, 05:27:14 pm »
Agreed .. a payment processor is needed .. but maybe not yet .. although people should start considering to set one up ..
The only thing that hinders adoption currently are the inconveniences of the wallet .. once these are fixed and no further hard forks are incoming mass adoption can come [/imho]

I agree fully on this.  Btsx wallet is still in a rapid bug-fixing and upgrading mode.  There is a number of mandatory forks.  It would do more harm than good to open up adoption to the masses who may not have the knowledge nor patience to upgrade their wallets repeatedly.

1354
Technical Support / Re: Delegate voting
« on: September 25, 2014, 05:13:34 pm »
I just put the bulk of my funds into cold storage and I noticed the delegate voting options during the transfer.

Not yet being satisfied I am informed enough to individually select delegates (let alone 101 of them!), I went ahead and selected the "let delegates decide" option (or something like that. I still get the msg "this account is not voting with all of it's stake" tho).

In my mind there's a rather big hole in our DPOS implementation that needs to be filled and that's in setting up some basic standards or guidelines for delegates and providing a central place where that info can be published. Even basic info like hardware description, ISP, UPS and the like for each delegate would be better than nothing.

I wouldn't want to lock in a set of requirements, but having a basic checklist of guidelines each delegate could publish would give people a metric to compare delegates. Another set of criteria would be operational information and run-time stats, like svk publishes on his BitsharesBlocks.com website.

These things may have been discussed, but I haven't found such discussions if so. I'm also aware this probably isn't on the top of the priority pile, but it probably needs to be addressed before going live to general public in a big way.

It seems like every day I see web designs on the internet that look outstanding, and makes me feel like my efforts are neanderthal in comparison. But I could throw up a Joomla site with some generalized info pages about delegate voting, and a forum, guestbook or some way to for delegates to post the essentials of their "campaign platform" for the general public. Maybe even putting up polls to gauge what the BitShare community considered to be important in a delegate might provide useful input. Hell I dunno. Anyway, this may not even be worth 2 shatoshis to this community, but it's a thought that crossed my mind.

A website of information dedicated to delegates may not be there yet. But you may check out https://bitsharestalk.org/index.php?board=61.0 where each delegate put up a introduction page. 


1355
Stakeholder Proposals / Re: Delegate bitcube - Please vote for me :)
« on: September 25, 2014, 10:51:53 am »
Updated to v0.4.17

1356
v0.4.17-RC1 fixed the issue for me.

1357
Stakeholder Proposals / Re: Delegate bitcube - Please vote for me :)
« on: September 24, 2014, 04:34:31 pm »
delegate bitcube

Updated to v0.4.17-RC2

1358
Stakeholder Proposals / Re: Delegate bitcube - Please vote for me :)
« on: September 24, 2014, 03:12:31 pm »
cube have you looked into being listed on http://www.beyondbitcoinx.net/ ?

No, I did not. I am taking a look now.

Edit: I try to register but I am not getting the email for activation.  I do not get the email even after I 'click' resend.

Will inform the programmer..im just a volunteer for the site.
Hi cube
i checked your account and you are already activated

Thanks!

1359
KeyID / Re: [DNS] test network for advanced users
« on: September 20, 2014, 05:46:41 pm »
Please provide some fund to:

keyid:bitcube:KEY73x6dhZfQiVPUg6dDzgj33WNpj17pFV1dtmCefE2NDdWvc2CA7


1360
General Discussion / Re: Let's show power of our community #2
« on: September 20, 2014, 11:01:31 am »
What is the Most Innovative Cryptocurrency/Technology?
https://bitcointalk.org/index.php?topic=776774

Voted.

NXT is at top spot.  btsx needs more voting support.

1361
General Discussion / Re: I want to run a seed node
« on: September 20, 2014, 10:23:05 am »
- open up firefwall ports/router forwarding (if necessary)
 - (optional) increase max number of conections
 - post pm to dacsunlimited and tell them the ip (there's is also a thread somewhere about it)

I got the client installed, now I have a few more questions:

..
-What ports do I need to open for it?
..

The default port being used is 1776. Make sure this port is open to the world.

1362
General Discussion / Re: I want to run a seed node
« on: September 20, 2014, 10:21:39 am »
Right now I have this script using the delegate startup instructions from github.

Code: [Select]
#!/bin/sh
# Starts and stops bitsharesx
#


case "$1" in
start)
        echo ""
        echo "Starting BitSharesX"
        echo ""
        cd /usr/bin/BitSharesX
        gdb BitSharesX
sleep 1
        $0 view

;;

stop)
   echo ""
   echo "Stoping BitSharesX"

   /usr/bin/BitSharesX stop
;;

restart)
     $0 stop
     sleep 30
     $0 start
;;

view)
        ps -e | grep BitSharesX
;;


*)
        echo "Usage: $0 {start|stop|restart}"
        exit 1
esac

...But when I run it, the terminal stays in gdb mode, & instead of leaving me with a '$' prompt, it's "(gdb)", & I have to type 'quit' to get back to bash. Then that exits the process. Not quite right.

What's the right way to start & stop it?

And I don't see where to get the port info, either in the docs. Could someone tell me about that please?

Thanks,
-F

You can remove the gdb word. The debugger was used in the early days.

1363
General Discussion / Re: I want to run a seed node
« on: September 20, 2014, 10:19:03 am »
-Where do I increase the max connections?

when client is running type:

network_set_advanced_node_parameters { "peer_connection_retry_timeout": 30, "desired_number_of_connections": 50, "maximum_number_of_connections": 200 }

If I do this command at the (gdb) prompt, I get:
Code: [Select]
Undefined command: "network_set_advanced_node_parameters".  Try "help".

And if I do:
Code: [Select]
$BitSharesX network_set_advanced_node_parameters { "peer_connection_retry_timeout": 30, "desired_number_of_connections": 50, "maximum_number_of_connections": 200 }
I get:
Code: [Select]
QXcbConnection: Could not connect to display
Aborted

What am I doing wrong?

No, you do not need to increase connections.

1364
btsx : bitcube

This is fun!

1365
Technical Support / Re: !!! Stupid Questions Thread !!!
« on: September 20, 2014, 09:28:43 am »
What is your primary pc? I run Xubuntu in a VM on my work laptop and it runs great.

MacBook Pro 2.7 GHz Intel Core i7

I tried doing the dual boot thing and it didn't go so smooth. Apple don't like that kinda stuff. >:(

but virtualization isn't the same as dual booting. You could have an instance of ubuntu running inside your main operating system and it would, for all intents and purposes have the same effect as you're aiming for by getting a new laptop (although I haven't read the whole thread).

https://www.virtualbox.org/

it'd be like having a little linux computer on demand that you could use exclusively for crypto. only instead of being an entirely new computer, you just borrow some resources from your computer to create what looks to the operating system as an entirely new computer.

This sounds like a great idea merockstar!

Do becareful with Virtual Machine though. When it fails, it may corrupt the virtual image (ie the virtual machine will never be able to boot again). You will need to backup the virtual machine image.

Pages: 1 ... 84 85 86 87 88 89 90 [91] 92 93 94