I know what's happening....
Its because the old clients do not accept these small payments and you need a new client to relay the transaction.... so simply just click anywhere on your android wallet, like goto block explorer, let it start talking to your window client again, and it will relay the transaction to the network. The block explorer should have this transaction but you cannot connect to the block explorer because its not a new version of the client.
I noticed as soon as android connected again to the new window client it relayed the transaction instantly, since new blocks formed since then.
[...]
Do you run a (permanent) node to the newest windows client that I can connect to?
I think hunterbunter is running an official seed he just put up with the new client. Hunterbunter can you confirm? If so can you use latest source? I made some fee changes.
Thx
Heya, yeah I'm running version 80501 on dvcnode.blisteringdevelopers.com:52333, not sure if that's the one you mean, though... I tried actually just doing a git-pull but it failed compiling at the start:
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -D_MT -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/amit/devcoin/src -I/home/amit/devcoin/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/amit/devcoin/src/leveldb/include -I/home/amit/devcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/init.d -o obj/init.o init.cpp
In file included from /usr/include/boost/thread/pthread/mutex.hpp:14:0,
from /usr/include/boost/thread/mutex.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:12,
from /usr/include/boost/thread/thread.hpp:17,
from /usr/include/boost/thread.hpp:13,
from util.h:26,
from bignum.h:12,
from main.h:8,
from txdb.h:8,
from init.cpp:6:
/usr/include/boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
/usr/include/boost/thread/xtime.hpp:23:5: error: expected â}â before numeric constant
/usr/include/boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
/usr/include/boost/thread/xtime.hpp:46:14: error: expected type-specifier before âsystem_timeâ
In file included from /usr/include/boost/thread/pthread/mutex.hpp:14:0,
from /usr/include/boost/thread/mutex.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:12,
from /usr/include/boost/thread/thread.hpp:17,
from /usr/include/boost/thread.hpp:13,
from util.h:26,
from bignum.h:12,
from main.h:8,
from txdb.h:8,
from init.cpp:6:
/usr/include/boost/thread/xtime.hpp: In function âint xtime_get(xtime*, int)â:
/usr/include/boost/thread/xtime.hpp:73:40: error: âget_system_timeâ was not declared in this scope
/usr/include/boost/thread/xtime.hpp:73:40: note: suggested alternative:
In file included from /usr/include/boost/thread/locks.hpp:12:0,
from /usr/include/boost/thread/pthread/mutex.hpp:12,
from /usr/include/boost/thread/mutex.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:12,
from /usr/include/boost/thread/thread.hpp:17,
from /usr/include/boost/thread.hpp:13,
from util.h:26,
from bignum.h:12,
from main.h:8,
from txdb.h:8,
from init.cpp:6:
/usr/include/boost/thread/thread_time.hpp:19:24: note: âboost::get_system_timeâ
In file included from /usr/include/boost/thread/pthread/mutex.hpp:14:0,
from /usr/include/boost/thread/mutex.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:12,
from /usr/include/boost/thread/thread.hpp:17,
from /usr/include/boost/thread.hpp:13,
from util.h:26,
from bignum.h:12,
from main.h:8,
from txdb.h:8,
from init.cpp:6:
/usr/include/boost/thread/xtime.hpp: At global scope:
/usr/include/boost/thread/xtime.hpp:88:1: error: expected declaration before â}â token
make: *** [obj/init.o] Error 1
EDIT: Just doing an apt-get update/upgrade to see if it's outdated libs.
EDIT2: Hmm nope, that didn't help. Are there new lib dependencies?
I think win obj files were pushed for leveldb.. The makefile needs to clean libcurl libleveldb properly like the mingw makefile does. Also the src/obj files need to be deleted on clean.. Did you change the makefile to do this?
I left it so the unix builder will do it and give me a fixed version so I can push it.. Check mingw for reference on the bottom clean and build stuff...
Make sure you always clean before you build. I will clean up the repo next push..