We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems to compile correctly but when running i get this: ./bitc
It looks like you're a new user. Welcome!
Note that bitc uses the directory: ~/.bitc to store:
Failed to add address to wallet. Failed to add key to wallet: Operation not permitted --- tthis is my logfile from temp 05:08:32.256371| UTIL: new log session: Thu Apr 28 05:08:32 2016 05:08:32.256501| UTIL: changing rlimit core-size: 0 -> ffffffffffffffff 05:08:32.256687| CONFIG: Loading config '/home/jacobbogers/.bitc/main.cfg' 05:08:32.256724| FILE: opening '/home/jacobbogers/.bitc/main.cfg' ro=1 unbuf=0 05:08:32.256893| CONFIG: Loading config '/home/jacobbogers/.bitc/contacts.cfg' 05:08:32.256928| FILE: opening '/home/jacobbogers/.bitc/contacts.cfg' ro=1 unbuf=0 05:08:32.257033| CONFIG: Loading config '/home/jacobbogers/.bitc/tx-labels.cfg' 05:08:32.257065| FILE: opening '/home/jacobbogers/.bitc/tx-labels.cfg' ro=1 unbuf=0 05:08:32.257212| BLCK: Using headers at '/home/jacobbogers/.bitc/headers.dat. 05:08:32.257391| BLCK: Genesis: 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f 05:08:32.257436| FILE: opening '/home/jacobbogers/.bitc/headers.dat' ro=0 unbuf=0 05:08:32.257494| BLCK: loaded blocks up to 0000000000000000000000000000000000000000000000000000000000000000 05:08:32.257513| BLCK: this took 1 usec 05:08:32.257526| BLCK: loaded 0 headers. 05:08:32.258037| WALLET: plain wallet: 0 key in file '/home/jacobbogers/.bitc/wallet.cfg'. 05:08:32.288588| TXDB: txdb_print_coins: no coins found 05:08:32.288625| TXDB: BALANCE = 0 -- 0.00000000 BTC 05:08:32.288680| BLOOM: filterSize=17 numHashFuncs=9 tweak=5 05:08:32.288734| KEY: EC_KEY_generate_key failed. 05:08:32.288753| Failed to add address to wallet.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems to compile correctly but when running i get this:
./bitc
It looks like you're a new user. Welcome!
Note that bitc uses the directory: ~/.bitc to store:
Failed to add address to wallet.
Failed to add key to wallet: Operation not permitted
--- tthis is my logfile from temp
05:08:32.256371| UTIL: new log session: Thu Apr 28 05:08:32 2016
05:08:32.256501| UTIL: changing rlimit core-size: 0 -> ffffffffffffffff
05:08:32.256687| CONFIG: Loading config '/home/jacobbogers/.bitc/main.cfg'
05:08:32.256724| FILE: opening '/home/jacobbogers/.bitc/main.cfg' ro=1 unbuf=0
05:08:32.256893| CONFIG: Loading config '/home/jacobbogers/.bitc/contacts.cfg'
05:08:32.256928| FILE: opening '/home/jacobbogers/.bitc/contacts.cfg' ro=1 unbuf=0
05:08:32.257033| CONFIG: Loading config '/home/jacobbogers/.bitc/tx-labels.cfg'
05:08:32.257065| FILE: opening '/home/jacobbogers/.bitc/tx-labels.cfg' ro=1 unbuf=0
05:08:32.257212| BLCK: Using headers at '/home/jacobbogers/.bitc/headers.dat.
05:08:32.257391| BLCK: Genesis: 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f
05:08:32.257436| FILE: opening '/home/jacobbogers/.bitc/headers.dat' ro=0 unbuf=0
05:08:32.257494| BLCK: loaded blocks up to 0000000000000000000000000000000000000000000000000000000000000000
05:08:32.257513| BLCK: this took 1 usec
05:08:32.257526| BLCK: loaded 0 headers.
05:08:32.258037| WALLET: plain wallet: 0 key in file '/home/jacobbogers/.bitc/wallet.cfg'.
05:08:32.288588| TXDB: txdb_print_coins: no coins found
05:08:32.288625| TXDB: BALANCE = 0 -- 0.00000000 BTC
05:08:32.288680| BLOOM: filterSize=17 numHashFuncs=9 tweak=5
05:08:32.288734| KEY: EC_KEY_generate_key failed.
05:08:32.288753| Failed to add address to wallet.
The text was updated successfully, but these errors were encountered: