EndTheFed321
|
|
March 21, 2016, 03:19:31 AM |
|
OMG! OMG! I just can`t contain my excitement for this project to get going. I know the web site owners will be able to install a widget on their site. but how about the rest of us who do not run a web site. How can we transfer Adzcoin from our wallet into our rewards balance in our startpeeps site
|
|
|
|
JensS (OP)
Legendary
Offline
Activity: 966
Merit: 1020
Buzzex Exchange
|
|
March 21, 2016, 03:55:06 AM |
|
OMG! OMG! I just can`t contain my excitement for this project to get going. I know the web site owners will be able to install a widget on their site. but how about the rest of us who do not run a web site. How can we transfer Adzcoin from our wallet into our rewards balance in our startpeeps site Well the rewards from the extension will only be able to be spent as a tipping mechanism for websites they like. However, we will expand that to Youtube videos, forum signatures, Wordpress plugin donations etc. Anything that adds quality to the web basically. On Startpeeps people will earn "shopping rewards" which will be used to strengthen the coin and attract more vendors accepting Adzcoin as payment method. So these two things are separate and both serve it's own purpose in the project. Cheers, Jens
|
|
|
|
EndTheFed321
|
|
March 21, 2016, 05:08:16 AM |
|
ok, thanks for clarifying JensS
can you tell us the type of coupons that will be available?
|
|
|
|
JensS (OP)
Legendary
Offline
Activity: 966
Merit: 1020
Buzzex Exchange
|
|
March 21, 2016, 05:44:19 AM |
|
ok, thanks for clarifying JensS
can you tell us the type of coupons that will be available?
Sure no prob And you can already see the coupons here: http://startpeepscoupons.comThe team is working on adding more shops now, there have been almost 5000 added so far and coupon data for the extension will be pulled from this site, all automated through Api's and cron jobs every hour. Cheers, Jens
|
|
|
|
recitestores
|
|
March 21, 2016, 06:49:52 AM |
|
Hello jens I want to translate ADZ coin, any bounty for that?
|
|
|
|
cryptomass
|
|
March 21, 2016, 10:58:40 AM Last edit: March 21, 2016, 08:31:30 PM by cryptomass |
|
Hi Jens, any chance you can have one of your dev to compile a 64bit linux qt-wallet? I tried to compile it but I have errors. Point is that different wallets require different libraries to compile and the setup I have now works quite ok for many. Downgrading libraries breaks some packages and it will be a mess for me. I'm still having my coins on Yobit but I don't feel very confortable keeping them on there. Thank you. EDIT: Don't need it anymore. ( https://bitcointalk.org/index.php?topic=1292875.msg14274693#msg14274693)
|
|
|
|
k0er
Legendary
Offline
Activity: 1134
Merit: 1068
|
|
March 21, 2016, 11:16:34 AM |
|
Hi Jens, any chance you can have one of your dev to compile a 64bit linux qt-wallet? I tried to compile it but I have errors. Point is that different wallets require different libraries to compile and the setup I have now works quite ok for many. Downgrading libraries breaks some packages and it will be a mess for me.
I'm still having my coins on Yobit but I don't feel very confortable keeping them on there. Thank you.
I'd install Windows on USB Flash Drive..
|
|
|
|
cryptomass
|
|
March 21, 2016, 11:29:34 AM |
|
Hi Jens, any chance you can have one of your dev to compile a 64bit linux qt-wallet? I tried to compile it but I have errors. Point is that different wallets require different libraries to compile and the setup I have now works quite ok for many. Downgrading libraries breaks some packages and it will be a mess for me.
I'm still having my coins on Yobit but I don't feel very confortable keeping them on there. Thank you.
I'd install Windows on USB Flash Drive.. Winwhat?
|
|
|
|
k0er
Legendary
Offline
Activity: 1134
Merit: 1068
|
|
March 21, 2016, 01:42:47 PM |
|
for me? WIN7-32
|
|
|
|
cryptomass
|
|
March 21, 2016, 08:15:34 PM |
|
Finally managed to compile, leave this as a reference in case someone else run into problems. First: cd src/leveldb/ chmod +x build_detect_platform make libleveldb.a make libmemenv.a
Then run the typical commands At some point I got these errors: /usr/bin/ld: cannot find -lboost_system-mgw46-mt-sd-1_53 /usr/bin/ld: cannot find -lboost_filesystem-mgw46-mt-sd-1_53 /usr/bin/ld: cannot find -lboost_program_options-mgw46-mt-sd-1_53 /usr/bin/ld: cannot find -lboost_thread-mgw46-mt-sd-1_53 collect2: error: ld returned 1 exit status make: *** [AdzCoin-qt] Error 1
After some googling I found this: https://fanbitcoin.com/index.php?topic=618377.780You open the Makefile with a text editor and change LIBS += -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53 into LIBS += -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread Just finished sync, I'll try put my coins there now.
|
|
|
|
JensS (OP)
Legendary
Offline
Activity: 966
Merit: 1020
Buzzex Exchange
|
|
March 22, 2016, 02:03:28 AM |
|
Finally managed to compile, leave this as a reference in case someone else run into problems. First: cd src/leveldb/ chmod +x build_detect_platform make libleveldb.a make libmemenv.a
Then run the typical commands At some point I got these errors: /usr/bin/ld: cannot find -lboost_system-mgw46-mt-sd-1_53 /usr/bin/ld: cannot find -lboost_filesystem-mgw46-mt-sd-1_53 /usr/bin/ld: cannot find -lboost_program_options-mgw46-mt-sd-1_53 /usr/bin/ld: cannot find -lboost_thread-mgw46-mt-sd-1_53 collect2: error: ld returned 1 exit status make: *** [AdzCoin-qt] Error 1
After some googling I found this: https://fanbitcoin.com/index.php?topic=618377.780You open the Makefile with a text editor and change LIBS += -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53 into LIBS += -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread Just finished sync, I'll try put my coins there now. Thanks for the info hope it helps somebody else out. And yeah to answer your question, i'll make sure we get some more wallets, now we just have the web wallet on Startpeeps and the Windows wallet. But as you can imagie, we're now fully focusing on the API and extension so after the launch we'll check this out. Cheers, Jens
|
|
|
|
mms2209
|
|
March 22, 2016, 06:56:08 AM |
|
Hi Jens, I am having the following Issue. I have transfered ADZ from one account to another yesterday but the ADZ is still in unconfirmed state. My wallet is not updating. It was up to date, but then it crashed and is not being in sync with the network anymore. I have downloaded a fresh copy but still the same.
|
|
|
|
cryptomass
|
|
March 22, 2016, 06:47:54 PM |
|
It looks like ADZ is getting more and more attention ....
|
|
|
|
EndTheFed321
|
|
March 22, 2016, 08:02:07 PM |
|
Hi cryptomass, can you elaborate? why you say ADZ is getting more attention
|
|
|
|
cryptomass
|
|
March 22, 2016, 08:08:27 PM |
|
Hi cryptomass, can you elaborate? why you say ADZ is getting more attention Last days ADZ had a nice steady growth, but was lacking of support on the buy side. Now it has about 9 BTC from 15k up.
|
|
|
|
highlonesome
Newbie
Offline
Activity: 15
Merit: 0
|
|
March 23, 2016, 12:51:22 AM |
|
I'm getting ready for a big illustration/webcomic project that's gonna take a TON of my time. So naturally, this is looking more and more interesting, really seems like a great idea. I guess time will really tell, but good luck! Can't wait to try it out!
|
|
|
|
JensS (OP)
Legendary
Offline
Activity: 966
Merit: 1020
Buzzex Exchange
|
|
March 23, 2016, 08:35:16 AM |
|
It looks like ADZ is getting more and more attention .... Yeah I think that's normal since we are building up to the launch. Our marketing team has expanded to 47 members who will do 1-8 hours of work to grow the project, ranging from social media promo's adding stores/coupons to the extension, managing Startpeeps, attracting more publishers etc. So yeah this will be huge and soon you'll see Adzcoin everywhere. Cheers, Jens
|
|
|
|
JensS (OP)
Legendary
Offline
Activity: 966
Merit: 1020
Buzzex Exchange
|
|
March 23, 2016, 08:37:08 AM |
|
I'm getting ready for a big illustration/webcomic project that's gonna take a TON of my time. So naturally, this is looking more and more interesting, really seems like a great idea. I guess time will really tell, but good luck! Can't wait to try it out!
That's great to hear, i'm sure it will help you out to increase your revenue. If you want to be featured on http://adzcoindesk.com for a case study and get more exposure for your project (we will heavily promote every new publsher that adopts Adzcoin monetization) just let me know! Cheers, Jens
|
|
|
|
|
k0er
Legendary
Offline
Activity: 1134
Merit: 1068
|
|
March 23, 2016, 11:40:40 AM |
|
I think when the extention will be available for browsers, and then the price will jump to 0.5$ I buy still cheap
|
|
|
|
|