Author

Topic: [B3]B3Coin Hybrid POW/POS [Scrypt] - ANTI-INSTAMINE, NO PREMINE, NO ICO, NO IPO - page 201. (Read 242093 times)

legendary
Activity: 1778
Merit: 1000
wallet does not work and tried everything. I did what you told me and does not work. delete all and does not work. putting probe of a archovo and does not work.

Same here. It was working after I added that huge list of nodes but not anymore. It is stuck at block 11702 it won't sync and I'm left with a transaction that is not staking since it is unconfirmed since it can't catch up because it's stuck on block 11702.

I am connected to 2 nodes and the wallet opens and closes fine it just won't sync.
Make sure that you are using B3 v3.2.1

~snip~

Ok I have done all those things and I am now waiting to sync again.
Thank you for the help. Now I know what was wrong Smiley
Thanks, please let us know later on, if you sync fully.
hero member
Activity: 1162
Merit: 500
CryptoTalk.Org - Get Paid for every Post!
wallet does not work and tried everything. I did what you told me and does not work. delete all and does not work. putting probe of a archovo and does not work.

Same here. It was working after I added that huge list of nodes but not anymore. It is stuck at block 11702 it won't sync and I'm left with a transaction that is not staking since it is unconfirmed since it can't catch up because it's stuck on block 11702.

I am connected to 2 nodes and the wallet opens and closes fine it just won't sync.
Make sure that you are using B3 v3.2.1

~snip~

Ok I have done all those things and I am now waiting to sync again.
Thank you for the help. Now I know what was wrong Smiley
sr. member
Activity: 364
Merit: 260
--- ChainWorks Industries ---
@crysx  @ bumacoin
You both are great.

and so are you  Wink

tanx ...

but we are all here to help and benefit from it all ...

ive been working on the compilation - and still running into errors ... looks like an ecc / boost issue ...

ill attempt to locate the main cause of it - but am happy to share the problems that have risen ...

below is the error i get when compiling ... the system is centos 7 x64 - using gcc4.8.5-4 - openssl1.0.2f - bdb6.1.26 ...

Code:
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/b3-node/granite/libraries/B3_Coin-master/src -I/home/b3-node/granite/libraries/B3_Coin-master/src/obj -I/home/b3-node/granite/deps/include -DENABLE_WALLET -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/include -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
In file included from /home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:25:0,
                 from /home/b3-node/granite/deps/include/boost/atomic/atomic.hpp:22,
                 from /home/b3-node/granite/deps/include/boost/atomic.hpp:12,
                 from /home/b3-node/granite/deps/include/boost/thread/pthread/once_atomic.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread/once.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread.hpp:17,
                 from util.h:24,
                 from chainparams.h:11,
                 from alert.cpp:7:
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:556:139:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]::::to’ [-Wmissing-field-initializers]
     value = {};
              ^
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:574:100:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]::::to’ [-Wmissing-field-initializers]
/bin/sh ../share/genbuild.sh obj/build.h
fatal: Not a git repository (or any of the parent directories): .git
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/b3-node/granite/libraries/B3_Coin-master/src -I/home/b3-node/granite/libraries/B3_Coin-master/src/obj -I/home/b3-node/granite/deps/include -DENABLE_WALLET -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/include -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp
In file included from /home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:25:0,
                 from /home/b3-node/granite/deps/include/boost/atomic/atomic.hpp:22,
                 from /home/b3-node/granite/deps/include/boost/atomic.hpp:12,
                 from /home/b3-node/granite/deps/include/boost/thread/pthread/once_atomic.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread/once.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread.hpp:17,
                 from util.h:24,
                 from chainparams.h:11,
                 from protocol.h:13,
                 from net.h:21,
                 from checkpoints.h:8,
                 from checkpoints.cpp:8:
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:556:139:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]::::to’ [-Wmissing-field-initializers]
     value = {};
              ^
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:574:100:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]::::to’ [-Wmissing-field-initializers]
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/b3-node/granite/libraries/B3_Coin-master/src -I/home/b3-node/granite/libraries/B3_Coin-master/src/obj -I/home/b3-node/granite/deps/include -DENABLE_WALLET -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/include -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/netbase.d -o obj/netbase.o netbase.cpp
In file included from /home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:25:0,
                 from /home/b3-node/granite/deps/include/boost/atomic/atomic.hpp:22,
                 from /home/b3-node/granite/deps/include/boost/atomic.hpp:12,
                 from /home/b3-node/granite/deps/include/boost/thread/pthread/once_atomic.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread/once.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread.hpp:17,
                 from util.h:24,
                 from netbase.cpp:7:
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:556:139:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]::::to’ [-Wmissing-field-initializers]
     value = {};
              ^
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:574:100:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]::::to’ [-Wmissing-field-initializers]
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/b3-node/granite/libraries/B3_Coin-master/src -I/home/b3-node/granite/libraries/B3_Coin-master/src/obj -I/home/b3-node/granite/deps/include -DENABLE_WALLET -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/include -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/addrman.d -o obj/addrman.o addrman.cpp
In file included from /home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:25:0,
                 from /home/b3-node/granite/deps/include/boost/atomic/atomic.hpp:22,
                 from /home/b3-node/granite/deps/include/boost/atomic.hpp:12,
                 from /home/b3-node/granite/deps/include/boost/thread/pthread/once_atomic.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread/once.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread.hpp:17,
                 from util.h:24,
                 from chainparams.h:11,
                 from protocol.h:13,
                 from addrman.h:8,
                 from addrman.cpp:5:
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:556:139:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]::::to’ [-Wmissing-field-initializers]
     value = {};
              ^
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:574:100:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]::::to’ [-Wmissing-field-initializers]
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/b3-node/granite/libraries/B3_Coin-master/src -I/home/b3-node/granite/libraries/B3_Coin-master/src/obj -I/home/b3-node/granite/deps/include -DENABLE_WALLET -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/include -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/crypter.d -o obj/crypter.o crypter.cpp
In file included from /home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:25:0,
                 from /home/b3-node/granite/deps/include/boost/atomic/atomic.hpp:22,
                 from /home/b3-node/granite/deps/include/boost/atomic.hpp:12,
                 from /home/b3-node/granite/deps/include/boost/thread/pthread/once_atomic.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread/once.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread.hpp:17,
                 from util.h:24,
                 from script.h:19,
                 from keystore.h:11,
                 from crypter.h:10,
                 from crypter.cpp:5:
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:556:139:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]::::to’ [-Wmissing-field-initializers]
     value = {};
              ^
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:574:100:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]::::to’ [-Wmissing-field-initializers]
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/b3-node/granite/libraries/B3_Coin-master/src -I/home/b3-node/granite/libraries/B3_Coin-master/src/obj -I/home/b3-node/granite/deps/include -DENABLE_WALLET -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/include -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/key.d -o obj/key.o key.cpp
key.cpp: In member function ‘bool CKey::SignCompact(const uint256&, std::vector&) const’:
key.cpp:552:17: warning: unused variable ‘ret’ [-Wunused-variable]
         if (int ret = secp256k1_ecdsa_sign_compact(instance_of_csecp256k1.ctx, hash.begin(), &vchSig[1], begin(), secp256k1_nonce_function_rfc6979, NULL, &rec))
                 ^
key.cpp: In member function ‘bool CPubKey::VerifyCompact(const uint256&, const std::vector&) const’:
key.cpp:632:10: warning: unused variable ‘fComp’ [-Wunused-variable]
     bool fComp = IsCompressed();
          ^
key.cpp: In member function ‘bool CPubKey::Decompress()’:
key.cpp:669:104: error: cannot convert ‘int*’ to ‘unsigned char*’ for argument ‘3’ to ‘int secp256k1_ec_pubkey_decompress(const secp256k1_context_t*, const unsigned char*, unsigned char*, int*)’
     int ret = secp256k1_ec_pubkey_decompress(instance_of_csecp256k1.ctx, (unsigned char*)begin(), &clen);
                                                                                                        ^
In file included from /home/b3-node/granite/deps/include/boost/system/system_error.hpp:14:0,
                 from /home/b3-node/granite/deps/include/boost/thread/exceptions.hpp:22,
                 from /home/b3-node/granite/deps/include/boost/thread/pthread/mutex.hpp:14,
                 from /home/b3-node/granite/deps/include/boost/thread/mutex.hpp:16,
                 from allocators.h:10,
                 from key.h:10,
                 from key.cpp:14:
/home/b3-node/granite/deps/include/boost/system/error_code.hpp: At global scope:
/home/b3-node/granite/deps/include/boost/system/error_code.hpp:221:36: warning: ‘boost::system::posix_category’ defined but not used [-Wunused-variable]
     static const error_category &  posix_category = generic_category();
                                    ^
/home/b3-node/granite/deps/include/boost/system/error_code.hpp:222:36: warning: ‘boost::system::errno_ecat’ defined but not used [-Wunused-variable]
     static const error_category &  errno_ecat     = generic_category();
                                    ^
/home/b3-node/granite/deps/include/boost/system/error_code.hpp:223:36: warning: ‘boost::system::native_ecat’ defined but not used [-Wunused-variable]
     static const error_category &  native_ecat    = system_category();
                                    ^
make: *** [obj/key.o] Error 1
DONE ...

so if there is anything i am over looking - and can be fixed - i would luv to hear from anyone that can see the issue ...

tanx ...

#crysx
legendary
Activity: 1638
Merit: 1036
wallet does not work and tried everything. I did what you told me and does not work. delete all and does not work. putting probe of a archovo and does not work.

Same here. It was working after I added that huge list of nodes but not anymore. It is stuck at block 11702 it won't sync and I'm left with a transaction that is not staking since it is unconfirmed since it can't catch up because it's stuck on block 11702.

I am connected to 2 nodes and the wallet opens and closes fine it just won't sync.
Make sure that you are using B3 v3.2.1


ya.
looking at getpeerinfo, i can see two nodes at 11702 and they're both 1.0.1
that seems to be the old chain, so you're probably forked.

you'll have to start again, delete yr current chain and start from zero

here's the current node list of v3.2.1
addnode=104.172.24.79
addnode=109.151.161.133
addnode=109.89.155.161
addnode=148.251.8.18
addnode=174.117.18.129
addnode=180.216.177.211
addnode=180.216.179.94
addnode=194.96.8.91
addnode=49.144.209.177
addnode=49.147.145.138
addnode=75.130.183.104
addnode=84.200.32.238
addnode=85.214.68.75
addnode=89.129.13.143
addnode=91.151.111.250
addnode=95.61.57.201


if you get caught on the same chain again, you can try using
connect=
instead of addnode=

and also
listen=0

.

perhaps could modify the src/qt's to ignore v61400
legendary
Activity: 1778
Merit: 1000
wallet does not work and tried everything. I did what you told me and does not work. delete all and does not work. putting probe of a archovo and does not work.

Same here. It was working after I added that huge list of nodes but not anymore. It is stuck at block 11702 it won't sync and I'm left with a transaction that is not staking since it is unconfirmed since it can't catch up because it's stuck on block 11702.

I am connected to 2 nodes and the wallet opens and closes fine it just won't sync.
Make sure that you are using B3 v3.2.1
hero member
Activity: 1162
Merit: 500
CryptoTalk.Org - Get Paid for every Post!
wallet does not work and tried everything. I did what you told me and does not work. delete all and does not work. putting probe of a archovo and does not work.

Same here. It was working after I added that huge list of nodes but not anymore. It is stuck at block 11702 it won't sync and I'm left with a transaction that is not staking since it is unconfirmed since it can't catch up because it's stuck on block 11702.

I am connected to 2 nodes and the wallet opens and closes fine it just won't sync.
sr. member
Activity: 374
Merit: 250
Oh left you
@greedyjhon , bumacoin, crysx
You all are great.
legendary
Activity: 1778
Merit: 1000
sr. member
Activity: 374
Merit: 250
@crysx  @ bumacoin
You both are great.
sr. member
Activity: 374
Merit: 250
wallet does not work and tried everything. I did what you told me and does not work. delete all and does not work. putting probe of a archovo and does not work.

Can you tell me if you have caught nodes
legendary
Activity: 1638
Merit: 1036
Cheesy i have my moments

sometimes i'm not afraid of barking up the wrong tree for extended periods Wink
sr. member
Activity: 364
Merit: 260
--- ChainWorks Industries ---
mention the contents of your B3.conf

you need addnodes to connect, and your pic before shows no connections at that time.


.

i just looked at yr pic.
you need to place the B3.conf in your B3 datadirectory (not where it is in the picture) Smiley


Go to Start -> Run (or press WinKey+R) and run this:

%APPDATA%

this is where all your coin wallets datadirectories exist.
there should be a B3 folder,
put the B3.conf file in there

also
here's a copy of me peers.dat
https://drive.google.com/open?id=0B5j8d4FSc7drd1VKc1FIZzlJbDQ
if you still cant' connect, you can put that in the same folder and see if it helps.

aaand this is why i have so much respect for you bumba ...

#crysx
legendary
Activity: 1778
Merit: 1000
It seems that YOBIT has updated their B3 wallet

When I click on deposit or withdraw, I get this:

Wallet status: Online (13219 blocks)
legendary
Activity: 1638
Merit: 1036
mention the contents of your B3.conf

you need addnodes to connect, and your pic before shows no connections at that time.


.

i just looked at yr pic.
you need to place the B3.conf in your B3 datadirectory (not where it is in the picture) Smiley


Go to Start -> Run (or press WinKey+R) and run this:

%APPDATA%

this is where all your coin wallets datadirectories exist.
there should be a B3 folder,
put the B3.conf file in there

also
here's a copy of me peers.dat
https://drive.google.com/open?id=0B5j8d4FSc7drd1VKc1FIZzlJbDQ
if you still cant' connect, you can put that in the same folder and see if it helps.
sr. member
Activity: 364
Merit: 260
--- ChainWorks Industries ---
wallet does not work and tried everything. I did what you told me and does not work. delete all and does not work. putting probe of a archovo and does not work.

ill refer you to what i wrote earlier ...

https://bitcointalksearch.org/topic/m.16620363 ...

please be specific AND show us - even step by step if you have to - what it is you have done ...

'ive done everything' doesnt cut it - if you want help with it ...

#crysx
newbie
Activity: 33
Merit: 0
wallet does not work and tried everything. I did what you told me and does not work. delete all and does not work. putting probe of a archovo and does not work.
hero member
Activity: 1162
Merit: 500
CryptoTalk.Org - Get Paid for every Post!
Im alsohaving more problems with the wallet. Same as the guy who posted his pic above. The tranaction is still going through and the clocks are behind. I'm 44 hours behind right now but i will leave and come back later and say if it works or not. I just remember last night it not completing the tranasctions.
sr. member
Activity: 364
Merit: 260
--- ChainWorks Industries ---
Why when I go to b3 nodes in the wallet it has nothing listed ? I added all the nodes I have like 30.
Or it this just a glitch or something ? It does not show manual adds ? I don't see an option to add a b3 node within the wallet.
Everything is working I'm just curious.

thats like saying i cant drive the car - and its not working ...

without actually saying HOW you you tried to drive the car and WHAT is actually wrong when you tried ...

what method of 'manual add' did you do - what happened - and what was the result if any ...

publish them here - and let the devs / community help you ...

josh and i are discussing various things regarding nodes and acessibility to nodes to help with ease of sync - but all this comes at a price ... so pushing for these things NOW NOW NOW is not going to help much ...

there are others involved also - so have some patience - and above all - EXPLAIN in DETAIL what the issues are that you are having ...

this is for ALL issues that ALL members are having ... i would luv to hear the tech calls anyone has when asking for help on their computers ...

my computer doesnt work - fix it ... hehehe ... ummm - how? ... when you havent even explained what the process of the issue is that YOU have taken ... as others dont seem to have a great deal of issues with theirs .... ive heard them all before in my line of technical support Wink ...

anyway - please make it a detailed explanation - so that help is easy ...

if anyone is willing to donate coin to get these nodes running - please let the devs know ...

community input for these would be less of a burden on the devs - and allow more to be done ...

#crysx

Lol yes I know you right xP

I ment I added the nodes to the .conf file manually. I have never seen a node list with in a wallet so I was curious about it .
After I went to that other site with all the nodes that one guy told me to visit it has been working there plenty nodes.

im glad it worked out Smiley ...

im working on the compile today ... im having a few issues - but slowly pulling through ...

once it compiles and runs - ill sync - test - and let josh know that its all functional ...

this will mean you will not need to add any nodes to any of the configs in the next version of the wallet - if the devs decide to permanently hardcode the nodes ...

chainworksindustries.com nameservers have been changed over and propagating worldwide as we speak ... dns systems are up and running - and the nodes will be running when i can get them compiled ...

will let you know how it all goes later this weekend ...

#crysx
legendary
Activity: 1778
Merit: 1000

help!

Just leave your wallet open, it will catch up.

If your wallet does not catch up after a few hours, then go to your APPDATA, save a copy of your wallet.dat in another file or on your desktop and delete everything except Wallet.dat and peers.dat, then sync your wallet again
Jump to: