matveevka
Legendary
Offline
Activity: 910
Merit: 1000
|
|
March 20, 2015, 11:58:22 AM |
|
Exchange?
|
|
|
|
shimlbit
Legendary
Offline
Activity: 1302
Merit: 1001
|
|
March 20, 2015, 01:04:28 PM |
|
i have an issue with compiling the source can someone explain pls Makefile:1622: recipe for target 'build/irc.o' failed make: *** [build/irc.o] Error 1
i have few other wallets running without issues..no compiling errors or something-..only this wallet with errors
|
|
|
|
xinbinbin
|
|
March 20, 2015, 01:29:43 PM |
|
Cheap sell some coins, to PM
|
|
|
|
shimlbit
Legendary
Offline
Activity: 1302
Merit: 1001
|
|
March 20, 2015, 02:15:22 PM |
|
still the issues...cant compile it...hm...
|
|
|
|
|
MickGhee
Legendary
Offline
Activity: 1428
Merit: 1001
Fucker of "the system"
|
|
March 20, 2015, 03:02:59 PM |
|
wow this is new exciting and different yay too bad i slept in today
|
Last night, while you were sleeping. I fucked the system!
|
|
|
bluemountain
|
|
March 20, 2015, 03:09:38 PM |
|
wow Net Hashrate: 8,517.71 MH/s it's true ? How come the hash rate's so high only 3.5 hours after launch? everyone jumps on these ninjas
|
|
|
|
shimlbit
Legendary
Offline
Activity: 1302
Merit: 1001
|
|
March 20, 2015, 03:56:02 PM |
|
i cant compile it..i tried it several time.... there have to be a problem with the irc.cpp .. cant build it to irc.o and in the op what does it mean i use a raspberry..no problems with compiling until now
|
|
|
|
industrialcoinmagic (OP)
|
|
March 20, 2015, 04:02:10 PM |
|
i cant compile it..i tried it several time.... there have to be a problem with the irc.cpp .. cant build it to irc.o and in the op what does it mean i use a raspberry..no problems with compiling until now Raspberry is same as linux? using makefile.unix? Do you have more output with specific error?
|
|
|
|
matveevka
Legendary
Offline
Activity: 910
Merit: 1000
|
|
March 20, 2015, 04:26:30 PM |
|
|
|
|
|
shimlbit
Legendary
Offline
Activity: 1302
Merit: 1001
|
|
March 20, 2015, 04:59:00 PM |
|
i cant compile it..i tried it several time.... there have to be a problem with the irc.cpp .. cant build it to irc.o and in the op what does it mean i use a raspberry..no problems with compiling until now Raspberry is same as linux? using makefile.unix? Do you have more output with specific error? tector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/irc.d -o obj/irc.o irc.cpp irc.cpp: In function ‘void ThreadIRCSeed2()’: irc.cpp:321:39: error: expected ‘)’ before ‘PRIu64’ makefile.unix:180: recipe for target 'obj/irc.o' failed make: *** [obj/irc.o] Error 1 have enough ram few other wallets running without error
|
|
|
|
industrialcoinmagic (OP)
|
|
March 20, 2015, 05:07:19 PM |
|
i cant compile it..i tried it several time.... there have to be a problem with the irc.cpp .. cant build it to irc.o and in the op what does it mean i use a raspberry..no problems with compiling until now Raspberry is same as linux? using makefile.unix? Do you have more output with specific error? tector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/irc.d -o obj/irc.o irc.cpp irc.cpp: In function ‘void ThreadIRCSeed2()’: irc.cpp:321:39: error: expected ‘)’ before ‘PRIu64’ makefile.unix:180: recipe for target 'obj/irc.o' failed make: *** [obj/irc.o] Error 1 have enough ram few other wallets running without error Add in irc.cpp this #define: #include <inttypes.h> #define PRIu64 "llu"using namespace std; Should then build for you.
|
|
|
|
MisO69
Legendary
Offline
Activity: 1946
Merit: 1005
My mule don't like people laughing
|
|
March 20, 2015, 05:29:44 PM |
|
Looks like staking is already happening. So less than 1 million coins once PoS kicks in.
Any plans for this coin?
|
|
|
|
industrialcoinmagic (OP)
|
|
March 20, 2015, 05:59:12 PM |
|
Looks like staking is already happening. So less than 1 million coins once PoS kicks in.
Any plans for this coin?
Before we tell our plans/concept for this coin, maybe would be interesting to hear some brainstorm from the community, without any pre-conceived ideas yet - what is "hot" for you guys, and what kinds of features or services would you want to see that will really get you excited (while also keeping unique niche)? We can then pull together with our plan and see what is possible. Have some days of mining so have time to finalize roadmap.
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
March 20, 2015, 05:59:37 PM |
|
hipo ? like this ? not sure what hot is, but this isn't (obviously hipos find that hot)
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
shimlbit
Legendary
Offline
Activity: 1302
Merit: 1001
|
|
March 20, 2015, 06:05:19 PM |
|
i cant compile it..i tried it several time.... there have to be a problem with the irc.cpp .. cant build it to irc.o and in the op what does it mean i use a raspberry..no problems with compiling until now Raspberry is same as linux? using makefile.unix? Do you have more output with specific error? tector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/irc.d -o obj/irc.o irc.cpp irc.cpp: In function ‘void ThreadIRCSeed2()’: irc.cpp:321:39: error: expected ‘)’ before ‘PRIu64’ makefile.unix:180: recipe for target 'obj/irc.o' failed make: *** [obj/irc.o] Error 1 have enough ram few other wallets running without error Add in irc.cpp this #define: #include <inttypes.h> #define PRIu64 "llu"using namespace std; Should then build for you. can i put it elsewhere in the code?
|
|
|
|
industrialcoinmagic (OP)
|
|
March 20, 2015, 06:29:44 PM |
|
can i put it elsewhere in the code?
Yes...if you want....
|
|
|
|
shimlbit
Legendary
Offline
Activity: 1302
Merit: 1001
|
|
March 20, 2015, 06:34:19 PM |
|
can i put it elsewhere in the code?
Yes...if you want.... ok i tried it he has compiled the irc.cpp now nice... let see if it works
|
|
|
|
samspaces
Legendary
Offline
Activity: 1453
Merit: 1030
|
|
March 20, 2015, 08:11:15 PM |
|
static const int64_t MAX_MONEY = 2000000000 * COIN; // 1M PoW coins
?
|
|
|
|
industrialcoinmagic (OP)
|
|
March 20, 2015, 09:14:33 PM |
|
static const int64_t MAX_MONEY = 2000000000 * COIN; // 1M PoW coins
?
Do you have a question?
|
|
|
|
|