ZonedOutSpace
Sr. Member
Offline
Activity: 280
Merit: 250
From Russia with love
|
|
October 18, 2015, 05:47:34 PM |
|
Windows wallet?
It's making is currently in the process So everything is done and ready for launch?
|
|
|
|
cyberspacemonkey
Legendary
Offline
Activity: 1288
Merit: 1002
|
|
October 18, 2015, 08:18:04 PM |
|
Windows wallet?
It's making is currently in the process So everything is done and ready for launch? Source is out, you can compile Windows wallet using visual studio.
|
|
|
|
Sir_Astral
|
|
October 18, 2015, 08:18:57 PM |
|
Windows wallet?
It's making is currently in the process So everything is done and ready for launch? Source is out, you can compile Windows wallet using visual studio. Guide
|
|
|
|
Mysterion
Newbie
Offline
Activity: 48
Merit: 0
|
|
October 18, 2015, 09:27:36 PM |
|
Windows wallet?
It's making is currently in the process So everything is done and ready for launch? Source is out, you can compile Windows wallet using visual studio. Guide Better yet, how about binaries, preferably without malware?
|
|
|
|
cyberspacemonkey
Legendary
Offline
Activity: 1288
Merit: 1002
|
|
October 18, 2015, 11:03:45 PM |
|
Windows wallet?
It's making is currently in the process So everything is done and ready for launch? Source is out, you can compile Windows wallet using visual studio. Guide Download Visual Studio and do an online search on "how to compile qt wallet with visual studio"
|
|
|
|
Mysterion
Newbie
Offline
Activity: 48
Merit: 0
|
|
October 18, 2015, 11:10:33 PM |
|
Launch You can consider this a pre-launch launch, the Genesis Block will only be valid after Oct 20 00:00:00 GMT I'll try to compile out of interest but hope dev enables a fair launch
|
|
|
|
ZonedOutSpace
Sr. Member
Offline
Activity: 280
Merit: 250
From Russia with love
|
|
October 19, 2015, 02:49:16 AM |
|
|
|
|
|
Sir_Astral
|
|
October 19, 2015, 07:30:50 AM |
|
112 GB RAM
|
|
|
|
Artificially Intelligent (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
October 19, 2015, 07:49:52 AM |
|
All the best! Launch You can consider this a pre-launch launch, the Genesis Block will only be valid after Oct 20 00:00:00 GMT I'll try to compile out of interest but hope dev enables a fair launch I will upload it as soon as MXE Works! As you may (or not) have read the code, there is no in-client miner, so if somebody can make one! Please do so!
|
|
|
|
Sir_Astral
|
|
October 19, 2015, 07:58:01 AM |
|
No miner How is it fair if we will not have miner at launch
|
|
|
|
wildduck
Legendary
Offline
Activity: 966
Merit: 1001
|
|
October 19, 2015, 07:58:29 AM |
|
What miner i need to use for this coin?
|
|
|
|
Artificially Intelligent (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
October 19, 2015, 08:15:15 AM |
|
112 GB RAM Exactly! WTH!
|
|
|
|
Artificially Intelligent (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
October 19, 2015, 08:22:20 AM |
|
What miner i need to use for this coin?
I'm designing one right now.... No miner How is it fair if we will not have miner at launch Clam Down
|
|
|
|
Sir_Astral
|
|
October 19, 2015, 09:33:10 AM |
|
What miner i need to use for this coin?
I'm designing one right now.... No miner How is it fair if we will not have miner at launch Clam Down Just saying launch must be fair for everyone, not for few people who can compile miner.
|
|
|
|
Artificially Intelligent (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
October 19, 2015, 10:10:31 AM |
|
What miner i need to use for this coin?
I'm designing one right now.... No miner How is it fair if we will not have miner at launch Clam Down Just saying launch must be fair for everyone, not for few people who can compile miner. I will make a windows miner, obviously! I am currently working my a** out for this (the miner)
|
|
|
|
elbandi
|
|
October 19, 2015, 10:40:24 AM |
|
|
|
|
|
Artificially Intelligent (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
October 19, 2015, 11:02:09 AM |
|
Fixed Up! Thank You! I am really happy that people are reviewing the code
|
|
|
|
Artificially Intelligent (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
October 19, 2015, 03:51:09 PM |
|
Results: I flopped on my ass! I cannot create a CPUMiner! But I can make an inclient miner if someone can tell me why this is happening: src/miner.cpp: In function ‘void BitcoinMiner(CWallet*)’: src/miner.cpp:685:81: error: cannot convert ‘CReserveKey’ to ‘CWallet*’ for argument ‘1’ to ‘CBlock* CreateNewBlock(CWallet*, bool, int64_t*)’ auto_ptr<CBlock> pblocktemplate(CreateNewBlock(reservekey, false, &nFees)); ^ src/miner.cpp:702:28: error: ‘class CBlock’ has no member named ‘GetPoWHash’ hash = pblock->GetPoWHash(); ^
I ported Axiom's In Client CPUMiner EDIT: I fixed the GetPoWHash Problem, now the other one
|
|
|
|
Sir_Astral
|
|
October 19, 2015, 04:04:32 PM |
|
So built in miner works now
|
|
|
|
Artificially Intelligent (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
October 19, 2015, 04:18:27 PM |
|
So built in miner works now Nope! Till one error!
|
|
|
|
|