Bitcoin Forum
June 16, 2024, 07:55:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 3 4 5 6 7 [8] 9 10 »  All
  Print  
Author Topic: 2017 BitcoinTalk Ann Giveaway + Bounty [2017] X13  (Read 11354 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
FistBump (OP)
Member
**
Offline Offline

Activity: 98
Merit: 13


View Profile
January 20, 2017, 11:24:48 PM
 #141

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

Ryan Dugan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 501


View Profile WWW
January 21, 2017, 09:04:49 AM
 #142



Lol wow.... We talking about the giveaway as well. What happened to that ?

john1010
Hero Member
*****
Offline Offline

Activity: 2086
Merit: 562


View Profile WWW
January 26, 2017, 12:54:50 PM
 #143

Any updates dev? New exchanger? what's ur plan?
FistBump (OP)
Member
**
Offline Offline

Activity: 98
Merit: 13


View Profile
January 26, 2017, 04:55:12 PM
 #144

next upate this Weekend, when i am back at home
Ryan Dugan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 501


View Profile WWW
January 27, 2017, 12:02:32 AM
 #145

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.

teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
January 29, 2017, 02:41:03 AM
 #146

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
john1010
Hero Member
*****
Offline Offline

Activity: 2086
Merit: 562


View Profile WWW
January 31, 2017, 09:14:57 AM
 #147

This coin quite slow.. The dev are too lazy to give updates..
teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
January 31, 2017, 03:41:40 PM
 #148

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
staccatoauditory
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
January 31, 2017, 09:23:13 PM
 #149

stake start when ? block number ?
EpyxZ
Hero Member
*****
Offline Offline

Activity: 994
Merit: 500



View Profile
February 01, 2017, 02:18:03 AM
 #150

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.

teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
February 01, 2017, 04:23:09 AM
 #151

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
teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
February 06, 2017, 01:49:13 AM
 #152

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?
john1010
Hero Member
*****
Offline Offline

Activity: 2086
Merit: 562


View Profile WWW
February 08, 2017, 09:57:43 PM
 #153

hey dev are you sleeping? any updates?
yseph
Full Member
***
Offline Offline

Activity: 137
Merit: 100


life is learn


View Profile WWW
February 08, 2017, 10:21:29 PM
 #154

how about social media bounty , its available for btc 2017 ?

◎¦Ok Computer¦◎
OSMIUMCOIN
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1000


.


View Profile
February 12, 2017, 11:11:16 PM
 #155

Pow ended ?

octavarium
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
February 13, 2017, 12:07:31 AM
 #156

broken chain
 Grin Grin Grin
john1010
Hero Member
*****
Offline Offline

Activity: 2086
Merit: 562


View Profile WWW
February 13, 2017, 04:11:54 AM
 #157

The dev is busy playing PSP..  Grin  Grin  Grin
teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
February 19, 2017, 01:45:44 PM
 #158

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?
octavarium
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
February 19, 2017, 03:32:53 PM
 #159

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
teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
February 22, 2017, 07:57:19 PM
 #160

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
Pages: « 1 2 3 4 5 6 7 [8] 9 10 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!