I've been working on a new electronic cash system that's fully peer-to-peer, with no trusted third party.
The paper is available at: http://www.bitcoin.org/bitcoin.pdf
The main properties:
2021-05-28T15:26:19.2060703Z ##[section]Starting: Request a runner to run this job | |
2021-05-28T15:26:19.6240774Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-20.04' | |
2021-05-28T15:26:19.6240892Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-20.04' | |
2021-05-28T15:26:19.6241336Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-20.04' | |
2021-05-28T15:26:19.7640362Z ##[section]Finishing: Request a runner to run this job | |
2021-05-28T15:26:27.7115010Z Current runner version: '2.278.0' | |
2021-05-28T15:26:27.7277996Z ##[group]Operating System | |
2021-05-28T15:26:27.7279000Z Ubuntu | |
2021-05-28T15:26:27.7279431Z 20.04.2 | |
2021-05-28T15:26:27.7279842Z LTS |
``` | |
2021-05-06T20:40:04.1412349Z ##[section]Starting: Request a runner to run this job | |
2021-05-06T20:40:04.5767686Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-20.04' | |
2021-05-06T20:40:04.5767792Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-20.04' | |
2021-05-06T20:40:04.5768257Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-20.04' | |
2021-05-06T20:40:04.7316956Z ##[section]Finishing: Request a runner to run this job | |
2021-05-06T20:40:11.5614554Z Current runner version: '2.278.0' | |
2021-05-06T20:40:11.5643136Z ##[group]Operating System | |
2021-05-06T20:40:11.5644156Z Ubuntu | |
2021-05-06T20:40:11.5644601Z 20.04.2 |
## 4.3.3 | |
- devmtl/ghostfire:stable_4.3.3_5e440a5_2021-05-05_15H54s00 | |
## logs | |
``` | |
2021-05-05T19:54:07.1668537Z ##[section]Starting: Request a runner to run this job | |
2021-05-05T19:54:08.1546017Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-20.04' | |
2021-05-05T19:54:08.1546142Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-20.04' |
➜ dogvscat git:(edge) ✗ doctl compute size list | |
Slug Memory VCPUs Disk Price Monthly Price Hourly | |
s-1vcpu-1gb 1024 1 25 5.00 0.007440 | |
512mb 512 1 20 5.00 0.007440 | |
s-1vcpu-2gb 2048 1 50 10.00 0.014880 | |
1gb 1024 1 30 10.00 0.014880 | |
s-3vcpu-1gb 1024 3 60 15.00 0.022320 | |
s-2vcpu-2gb 2048 2 60 15.00 0.022320 | |
s-1vcpu-3gb 3072 1 60 15.00 0.022320 | |
s-2vcpu-4gb 4096 2 80 20.00 0.029760 |
I've been working on a new electronic cash system that's fully peer-to-peer, with no trusted third party.
The paper is available at: http://www.bitcoin.org/bitcoin.pdf
The main properties:
Il s'agit d'une introduction au monde de la blockchain et même des cryptomonnaies.
Vous aimeriez comprendre cette technologie, mais elle vous « résiste » jusque-là ? Cette conférence vous fera comprendre de manière amusante et pratique la blockchain sous ses différentes formes.
Venez à la rencontre de Pascal Andy, animateur dynamique et surprenant, qui vous expliquera très simplement le fonctionnement de la blockchain. Pascal vous démystifiera les principales notions que vous lisez régulièrement dans la presse, comme les « smart contracts », le « Bitcoin », le « proof-of-work » (PoW) ou ce que calculs les fameux « mineurs ». De plus, il vous expliquera où en est cette tendance technologique; ses cas d'applications dans le domaine de l'assurance, de la finance et finira par un état de la situation actuelle.
version: "3.3" | |
services: | |
caddy: | |
image: abiosoft/caddy:1.0.3-no-stats | |
container_name: caddy | |
hostname: caddy | |
restart: unless-stopped | |
volumes: |
# https://github.com/marketplace/actions/deploy-ghost-theme | |
# https://github.com/TryGhost/action-deploy-theme/issues/1#issuecomment-571826299 | |
name: staging ==> Deploy Ghost Theme | |
# on push because I'm testing the CI itself. | |
# once stable, we will set this up to only pull_request | |
on: | |
push: | |
branches: |
# https://docs.min.io/docs/minio-gateway-for-nas.html | |
# https://gist.github.com/pascalandy/1771c666aab221a9be5ea4bb6dbce70b | |
version: '3.7' | |
networks: | |
ntw_minio: | |
external: true | |
secrets: |
k3d
binary installed on your PATH (https://github.com/rancher/k3d)kubectl
binary installed on your PATH (https://kubernetes.io/docs/tasks/tools/install-kubectl/)