Bitcoin Forum
June 25, 2024, 09:51:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / Re: where can I learn more about blockchain? on: March 17, 2018, 06:06:09 AM
This book is probably one of the best resources for learning about bitcoin and the blockchain in my opinion.
"Antonopoulos A. M. - Mastering Bitcoin - Programming the open blockchain"

I haven't reached chapter 7 yet which talks about the blockchain, but all the preceding chapters about
keys, addresses, wallets, transactions, etc, have been great.

2  Economy / Exchanges / Re: How do you without id/passport verification convert crypto to fiat? on: February 28, 2018, 06:39:20 AM
By the way, I think I've found a solution.
Have anyone of you tried BitPanda?
I made an account at BitPanda and tried sending a few dollars by normal bank transfer to
my European account and it worked flawlessly. Haven't tried with higher amounts though.
They only do bank transfers to European accounts, but they also have other interesting options
like changing your coins for amazon.de vouchers.
All this you can do and more, you can do without any verification at all.
I don't even remember I had to verify my email!
3  Economy / Exchanges / Re: How do you without id/passport verification convert crypto to fiat? on: February 28, 2018, 06:32:22 AM
I tried Kraken but they demanded me to verify myself because of "strange ip behaviour".
I think it's because I'm using a vpn and logged in with a server from a country other than the one
that I'm registered in.
4  Bitcoin / Bitcoin Technical Support / Re: bitcoind, I get "Network is unreachable (101)" whenever I have the full blockcha on: February 19, 2018, 07:32:46 PM
I ran it with the main-net with the prune option and I was able to download the blockchain to my internal hdd.
I still get the errors as soon as I reach the most recent block but running the bitcoin-cli now works, so my problem is solved I guess.
Thank you so much for your help!
5  Bitcoin / Bitcoin Technical Support / Re: bitcoind, I get "Network is unreachable (101)" whenever I have the full blockcha on: February 17, 2018, 08:18:45 PM
Yes it's being run on the testnet, I have no other nodes running.
I have no firewalls as far as I know, I'm running Ubuntu with default settings and I even tried disabling ufw.
I configured the config file to according to the book "Mastering bitcoin" as so:

rpcuser=bitcoinrpc
rpcpassword=(arbitrary digits I chose)

I'm using an external harddrive as datadir.
Btw, when using an external hdd as datadir I have to run bitcoind as sudo for it to work.
I'm downloading the testnet to my internal datadir as I'm writing this message, don't know if it will fit though.
I haven't tried the mainnet because the blockchain is to big for my internal hdd.
6  Bitcoin / Bitcoin Technical Support / Re: bitcoind, I get "Network is unreachable (101)" whenever I have the full blockcha on: February 17, 2018, 03:16:36 PM
Here is the debug.log file content

2018-02-14 11:00:42 Bitcoin version v0.15.1
2018-02-14 11:00:42 InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2018-02-14 11:00:42 Assuming ancestors of block 0000000002e9e7b00e1f6dc5123a04aad68dd0f0968d8c7aa45f6640795c37b1 have valid signatures.
2018-02-14 11:00:42 Setting nMinimumChainWork=00000000000000000000000000000000000000000000002830dab7f76dbb7d63
2018-02-14 11:00:42 Using the 'standard' SHA256 implementation
2018-02-14 11:00:42 Using RdRand as an additional entropy source
2018-02-14 11:00:42 Default data directory /home/mac/.bitcoin
2018-02-14 11:00:42 Using data directory /media/mac/Blockchain/bitcoin/testnet3
2018-02-14 11:00:42 Using config file /media/mac/Blockchain/bitcoin/bitcoin.conf
2018-02-14 11:00:42 Using at most 125 automatic connections (1024 file descriptors available)
2018-02-14 11:00:42 Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2018-02-14 11:00:42 Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2018-02-14 11:00:42 Using 2 threads for script verification
2018-02-14 11:00:42 scheduler thread start
2018-02-14 11:00:42 HTTP: creating work queue of depth 16
2018-02-14 11:00:42 No rpcpassword set - using random cookie authentication
2018-02-14 11:00:42 Generated RPC authentication cookie /media/mac/Blockchain/bitcoin/testnet3/.cookie
2018-02-14 11:00:42 HTTP: starting 4 worker threads
2018-02-14 11:00:42 init message: Verifying wallet(s)...
2018-02-14 11:00:42 Using BerkeleyDB version Berkeley DB 5.3.28: (September  9, 2013)
2018-02-14 11:00:42 Using wallet wallet.dat
2018-02-14 11:00:42 CDBEnv::Open: LogDir=/media/mac/Blockchain/bitcoin/testnet3/database ErrorFile=/media/mac/Blockchain/bitcoin/testnet3/db.log
2018-02-14 11:00:42 Cache configuration:
2018-02-14 11:00:42 * Using 2.0MiB for block index database
2018-02-14 11:00:42 * Using 8.0MiB for chain state database
2018-02-14 11:00:42 * Using 440.0MiB for in-memory UTXO set (plus up to 286.1MiB of unused mempool space)
2018-02-14 11:00:42 init message: Loading block index...
2018-02-14 11:00:42 Opening LevelDB in /media/mac/Blockchain/bitcoin/testnet3/blocks/index
2018-02-14 11:00:42 Opened LevelDB successfully
2018-02-14 11:00:42 Using obfuscation key for /media/mac/Blockchain/bitcoin/testnet3/blocks/index: 0000000000000000
2018-02-14 11:00:42 LoadBlockIndexDB: last block file = 0
2018-02-14 11:00:42 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=0, size=0, heights=0...0, time=1970-01-01...1970-01-01)
2018-02-14 11:00:42 Checking all blk files are present...
2018-02-14 11:00:42 LoadBlockIndexDB: transaction index disabled
2018-02-14 11:00:42 Initializing databases...
2018-02-14 11:00:42 Pre-allocating up to position 0x1000000 in blk00000.dat
2018-02-14 11:00:42 Opening LevelDB in /media/mac/Blockchain/bitcoin/testnet3/chainstate
2018-02-14 11:00:42 Opened LevelDB successfully
2018-02-14 11:00:42 Wrote new obfuscate key for /media/mac/Blockchain/bitcoin/testnet3/chainstate: 20208e54ec72b9c8
2018-02-14 11:00:42 Using obfuscation key for /media/mac/Blockchain/bitcoin/testnet3/chainstate: 20208e54ec72b9c8
2018-02-14 11:00:42 init message: Rewinding blocks...
2018-02-14 11:00:42  block index             610ms
2018-02-14 11:00:42 init message: Loading wallet...
2018-02-14 11:00:42 nFileVersion = 150100
2018-02-14 11:00:42 Keys: 0 plaintext, 0 encrypted, 0 w/ metadata, 0 total
2018-02-14 11:00:43 Performing wallet upgrade to 60000
2018-02-14 11:00:47 keypool added 2000 keys (1000 internal), size=2000 (1000 internal)
2018-02-14 11:00:47 keypool reserve 1
2018-02-14 11:00:47 keypool keep 1
2018-02-14 11:00:47  wallet                 5101ms
2018-02-14 11:00:47 keypool added 1 keys (0 internal), size=2000 (1000 internal)
2018-02-14 11:00:48 setKeyPool.size() = 2000
2018-02-14 11:00:48 mapWallet.size() = 0
2018-02-14 11:00:48 mapAddressBook.size() = 1
2018-02-14 11:00:48 UpdateTip: new best=000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943 height=0 version=0x00000001 log2_work=32.000022 tx=1 date='2011-02-02 23:16:42' progress=0.000000 cache=0.0MiB(0txo)
2018-02-14 11:00:48 Failed to open mempool file from disk. Continuing anyway.
2018-02-14 11:00:48 mapBlockIndex.size() = 1
2018-02-14 11:00:48 nBestHeight = 0
2018-02-14 11:00:48 torcontrol thread start
2018-02-14 11:00:48 Bound to [::]:18333
2018-02-14 11:00:48 Bound to 0.0.0.0:18333
2018-02-14 11:00:48 init message: Loading P2P addresses...
2018-02-14 11:00:48 ERROR: DeserializeFileDB: Failed to open file /media/mac/Blockchain/bitcoin/testnet3/peers.dat
2018-02-14 11:00:48 Invalid or missing peers.dat; recreating
2018-02-14 11:00:48 init message: Loading banlist...
2018-02-14 11:00:48 ERROR: DeserializeFileDB: Failed to open file /media/mac/Blockchain/bitcoin/testnet3/banlist.dat
2018-02-14 11:00:48 Invalid or missing banlist.dat; recreating
2018-02-14 11:00:48 init message: Starting network threads...
2018-02-14 11:00:48 net thread start
2018-02-14 11:00:48 dnsseed thread start
2018-02-14 11:00:48 Loading addresses from DNS seeds (could take a while)
2018-02-14 11:00:48 addcon thread start
2018-02-14 11:00:48 init message: Done loading
2018-02-14 11:00:48 msghand thread start
2018-02-14 11:00:48 opencon thread start
2018-02-14 11:00:48 ProcessMessages(version, 102 bytes) FAILED peer=0
2018-02-14 11:00:49 46 addresses found from DNS seeds
2018-02-14 11:00:49 dnsseed thread exit
2018-02-14 11:00:49 ProcessMessages(version, 102 bytes) FAILED peer=1
2018-02-14 11:00:50 ProcessMessages(version, 113 bytes) FAILED peer=2
2018-02-14 11:00:50 receive version message: /btcwire:0.5.0/btcd:0.12.0/: version 70013, blocks=1282623, us=91.236.116.233:35428, peer=3
2018-02-14 11:00:57 connect() to [2001:0:5ef5:79fb:205b:220:30d0:290d]:18333 failed: Network is unreachable (101)
2018-02-14 11:01:01 connect() to 82.77.94.73:18333 failed after select(): No route to host (113)
2018-02-14 11:01:04 connect() to [2001:0:5ef5:79fb:2c92:1770:9bd9:fc67]:18333 failed: Network is unreachable (101)
2018-02-14 11:01:14 tor: Thread interrupt
2018-02-14 11:01:14 addcon thread exit
2018-02-14 11:01:14 torcontrol thread exit
2018-02-14 11:01:14 scheduler thread interrupt
2018-02-14 11:01:14 Shutdown: In progress...
2018-02-14 11:01:14 net thread exit
2018-02-14 11:01:14 msghand thread exit
2018-02-14 11:01:16 opencon thread exit
2018-02-14 11:01:16 Dumped mempool: 9e-06s to copy, 0.033129s to dump
2018-02-14 11:01:20 Shutdown: done
7  Bitcoin / Bitcoin Technical Support / bitcoind, I get "Network is unreachable (101)" whenever I have the full blockcha on: February 16, 2018, 12:31:45 PM
Whenever bitcoind has downloaded the whole blockchain I get this "Network is unreachable (101)" message instead of it telling me that it's synced.
And when I try to use bitcoin-cli with bitcoind in that state I just mentioned, I get this message "error: couldn't connect to server: unknown (code -1)".
Can someone help me out?
8  Economy / Exchanges / Re: How do you without id/passport verification convert crypto to fiat? on: January 25, 2018, 10:44:06 AM
The only best & fastest way without any verification is LocalBitcoins and paxful. And another way is this forum, but sometimes it takes some time.
I don't know your exact location, you can also convert your btc to paypal then transfer to your bank account. There could be another way for you which is Payoneer.

How do I convert my btc to paypal? Do you know any trusted services for that?
9  Economy / Exchanges / Re: How do you without id/passport verification convert crypto to fiat? on: January 25, 2018, 03:02:17 AM
The only way I know about is localbitcoins. Can you recommend another safe p2p platform for trading? And what's the benefit of using paypal?
10  Economy / Exchanges / How do you without id/passport verification convert crypto to fiat? on: January 24, 2018, 11:12:14 AM
Since I started with crypto I've been looking for a way to convert crypto to fiat in a anonymous or semi-anonymous way but have found about nothing.
I'm not comfortable sending copies of my passport/id to exchanges, but I would be comfortable just giving my name, address, etc like I do when creating a stocks trading account. The only prepaid card I found for the time being is advcash, but they have a limit of 250usd and then you have to verify yourself, besides that I've found no good solution. How do you do? Do you all really send copies of your passport/id to exchanges? wouldn't that go against the spirit of cryptos?
11  Bitcoin / Bitcoin Discussion / Re: Do you think Bitcoin will survive after 100 year ? on: January 23, 2018, 05:42:06 PM
I think it will soon be replaced by another coin unless the developers upgrade the system to facilitate fast and cheap transactions like it's supposed to be. For the time being, it has lost its function as currency, when a transaction costs about 10usd for sending 1usd you loose trust and interest in using it as a currency pretty fast.
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!