Pages:
Author

Topic: 2017 BitcoinTalk Ann Giveaway + Bounty [2017] X13 - page 2. (Read 11378 times)

newbie
Activity: 29
Merit: 0
not sync after block 63308


Happened a DOS attack and the blockchain broke on February 12, which made mining impossible until 4 days ago that the blockchain was fixed and three days ago the blockexplorer is synchronized can look for yourself. I think the mining is currently in block 71365. I think the code was changed or updated, and I think you should make a clean installation of the wallet again to make it work. Because I had to perform that process because since the blockexplorer was updated the wallet did not work and now with the new installation is ok



How do i synch to the current block with the blockexplorer.  I have version 1.1.0 of the wallet and i cant get on the 71K chain, stuck in 63k.....  Tried adding all the nodes available in the thread but still no way to get past that.  Can you please shed a little light over the synching to the blockexplorer issue?  TIA. Smiley
hero member
Activity: 2114
Merit: 618
not sync after block 63308


Happened a DOS attack and the blockchain broke on February 12, which made mining impossible until 4 days ago that the blockchain was fixed and three days ago the blockexplorer is synchronized can look for yourself. I think the mining is currently in block 71365. I think the code was changed or updated, and I think you should make a clean installation of the wallet again to make it work. Because I had to perform that process because since the blockexplorer was updated the wallet did not work and now with the new installation is ok
newbie
Activity: 16
Merit: 0
not sync after block 63308
hero member
Activity: 2114
Merit: 618
where mine the coin?? Where a worker pool?

Hi, because the pools that are published in the thread no longer has the coin in it, since the DOS attack, now the blokchain of the coin is fine, and the blockexplorer, but if you want to mine, or you should create your own pool, or The mining alone
newbie
Activity: 95
Merit: 0
where mine the coin?? Where a worker pool?
hero member
Activity: 2114
Merit: 618
The blokchain is fine again, now can mine 2017coin, it seems that the dev fixed the problem, but the blockexplorer is still blocked and outdated
hero member
Activity: 546
Merit: 500
broken chain
 Grin Grin Grin

Hello, since last Sunday, all the coins that are mined disappear from my wallet even though they have already been confirmed, as I have seen that the purses do not allow shipping transactions, what happens with this coin and I finish the mining so fast?
how much do youhave,
send me 250 , i will fixed that
hero member
Activity: 2114
Merit: 618
broken chain
 Grin Grin Grin

Hello, since last Sunday, all the coins that are mined disappear from my wallet even though they have already been confirmed, as I have seen that the purses do not allow shipping transactions, what happens with this coin and I finish the mining so fast?
hero member
Activity: 2086
Merit: 562
The dev is busy playing PSP..  Grin  Grin  Grin
hero member
Activity: 546
Merit: 500
broken chain
 Grin Grin Grin
hero member
Activity: 980
Merit: 1000
.
Pow ended ?
full member
Activity: 137
Merit: 100
life is learn
how about social media bounty , its available for btc 2017 ?
hero member
Activity: 2086
Merit: 562
hey dev are you sleeping? any updates?
hero member
Activity: 2114
Merit: 618
Deleted Posts......
I guess that's a promise that was never filled.. Anyhow where is the announcement thread of this coin? Nothing is explained there anyway..

It has been nesrlly 3 weeks   How do I get a free giveaway ? What give a ways do you have ? You also say you habe bounties but I only see offers for bounties I dont see any bounties you paying for st the moment.

same questions, but i see on the OP the dev just need > Bounty available for Translations,Explorer,Faucets "etc".
the information not specific.


read this ....   
or check the whole thread next time ... 
7 pages arent too much for a short overview


Bounty available.
reward : 0.00150000 BTC
finished in aprox 2 Minutes.
send a PM with "roflLolWtfomg o`rly" as Subject for Instructions.

...

Good Bounty ... reward received

good work dev... received

Thanks dev,
Reward Received! Smiley


kindly regards



How many 2017coin blocks are generated per day? And what is the minimum amount of 2017 coins for stakeout to be activated? Besides what is the minimum time that the portfolio should be open? And how many post-mining blocks are generated, I appreciate, can I clarify this?
hero member
Activity: 2114
Merit: 618
This coin quite slow.. The dev are too lazy to give updates..

Someone knows how to compile the wallet in ubuntu,
I compiled this way:
apt-get update && apt-get upgrade
apt-get install ntp unzip git build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev libqrencode-dev aptitude && aptitude install miniupnpc libminiupnpc-dev
git clone https://github.com/FistBumpGithub/2017
cd 2017/src/
mkdir obj/zerocoin/
chmod +x leveldb/build_detect_platform
cd 2017/src/
make -f makefile.unix

However it always ends in an error, saying:
collect2: error: ld returned 1 exit status makefile.unix:214: recipe for target '2017d' failed
obj/fugue.o: file not recognized: File format not recognized



(before you do this way either git clone a new copy or do a make clean in your 2017 folder)

Compile this wallet on ubuntu 16.04
in a terminal type
sudo apt-get install sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev git qt-sdk libminiupnpc-dev
exit terminal

go to your 2017 folder in a terminal and

chmod 755 src/leveldb/build_detect_platform
gedit bitcoin-qt.pro

delete these lines
Code:
BOOST_LIB_SUFFIX=-mgw48-mt-s-1_55
BOOST_INCLUDE_PATH=C:/deps/boost_1_55_0
BOOST_LIB_PATH=C:/deps/boost_1_55_0/stage/lib
BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix
BDB_LIB_PATH=C:/deps/db-4.8.30.NC/build_unix
OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.1e/include
OPENSSL_LIB_PATH=C:/deps/openssl-1.0.1e
MINIUPNPC_INCLUDE_PATH=C:/deps/
MINIUPNPC_LIB_PATH=C:/deps/miniupnpc
QRENCODE_INCLUDE_PATH=C:/deps/qrencode-3.4.3
QRENCODE_LIB_PATH=C:/deps/qrencode-3.4.3/.libs

save file and exit gedit

qmake
make

Wallet should compile fine.

Post any errors ill help ya out.



I would be able to tell me how to install the daemon without qt, I do not want to install qt. Only the daemon

thanks you
hero member
Activity: 994
Merit: 500
This coin quite slow.. The dev are too lazy to give updates..

Someone knows how to compile the wallet in ubuntu,
I compiled this way:
apt-get update && apt-get upgrade
apt-get install ntp unzip git build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev libqrencode-dev aptitude && aptitude install miniupnpc libminiupnpc-dev
git clone https://github.com/FistBumpGithub/2017
cd 2017/src/
mkdir obj/zerocoin/
chmod +x leveldb/build_detect_platform
cd 2017/src/
make -f makefile.unix

However it always ends in an error, saying:
collect2: error: ld returned 1 exit status makefile.unix:214: recipe for target '2017d' failed
obj/fugue.o: file not recognized: File format not recognized



(before you do this way either git clone a new copy or do a make clean in your 2017 folder)

Compile this wallet on ubuntu 16.04
in a terminal type
sudo apt-get install sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev git qt-sdk libminiupnpc-dev
exit terminal

go to your 2017 folder in a terminal and

chmod 755 src/leveldb/build_detect_platform
gedit bitcoin-qt.pro

delete these lines
Code:
BOOST_LIB_SUFFIX=-mgw48-mt-s-1_55
BOOST_INCLUDE_PATH=C:/deps/boost_1_55_0
BOOST_LIB_PATH=C:/deps/boost_1_55_0/stage/lib
BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix
BDB_LIB_PATH=C:/deps/db-4.8.30.NC/build_unix
OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.1e/include
OPENSSL_LIB_PATH=C:/deps/openssl-1.0.1e
MINIUPNPC_INCLUDE_PATH=C:/deps/
MINIUPNPC_LIB_PATH=C:/deps/miniupnpc
QRENCODE_INCLUDE_PATH=C:/deps/qrencode-3.4.3
QRENCODE_LIB_PATH=C:/deps/qrencode-3.4.3/.libs

save file and exit gedit

qmake
make

Wallet should compile fine.

Post any errors ill help ya out.

full member
Activity: 132
Merit: 100
stake start when ? block number ?
hero member
Activity: 2114
Merit: 618
This coin quite slow.. The dev are too lazy to give updates..

Someone knows how to compile the wallet in ubuntu,
I compiled this way:
apt-get update && apt-get upgrade
apt-get install ntp unzip git build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev libqrencode-dev aptitude && aptitude install miniupnpc libminiupnpc-dev
git clone https://github.com/FistBumpGithub/2017
cd 2017/src/
mkdir obj/zerocoin/
chmod +x leveldb/build_detect_platform
cd 2017/src/
make -f makefile.unix

However it always ends in an error, saying:
collect2: error: ld returned 1 exit status makefile.unix:214: recipe for target '2017d' failed
obj/fugue.o: file not recognized: File format not recognized
hero member
Activity: 2086
Merit: 562
This coin quite slow.. The dev are too lazy to give updates..
hero member
Activity: 2114
Merit: 618
next upate this Weekend, when i am back at home

Ok cool thanks. Count me in on any promos and give aways.
See you soon.
How many coins is the reward for each block?
Are 33 coins per block as it says in the first page of the post?
I appreciate your answers
Pages:
Jump to: