Bitcoin Forum
May 11, 2024, 08:34:43 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Development Environment to get started on: July 25, 2018, 09:00:13 AM
I am pretty new to blockchain development and would like to know how I can get started. My idea would be an linux enviroment (proably ubuntu) with visual studio code.

I will use it mainly for qt wallets and will also checkout solidity. Is vs code suited for this or should I use another iDE?
2  Bitcoin / Electrum / Electrum: What does bad-txns-vin-empty mean? on: July 19, 2018, 08:52:19 AM
Code:
I wanted to test out a segwit wallet on electrum, but when I broadcast a new transaction I get the this error.
[code]
error: {'code': 1, 'message': 'the transaction was rejected by network rules.\n\n16: bad-txns-vin-empty

Steps to reproduce
1. Create new segwit wallet with electrum
2. Send funds to an andress from this wallet
3. Send funds from this address

What does this error mean and how can I fix it?[/code]
3  Other / Beginners & Help / Parsing unix timestamp from CLI response with jq on: July 18, 2018, 11:55:16 AM
I would like to query data with the CLI and parse the response. I am using the terminal with jq for this.

{                                                                                                                                                   
  "txid": "5756ff16e2b9f881cd15b8a7e478b4899965f87f553b6210d0f8e5bf5be7df1d",                                                                                                                                                                                               
  "blockhash": "0000000000000000027d0985fef71cbc05a5ee5cdbdc4c6baf2307e6c5db8591",                                                                   
  "blockheight": 371622,                                                                                                                             
  "confirmations": 160829,                                                                                                                           
  "time": 1440604784,                                                                                                                               
  "blocktime": 1440604784,                                                                                                                           
  "isCoinBase": true,                                                                                                                               
  "valueOut": 25.37726812,                                                                                                                           
  "size": 185                                                                                                                                       
}

My goal is to change the unix timestamps to another format and pipe the result to another command.

So, the block time should be changed from this
  "blocktime": 1440604784,                                                                                                                           

to this
  "blocktime": "18.07.2018"
4  Bitcoin / Electrum / Electrum: Can you recover new change addresses from seed? on: July 18, 2018, 07:54:53 AM
I noticed a a nasty bug on the electrum wallet. If you use it regularly and don't have any change addresses left, electrum will create new ones for you.

If you then restore the wallet from the seed, the newly generated addresses aren't visible / availalable anymore. How can I check the correct balance on my new wallet? Would it be possible to sign from the missing change addresses?
5  Other / Beginners & Help / Coin Control (Alternative) on the Daemon on: July 04, 2018, 07:33:19 AM
I have a staking wallet on a small VPS with a high amount of small inputs and would like to combine them. Due to the low hardware resources I am running only the wallet daemon without GUI. Is there an easy way to combine only the small inputs (I don't want to lose the weight of the larger inputs)?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!