|
infernoman
Legendary
Offline
Activity: 964
Merit: 1000
|
|
July 29, 2014, 02:48:21 PM |
|
my last block mined from the p2pool before it crashed was 100 fuel. but now i can no longer get it started because of the forking.
|
|
|
|
FuelCoinTeam (OP)
Newbie
Offline
Activity: 59
Merit: 0
|
|
July 29, 2014, 03:30:45 PM |
|
We need to get the pools offline while we get the coins on the right fork. Someone or group is mining on the incorrect one currently.
|
|
|
|
ice00
|
|
July 29, 2014, 03:34:37 PM |
|
multi-pool.info stopped now
|
NXT: 1408301140704352478 EMC: Ec2TpuRxcYr4WHMp12vZYck5ch3ymzskbZ
|
|
|
Goattrading
|
|
July 29, 2014, 03:38:36 PM |
|
Its fine... just part of the process...
|
“I never ask a man what his business is, for it never interests me. What I ask him about are his thoughts and dreams.” ― H.P. Lovecraft
|
|
|
FuelCoinTeam (OP)
Newbie
Offline
Activity: 59
Merit: 0
|
|
July 29, 2014, 04:15:24 PM |
|
Could the pool owners please contact us on twitter via DM? We sincerely hope that all previous code was deleted before recompiling the updated source...
|
|
|
|
ice00
|
|
July 29, 2014, 04:35:23 PM |
|
Not able to send DM on twitter (I get server error)
|
NXT: 1408301140704352478 EMC: Ec2TpuRxcYr4WHMp12vZYck5ch3ymzskbZ
|
|
|
Mortimer452
|
|
July 29, 2014, 07:25:30 PM |
|
I am updating the wallet for fuel.pitythepool.com now, be back online as soon as I get this mess figured out.
Still unsure whether I should be using the code on fuelcoin-src/src or the /src folder - scary
|
|
|
|
ice00
|
|
July 29, 2014, 08:00:21 PM |
|
Could the pool owners please contact us on twitter via DM? We sincerely hope that all previous code was deleted before recompiling the updated source...
multi-pool.info uses the new code from day 23 (more than a week ago). I use to compile in a new fresh directory, as I extract the archive from the zip file
|
NXT: 1408301140704352478 EMC: Ec2TpuRxcYr4WHMp12vZYck5ch3ymzskbZ
|
|
|
Mortimer452
|
|
July 29, 2014, 08:46:52 PM |
|
As far as I can tell the majority of nodes on the network are still running v0.8.8. I cannot obtain connections to any v1.0.0.1 clients, therefore my v1.0.0.1 wallet will not sync.
The network is a bit of a mess right now. In my opinion this fork is a FAIL and needs to be attempted again at a later block height.
|
|
|
|
crackfoo
Legendary
Offline
Activity: 3556
Merit: 1126
|
|
July 29, 2014, 11:14:54 PM |
|
I am updating the wallet for fuel.pitythepool.com now, be back online as soon as I get this mess figured out.
Still unsure whether I should be using the code on fuelcoin-src/src or the /src folder - scary
neither one would compile for me.
|
ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
|
|
|
FuelCoinTeam (OP)
Newbie
Offline
Activity: 59
Merit: 0
|
|
July 30, 2014, 01:37:46 AM |
|
Use Fuelcoin-src https://github.com/fuelcoindev/fuelcoincodeIt seems that too many clients are still on the old version and some miners may have stopped the correct fork from taking over if they were on the wrong one. We would recommend loading your miners on the p2p pool as we know this one is on the correct fork and try to get the coins back on track. There will be thousands of lost coins in this process but it will stabilize the network if successful. On another note we already have a backup plan in progress to fix everything as a safety net. Just make sure to follow @FuelCoinNEWS and @altcointoday on twitter.
|
|
|
|
ice00
|
|
July 30, 2014, 06:52:02 AM |
|
is there a list of nodes that are in correct chain to use for the daemon?
If I start daemon in pool it still find nodes with old version and so it stops download the blocks.
|
NXT: 1408301140704352478 EMC: Ec2TpuRxcYr4WHMp12vZYck5ch3ymzskbZ
|
|
|
Mortimer452
|
|
July 30, 2014, 07:31:07 AM |
|
is there a list of nodes that are in correct chain to use for the daemon?
If I start daemon in pool it still find nodes with old version and so it stops download the blocks.
Agreed, I am having a hard time finding nodes on the new version. The nodes listed in the OP are no good - all running old wallet. Also appears the seed nodes from the wallet itself are not all updated.
|
|
|
|
DutchRIG
Newbie
Offline
Activity: 27
Merit: 0
|
|
July 30, 2014, 07:52:42 AM |
|
How hard is it to upload the source on github that compiles without a million errors? eu1:/home/fuelcoinwallet# git clone https://github.com/FuelCoinDev/FuelCoinCode.git Cloning into 'FuelCoinCode'... remote: Counting objects: 615, done. remote: Total 615 (delta 0), reused 0 (delta 0) Receiving objects: 100% (615/615), 6.83 MiB | 1.50 MiB/s, done. Resolving deltas: 100% (77/77), done. Checking connectivity... done
eu1:/home/fuelcoinwallet# cd FuelCoinCode/src/ root@eu1:/home/fuelcoinwallet/FuelCoinCode/src# make -j2 -f makefile.unix g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/fuelcoinwallet/FuelCoinCode/src -I/home/fuelcoinwallet/FuelCoinCode/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/fuelcoinwallet/FuelCoinCode/src/leveldb/include -I/home/fuelcoinwallet/FuelCoinCode/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 Building LevelDB ... /bin/sh: 1: ./build_detect_platform: Permission denied make[1]: Entering directory `/home/fuelcoinwallet/FuelCoinCode/src/leveldb' Makefile:18: build_config.mk: No such file or directory make[1]: *** No rule to make target `build_config.mk'. Stop. make[1]: Leaving directory `/home/fuelcoinwallet/FuelCoinCode/src/leveldb' make: *** [leveldb/libleveldb.a] Error 2 make: *** Waiting for unfinished jobs....
eu1:/home/fuelcoinwallet/FuelCoinCode/src# chmod +x leveldb/build_detect_platform
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/fuelcoinwallet/FuelCoinCode/src -I/home/fuelcoinwallet/FuelCoinCode/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/fuelcoinwallet/FuelCoinCode/src/leveldb/include -I/home/fuelcoinwallet/FuelCoinCode/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 Building LevelDB ... find: `.//util': No such file or directory find: `.//table': No such file or directory make[1]: Entering directory `/home/fuelcoinwallet/FuelCoinCode/src/leveldb' g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/fuelcoinwallet/FuelCoinCode/src -I/home/fuelcoinwallet/FuelCoinCode/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/fuelcoinwallet/FuelCoinCode/src/leveldb/include -I/home/fuelcoinwallet/FuelCoinCode/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/builder.cc -o db/builder.o In file included from db/builder.cc:5:0: ./db/builder.h:8:28: fatal error: leveldb/status.h: No such file or directory #include "leveldb/status.h" ^ compilation terminated. make[1]: *** [db/builder.o] Error 1 make[1]: Leaving directory `/home/fuelcoinwallet/FuelCoinCode/src/leveldb' make: *** [leveldb/libleveldb.a] Error 2 make: *** Waiting for unfinished jobs.... alert.cpp:260:1: fatal error: opening dependency file obj/alert.d: No such file or directory } ^ compilation terminated. make: *** [obj/alert.o] Error 1 root@eu1:/home/fuelcoinwallet/FuelCoinCode/src#
Okay where is the util and the table directory in leveldb? Where is the status.h file?
|
|
|
|
ice00
|
|
July 30, 2014, 08:02:44 AM |
|
chmod +x leveldb/build_detect_platform After this you have to make a clean and restart compilation again from 0, otherwise the script is not executed and produces other errors.
|
NXT: 1408301140704352478 EMC: Ec2TpuRxcYr4WHMp12vZYck5ch3ymzskbZ
|
|
|
DutchRIG
Newbie
Offline
Activity: 27
Merit: 0
|
|
July 30, 2014, 08:12:25 AM |
|
eu1:/home/fuelcoinwallet/FuelCoinCode/src# make -f makefile.unix clean rm -f FuelCoind test_FuelCoin rm -f obj/*.o rm -f obj-test/*.o rm -f obj/*.P rm -f obj-test/*.P rm -f obj/build.h cd leveldb && make clean || true find: `.//util': No such file or directory find: `.//table': No such file or directory make[1]: Entering directory `/home/fuelcoinwallet/FuelCoinCode/src/leveldb' rm -f db_bench leveldbutil arena_test bloom_test c_test cache_test coding_test corruption_test crc32c_test db_test dbformat_test env_test filename_test filter_block_test log_test memenv_test skiplist_test table_test version_edit_test version_set_test write_batch_test db_bench_sqlite3 db_bench_tree_db libleveldb.a libleveldb.so libleveldb.so.1 libleveldb.so.1.9 libmemenv.a */*.o */*/*.o ios-x86/*/*.o ios-arm/*/*.o build_config.mk rm -rf ios-x86/* ios-arm/* make[1]: Leaving directory `/home/fuelcoinwallet/FuelCoinCode/src/leveldb' root@eu1:/home/fuelcoinwallet/FuelCoinCode/src# make -j2 -f makefile.unix USE_UPNP=- Building LevelDB ... g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/fuelcoinwallet/FuelCoinCode/src -I/home/fuelcoinwallet/FuelCoinCode/src/obj -DUSE_IPV6=1 -I/home/fuelcoinwallet/FuelCoinCode/src/leveldb/include -I/home/fuelcoinwallet/FuelCoinCode/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 find: `.//util': No such file or directory find: `.//table': No such file or directory make[1]: Entering directory `/home/fuelcoinwallet/FuelCoinCode/src/leveldb' g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/fuelcoinwallet/FuelCoinCode/src -I/home/fuelcoinwallet/FuelCoinCode/src/obj -DUSE_IPV6=1 -I/home/fuelcoinwallet/FuelCoinCode/src/leveldb/include -I/home/fuelcoinwallet/FuelCoinCode/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/builder.cc -o db/builder.o In file included from db/builder.cc:5:0: ./db/builder.h:8:28: fatal error: leveldb/status.h: No such file or directory #include "leveldb/status.h" ^ compilation terminated. make[1]: *** [db/builder.o] Error 1 make[1]: Leaving directory `/home/fuelcoinwallet/FuelCoinCode/src/leveldb' make: *** [leveldb/libleveldb.a] Error 2 make: *** Waiting for unfinished jobs....
Still doesn't work.
|
|
|
|
ice00
|
|
July 30, 2014, 08:44:07 AM |
|
You have to compile the one inside: FuelCoinCode/fuelcoin-src/src/ of this github: https://github.com/FuelCoinDev/FuelCoinCodenot coimpile the one inside src of the root level
|
NXT: 1408301140704352478 EMC: Ec2TpuRxcYr4WHMp12vZYck5ch3ymzskbZ
|
|
|
ezimedia
|
|
July 30, 2014, 11:45:57 AM |
|
so is fuel still on 2 different forks or have the devs fixed it... if so is there a new wallet..
|
|
|
|
Mortimer452
|
|
July 30, 2014, 05:08:58 PM |
|
To get the wallet to compile, this is what I had to do: 1. Copy the contents of /src/leveldb to /fuelcoin-src/src/leveldb to replace missing files 2. Change permissions: cd fuelcoin-src/src/leveldb sudo chmod +755 build_detect_platform
3. Compile leveldb separately: cd fuelcoin-src/src/leveldb wget https://github.com/bitcoin/bitcoin/raw/master/src/leveldb/Makefile make make libmemenv.a
4. Finally, compile FuelCoin: cd fuelcoin-src/src make -f makefile.unix
|
|
|
|
|