CounterpartyXCP / counterblock

Provides extended API services to Counterwallet, as well as Counterparty 3rd-party applications
http://counterparty.io
MIT License
16 stars 68 forks source link

Probably requires a installer for the full system #65

Closed Ignat99 closed 10 years ago

Ignat99 commented 10 years ago

64

Work to install (db, bitcoin, counterwallet, counterpartyd, counterblockd) for a 32 bit linux system took 2 days. The reason - not immediately drew attention (i find it info in pip-requirements.txt only, but not in docs) to the fact that this module (counterblockd) works only under Python 2.7.

Code quality in imported modules, IMHO, alarming.

robby-d commented 10 years ago

Use federated node build script... Dont try to manually build all this unless you want to spend 2 days on ut :-)

robby-d commented 10 years ago

http://counterpartyd-build.readthedocs.org/en/latest/SettingUpAFederatedNode.html

We are cleaning uo the doc structure on the new site to make this more apparent

larskluge commented 10 years ago

Cleaned up, here you go: http://counterparty.io/docs/build-system/federated-node/

ghost commented 10 years ago

@larskluge should we change all the readthedocs links and redirect to site.io/docs/? I was wondering about that recently.

larskluge commented 10 years ago

Yes, that was the idea. I think the current URL structure on counterparty.io/docs is stable now and can be linked to. The idea is that counterparty.io/docs is the developers "home page" / starting point with all important information available or linked.

Ignat99 commented 10 years ago

I did not see information about the installer. Also, I did not see information related to the counterblockd. I'd like to see in the CounterpartyXCP/counterblockd/README.md on GitHab precise instructions on how not to waste time.

What specific command sets all how to do it remotely? Why only 64 bit works (you type: Server Software:Ubuntu 14.04 64-bit required ), but for me it works on 32?

Okey, i find 64-bit server it is for Windows, but you type Ubuntu 64-bit required?

But I do not tested everything.

larskluge commented 10 years ago

I guess this README here, https://github.com/CounterpartyXCP/counterblockd/blob/master/README.md, should link to the compiled api docs: http://counterparty.io/docs/counterblockd/

Ignat99 commented 10 years ago

64

https://github.com/Ignat99/counterblockd/commit/3cee066933946271d921efb4142d72112730ad89

I make it: https://github.com/Ignat99/counterblockd/tree/feature

Ignat99 commented 10 years ago

http://counterparty.io/docs/build-system/federated-node/components

Page not found. 404 There isn't a GitHub Page here.

Ignat99 commented 10 years ago

@xnova Please, give to me direct link to federated node build script. I not find it... I hope 1 script make installation for db, bitcoin, counterwallet, counterpartyd, counterblockd at the same time and including remote servers?

ghost commented 10 years ago

It's here, I think I put that in info I gave before: http://counterpartyd-build.readthedocs.org/en/latest/SettingUpAFederatedNode.html#introduction (look under Node Setup)

BRANCH=master
cd ~ && wget -q https://raw.github.com/CounterpartyXCP/counterpartyd_build/${BRANCH}/setup_federated_node.py https://raw.github.com/CounterpartyXCP/counterpartyd_build/${BRANCH}/setup_util.py && sudo python3 setup_federated_node.py

With BRANCH=master that translates to: https://raw.githubusercontent.com/CounterpartyXCP/counterpartyd_build/master/setup_federated_node.py

Ignat99 commented 10 years ago

@rippler Thank you.

Ignat99 commented 10 years ago

https://github.com/CounterpartyXCP/counterpartyd_build/pull/101/files

I used server FI-WARE for install all packages. The main 64-bit depending with the server armory_utxsvr_setup.

Only that test track:

1dtBiYYy

I understand, need a full installer. It's like a proposal. If someone will be sponsored this project in https://tip4commit.com/projects, I can make these.