Questions tagged [bitcoin-sv]

6 questions
3
votes
1 answer

call bitcoind rpc api over docker

I started my node container with this flags: daemon=1 printtoconsole=1 testnet=1 rpcport=9332 rpcallowip=0.0.0.0/0 rpcuser=user rpcpassword=password rpcbind=0.0.0.0 server=1 I opened port in my docker-compose : node: image: bitcoin-sv …
trololo
  • 95
  • 6
3
votes
2 answers

Create Bitcoin SV transaction with moneybutton/bsv js library

I want to create a raw transaction using the BSV JavaScript library from MoneyButton (https://github.com/moneybutton/bsv/) When creating a bitcoin Satoshi Vision (BSV) transaction I always get an…
Hans
  • 31
  • 1
2
votes
1 answer

Typescript type not supported by scrypt

I'm trying to use an array in my smart contract, however I'm getting this error: Type instantiation is excessively deep and possibly infinite let tokenid: FixedArray; Is it possible to use such type, and if so how should I use…
mpapec
  • 50,217
  • 8
  • 67
  • 127
2
votes
1 answer

How to fix make errors on ubuntu 16.04

Try to dockerize bitcoin-sv on ubuntu:16.04, but have an error on last step. A piece of Dockerfile : RUN mkdir boost \ && cd boost \ && wget https://dl.bintray.com/boostorg/release/1.70.0/source/boost_1_70_0.tar.gz \ && tar -xzvf…
trololo
  • 95
  • 6
1
vote
1 answer

Using Run:netwrork with Bitcoin SV in react

I have a problem getting the run:network library works in my react application. I installed run-sdk and bsv library, but when I try to extend the Run.Jig in my class I get an assertion error This is my code, it is similar to the documentation…
Milos
  • 31
  • 1
  • 6
-1
votes
1 answer

How much disk space needed for Bitcoin SV testnet node implementation?

I want to create Bitcoin SV node but not sure how much disk space it needed. please someone answer me as soon as possible