Bitcoin Forum
June 22, 2024, 03:59:48 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 [251] 252 253 254 255 256 257 258 259 260 261 262 »
  Print  
Author Topic: ••• [ANN][SMC] SmartCoin • KGW • Cryptsy • Reduced Block Rewards • Update your wallets • 10 EXCHANGE  (Read 298753 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.
km4700ruda
Full Member
***
Offline Offline

Activity: 518
Merit: 100



View Profile
March 27, 2014, 12:20:59 PM
 #5001

@ Dev can you do a shoutout for some recent news on facebook, i already liked page, but now i cant find it anymore? Or is it removed?? Sad

I can't find it
Or try to look
Otherwise you will lose something in return
kinsi
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
March 27, 2014, 12:28:28 PM
 #5002

Alright, i atleast got the source loaded into visual studio, now im just down to missing some dependencies. I already attempted including the bn.h i got from a linux machine of mine without a change, continuing to test.

https://i.imgur.com/JKJI23G.png

Did you include:

#include <openssl/dh.h>
#include <openssl/bn.h>

and do you have openssl installed?

i dont, but i included the headerfiles of openssl and boost now, so those errors are gone, but now im getting actual code and syntaxerrors(its still compiling as im writing this).
https://i.imgur.com/R0B7paI.png

Visual Studio..lel.. have fun trying to compile this with Visual Studio

Jesus.. I will do it when I'm home

good luck then

edit:

and it aborted, 384 errors.
Knoczare
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 27, 2014, 12:36:04 PM
 #5003

Dev, can you please give Cryptsy a call and sort it out with them. So we can have updated, on demand trading. It our best trading platform and we should probably keep on good terms with them.

THIS IS IMPORTANT! Without Cryptsy we are screwed.
Can't even write that with a straight face XD But its sadly kinda true atm.
gavgav
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile
March 27, 2014, 12:36:54 PM
 #5004

Visual Studio..lel.. have fun trying to compile this with Visual Studio

Jesus.. I will do it when I'm home
great!! We are now relying on you for this!!
gavgav
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile
March 27, 2014, 12:38:08 PM
 #5005

Dev, can you please give Cryptsy a call and sort it out with them. So we can have updated, on demand trading. It our best trading platform and we should probably keep on good terms with them.

THIS IS IMPORTANT! <---
yep...its the most important thing at the moment.
adam1230
Legendary
*
Offline Offline

Activity: 1218
Merit: 1001



View Profile
March 27, 2014, 12:41:22 PM
 #5006

Alright, i atleast got the source loaded into visual studio, now im just down to missing some dependencies. I already attempted including the bn.h i got from a linux machine of mine without a change, continuing to test.

https://i.imgur.com/JKJI23G.png

Did you include:

#include <openssl/dh.h>
#include <openssl/bn.h>

and do you have openssl installed?

i dont, but i included the headerfiles of openssl and boost now, so those errors are gone, but now im getting actual code and syntaxerrors(its still compiling as im writing this).
https://i.imgur.com/R0B7paI.png

Visual Studio..lel.. have fun trying to compile this with Visual Studio

Jesus.. I will do it when I'm home

good luck then

edit:

and it aborted, 384 errors.

Okay so the source was written in German? Or you just have a German version of VS? Thats not cool.

But anyway, it is saying that you need a semicolon before your brackets on the 1st 8 errors from that picture. I cant tell where without seeing the lines of code but clearly the syntax is backwards to some degree. What language is the wallet written in? (machine language I mean)
eastwind_ja
Hero Member
*****
Offline Offline

Activity: 910
Merit: 500


View Profile
March 27, 2014, 12:42:07 PM
 #5007

this coin need to be more promoted!

loljosh
Hero Member
*****
Offline Offline

Activity: 751
Merit: 500


View Profile
March 27, 2014, 12:47:32 PM
 #5008

Update first post with
New mandatory update and block reward 16 coins

We need Windows wallet compiled for new version, please help if you can! Developer can't compile windows wallet!

Done, minus the obvious part.



I can compile your wallet easily. I am an alt coin developer. Here is my thread link and also you can check my repo


https://bitcointalk.org/index.php?topic=466908.0

Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
kinsi
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
March 27, 2014, 12:49:03 PM
 #5009


Okay so the source was written in German? Or you just have a German version of VS? Thats not cool.

But anyway, it is saying that you need a semicolon before your brackets on the 1st 8 errors from that picture. I cant tell where without seeing the lines of code but clearly the syntax is backwards to some degree. What language is the wallet written in? (machine language I mean)

i took the smartcoin source off github ofc, im from germany thats why my visual studio is german.
Knoczare
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 27, 2014, 12:51:51 PM
 #5010


I can compile your wallet easily. I am an alt coin developer. Here is my thread link and also you can check my repo


https://bitcointalk.org/index.php?topic=466908.0

I think you are very welcome, you can collect the 10 000 SMC bounty if you are able to do it (:
adam1230
Legendary
*
Offline Offline

Activity: 1218
Merit: 1001



View Profile
March 27, 2014, 12:55:29 PM
 #5011

Quote
I can compile your wallet easily. I am an alt coin developer. Here is my thread link and also you can check my repo
https://bitcointalk.org/index.php?topic=466908.0

This might be the fastest and easiest route to take for the SMC community.
loljosh
Hero Member
*****
Offline Offline

Activity: 751
Merit: 500


View Profile
March 27, 2014, 12:55:44 PM
 #5012


I can compile your wallet easily. I am an alt coin developer. Here is my thread link and also you can check my repo


https://bitcointalk.org/index.php?topic=466908.0

I think you are very welcome, you can collect the 10 000 SMC bounty if you are able to do it (:



Send me the source please.

Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
adam1230
Legendary
*
Offline Offline

Activity: 1218
Merit: 1001



View Profile
March 27, 2014, 12:56:08 PM
 #5013


Okay so the source was written in German? Or you just have a German version of VS? Thats not cool.

But anyway, it is saying that you need a semicolon before your brackets on the 1st 8 errors from that picture. I cant tell where without seeing the lines of code but clearly the syntax is backwards to some degree. What language is the wallet written in? (machine language I mean)

i took the smartcoin source off github ofc, im from germany thats why my visual studio is german.

Oh well in that case its cool since you are German. I didnt realize you were because your english is so good.
ganly
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
March 27, 2014, 12:58:18 PM
 #5014

First of all, captchas and multiple submissions from the same IP are going to be the first deterrent. reCaptcha has a reputation for being secure and we prevent multiple signups from multiple IPs. If someone were to acquire a bunch of proxies, the captcha should deter some of them. Otherwise, we have some tricks up our sleeve to detect HTTP based proxies. Second, emails will be filtered out at the end for any disposable email services and other tricks I won't list. Third, after emails are sent out, you will have to type in your wallet address. Withdrawing to duplicate wallet addresses will not be possible.

Hopefully this should be enough... if you've got other suggestions we're open to hearing them.
Knoczare
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 27, 2014, 01:03:16 PM
 #5015


I can compile your wallet easily. I am an alt coin developer. Here is my thread link and also you can check my repo


https://bitcointalk.org/index.php?topic=466908.0

I think you are very welcome, you can collect the 10 000 SMC bounty if you are able to do it (:



Send me the source please.

GIVE THIS MAN SOME CODE! Cheesy
I know nothing about all of this Tongue Im just a happy investor
adam1230
Legendary
*
Offline Offline

Activity: 1218
Merit: 1001



View Profile
March 27, 2014, 01:04:05 PM
 #5016

First of all, captchas and multiple submissions from the same IP are going to be the first deterrent. reCaptcha has a reputation for being secure and we prevent multiple signups from multiple IPs. If someone were to acquire a bunch of proxies, the captcha should deter some of them. Otherwise, we have some tricks up our sleeve to detect HTTP based proxies. Second, emails will be filtered out at the end for any disposable email services and other tricks I won't list. Third, after emails are sent out, you will have to type in your wallet address. Withdrawing to duplicate wallet addresses will not be possible.

Hopefully this should be enough... if you've got other suggestions we're open to hearing them.

 Huh wrong thread?

cornfuzzzed
loljosh
Hero Member
*****
Offline Offline

Activity: 751
Merit: 500


View Profile
March 27, 2014, 01:17:45 PM
Last edit: March 27, 2014, 01:39:44 PM by loljosh
 #5017

Update first post with
New mandatory update and block reward 16 coins

We need Windows wallet compiled for new version, please help if you can! Developer can't compile windows wallet!

Done, minus the obvious part.



I can compile your wallet easily. I am an alt coin developer. Here is my thread link and also you can check my repo


https://bitcointalk.org/index.php?topic=466908.0

Wallet ready:

https://mega.co.nz/#!YkdzQb7C!G1DFbz-9p6FkHtbl6y90zUD4AUdt13YYbrgoOMFlFsk




Wallet Address:


SMKA5GzKPsWv7uUHhGpyA8SfCNAMgum3a1

Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
Knoczare
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 27, 2014, 01:22:54 PM
 #5018


Wallet ready:

https://mega.co.nz/#!YkdzQb7C!G1DFbz-9p6FkHtbl6y90zUD4AUdt13YYbrgoOMFlFsk

 Shocked Damn you are fast!
Someone with any knowledge about this, please confirm that everything is in order (:
zuldarrs
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
March 27, 2014, 01:28:26 PM
 #5019

Wallet ready:

https://mega.co.nz/#!YkdzQb7C!G1DFbz-9p6FkHtbl6y90zUD4AUdt13YYbrgoOMFlFsk
omg it's a keylogger
hxmsam
Member
**
Offline Offline

Activity: 378
Merit: 10


View Profile
March 27, 2014, 01:34:55 PM
 #5020

for some odd reason I cannot register...I click on the register button but nothing happens..
Im using chrome and the email was from gmail...plz help!
Pages: « 1 ... 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 [251] 252 253 254 255 256 257 258 259 260 261 262 »
  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!