Discussion of ActorForth and related projects under the ActorForth organization.
scherrey on filepos
Updated refdocs. (compare)
scherrey on filepos
Added compiling to categories a… Merge branch 'filepos' of githu… (compare)
scherrey on filepos
Add initial Makefile. Uncomment… Improve parallel builds. Improve parallel builds. and 7 more (compare)
MayaPosch on master
Separate unit tests into separa… (compare)
Unrelated:
Is there an easy way of running testnet instead of regtest with bch-toolkit
?
Unrelated:
Is there an easy way of running testnet instead of regtest with
bch-toolkit
?
try comment out this
https://github.com/ActorForth/bch-toolkit/blob/4ceae7e50c2323f6cb21c30838948b7bce3ec570/bitcoin.conf#L3
testnet=1
instead? Mainnet is the default isn't it?
Node and rest
Note we never test the testnet before. So you will be our first tester.
Btw, there is a new bitcash update, including a change from @nicolaiskye :)
I am currently following the installation walkthrough for the bch-toolkit. When I run the command ./setup all
it leaves the following error:
Cloning into '/Users/traysonkelii/Projects/block-chain/bch-toolkit/bch-api'...
The authenticity of host 'github.com (140.82.112.3)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.com,140.82.112.3' (RSA) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Looks like the publickey that gets downloaded isn't working? Or should I have selected fingerprint? IDK. Any help would be great. I am running it on Mac OS big version 11.2
It did validate that all the dependencies were installed.
Setting up Bitcoin Unlimited node.
Checking that necessary software is available:
Looking for Docker...
Docker found.
Looking for docker-compose...
Docker-compose found.
Looking for openssl...
Openssl found.
Looking for git...
Git found.
OpenSSL certificates already exist.
Starting local node servers...
nginx-regtest is up-to-date
opensight is up-to-date
bitcoin-restapi is up-to-date
bitcoind-regtest is up-to-date
Stopping nginx-regtest ... done
Stopping bitcoind-regtest ... done
Stopping bitcoin-restapi ... done
Stopping opensight ... done
Python3 found.
Looking for virtualenv...
Virtualenv found.
Electron Cash SLP already exists.
Setting up python virtual environment...
Environment already exists.
Cloning into '/Users/traysonkelii/Projects/block-chain/bch-toolkit/bch-api'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
[ long list of IDs here didn't want to paste them all]
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:ActorForth/bch-api.git' into submodule path '/Users/traysonkelii/Projects/block-chain/bch-toolkit/bch-api' failed
Failed to clone 'bch-api'. Retry scheduled
Cloning into '/Users/traysonkelii/Projects/block-chain/bch-toolkit/bch-api'...
Warning: Permanently added the RSA host key for IP address '140.82.112.4' to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:ActorForth/bch-api.git' into submodule path '/Users/traysonkelii/Projects/block-chain/bch-toolkit/bch-api' failed
Failed to clone 'bch-api' a second time, aborting
./clean all
and git checkout refactor
route. I appreciate the response!
Here is the full stack trace of the error.
Setting up Bitcoin Unlimited node. Checking that necessary software is available: Looking for Docker... Docker found. Looking for docker-compose... Docker-compose found. Looking for openssl... Openssl found. Looking for git... Git found. OpenSSL certificates already exist. Starting local node servers... nginx-regtest is up-to-date opensight is up-to-date bitcoin-restapi is up-to-date bitcoind-regtest is up-to-date Stopping nginx-regtest ... done Stopping bitcoind-regtest ... done Stopping bitcoin-restapi ... done Stopping opensight ... done Python3 found. Looking for virtualenv... Virtualenv found. Electron Cash SLP already exists. Setting up python virtual environment... Environment already exists. Cloning into '/Users/traysonkelii/Projects/block-chain/bch-toolkit/bch-api'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. [ long list of IDs here didn't want to paste them all] Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:ActorForth/bch-api.git' into submodule path '/Users/traysonkelii/Projects/block-chain/bch-toolkit/bch-api' failed Failed to clone 'bch-api'. Retry scheduled Cloning into '/Users/traysonkelii/Projects/block-chain/bch-toolkit/bch-api'... Warning: Permanently added the RSA host key for IP address '140.82.112.4' to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:ActorForth/bch-api.git' into submodule path '/Users/traysonkelii/Projects/block-chain/bch-toolkit/bch-api' failed Failed to clone 'bch-api' a second time, aborting
I was running into the same error
refactor
branch, it is now working