Dear,
I’ve already asked here about problem with satoshis here: Cert issuer error not enough satoshis
According to this thread: Not enough satoshis? [SOLVED]
we have installed Bitcoin Core wallet and created address (transferred money to that address…)
But we still get identical error:
bash-4.3# cert-issuer -c conf.ini
WARNING - Your app is configured to skip the wifi check when the USB is plugged in. Read the documentation to ensure this is what you want, since this is less secure
INFO - This run will try to issue on the bitcoin_regtest chain
INFO - Set cost constants to recommended_tx_fee=0.000600,min_per_output=0.000028,satoshi_per_byte=250
INFO - Set cost constants to recommended_tx_fee=0.000600,min_per_output=0.000028,satoshi_per_byte=250
INFO - Processing 38 certificates
INFO - Processing 38 certificates
INFO - Processing 38 certificates under work path=/cert-issuer/work
INFO - Processing 38 certificates under work path=/cert-issuer/work
WARNING - {‘code’: -5, ‘message’: ‘Invalid Bitcoin address: 1MgXUUgAv7YpKMHfb8SKyZgmsbpKtteRrZ’}
WARNING - {‘code’: -5, ‘message’: ‘Invalid Bitcoin address: 1MgXUUgAv7YpKMHfb8SKyZgmsbpKtteRrZ’}
WARNING - address 1MgXUUgAv7YpKMHfb8SKyZgmsbpKtteRrZ has a balance of 0
WARNING - address 1MgXUUgAv7YpKMHfb8SKyZgmsbpKtteRrZ has a balance of 0
INFO - Total cost will be 133500 satoshis
INFO - Total cost will be 133500 satoshis
ERROR - Please add 133500 satoshis to the address 1MgXUUgAv7YpKMHfb8SKyZgmsbpKtteRrZ
ERROR - Please add 133500 satoshis to the address 1MgXUUgAv7YpKMHfb8SKyZgmsbpKtteRrZ
Traceback (most recent call last):
** File “/usr/bin/cert-issuer”, line 11, in **
** load_entry_point(‘cert-issuer==2.0.11’, ‘console_scripts’, ‘cert-issuer’)()**
** File “/usr/lib/python3.6/site-packages/cert_issuer/main.py”, line 17, in cert_issuer_main**
** issue_certificates.main(parsed_config)**
** File “/usr/lib/python3.6/site-packages/cert_issuer/issue_certificates.py”, line 52, in main**
** return issue(app_config, certificate_batch_handler, transaction_handler)**
** File “/usr/lib/python3.6/site-packages/cert_issuer/issue_certificates.py”, line 30, in issue**
** transaction_handler.ensure_balance()**
** File “/usr/lib/python3.6/site-packages/cert_issuer/bitcoin/transaction_handlers.py”, line 51, in ensure_balance**
** raise InsufficientFundsError(error_message)**
cert_issuer.errors.InsufficientFundsError: Please add 133500 satoshis to the address 1MgXUUgAv7YpKMHfb8SKyZgmsbpKtteRrZ
Please check our conf.ini:
issuing_address = 1MgXUUgAv7YpKMHfb8SKyZgmsbpKtteRrZ
# put your unsigned certificates here for signing. Default is /data/unsigned_certificates
unsigned_certificates_dir=/cert-issuer/data/unsigned_certificates
# signed certificates are the output from the cert signing step; input to the cert issuing step. Default is /data/signed_certificates
signed_certificates_dir=/cert-issuer/data/signed_certificates
# final blockchain certificates output. Default is /data/unsigned_certificates
blockchain_certificates_dir=/cert-issuer/data/blockchain_certificates
# where to store intermediate files, for debugging and checkpointing. Default is /data/work
work_dir=/cert-issuer/work
usb_name = /cert-issuer/
key_file = pk_issuer.txt
# which Bitcoin blockchain; regtest is default
bitcoin_chain=mainnet
#bitcoin_chain=regtest
# this disables the wifi check, and should only be used recommended during testing
no_safe_mode
bitcoind = False
Please if you have any suggestion what to do. It is very very urgent, please help!
Regards
Nikola