Show Posts
|
Pages: [1]
|
They ran for over a year, acually. And I got paid multiple times in the last month.
|
|
|
Is this just a service interruption, or did Splititmining.com do a runner with my bitcoin balance (and others')? DNS is failing, no news from the site, etc.
Shades of wemineltc.com here...
|
|
|
Cryptopia has fixed their wallet. i just deposited a few ARG
|
|
|
I was able to create a new wallet address and send 2000 DVC to Coingather today. Let's see how long Coingather takes to acknowledge my deposit. It was made about 10 minutes ago.
|
|
|
That is great news! I just finally got my own wallet working again after three or four attempts to delete and then redownload the block chain. What finally did it was manually adding receiver files 69 and 70 to the receiver folder. The wallet seemed to get hung up in at least one spot, but I let it run and after being out for a few hours the wallet was completely synced when I returned. Devcoin wasn't delisted on CoinGather. Here is an update from the chatbox. Looks like they'll put the wallet back online once the network gets fixed. Maybe I'm missing some key detail on how Devcoin's wallet and blockchain function vs Bitcoin and other currencies, but why does having these receiver_XX files missing cause block sync to stall/fail? Aren't the files supposed to download and mirror automatically? They are manually mirrored (I run one of them). As to why they're not downloading, though, I'm unsure. The mirrors are all up as far as I can tell, and this is something that never happened prior to Receiver_69 That's never happened before. Normally the receiver files get added to the right folder automatically. Any news on if CoinGather got its wallet fixed? receiver_0 through receiver_ 68 auto-downloaded successfully and got added to .devcoin/receiver. The specific error that devcoin-qt output was along the lines of 'error in receiver.h: refused to write receiver_69.csv because it was blank'. Blockchain syncing stalled at that point. Manually fetching receiver_69 and receiver_70 from Github allowed the blockchain sync to finish, after restarting the wallet.
|
|
|
There is definitely some wonkiness with some of the mirrored copies of the receiver_xx.csv files. receiver_69.csv seems to be blank from at least one mirror. I originally created a new .devcoin directory and put all 71 files from Github in .devcoin/receiver for ((i=0; i <= 70; i++)); do wget https://raw.githubusercontent.com/Unthinkingbit/charity/master/receiver_${i}.csv; done Sync kept getting stuck around block 192900. However, deleting everything except wallet.dat and devcoin.conf (with UPnP enabled in the QT client) results in the sync completing up to April 2017. Stopping the wallet, manually fetching receiver_69.csv and receiver_70.csv from Github, then restarting the wallet, results in the sync completing. I finally have a wallet balance!
|
|
|
That is great news! I just finally got my own wallet working again after three or four attempts to delete and then redownload the block chain. What finally did it was manually adding receiver files 69 and 70 to the receiver folder. The wallet seemed to get hung up in at least one spot, but I let it run and after being out for a few hours the wallet was completely synced when I returned. Devcoin wasn't delisted on CoinGather. Here is an update from the chatbox. Looks like they'll put the wallet back online once the network gets fixed. Maybe I'm missing some key detail on how Devcoin's wallet and blockchain function vs Bitcoin and other currencies, but why does having these receiver_XX files missing cause block sync to stall/fail? Aren't the files supposed to download and mirror automatically?
|
|
|
Unsure if this is the right place to bring out code problems, but I am getting this failure when compiling from devcoin master: $ cd src; make -f makefile.unix /bin/sh ../share/genbuild.sh obj/build.h g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/aatheus/git/devcoin/src -I/home/aatheus/git/devcoin/src/obj -DUSE_IPV6=1 -I/home/aatheus/git/devcoin/src/leveldb/include -I/home/aatheus/git/devcoin/src/leveldb/helpers -I/home/aatheus/git/devcoin/src/curl/include -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/rpcrawtransaction.d -o obj/rpcrawtransaction.o rpcrawtransaction.cpp In file included from bitcoinrpc.h:17:0, from rpcrawtransaction.cpp:9: json/json_spirit_writer_template.h: In function ‘String_type json_spirit::non_printable_to_string(unsigned int)’: json/json_spirit_writer_template.h:31:50: warning: typedef ‘Char_type’ locally defined but not used [-Wunused-local-typedefs] typedef typename String_type::value_type Char_type; ^ In file included from /usr/include/boost/iterator/iterator_categories.hpp:22:0, from /usr/include/boost/iterator/iterator_facade.hpp:14, from /usr/include/boost/range/iterator_range_core.hpp:27, from /usr/include/boost/range/iterator_range.hpp:13, from /usr/include/boost/assign/list_of.hpp:20, from rpcrawtransaction.cpp:6: /usr/include/boost/variant/get.hpp: In instantiation of ‘typename boost::add_reference<T>::type boost::strict_get(boost::variant<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>&) [with U = const CScriptID&; T0 = CNoDestination; T1 = CKeyID; T2 = CScriptID; T3 = boost::detail::variant::void_; T4 = boost::detail::variant::void_; T5 = boost::detail::variant::void_; T6 = boost::detail::variant::void_; T7 = boost::detail::variant::void_; T8 = boost::detail::variant::void_; T9 = boost::detail::variant::void_; T10 = boost::detail::variant::void_; T11 = boost::detail::variant::void_; T12 = boost::detail::variant::void_; T13 = boost::detail::variant::void_; T14 = boost::detail::variant::void_; T15 = boost::detail::variant::void_; T16 = boost::detail::variant::void_; T17 = boost::detail::variant::void_; T18 = boost::detail::variant::void_; T19 = boost::detail::variant::void_; typename boost::add_reference<T>::type = const CScriptID&]’: /usr/include/boost/variant/get.hpp:284:25: required from ‘typename boost::add_reference<T>::type boost::get(boost::variant<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>&) [with U = const CScriptID&; T0 = CNoDestination; T1 = CKeyID; T2 = CScriptID; T3 = boost::detail::variant::void_; T4 = boost::detail::variant::void_; T5 = boost::detail::variant::void_; T6 = boost::detail::variant::void_; T7 = boost::detail::variant::void_; T8 = boost::detail::variant::void_; T9 = boost::detail::variant::void_; T10 = boost::detail::variant::void_; T11 = boost::detail::variant::void_; T12 = boost::detail::variant::void_; T13 = boost::detail::variant::void_; T14 = boost::detail::variant::void_; T15 = boost::detail::variant::void_; T16 = boost::detail::variant::void_; T17 = boost::detail::variant::void_; T18 = boost::detail::variant::void_; T19 = boost::detail::variant::void_; typename boost::add_reference<T>::type = const CScriptID&]’ rpcrawtransaction.cpp:241:77: required from here /usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ BOOST_STATIC_ASSERT_MSG( ^ makefile.unix:182: recipe for target 'obj/rpcrawtransaction.o' failed make: *** [obj/rpcrawtransaction.o] Error 1 Apparently this is a know issue with Ubuntu 16.04. Per https://github.com/bitcoin/bitcoin/issues/6113#issuecomment-298234393 - I made the change, and the code is compiling fine now. Anyone who is a dev who can get this into the code base? It seems like a trivial change.
|
|
|
I have no peers.dat and no addnode lines, so easy enough. Will give this a try. Thanks!
The peers.dat file is in the same directory as the wallet.dat file. It can not be that it was not. Probably you were not looking there. Where it is in Windows I do not know. Nope, this is Linux. Looking in the right place.. :~$ ls -l ~/.devcoin/ total 901388 -rw------- 1 aatheus aatheus 2502656 May 18 11:23 addr.dat -rw------- 1 aatheus aatheus 437683153 May 13 15:59 blk0001.dat -rw------- 1 aatheus aatheus 474169344 May 18 11:23 blkindex.dat drwx------ 2 aatheus aatheus 4096 May 18 11:11 database -rw------- 1 aatheus aatheus 24576 May 18 12:50 __db.001 -rw------- 1 aatheus aatheus 1441792 May 18 13:03 __db.002 -rw------- 1 aatheus aatheus 270336 May 18 13:03 __db.003 -rw------- 1 aatheus aatheus 98304 May 18 12:50 __db.004 -rw------- 1 aatheus aatheus 5570560 May 18 13:03 __db.005 -rw------- 1 aatheus aatheus 57344 May 18 12:50 __db.006 -rw------- 1 aatheus aatheus 0 May 11 21:42 db.log -rw-rw-r-- 1 aatheus aatheus 2478110 May 18 12:50 debug.log -rw-rw-r-- 1 aatheus aatheus 93 May 18 12:50 devcoin.conf -rw-rw-r-- 1 aatheus aatheus 65 May 18 12:49 devcoin.conf.bak drwxrwxr-x 2 aatheus aatheus 4096 May 12 00:11 receiver -rw------- 1 aatheus aatheus 90112 May 18 11:23 wallet.dat :~$ ls -l ~/.devcoin/ total 97004 drwx------ 3 root root 4096 May 1 18:23 blocks drwx------ 2 root root 4096 May 18 02:40 chainstate drwx------ 2 root root 4096 May 17 21:44 database -rw------- 1 root root 0 May 1 17:06 db.log -rw------- 1 root root 76538183 May 19 02:16 debug.log -rw-r--r-- 1 root root 286 May 1 17:05 devcoin.conf -rw-r--r-- 1 root root 5 May 18 02:34 devcoind.pid -rw------- 1 root root 846784 May 19 02:10 peers.dat drwx------ 2 root root 4096 May 8 15:04 receiver -rw------- 1 root root 21884928 May 19 02:13 wallet.dat Do you have the same version as me ?: devcoind getinfo { "version" : 80501, "protocolversion" : 70001, "walletversion" : 60000, "balance" : ------------ "blocks" : 279604, "timeoffset" : 0, "connections" : 23, "proxy" : "", "difficulty" : 49694831.66587188, "testnet" : false, "keypoololdest" : 1495018762, "keypoolsize" : 101, "paytxfee" : 0.00000000, "errors" : "" } Nope. I am using the version from devcoin.org download page. { "version" : 32501, "balance" : 0.00000000, "blocks" : 192280, "connections" : 12, "proxy" : "", "generate" : false, "genproclimit" : -1, "difficulty" : 1313454543.40852451, "hashespersec" : 0, "testnet" : false, "keypoololdest" : 1494564141, "keypoolsize" : 101, "paytxfee" : 0.00000000, "errors" : "WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade." } I have tried building from source. The source build instructions on devcoin.org are NOT correct for Ubuntu 16.04. Lots of complaints about undefined values and other random errors. Is devcoin.org not maintained any more? The devcoind linux 64-bit binary shows version "Bitcoin version 0.3.25.1-beta" right now.
|
|
|
I have no peers.dat and no addnode lines, so easy enough. Will give this a try. Thanks!
The peers.dat file is in the same directory as the wallet.dat file. It can not be that it was not. Probably you were not looking there. Where it is in Windows I do not know. Nope, this is Linux. Looking in the right place.. :~$ ls -l ~/.devcoin/ total 901388 -rw------- 1 aatheus aatheus 2502656 May 18 11:23 addr.dat -rw------- 1 aatheus aatheus 437683153 May 13 15:59 blk0001.dat -rw------- 1 aatheus aatheus 474169344 May 18 11:23 blkindex.dat drwx------ 2 aatheus aatheus 4096 May 18 11:11 database -rw------- 1 aatheus aatheus 24576 May 18 12:50 __db.001 -rw------- 1 aatheus aatheus 1441792 May 18 13:03 __db.002 -rw------- 1 aatheus aatheus 270336 May 18 13:03 __db.003 -rw------- 1 aatheus aatheus 98304 May 18 12:50 __db.004 -rw------- 1 aatheus aatheus 5570560 May 18 13:03 __db.005 -rw------- 1 aatheus aatheus 57344 May 18 12:50 __db.006 -rw------- 1 aatheus aatheus 0 May 11 21:42 db.log -rw-rw-r-- 1 aatheus aatheus 2478110 May 18 12:50 debug.log -rw-rw-r-- 1 aatheus aatheus 93 May 18 12:50 devcoin.conf -rw-rw-r-- 1 aatheus aatheus 65 May 18 12:49 devcoin.conf.bak drwxrwxr-x 2 aatheus aatheus 4096 May 12 00:11 receiver -rw------- 1 aatheus aatheus 90112 May 18 11:23 wallet.dat :~$
|
|
|
I have listen=1 and discover=1 in my devcoin.conf file.
Try this: - close the wallet, delete the peers.dat file in the .devcoin directory. - remove from the devcoin.conf all the lines "addnode = ..." - add the following line to devcoin.conf: connect=82.200.205.39:52333 - start the wallet and wait for the synchronization - close the wallet and replace in devcoin.conf the line "connect=82.200.205.39:52333" to "addnode=82.200.205.39:52333" - start the wallet I have no peers.dat and no addnode lines, so easy enough. Will give this a try. Thanks!
|
|
|
It appears that exchanges are also experiencing issues with syncing the Argentum blockchain - Right now I can't find a single one that is actively trading; Cryptopia and Coinexchange.io are both unable to sync.
Not screaming for a change, just spreading the news so Devs are aware
cheers!
Thanks All exchanges have been notified. NovaExchange has updated. Still waiting for a response from the others. My guess is tomorrow. Looks like Cryptopia is still in Update Wallet mode. Creating a new deposit address on NovaExchange is working, woo!
|
|
|
I have the 'current' version of devcoin from devcoin.org for Linux - downloaded a few weeks ago. I was have receiver_[1-70].csv under .devcoin/receiver. The client has been stuck at ~ 192k blocks for the last week. I've tried running -rescan a few times. Rescan completes, and my client is getting block updates, but the synced block list isn't moving on.
I am seeing periodic messages along these lines in debug.log:
Added time data, samples 8, offset -135 (-2 minutes) version message: version 70001, blocks=279589 askfor tx 5df12eb086efbf15c7eb 0 askfor tx 780d0574abd6970e964d 0 askfor tx 6c7526d3026be38298c9 0 askfor tx 60b72ae930b6b8054319 0 askfor tx bb16cc9988d5e6630dcb 0 askfor tx 4dc44f00a2c79a0f25b0 0 askfor tx 1bfc5449de40a0912a54 0 askfor tx af3c5f65f6cc8cb1b332 0 askfor tx 95d2e6b20234c9151abf 0 askfor tx 1e72fb7aa603a01a2864 0 askfor tx 6b0e13eee4c3cb7e23d6 0 askfor tx 6570af9199099993096e 0 askfor tx 2fb436e84c784ce36021 0 askfor tx 662f0e54e341b3890dfa 0 askfor tx 9d4e104ab56af51ffa4d 0 askfor tx dd25d9ffd2b769ad1d24 0 askfor tx c1329bf459296159eec3 0 askfor tx aff8fa97a3f60b139cfe 0 askfor tx 64b29f8be97d2fe60edc 0 askfor tx dc17506fc8ae92cbd519 0 askfor tx ffe798e55b0daf1ca045 0 askfor tx 225829e1ae3cf2f99227 0 askfor tx 8e714971f4207ea3eed3 0 askfor tx 4c9b94ac5c3c059bf03d 0 askfor tx cd6416344207ff29e5e9 0 askfor tx ac69bde58d61549ba576 0 askfor tx 5634796bd42549de165e 0 askfor tx 468ff083b7700194585f 0 askfor tx 9d04fab4e6e75011bdf3 0 askfor tx e540b6a384729ea1ce9b 0 sending getdata: tx 5df12eb086efbf15c7eb sending getdata: tx 780d0574abd6970e964d sending getdata: tx 6c7526d3026be38298c9 sending getdata: tx 60b72ae930b6b8054319 sending getdata: tx bb16cc9988d5e6630dcb sending getdata: tx 4dc44f00a2c79a0f25b0 sending getdata: tx 1bfc5449de40a0912a54 sending getdata: tx af3c5f65f6cc8cb1b332 sending getdata: tx 95d2e6b20234c9151abf sending getdata: tx 1e72fb7aa603a01a2864 sending getdata: tx 6b0e13eee4c3cb7e23d6 sending getdata: tx 6570af9199099993096e sending getdata: tx 2fb436e84c784ce36021 sending getdata: tx 662f0e54e341b3890dfa sending getdata: tx 9d4e104ab56af51ffa4d sending getdata: tx dd25d9ffd2b769ad1d24 sending getdata: tx c1329bf459296159eec3 sending getdata: tx aff8fa97a3f60b139cfe sending getdata: tx 64b29f8be97d2fe60edc sending getdata: tx dc17506fc8ae92cbd519 sending getdata: tx ffe798e55b0daf1ca045 sending getdata: tx 225829e1ae3cf2f99227 sending getdata: tx 8e714971f4207ea3eed3 sending getdata: tx 4c9b94ac5c3c059bf03d sending getdata: tx cd6416344207ff29e5e9 sending getdata: tx ac69bde58d61549ba576 sending getdata: tx 5634796bd42549de165e sending getdata: tx 468ff083b7700194585f sending getdata: tx 9d04fab4e6e75011bdf3 sending getdata: tx e540b6a384729ea1ce9b ERROR: ConnectInputs() : 5df12eb086 mapTransactions prev not found 332c1fe0f5 ERROR: AcceptToMemoryPool() : ConnectInputs failed 5df12eb086 storing orphan tx 5df12eb086 ERROR: ConnectInputs() : 780d0574ab mapTransactions prev not found b9596f8f8f ERROR: AcceptToMemoryPool() : ConnectInputs failed 780d0574ab storing orphan tx 780d0574ab ERROR: ConnectInputs() : 6c7526d302 mapTransactions prev not found f8b341e044 ERROR: AcceptToMemoryPool() : ConnectInputs failed 6c7526d302 storing orphan tx 6c7526d302 ERROR: ConnectInputs() : 60b72ae930 mapTransactions prev not found 812d9ba069 ERROR: AcceptToMemoryPool() : ConnectInputs failed 60b72ae930 storing orphan tx 60b72ae930 ERROR: ConnectInputs() : bb16cc9988 mapTransactions prev not found b945ef4570 ERROR: AcceptToMemoryPool() : ConnectInputs failed bb16cc9988 storing orphan tx bb16cc9988 ERROR: ConnectInputs() : 4dc44f00a2 mapTransactions prev not found f7286fc96f ERROR: AcceptToMemoryPool() : ConnectInputs failed 4dc44f00a2 storing orphan tx 4dc44f00a2 ERROR: ConnectInputs() : 1bfc5449de mapTransactions prev not found 0a6f4a511f ERROR: AcceptToMemoryPool() : ConnectInputs failed 1bfc5449de storing orphan tx 1bfc5449de ERROR: ConnectInputs() : af3c5f65f6 mapTransactions prev not found 3ae9c4f2c5 ERROR: AcceptToMemoryPool() : ConnectInputs failed af3c5f65f6 storing orphan tx af3c5f65f6 ERROR: ConnectInputs() : 95d2e6b202 mapTransactions prev not found fc40260ca4 ERROR: AcceptToMemoryPool() : ConnectInputs failed 95d2e6b202 storing orphan tx 95d2e6b202 ERROR: ConnectInputs() : 1e72fb7aa6 mapTransactions prev not found 32439f8cc4 ERROR: AcceptToMemoryPool() : ConnectInputs failed 1e72fb7aa6 storing orphan tx 1e72fb7aa6 ERROR: ConnectInputs() : 6b0e13eee4 mapTransactions prev not found b1f30dbdfd ERROR: AcceptToMemoryPool() : ConnectInputs failed 6b0e13eee4 storing orphan tx 6b0e13eee4 ERROR: ConnectInputs() : 6570af9199 mapTransactions prev not found 1dffac0927 ERROR: AcceptToMemoryPool() : ConnectInputs failed 6570af9199 storing orphan tx 6570af9199 ERROR: ConnectInputs() : 2fb436e84c mapTransactions prev not found 88af6b3e43 ERROR: AcceptToMemoryPool() : ConnectInputs failed 2fb436e84c storing orphan tx 2fb436e84c ERROR: ConnectInputs() : 662f0e54e3 mapTransactions prev not found 9ba48a4931 ERROR: AcceptToMemoryPool() : ConnectInputs failed 662f0e54e3 storing orphan tx 662f0e54e3 ERROR: ConnectInputs() : 9d4e104ab5 mapTransactions prev not found c160fe68fd ERROR: AcceptToMemoryPool() : ConnectInputs failed 9d4e104ab5 storing orphan tx 9d4e104ab5 ERROR: ConnectInputs() : dd25d9ffd2 mapTransactions prev not found 8d63b70cf6 ERROR: AcceptToMemoryPool() : ConnectInputs failed dd25d9ffd2 storing orphan tx dd25d9ffd2 ERROR: ConnectInputs() : c1329bf459 mapTransactions prev not found 7cb276f32d ERROR: AcceptToMemoryPool() : ConnectInputs failed c1329bf459 storing orphan tx c1329bf459 ERROR: ConnectInputs() : aff8fa97a3 mapTransactions prev not found fb46bbf421 ERROR: AcceptToMemoryPool() : ConnectInputs failed aff8fa97a3 storing orphan tx aff8fa97a3 ERROR: ConnectInputs() : 64b29f8be9 mapTransactions prev not found 9d5ee83545 ERROR: AcceptToMemoryPool() : ConnectInputs failed 64b29f8be9 storing orphan tx 64b29f8be9 ERROR: ConnectInputs() : dc17506fc8 mapTransactions prev not found 261791e129 ERROR: AcceptToMemoryPool() : ConnectInputs failed dc17506fc8 storing orphan tx dc17506fc8 ERROR: ConnectInputs() : ffe798e55b mapTransactions prev not found 151097fce0 ERROR: AcceptToMemoryPool() : ConnectInputs failed ffe798e55b storing orphan tx ffe798e55b ERROR: ConnectInputs() : 225829e1ae mapTransactions prev not found 8276d8293d ERROR: AcceptToMemoryPool() : ConnectInputs failed 225829e1ae storing orphan tx 225829e1ae ERROR: ConnectInputs() : 8e714971f4 mapTransactions prev not found efda6ee8ec ERROR: AcceptToMemoryPool() : ConnectInputs failed 8e714971f4 storing orphan tx 8e714971f4 ERROR: ConnectInputs() : 4c9b94ac5c mapTransactions prev not found 52d193af8f ERROR: AcceptToMemoryPool() : ConnectInputs failed 4c9b94ac5c storing orphan tx 4c9b94ac5c ERROR: ConnectInputs() : cd64163442 mapTransactions prev not found 1824179dac ERROR: AcceptToMemoryPool() : ConnectInputs failed cd64163442 storing orphan tx cd64163442 ERROR: ConnectInputs() : ac69bde58d mapTransactions prev not found cd64163442 ERROR: AcceptToMemoryPool() : ConnectInputs failed ac69bde58d storing orphan tx ac69bde58d ERROR: ConnectInputs() : 5634796bd4 mapTransactions prev not found 9f7deb087c ERROR: AcceptToMemoryPool() : ConnectInputs failed 5634796bd4 storing orphan tx 5634796bd4 ERROR: ConnectInputs() : 468ff083b7 mapTransactions prev not found 0181b90e46 ERROR: AcceptToMemoryPool() : ConnectInputs failed 468ff083b7 storing orphan tx 468ff083b7 ERROR: ConnectInputs() : 9d04fab4e6 mapTransactions prev not found 0cf48105eb ERROR: AcceptToMemoryPool() : ConnectInputs failed 9d04fab4e6 storing orphan tx 9d04fab4e6 ERROR: ConnectInputs() : e540b6a384 mapTransactions prev not found 020250da40 ERROR: AcceptToMemoryPool() : ConnectInputs failed e540b6a384 storing orphan tx e540b6a384 ResendWalletTransactions() accepted connection 205.251.171.136:36950 MainFrameRepaint Added time data, samples 9, offset -2 (+0 minutes) -135 -2 +0 +0 +0 +0 +0 +0 +6 | nTimeOffset = +0 (+0 minutes) version message: version 70001, blocks=276375 accepted connection 69.164.211.28:56438 MainFrameRepaint Added time data, samples 10, offset -9 (+0 minutes) version message: version 70001, blocks=276375 askfor block def7c9d42a86b1354f16 0 sending getdata: block def7c9d42a86b1354f16 askfor block def7c9d42a86b1354f16 1495128453000000 received block def7c9d42a86b1354f16 ProcessBlock: ORPHAN BLOCK, prev=59936fe9ad5a4dfed4d3 askfor tx 4261df4d47cb82db5a1d 0 askfor tx 8c63c7d02fa6ccc91d72 0 sending getdata: tx 4261df4d47cb82db5a1d sending getdata: tx 8c63c7d02fa6ccc91d72 ERROR: ConnectInputs() : 4261df4d47 mapTransactions prev not found 43714a5dee ERROR: AcceptToMemoryPool() : ConnectInputs failed 4261df4d47 storing orphan tx 4261df4d47 ERROR: ConnectInputs() : 8c63c7d02f mapTransactions prev not found 58e231650d ERROR: AcceptToMemoryPool() : ConnectInputs failed 8c63c7d02f storing orphan tx 8c63c7d02f askfor block 5c1ba157b0455578e5a1 0 sending getdata: block 5c1ba157b0455578e5a1 askfor block 5c1ba157b0455578e5a1 1495128565000000 received block 5c1ba157b0455578e5a1 ProcessBlock: ORPHAN BLOCK, prev=def7c9d42a86b1354f16 accepted connection 104.168.155.119:34458 MainFrameRepaint version message: version 70001, blocks=279591 askfor block cfe43418c72f1b4f4837 0 sending getdata: block cfe43418c72f1b4f4837 received block cfe43418c72f1b4f4837 ProcessBlock: ORPHAN BLOCK, prev=5c1ba157b0455578e5a1 accepted connection 158.69.245.58:51532 MainFrameRepaint Added time data, samples 11, offset +35 (+0 minutes) -135 -9 -2 +0 +0 +0 +0 +0 +0 +6 +35 | nTimeOffset = +0 (+0 minutes) version message: version 70001, blocks=279592 askfor block cac5bfe536e8716a9275 0 sending getdata: block cac5bfe536e8716a9275 askfor block cac5bfe536e8716a9275 1495129268000000 received block cac5bfe536e8716a9275 ProcessBlock: ORPHAN BLOCK, prev=cfe43418c72f1b4f4837 IRC got join accepted connection 24.104.69.250:60322 MainFrameRepaint Added time data, samples 12, offset +0 (+0 minutes) version message: version 32400, blocks=0 socket recv error 104 disconnecting node 114.179.46.26:60972 MainFrameRepaint askfor block 0fb59137049add1c5ed2 0 sending getdata: block 0fb59137049add1c5ed2 askfor block 0fb59137049add1c5ed2 1495129757000000 askfor block 0fb59137049add1c5ed2 1495129877000000 received block 0fb59137049add1c5ed2 ProcessBlock: ORPHAN BLOCK, prev=cac5bfe536e8716a9275 accepted connection 114.179.46.26:63487 MainFrameRepaint version message: version 70001, blocks=276375 askfor tx 1716b1086a7afae3d3a4 0 sending getdata: tx 1716b1086a7afae3d3a4 askfor tx 1716b1086a7afae3d3a4 1495130828000000 ERROR: ConnectInputs() : 1716b1086a mapTransactions prev not found e6024b742e ERROR: AcceptToMemoryPool() : ConnectInputs failed 1716b1086a storing orphan tx 1716b1086a
Is there some other file that I need to manually download, in addition to the receiver_*.csv files, to get synced? I have listen=1 and discover=1 in my devcoin.conf file.
|
|
|
Killed the client, reindexed again with 'argentumd -reindex'. Now it's syncing!
2017-05-11 21:31:02 UpdateTip: new best=a10c542cead92d473e1de12b3a59f253796f1ca18b91dcfb7fa3febd45add28a height=2392617 algo=1 (scrypt) log2_work=73.838247 tx=2635407 date=2017-05-11 21:31:00 progress=1.000000 cache=23.3MiB(104340tx) 2017-05-11 21:31:21 UpdateTip: new best=126f1d9b537eac3e65cf6fabf4c50cf69b21f756be8eecb7c6f2b751f0b7df4b height=2392618 algo=1 (scrypt) log2_work=73.838247 tx=2635408 date=2017-05-11 21:31:02 progress=0.999999 cache=23.3MiB(104341tx) 2017-05-11 21:31:40 UpdateTip: new best=00000000000061c20e1e524f97cc47d569c3de1f49487ada32ae701fb0efa35c height=2392619 algo=0 (sha256d) log2_work=73.838247 tx=2635409 date=2017-05-11 21:31:21 progress=0.999999 cache=23.3MiB(104342tx) 2017-05-11 21:31:41 UpdateTip: new best=83d1ddc4ba6955dea53aef983a58466080d4a53844fab0271628447e88f24001 height=2392620 algo=1 (scrypt) log2_work=73.838247 tx=2635410 date=2017-05-11 21:31:41 progress=1.000000 cache=23.3MiB(104343tx)
|
|
|
My client is also getting stuck constantly. I think the problem is something to do with the scrypt code: "difficulty_scrypt" : 13479767645505657739733591426051172149151986772234706298418734563328.00000000 crazy diff...... You shouldn't have that problem on 3.11.3.1. You are on a bad fork. Oops, my bad. Just updated my wallets to latest version - now they're all stuck at 2387837 after reindexing. I believe I have a fix now, and I'll also present a proposal (for the future.) Give me a few days. Very busy life right now Thanks in advance, protonn!
|
|
|
Thanks! The file is downloading now. I'll give it a try. Would it be possible to get this new link added to the README.md on https://github.com/argentumproject/argentum/ ? The debug logs do not indicate any reason why the blockchain won't sync. I have a bootstrap of the furthest synced block that I know of; Block 2,390,231 and Header 2,390,485. https://electrum-arg.org/bootstrap.datsha256 checksum a097315129eb6370e86d611d9e49451d0ec5f7b2cc8acc5b9c8915aa47bd64bf
|
|
|
Are any seed nodes, or any other v3 nodes, actually alive? I am seeing lots of connection refused/no route to host errors. Is anyone making a bootstrap.zip file available? argcurrency.org is long gone.
2017-05-03 19:40:42 Argentum version v3.11.3.1-72cf1f3 (2017-04-27 11:22:04 -0500) 2017-05-03 19:40:42 Using OpenSSL version OpenSSL 1.0.2g 1 Mar 2016 2017-05-03 19:40:42 Using BerkeleyDB version Berkeley DB 5.3.28: (September 9, 2013) 2017-05-03 19:40:42 Default data directory /home/aatheus/.argentum 2017-05-03 19:40:42 Using data directory /home/aatheus/.argentum 2017-05-03 19:40:42 Using config file /home/aatheus/.argentum/argentum.conf 2017-05-03 19:40:42 Using at most 125 connections (1024 file descriptors available) 2017-05-03 19:40:42 Using 8 threads for script verification 2017-05-03 19:40:42 scheduler thread start 2017-05-03 19:40:42 Binding RPC on address ::1 port 13581 (IPv4+IPv6 bind any: 0) 2017-05-03 19:40:42 Binding RPC on address 127.0.0.1 port 13581 (IPv4+IPv6 bind any: 0) 2017-05-03 19:40:42 scrypt: using scrypt-sse2 as built. 2017-05-03 19:40:42 Using wallet wallet.dat 2017-05-03 19:40:42 init message: Verifying wallet... 2017-05-03 19:40:42 CDBEnv::Open: LogDir=/home/aatheus/.argentum/database ErrorFile=/home/aatheus/.argentum/db.log 2017-05-03 19:40:42 Bound to [::]:13580 2017-05-03 19:40:42 Bound to 0.0.0.0:13580 2017-05-03 19:40:42 Cache configuration: 2017-05-03 19:40:42 * Using 2.0MiB for block index database 2017-05-03 19:40:42 * Using 39.5MiB for chain state database 2017-05-03 19:40:42 * Using 86.5MiB for in-memory UTXO set 2017-05-03 19:40:42 init message: Loading block index... 2017-05-03 19:40:42 Opening LevelDB in /home/aatheus/.argentum/blocks/index 2017-05-03 19:40:42 Opened LevelDB successfully 2017-05-03 19:40:42 Opening LevelDB in /home/aatheus/.argentum/chainstate 2017-05-03 19:40:42 Opened LevelDB successfully 2017-05-03 19:40:42 LoadBlockIndexDB: last block file = 0 2017-05-03 19:40:42 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=0, size=0, heights=0...0, time=1970-01-01...1970-01-01) 2017-05-03 19:40:42 Checking all blk files are present... 2017-05-03 19:40:42 LoadBlockIndexDB: transaction index disabled 2017-05-03 19:40:42 LoadBlockIndexDB: address index disabled 2017-05-03 19:40:42 Initializing databases... 2017-05-03 19:40:42 Pre-allocating up to position 0x1000000 in blk00000.dat 2017-05-03 19:40:42 UpdateTip: new best=88c667bc63167685e4e4da058fffdfe8e007e5abffd6855de52ad59df7bb0bb2 height=0 algo=1 (scrypt) log2_work=20.000022 tx=1 date=2013-05-22 05:18:08 progress=0.000000 cache=0.0MiB(0tx) 2017-05-03 19:40:43 init message: Verifying blocks... 2017-05-03 19:40:43 block index 400ms 2017-05-03 19:40:43 init message: Loading wallet... 2017-05-03 19:40:43 nFileVersion = 3110301 2017-05-03 19:40:43 Keys: 102 plaintext, 0 encrypted, 102 w/ metadata, 102 total 2017-05-03 19:40:43 wallet 50ms 2017-05-03 19:40:43 init message: Activating best chain... 2017-05-03 19:40:43 mapBlockIndex.size() = 1 2017-05-03 19:40:43 nBestHeight = 0 2017-05-03 19:40:43 setKeyPool.size() = 100 2017-05-03 19:40:43 mapWallet.size() = 0 2017-05-03 19:40:43 mapAddressBook.size() = 2 2017-05-03 19:40:43 init message: Loading addresses... 2017-05-03 19:40:43 ERROR: Read: Failed to open file /home/aatheus/.argentum/peers.dat 2017-05-03 19:40:43 Invalid or missing peers.dat; recreating 2017-05-03 19:40:43 Loaded 0 addresses from peers.dat 0ms 2017-05-03 19:40:43 dnsseed thread start 2017-05-03 19:40:43 Loading addresses from DNS seeds (could take a while) 2017-05-03 19:40:43 0 addresses found from DNS seeds 2017-05-03 19:40:43 dnsseed thread exit 2017-05-03 19:40:43 net thread start 2017-05-03 19:40:43 init message: Done loading 2017-05-03 19:40:43 addcon thread start 2017-05-03 19:40:43 opencon thread start 2017-05-03 19:40:43 msghand thread start 2017-05-03 19:40:43 connect() to 104.131.142.198:13580 failed after select(): Connection refused (111) 2017-05-03 19:40:43 connect() to 138.201.65.88:13580 failed after select(): No route to host (113) 2017-05-03 19:40:44 connect() to 149.210.234.234:13580 failed after select(): Connection refused (111) 2017-05-03 19:40:45 socket recv error Connection reset by peer (104) 2017-05-03 19:40:46 connect() to 172.98.67.62:13580 failed after select(): Connection refused (111) 2017-05-03 19:40:46 connect() to 173.199.65.54:13580 failed after select(): Connection refused (111) 2017-05-03 19:40:47 connect() to 173.212.202.33:13580 failed after select(): Connection refused (111) 2017-05-03 19:40:48 receive version message: /Argetoshi:3.11.3.1/: version 1070000, blocks=831724, us=96.95.217.5:19238, peer=3 2017-05-03 19:40:48 Added time data, samples 2, offset -34 (+0 minutes) 2017-05-03 19:40:48 receive version message: /Argetoshi:3.11.3.1/: version 1070000, blocks=1796710, us=96.95.217.5:18425, peer=4 2017-05-03 19:40:48 Added time data, samples 3, offset -2 (+0 minutes) 2017-05-03 19:40:55 receive version message: /Argetoshi:3.11.3.1/: version 1070000, blocks=2387736, us=96.95.217.5:6243, peer=5 2017-05-03 19:40:55 Added time data, samples 4, offset +0 (+0 minutes) 2017-05-03 19:41:18 receive version message: /Argetoshi:3.11.3.1/: version 1070000, blocks=2390189, us=96.95.217.5:34638, peer=7 2017-05-03 19:41:18 Added time data, samples 5, offset -1 (+0 minutes) 2017-05-03 19:41:18 nTimeOffset = -1 (+0 minutes) 2017-05-03 19:41:18 connect() to 69.64.35.244:13580 failed after select(): Connection refused (111) 2017-05-03 19:41:19 connect() to 72.13.188.130:13580 failed after select(): Connection refused (111) 2017-05-03 19:41:43 connect() to 82.29.4.122:13580 failed after select(): No route to host (113) 2017-05-03 19:41:44 Adding fixed seed nodes as DNS doesn't seem to be available. 2017-05-03 19:44:00 connect() to 104.131.142.198:13580 failed after select(): Connection refused (111) 2017-05-03 19:44:01 connect() to 138.201.65.88:13580 failed after select(): No route to host (113) 2017-05-03 19:44:01 connect() to 149.210.234.234:13580 failed after select(): Connection refused (111) 2017-05-03 19:44:02 socket recv error Connection reset by peer (104) 2017-05-03 19:44:02 socket recv error Connection reset by peer (104) 2017-05-03 19:44:03 connect() to 172.98.67.62:13580 failed after select(): Connection refused (111) 2017-05-03 19:44:04 connect() to 173.199.65.54:13580 failed after select(): Connection refused (111) 2017-05-03 19:44:04 connect() to 173.212.202.33:13580 failed after select(): Connection refused (111) 2017-05-03 19:44:33 connect() to 69.64.35.244:13580 failed after select(): Connection refused (111) 2017-05-03 19:44:34 connect() to 72.13.188.130:13580 failed after select(): Connection refused (111) 2017-05-03 19:44:57 connect() to 82.29.4.122:13580 failed after select(): No route to host (113) 2017-05-03 19:47:14 connect() to 104.131.142.198:13580 failed after select(): Connection refused (111) 2017-05-03 19:47:15 connect() to 138.201.65.88:13580 failed after select(): No route to host (113) 2017-05-03 19:47:17 connect() to 149.210.234.234:13580 failed after select(): Connection refused (111) 2017-05-03 19:47:17 socket recv error Connection reset by peer (104) 2017-05-03 19:47:19 connect() to 172.98.67.62:13580 failed after select(): Connection refused (111) 2017-05-03 19:47:19 connect() to 173.199.65.54:13580 failed after select(): Connection refused (111) 2017-05-03 19:47:20 connect() to 173.212.202.33:13580 failed after select(): Connection refused (111) 2017-05-03 19:47:49 connect() to 69.64.35.244:13580 failed after select(): Connection refused (111) 2017-05-03 19:47:49 connect() to 72.13.188.130:13580 failed after select(): Connection refused (111) 2017-05-03 19:48:15 connect() to 82.29.4.122:13580 failed after select(): No route to host (113) 2017-05-03 19:50:32 connect() to 104.131.142.198:13580 failed after select(): Connection refused (111) 2017-05-03 19:50:33 connect() to 138.201.65.88:13580 failed after select(): No route to host (113) 2017-05-03 19:50:33 connect() to 149.210.234.234:13580 failed after select(): Connection refused (111) 2017-05-03 19:50:34 socket recv error Connection reset by peer (104) 2017-05-03 19:50:35 socket recv error Connection reset by peer (104) 2017-05-03 19:50:35 connect() to 172.98.67.62:13580 failed after select(): Connection refused (111) 2017-05-03 19:50:36 connect() to 173.199.65.54:13580 failed after select(): Connection refused (111) 2017-05-03 19:50:37 connect() to 173.212.202.33:13580 failed after select(): Connection refused (111) 2017-05-03 19:51:05 connect() to 69.64.35.244:13580 failed after select(): Connection refused (111) 2017-05-03 19:51:06 connect() to 72.13.188.130:13580 failed after select(): Connection refused (111) 2017-05-03 19:51:21 connect() to 77.254.207.167:13580 failed after select(): Network is unreachable (101) 2017-05-03 19:53:49 connect() to 104.131.142.198:13580 failed after select(): Connection refused (111) 2017-05-03 19:53:49 connect() to 138.201.65.88:13580 failed after select(): No route to host (113) 2017-05-03 19:53:50 connect() to 149.210.234.234:13580 failed after select(): Connection refused (111) 2017-05-03 19:53:51 socket recv error Connection reset by peer (104) 2017-05-03 19:53:51 socket recv error Connection reset by peer (104) 2017-05-03 19:53:52 connect() to 172.98.67.62:13580 failed after select(): Connection refused (111) 2017-05-03 19:53:52 connect() to 173.199.65.54:13580 failed after select(): Connection refused (111) 2017-05-03 19:53:53 connect() to 173.212.202.33:13580 failed after select(): Connection refused (111) 2017-05-03 19:54:22 connect() to 69.64.35.244:13580 failed after select(): Connection refused (111) 2017-05-03 19:54:23 connect() to 72.13.188.130:13580 failed after select(): Connection refused (111) 2017-05-03 19:54:47 connect() to 82.29.4.122:13580 failed after select(): No route to host (113)
|
|
|
I am experiencing the same issue. Fresh build from source on Ubuntu 16.04 LTS. I have 7 inbound connections, 3 outbound connections. No activity in the logs except periodic 'socket recv' errors. The block sync should be moving along, but after several days, no activity. As an aside, has anyone made a mirror of the bootstrap.zip file available anywhere? argcurrency.org is gone from DNS. After the recent issue I decided to do a full re-download of the blockchain, but the new client v3.11.3.1-72cf1f3 will not seem to download from peers. I have anywhere from 8-16 active connections, both outgoing and incoming, with up-to-date protocol and client versions, but no blocks will download. I've tried the Windows QT client and building from source on Ubuntu, and both exhibit the same behavior. The debug.log is not much help, but here's an excerpt. 2017-05-02 20:20:44 Argentum version v3.11.3.1-72cf1f3 (2017-04-27 11:22:04 -0500) 2017-05-02 20:20:44 Using OpenSSL version OpenSSL 1.0.1k 8 Jan 2015 2017-05-02 20:20:44 Using BerkeleyDB version Berkeley DB 5.1.29: (October 25, 2011) 2017-05-02 20:20:44 Default data directory C:\Users\darren\AppData\Roaming\Argentum 2017-05-02 20:20:44 Using data directory f:\crypto\arg\data 2017-05-02 20:20:44 Using config file F:\crypto\arg\arg.conf 2017-05-02 20:20:44 Using at most 125 connections (2048 file descriptors available) 2017-05-02 20:20:44 Using 12 threads for script verification 2017-05-02 20:20:44 scheduler thread start 2017-05-02 20:20:44 Binding RPC on address :: port 13581 (IPv4+IPv6 bind any: 1) 2017-05-02 20:20:44 Using wallet wallet.dat 2017-05-02 20:20:44 init message: Verifying wallet... 2017-05-02 20:20:44 CDBEnv::Open: LogDir=f:\crypto\arg\data\database ErrorFile=f:\crypto\arg\data\db.log 2017-05-02 20:20:44 Bound to [::]:13580 2017-05-02 20:20:44 Bound to 0.0.0.0:13580 2017-05-02 20:20:44 Cache configuration: 2017-05-02 20:20:44 * Using 2.0MiB for block index database 2017-05-02 20:20:44 * Using 39.5MiB for chain state database 2017-05-02 20:20:44 * Using 86.5MiB for in-memory UTXO set 2017-05-02 20:20:44 init message: Loading block index... 2017-05-02 20:20:44 Opening LevelDB in f:\crypto\arg\data\blocks\index 2017-05-02 20:20:44 Opened LevelDB successfully 2017-05-02 20:20:44 Opening LevelDB in f:\crypto\arg\data\chainstate 2017-05-02 20:20:44 Opened LevelDB successfully 2017-05-02 20:20:45 LoadBlockIndexDB: last block file = 0 2017-05-02 20:20:45 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=1, size=286, heights=0...0, time=2013-05-22...2013-05-22) 2017-05-02 20:20:45 Checking all blk files are present... 2017-05-02 20:20:45 LoadBlockIndexDB: transaction index disabled 2017-05-02 20:20:45 LoadBlockIndexDB: address index disabled 2017-05-02 20:20:45 LoadBlockIndexDB: hashBestChain=88c667bc63167685e4e4da058fffdfe8e007e5abffd6855de52ad59df7bb0bb2 height=0 date=2013-05-22 05:18:08 progress=0.000000 2017-05-02 20:20:45 init message: Verifying blocks... 2017-05-02 20:20:45 block index 939ms 2017-05-02 20:20:45 init message: Loading wallet... 2017-05-02 20:20:45 nFileVersion = 3110300 2017-05-02 20:20:45 Keys: 101 plaintext, 0 encrypted, 101 w/ metadata, 101 total 2017-05-02 20:20:45 wallet 12ms 2017-05-02 20:20:45 init message: Activating best chain... 2017-05-02 20:20:45 mapBlockIndex.size() = 2001 2017-05-02 20:20:45 nBestHeight = 0 2017-05-02 20:20:45 setKeyPool.size() = 100 2017-05-02 20:20:45 mapWallet.size() = 0 2017-05-02 20:20:45 mapAddressBook.size() = 1 2017-05-02 20:20:45 init message: Loading addresses... 2017-05-02 20:20:45 Loaded 118 addresses from peers.dat 4ms 2017-05-02 20:20:45 AddLocal([2001:0:9d38:953c:3cb8:35e9:b5bd:a980]:13580,1) 2017-05-02 20:20:45 Discover: dpc - 2001:0:9d38:953c:3cb8:35e9:b5bd:a980 2017-05-02 20:20:45 dnsseed thread start 2017-05-02 20:20:45 init message: Done loading 2017-05-02 20:20:45 net thread start 2017-05-02 20:20:45 addcon thread start 2017-05-02 20:20:45 opencon thread start 2017-05-02 20:20:45 msghand thread start 2017-05-02 20:20:45 receive version message: /Argetoshi:3.11.3/: version 1070000, blocks=1796149, us=74.66.86.127:13580, peer=1 2017-05-02 20:20:45 Added time data, samples 2, offset +15 (+0 minutes) 2017-05-02 20:20:45 GUI: PaymentServer::LoadRootCAs: Loaded 48 root certificates 2017-05-02 20:20:46 receive version message: /Argetoshi:3.11.3.1/: version 1070000, blocks=2390164, us=74.66.86.127:57757, peer=3 2017-05-02 20:20:46 Added time data, samples 3, offset -2 (+0 minutes) 2017-05-02 20:20:47 receive version message: /Argetoshi:3.11.3.1/: version 1070000, blocks=2387736, us=74.66.86.127:57767, peer=5 2017-05-02 20:20:47 Added time data, samples 4, offset -1 (+0 minutes) 2017-05-02 20:20:48 receive version message: /Argetoshi:3.11.3.1/: version 1070000, blocks=1176819, us=74.66.86.127:57770, peer=6 2017-05-02 20:20:48 Added time data, samples 5, offset -1 (+0 minutes) 2017-05-02 20:20:48 nTimeOffset = -1 (+0 minutes) 2017-05-02 20:20:49 receive version message: /Argetoshi:3.11.3.1/: version 1070000, blocks=2388712, us=[2001:0:9d38:953c:3cb8:35e9:b5bd:a980]:57762, peer=4 2017-05-02 20:20:49 Added time data, samples 6, offset -2 (+0 minutes) 2017-05-02 20:20:51 receive version message: /Argetoshi:3.11.3.1/: version 1070000, blocks=831724, us=74.66.86.127:57789, peer=7 2017-05-02 20:20:51 Added time data, samples 7, offset -3 (+0 minutes) 2017-05-02 20:20:51 nTimeOffset = -1 (+0 minutes) 2017-05-02 20:20:56 P2P peers available. Skipped DNS seeding. 2017-05-02 20:20:56 dnsseed thread exit 2017-05-02 20:21:15 receive version message: /Argetoshi:3.11.3.1/: version 1070000, blocks=1796710, us=74.66.86.127:13580, peer=9 2017-05-02 20:21:15 Added time data, samples 8, offset +0 (+0 minutes) 2017-05-02 20:21:22 socket recv error An existing connection was forcibly closed by the remote host. (10054) 2017-05-02 20:22:13 receive version message: /Argetoshi:3.11.3.1/: version 1070000, blocks=2388712, us=74.66.86.127:13580, peer=10 2017-05-02 20:22:13 Added time data, samples 9, offset -1 (+0 minutes) 2017-05-02 20:22:13 nTimeOffset = -1 (+0 minutes) 2017-05-02 20:23:20 peer=11 using obsolete version 1050000; disconnecting 2017-05-02 20:23:20 ProcessMessages(version, 103 bytes) FAILED peer=11 2017-05-02 20:24:31 socket recv error An existing connection was forcibly closed by the remote host. (10054) 2017-05-02 20:26:19 connected to self at 192.168.1.1:59976, disconnecting 2017-05-02 20:26:19 Misbehaving: 74.66.86.127:13580 (0 -> 1) 2017-05-02 20:26:19 ProcessMessages(ping, 8 bytes) FAILED peer=15 2017-05-02 20:27:18 receive version message: /Argetoshi:3.11.3.1/: version 1070000, blocks=0, us=74.66.86.127:13580, peer=17 2017-05-02 20:27:18 Added time data, samples 10, offset -1 (+0 minutes) 2017-05-02 20:27:40 socket recv error An existing connection was forcibly closed by the remote host. (10054)
Can anyone shed any light on this? Is there a bootstrap somewhere that might get me rolling? Thank you.
|
|
|
|