immakingacoin (OP)
Member
Offline
Activity: 98
Merit: 11
|
|
April 23, 2017, 01:41:24 AM |
|
Sorry I have not gotten through this guide yet, something came up from my job and I am having to type up a bunch of stuff from a meeting we had. I will finish testing this guide tonight and at the latest get all the way through it tomorrow morning. I will go through a few more guides tomorrow also. I am just having to type up like 20 pages from a meeting we had, and it is taking up a lot of my time today.
|
|
|
|
immakingacoin (OP)
Member
Offline
Activity: 98
Merit: 11
|
|
September 05, 2017, 03:30:30 PM |
|
Ok, I am now taking a Programming class. So I will know a little bit more about coding very soon. If anyone wants to use these guides, or talk about making a coin, send me a message. I am going to create a few more threads in order to promote the creation of new softwares around Cryptocurrency.
|
|
|
|
owner232
|
|
September 05, 2017, 06:44:23 PM |
|
Any of these guides from 2017 I am wanting to to fork the latest ltc or dash. Everything appears to be hardcoded or something.
|
Telegram:@owner232 Discord: Owner 232#1337
|
|
|
immakingacoin (OP)
Member
Offline
Activity: 98
Merit: 11
|
|
December 08, 2017, 05:56:42 PM |
|
Ok, so finally. I actually made a Coin, now I am making a Wallet. I used Cryptonote. https://bytecointalk.org/showthread.php?tid=1218Can anyone help with the last part. I did the Build with the "ALL_BUILD" and all that, and I got 3 Files out: miniupnpc.dll miniupnpc.exp miniupnpc.lib What are these and how do they become a Wallet? I am trying this guide also too now. https://github.com/upggr/xmd-coin
|
|
|
|
immakingacoin (OP)
Member
Offline
Activity: 98
Merit: 11
|
|
December 08, 2017, 08:21:59 PM |
|
Ok, I figured it out I think.
So here now is what I have, I have CXX in a build folder of the Wallet, Boostrapped, all Libraries, all Paths, I have the PATH set to the Cmake Bin so I can >cmake.exe and I have the Submodule of the Coin in the Wallet src folder and I am getting Qt 5.9 right now
|
|
|
|
immakingacoin (OP)
Member
Offline
Activity: 98
Merit: 11
|
|
December 09, 2017, 08:05:32 AM |
|
Alright, so on 1 Computer I am using the XMD Coin guide and building the Wallet, and on the other Computer I am using a big mixture of guides and am trying to compile the Wallet, but the Wallet already has a Compiled Coin. And on both, I am getting "Access Denied" and then a popup that says "This app can not run on your PC".
And then when I move the directory to the cmake bin, and do cmake, it just does like a normal command. But when I do it in the Wallet, or in the Coin on the other Computer. It says "This app can not run on your PC".
So I think this means that I need Linux. I already tried signing off and signing back on. And I have all the right libraries, and I already have done a build, I just had it pointed at the Cmake bin folder in the command line, so it made a weird file.
Now I am pointing at the Wallet, which was giving me error messages before, and now I am getting a "This app can't run on your PC" message. So I am pretty sure that it this is it. I probably just need to redo the Wallet part on Ubuntu.
If anyone knows why Windows would say that, let me know. And there is more info in the Bytecoin thread link.
|
|
|
|
|
immakingacoin (OP)
Member
Offline
Activity: 98
Merit: 11
|
|
December 10, 2017, 10:31:34 AM |
|
Ok, so there is something about the qt5gui Libraries, I fixed all the other stuff, then moved out of src into the main wallet folder, and now both cmakelists and makefile executions are bringing up qt5gui Library errors. And I found the Libraries it says it can't find, and this was the same exact last problem I had on Windows. I found this on a Bitcoin thread and put it on Github so it is easier to download. I am about to try this, then go read more about qt5 and qt5gui_dir errors and everything. But once this is done this is it. It's fininsh. https://github.com/MahatmaJapa/AltcoinCompiler
|
|
|
|
immakingacoin (OP)
Member
Offline
Activity: 98
Merit: 11
|
|
December 11, 2017, 06:34:26 PM |
|
Ok, so, I finished Compiling last night.
The first time, it went to like 50% then some random error. Fixed it. Then it went to 100% and ended right at the executable and said there was no file with the name of my coin. Then I realized that the Symbolic Link I created had an extra folder, because the git had an extra folder. So it was saying "That file doesn't exist".
I figured that out, and now I have the compiler running at 100%, and spitting stuff out.
But the first time, I got 4 things, Connectivity_Tool, Walletd, Minderd and SimpleWallet. They are like desktop icons, and it says they are "executable files" but the computer can't find anything to open then with on linux or windows.
So I tried deleting the build folder and starting fresh, kind of like you do with the Cache. And what came out of that was just 1 single executable that has the name of the coin, and when you click it the splash image comes up, but nothing happens.
So today, I might start from scratch and try to make the coin that way.
|
|
|
|
immakingacoin (OP)
Member
Offline
Activity: 98
Merit: 11
|
|
December 20, 2017, 02:12:14 AM |
|
Here is my Config.json file, what could possibly being causing this not to let me create a wallet in the final compile? And I have the Daemon running on 2 computers, but I am waiting a few hours just to see if they ever find each other. { "base_coin": { "name": "bytecoin", "git": "https://github.com/amjuarez/bytecoin.git" }, "core": { "SEED_NODES": [ "165.227.xxx.xxx:47145", "165.227.xxx.xxx:47145" ], "EMISSION_SPEED_FACTOR": 18, "DIFFICULTY_TARGET": 120, "CRYPTONOTE_DISPLAY_DECIMAL_POINT": 12, "MONEY_SUPPLY": "18446744073709551615", "GENESIS_BLOCK_REWARD": "0", "DEFAULT_DUST_THRESHOLD": 1000000, "MINIMUM_FEE": 1000000, "CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW": 10, "CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE": 100000, "MAX_TRANSACTION_SIZE_LIMIT": 100000, "CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX": 86, "DIFFICULTY_CUT_V1": 60, "DIFFICULTY_CUT_V2": 60, "DIFFICULTY_CUT": 0, "DIFFICULTY_LAG_V1": 15, "DIFFICULTY_LAG_V2": 15, "DIFFICULTY_LAG": 0, "DIFFICULTY_WINDOW_V1": 720, "DIFFICULTY_WINDOW_V2": 720, "DIFFICULTY_WINDOW": 17, "ZAWY_DIFFICULTY_V3": 1, "ZAWY_DIFFICULTY_DIFFICULTY_BLOCK_VERSION": 3, "P2P_DEFAULT_PORT": 13200, "RPC_DEFAULT_PORT": 13171, "BYTECOIN_NETWORK": "9714f3c1-b06f-16e9-adce-3e6723dbfcd1", "CRYPTONOTE_NAME": "xxxxCoin", "DAEMON_NAME": "xxxxCoind", "GENESIS_COINBASE_TX_HEX": "010a01ff0001ffffffffffff0f029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd0880712101b8fa97bd629d191fd8e1ce348de0b27abc5182cce772c27d37cac2d63bd10745", "CHECKPOINTS": "0, 010a01ff0001ffffffffffff0f029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd0880712101b8fa97bd629d191fd8e1ce348de0b27abc5182cce772c27d37cac2d63bd10745", "MAX_BLOCK_SIZE_INITIAL": 100000 }, "extensions": [ "core/bytecoin.json", "print-genesis-tx.json" ]
|
|
|
|
omrig
Newbie
Offline
Activity: 1
Merit: 0
|
|
October 07, 2018, 03:45:21 PM |
|
Another service: https://stefa.me
|
|
|
|
moijiashiasei
Copper Member
Jr. Member
Offline
Activity: 134
Merit: 1
|
|
August 29, 2019, 12:34:56 PM |
|
Im providing coin build services, mobile wallets Pm for info Ok, I figured it out I think.
So here now is what I have, I have CXX in a build folder of the Wallet, Boostrapped, all Libraries, all Paths, I have the PATH set to the Cmake Bin so I can >cmake.exe and I have the Submodule of the Coin in the Wallet src folder and I am getting Qt 5.9 right now
|
|
|
|
|