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

Pages: 1 2 3 4 [5] 6 7
61
Technical Support / Re: Renaming accounts
« on: September 19, 2014, 01:28:57 pm »
Ok, thanks.

62
Technical Support / Renaming accounts
« on: September 19, 2014, 08:22:57 am »
Hi,

I'd like to know if when I change the name on my account, it changes everywhere in the system, or if it only changes the label in the client?

Would I be better off starting a new account with the new name, so that it's created properly with the new name?

Please advise.

Thanks,
-F

63
Technical Support / Make an old account a sub-account of a new account?
« on: September 18, 2014, 03:24:50 pm »
Hi,

In my infinite wisdom being new to this, I created an account on my desktop box as a delegate. Now I learn that delegate accounts are best as sub-accounts of a main account.

So my question is: Is it possible for me to create a new, non-delegate account, & set the delegate account as a sub-account of the new account? And if so, how?

If not, what are the pros & cons of running as a delegate on an entirely separate account?

Please advise.

Thanks,
-F

64
General Discussion / Re: I want to run a seed node
« on: September 18, 2014, 09:04:56 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?

65
General Discussion / Re: I want to run a seed node
« on: September 18, 2014, 08:54:10 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


66
General Discussion / Re: I want to run a seed node
« on: September 18, 2014, 07:30:29 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 commands do I need to run in an init script to be sure it starts each boot?
-What ports do I need to open for it?
-Where do I increase the max connections?

67
Technical Support / Re: Problems installing bitsharesx on Debian Wheezy
« on: September 18, 2014, 07:26:35 am »
I got it installed, had to remove apt-pinning .pref files entirely then install it from the ppa. Then I copied the apt-pinning .pref files back to the server so it wouldn't upgrade & prevent booting.

I'd still like to be able to pin properly so that the bitsharesx packages & their dependencies are upgraded automatically, while not upgrading the rest of the system such that it breaks.

...But for now I'll be happy with this.

68
I think it would be good to see everyone's opinion and where people are having the most problems, so that the developer's time can be focused towards the biggest issues.

If it works out that such a mechanism is eventually implemented, I think it might be helpful in order to both reduce vote manipulation, & to raise funds to cover development costs, to allow micropayments to be associated with a user's vote. Maybe allow a vote's monetary contribution to be increased by x amount, so people can raise their amount each time their issue is bothering them. That way the devs would have 2 sets of metrics to read- 1 being a number of votes showing how prevalent an issue is, & the other being pain intensity based on each issue's fundraising. Maybe integrate documenting which username is associated with each vote to filter out vote manipulation.

Perhaps these thoughts (among others I'm sure) have already been addressed by the 'Voting' DAC, which could maybe facilitate a solution. I haven't read up on that yet to know what they're up to.

-F

69
Hi,

I read that currently there's an issue with restoring wallet backups which contain more than 1 account, & thus I'm holding off on creating additional accounts & sticking to my primary project alone. But I do see the advantage to having more than 1, & would like to do so as soon as the aforementioned issue is ironed out.

Where can I monitor the project's development so I can get an idea as to when I can both have multiple accounts, & know my wallet is safely backed up such that it can be properly restored to its original state should a recovery be necessary?

Another question which comes to mind is, if I were to create additional accounts with a separate wallet for each now while it's impossible to properly restore wallets containing multiple accounts, would it be possible to one day consolidate those accounts into a single wallet file once the backup restoration issue is resolved?

Lastly, should it be the case that this problem isn't a priority with the development team, is there a way to maybe vote for which todo items get proiritized? I imagine I could post a bounty to get it completed by foo date if it's on the back burner, but if it's going to be fixed within a reasonable amount of time anyway, I'd rather save my BTSX/PTS.

-F

70
Muse/SoundDAC / Re: BitShares Music
« on: September 18, 2014, 04:00:31 am »
...Just a thought:

What's to prevent someone from charging a ransom for incriminating recordings?

I imagine it would only be a matter of time until such a use case found its way to reality.

Is that something that the DAC is prepared to facilitate?

If someone were to integrate their scheme with Maidsafe's 'immutable files' function, it could be a cash cow for rogue papparatzi, whistleblowers, & organized crime.

How could such actions be prevented programmaticly?

-FuLl

71
Technical Support / Re: Problems installing bitsharesx on Debian Wheezy
« on: September 18, 2014, 03:04:35 am »
I tried using the -t option, & this is the error I get:

Code: [Select]
$ sudo aptitude install -t sid libc6 libdb5.3++ libqt5core5a libqt5gui5 libqt5gui5-gles libqt5network5 libqt5webkit5 libqt5widgets5 libstdc++6 libc6 libicu52 libstdc++6 libqt5dbus5 libdb5.3 libdrm2 libegl1-mesa libegl1-x11 libfontconfig1 libgbm1 libgl1-mesa-glx libgl1 libgtk2.0-0 libharfbuzz0b libmtdev1 libpango-1.0-0 libudev1 libx11-xcb1 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb-xkb1 libxi6 libxkbcommon-x11-0 libxkbcommon0 libgl1-mesa-glx libgl1 libglib2.0-0 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libicu52 libqt5opengl5 libqt5printsupport5 libqt5qml5 libqt5quick5 libqt5sql5 libwebp5 libxcomposite1 libxslt1.1 qtdeclarative-abi-5-3-0
No candidate version found for libqt5gui5-gles
No candidate version found for libqt5gui5-gles
The following NEW packages will be installed:
  hicolor-icon-theme{a} libatk1.0-0{a} libatk1.0-data{a} libcairo2{a}
  libdatrie1{a} libdb5.3{b} libdb5.3++{b} libdrm-intel1{a}
  libdrm-nouveau1a{a} libdrm-radeon1{a} libdrm2 libegl1-mesa
  libegl1-mesa-drivers{a} libgbm1 libgdk-pixbuf2.0-0{a}
  libgdk-pixbuf2.0-common{a} libgl1-mesa-dri{a} libgl1-mesa-glx
  libglapi-mesa{a} libgstreamer-plugins-base0.10-0 libgstreamer0.10-0
  libgtk2.0-0 libgtk2.0-bin{a} libgtk2.0-common{a} libharfbuzz0b{b}
  libicu52{b} libjasper1{a} libmtdev1 libopenvg1-mesa{a} liborc-0.4-0{a}
  libpango-1.0-0{b} libpango1.0-0{a} libpciaccess0{a} libpixman-1-0{a}
  libqt5core5a{b} libqt5dbus5{b} libqt5gui5{b} libqt5network5{b}
  libqt5opengl5{b} libqt5printsupport5{b} libqt5qml5{b} libqt5quick5{b}
  libqt5sql5{b} libqt5webkit5{b} libqt5widgets5{b} libthai-data{a}
  libthai0{a} libudev1{b} libwayland0{a} libwebp5{b} libx11-xcb1
  libxcb-dri2-0{a} libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1
  libxcb-randr0 libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-shm0
  libxcb-sync1{b} libxcb-util0{a} libxcb-xfixes0 libxcb-xkb1{b}
  libxcomposite1 libxcursor1{a} libxdamage1{a} libxfixes3{a} libxft2{a}
  libxi6 libxinerama1{a} libxkbcommon-x11-0{b} libxkbcommon0{b}
  libxrandr2{a} libxslt1.1 libxxf86vm1{a} xkb-data{a}
The following packages are RECOMMENDED but will NOT be installed:
  libqt5sql5-mysql libqt5sql5-odbc libqt5sql5-psql libqt5sql5-sqlite
  qttranslations5-l10n
0 packages upgraded, 78 newly installed, 0 to remove and 12 not upgraded.
Need to get 80.1 MB of archives. After unpacking 306 MB will be used.
The following packages have unmet dependencies:
 libqt5core5a : Depends: libc6 (>= 2.15) but 2.13-38+deb7u4 is installed.
                Depends: libstdc++6 (>= 4.9) but 4.7.2-5 is installed.
 libpango-1.0-0 : Depends: libc6 (>= 2.14) but 2.13-38+deb7u4 is installed.
                  Depends: libglib2.0-0 (>= 2.37.3) but 2.33.12+really2.32.4-5 is installed.
                  Breaks: libpango1.0-0 (< 1.32.5-2) but 1.30.0-1 is to be installed.
 libqt5network5 : Depends: libc6 (>= 2.15) but 2.13-38+deb7u4 is installed.
 libqt5sql5 : Depends: libc6 (>= 2.14) but 2.13-38+deb7u4 is installed.
 libharfbuzz0b : Depends: libc6 (>= 2.14) but 2.13-38+deb7u4 is installed.
                 Depends: libgraphite2-3 (>= 1.2.2) but it is not going to be installed.
 libicu52 : Depends: libc6 (>= 2.14) but 2.13-38+deb7u4 is installed.
            Depends: libstdc++6 (>= 4.9) but 4.7.2-5 is installed.
 libqt5widgets5 : Depends: libc6 (>= 2.14) but 2.13-38+deb7u4 is installed.
 libqt5dbus5 : Depends: libc6 (>= 2.14) but 2.13-38+deb7u4 is installed.
 libxcb-xkb1 : Depends: libc6 (>= 2.14) but 2.13-38+deb7u4 is installed.
 libqt5quick5 : Depends: libc6 (>= 2.14) but 2.13-38+deb7u4 is installed.
 libdb5.3++ : Depends: libc6 (>= 2.17) but 2.13-38+deb7u4 is installed.
 libqt5opengl5 : Depends: libc6 (>= 2.14) but 2.13-38+deb7u4 is installed.
 libwebp5 : Depends: libc6 (>= 2.14) but 2.13-38+deb7u4 is installed.
 libqt5gui5 : Depends: libc6 (>= 2.14) but 2.13-38+deb7u4 is installed.
              Depends: libfontconfig1 (>= 2.11) but 2.9.0-7.1 is installed.
              Depends: libgbm1 (>= 8.1~0) but 8.0.5-4+deb7u2 is to be installed.
              Depends: libxcb-icccm4 (>= 0.4.1) but 0.3.9-2 is to be installed.
 libxkbcommon-x11-0 : Depends: libc6 (>= 2.17) but 2.13-38+deb7u4 is installed.
 libqt5webkit5 : Depends: libc6 (>= 2.14) but 2.13-38+deb7u4 is installed.
                 Depends: libglib2.0-0 (>= 2.37.3) but 2.33.12+really2.32.4-5 is installed.
                 Depends: libstdc++6 (>= 4.9) but 4.7.2-5 is installed.
 libxkbcommon0 : Depends: libc6 (>= 2.17) but 2.13-38+deb7u4 is installed.
 libxcb-sync1 : Depends: libc6 (>= 2.14) but 2.13-38+deb7u4 is installed.
 libudev1 : Depends: libc6 (>= 2.17) but 2.13-38+deb7u4 is installed.
 libdb5.3 : Depends: libc6 (>= 2.17) but 2.13-38+deb7u4 is installed.
 libqt5qml5 : Depends: libc6 (>= 2.14) but 2.13-38+deb7u4 is installed.
 libqt5printsupport5 : Depends: libc6 (>= 2.14) but 2.13-38+deb7u4 is installed.
The following actions will resolve these dependencies:

      Keep the following packages at their current version:
1)      libdb5.3 [Not Installed]
2)      libdb5.3++ [Not Installed]
3)      libharfbuzz0b [Not Installed]
4)      libicu52 [Not Installed]
5)      libpango-1.0-0 [Not Installed]
6)      libqt5core5a [Not Installed]
7)      libqt5dbus5 [Not Installed]
8)      libqt5gui5 [Not Installed]
9)      libqt5network5 [Not Installed]
10)     libqt5opengl5 [Not Installed]
11)     libqt5printsupport5 [Not Installed]
12)     libqt5qml5 [Not Installed]
13)     libqt5quick5 [Not Installed]
14)     libqt5sql5 [Not Installed]
15)     libqt5webkit5 [Not Installed]
16)     libqt5widgets5 [Not Installed]
17)     libudev1 [Not Installed]
18)     libwebp5 [Not Installed]
19)     libxcb-sync1 [Not Installed]
20)     libxcb-xkb1 [Not Installed]
21)     libxkbcommon-x11-0 [Not Installed]
22)     libxkbcommon0 [Not Installed]



Accept this solution? [Y/n/q/?] q
Abandoning all efforts to resolve these dependencies.
Abort.

$

This is my sid.pref file:

Code: [Select]
Package: *
Pin: release a=sid
Pin-Priority: 50

Package: libc6 libdb5.3++ libqt5core5a libqt5gui5 libqt5gui5-gles libqt5network5 libqt5webkit5 libqt5widgets5 libstdc++6 libc6 libicu52 libstdc++6 libqt5dbus5 libdb5.3 libdrm2 libegl1-mesa libegl1-x11 libfontconfig1 libgbm1 libgl1-mesa-glx libgl1 libgtk2.0-0 libharfbuzz0b libmtdev1 libpango-1.0-0 libudev1 libx11-xcb1 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb-xkb1 libxi6 libxkbcommon-x11-0 libxkbcommon0 libgl1-mesa-glx libgl1 libglib2.0-0 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libicu52 libqt5opengl5 libqt5printsupport5 libqt5qml5 libqt5quick5 libqt5sql5 libwebp5 libxcomposite1 libxslt1.1 qtdeclarative-abi-5-3-0
Pin: release a=sid
Pin-Priority: 1000

I don't have a .pref file for the ppa.

72
Technical Support / Re: bitsharesx build fails due to missing boost & curses
« on: September 18, 2014, 02:13:30 am »
Is Debian not the same flavour as Ubuntu and Mint? Could you not pull the package from one of those??

I've added the Ubuntu ppa to Debian, & can install the bitsharesx client if I don't have any apt-pinning configured at all. But without apt-pinning enabled 'aptitude upgrade' breaks my system & I can't boot.

I'm having trouble figuring out how to maintain my apt-pinning setup while allowing the bitsharesx package's dependencies to be: a) installed when the bitsharesx package needs them, & b) automatically upgraded as required.

Right now, I have Security set at priority 1000, Stable set to 995, & the repo with the right versions of the dependencies set to 50. For (*) all packages.

If I add a new section to the preference file, type the names of the bitsharesx package's dependencies (and all their dependencies) into the 'Package' field, & use a priority of 995 or even 1000, then they still don't install.

73
Technical Support / Re: bitsharesx build fails due to missing boost & curses
« on: September 17, 2014, 08:51:32 am »
I've installed libboost1.55-all-dev from sid, & still get the same error:

Code: [Select]
-- Using custom FindBoost.cmake
CMake Error at libraries/fc/CMakeModules/FindBoost.cmake:1129 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.55.0

  Boost include path: /usr/include

  The following Boost libraries could not be found:

          boost_thread
          boost_date_time
          boost_system
          boost_filesystem
          boost_program_options
          boost_signals
          boost_serialization
          boost_chrono
          boost_unit_test_framework
          boost_context
          boost_locale

  No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
  directory containing Boost libraries or BOOST_ROOT to the location of
  Boost.
Call Stack (most recent call first):
  CMakeLists.txt:58 (FIND_PACKAGE)


-- Using custom FindBoost.cmake
CMake Error at libraries/fc/CMakeModules/FindBoost.cmake:1129 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.55.0

  Boost include path: /usr/include

  The following Boost libraries could not be found:

          boost_coroutine

  No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
  directory containing Boost libraries or BOOST_ROOT to the location of
  Boost.
Call Stack (most recent call first):
  CMakeLists.txt:62 (FIND_PACKAGE)


-- Configuring BitShares on Linux
-- Using  as BerkeleyDB root
-- Looking for: db_cxx-6.0
-- debug/usr/lib/x86_64-linux-gnu/libdb_cxx.sooptimized/usr/lib/x86_64-linux-gnu/libdb_cxx.so
-- Found BerkeleyDB: /usr/include
-- Configuring project fc located in: /home/admin/bitsharesx/libraries/fc
-- Configuring fc to build on Unix/Apple
-- Using custom FindBoost.cmake
CMake Error at libraries/fc/CMakeModules/FindBoost.cmake:1129 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.55.0

  Boost include path: /usr/include

  The following Boost libraries could not be found:

          boost_thread
          boost_date_time
          boost_system
          boost_filesystem
          boost_program_options
          boost_signals
          boost_serialization
          boost_chrono
          boost_unit_test_framework
          boost_context
          boost_locale
          boost_iostreams
          boost_coroutine

  No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
  directory containing Boost libraries or BOOST_ROOT to the location of
  Boost.
Call Stack (most recent call first):
  libraries/fc/CMakeLists.txt:68 (FIND_PACKAGE)


-- Finished fc module configuration...
-- Using  as BerkeleyDB root
-- Looking for: db_cxx-6.0
-- debug/usr/lib/x86_64-linux-gnu/libdb_cxx.sooptimized/usr/lib/x86_64-linux-gnu/libdb_cxx.so
-- Found BerkeleyDB: /usr/include
-- Enabling Bitcoin Core Wallet Imports
-- Could NOT find Curses (missing:  CURSES_LIBRARY CURSES_INCLUDE_PATH)
-- Configuring incomplete, errors occurred!

When I search aptitude for curses, I see that all the non-specific libraries are already installed.

I don't know what else to do.


How has anyone else installed bitsharesx on Debian?

74
General Discussion / I want to run a seed node
« on: September 17, 2014, 05:46:52 am »
Hi,

In the near future, I'll have 2 servers each with their own static IP address, unused CPU cycles, & plenty of bandwidth. I would like to help the network by running a seed node on each.

I'm not clear on whether just running the bitsharesx client constitutes a seed node. I gather that it's separate from a delegate node, & can be helpful without having to be voted into the top 101.

What software would I have to install, & where can I find a download link with installation instructions?

One server runs Debian, & the other will run Lunar linux, so I'll need to build them from source. I assume that's available.

If it's the same software as a delegate node requires, I'll need some help, as I'm having trouble building it, but that's for another thread that's over in 'Technical Support'.

If someone would be kind enough to point me in the right direction, I'm happy to help the project this way.

Thanks,
-F

EDIT:
An afterthought, I probably should have posted this in the 'Newbies' section- sorry. Please feel free to move it should forum admins agree.

75
I'll just have to only run it on an as-needed basis. It's safer to update the sync each time than wait for the db to reindex every day.

One of the luxury problems I face as an early adopter. :-)

Pages: 1 2 3 4 [5] 6 7