- Notifications
You must be signed in to change notification settings - Fork35
Socio-economic mediablockchain
License
GolosChain/golos
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Golos is an experimental Proof of Work blockchain with an unproven consensusalgorithm.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISINGFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGSIN THE SOFTWARE.
Rather than attempt to describe the rules of the blockchain, it is up toeach individual to inspect the code to understand the consensus rules.
Just want to get up and running quickly? Try deploying a prebuilt dockerized container.
sudo docker run -d \ -p 4243:4243 \ -p 8090:8090 \ -p 8091:8091 \ --name golos-default goloschain/golos:latest
To attach to the golosd you should use the cli_wallet:
sudo docker exec -ti golos-default \ /usr/local/bin/cli_wallet \ --server-rpc-endpoint="ws://127.0.0.1:8091"
See thebuild instruction, which containsmore information about configuring, building and running of docker containers.
git clone https://github.com/GolosChain/golos.gitcd golossudo docker rm local/golos-testsudo docker build -t local/golos-test -f share/golosd/docker/Dockerfile-test .
A list of some seed nodes to get you started can be found inshare/golosd/seednodes.
This same file is baked into the docker images and can be overridden bysettingSTEEMD_SEED_NODES
in the container environment atdocker run
time to a whitespace delimited list of seed nodes (with port).
About
Socio-economic mediablockchain
Topics
Resources
License
Stars
Watchers
Forks
Packages0
Languages
- C++97.3%
- CMake1.4%
- Other1.3%