Pages:
Author

Topic: [ANN] NDL - The coin for Pastafarians - Flying Spaghetti Monster Cryptocurrency! - page 28. (Read 125278 times)

jr. member
Activity: 260
Merit: 6
NEW NOODLYAPPENDAGECOIN WINDOWS WALLET IS AVAILABLE!

Github Repo is : https://github.com/number435398/noodlyappendagecoin

Direct link for Windows Wallet is : https://github.com/number435398/noodlyappendagecoin/blob/master/noodlyappendagecoin-qt%20V0.0.3.exe

Remember to backup your wallet.dat file if you don't already have a backup!  Always a wise choice.  Also, there seems to be a fork that's not updating as quickly as preferable.  If you have ~1165000 blocks, you are on the weaker chain.  The chain with the ~1130000 has the greater amount of Log2_work than the chain with ~1165000.  This means the ~1130000 chain has fewer blocks, but mined much much harder blocks. 

This wallet update has established hard coded checkpoints and the checkpoints, as per all cryptographic currencies, are coded to support the chain with the most "work", not necessarily the chain with the most "blocks".  Upon downloading this new wallet you MAY have to re-download the blockchain to ensure you are on the correct chain.

Last I checked, the explorer at http://explorer.noodlyappendagecoin.net/ has the proper blockchain.

Our next stop is to get on a trading platform now that we have an updated wallet!
jr. member
Activity: 260
Merit: 6
So far I've been able to build a new Linux wallet, but have been unable to build a new windows wallet.  Any help would be compensated!

i don't understand why you try to build a windows wallet on linux. do you mean in a virtual machine? maybe it is easier for you to install windows on a 2nd partition and go from there. i am sure you can find a tutorial for windows about how to compile a coin from scratch.

Cross compiling windows wallets on Linux (or VM) is common, even bitcoin does it (as shown here: https://github.com/bitcoin/bitcoin/blob/master/doc/build-windows.md).  Rebuilding it from scratch would likely require substantially more work.  I may be missing something as simple as a particular dependency or command right now.
member
Activity: 324
Merit: 79
So far I've been able to build a new Linux wallet, but have been unable to build a new windows wallet.  Any help would be compensated!

i don't understand why you try to build a windows wallet on linux. do you mean in a virtual machine? maybe it is easier for you to install windows on a 2nd partition and go from there. i am sure you can find a tutorial for windows about how to compile a coin from scratch.
jr. member
Activity: 260
Merit: 6
So far I've been able to build a new Linux wallet, but have been unable to build a new windows wallet.  Any help would be compensated!
legendary
Activity: 2128
Merit: 1109
Graphic Design & Translation - BTC accepted here!
Have you guys seen this video with bitcoin, litcoin ethereum and tron in it, it’s pretty jokes

https://www.youtube.com/watch?v=Ua6Vn68dBjg

hehe that's actually quite funny. if he would have eaten some noodly stuffs you could count that as a NDL cameo. but wait --- they had pirates!
ARRRRR
jr. member
Activity: 260
Merit: 6
I wonder that is noodly becoming to end? Huh Huh Huh

I'm not entirely sure I understand what you're saying, but, if I understand you correctly, I would say, no.  This coin is not coming to an end.  Been going for over 4 years, and not about to stop!
newbie
Activity: 31
Merit: 0
I wonder that is noodly becoming to end? Huh Huh Huh
jr. member
Activity: 260
Merit: 6
To All Miners!  The current set of blocks is set to 3 times the normal reward!  Current reward is 7,500 each block you mine!  If you aren't already mining Noodlyappendagecoin, now is definitely the time to mine!


Edit:  This occurs for 24 hours worth of mining every 6 days worth of mining, equivalent to one day out of every week.
jr. member
Activity: 260
Merit: 6
Alright, changing the bounty.

Bounty, is now 20,000,000 NDL not to rewrite the code, but to provide a step by step set of instructions on how to compile the windows exe in Linux.  So simple that someone with no programming or linux experience can follow it to compile said file from the existing repo https://github.com/His-Holy-Noodliness/noodlyappendagecoin.  If any modifications need to be made to the repo in those steps, then they should be explained in the steps.  Again, in a manner simple enough that someone who has installed linux and can get into terminal, but knows virtually nothing else. Also, assume that none of the dependencies are installed prior to your instructions.  If you want to rewrite the code and provide those same steps, that works too.
jr. member
Activity: 260
Merit: 6
Have you guys seen this video with bitcoin, litcoin ethereum and tron in it, it’s pretty jokes

https://www.youtube.com/watch?v=Ua6Vn68dBjg

Make one about noodlyappendagecoin and I'll be impressed.
newbie
Activity: 50
Merit: 0
Have you guys seen this video with bitcoin, litcoin ethereum and tron in it, it’s pretty jokes

https://www.youtube.com/watch?v=Ua6Vn68dBjg
jr. member
Activity: 260
Merit: 6
Alright, changing the bounty.

Bounty, is now 10,000,000 NDL not to rewrite the code, but to provide a step by step set of instructions on how to compile the windows exe in Linux.  So simple that someone with no programming or linux experience can follow it to compile said file from the existing repo https://github.com/His-Holy-Noodliness/noodlyappendagecoin.  If any modifications need to be made to the repo in those steps, then they should be explained in the steps.  Again, in a manner simple enough that someone who has installed linux and can get into terminal, but knows virtually nothing else. Also, assume that none of the dependencies are installed prior to your instructions.  If you want to rewrite the code and provide those same steps, that works too.

simple? well, there is always a bit of try and error until things work. so you have to figure out yourself what deps are missing on your machine.

maybe try this tutorial i found here on the forum which may help:

https://bitcointalksearch.org/topic/howto-compile-altcoin-for-windows-on-linux-using-mxe-and-mingw-1080289



Further analysis suggests that there's something wrong with the make file, and I don't know how to work with those.
jr. member
Activity: 260
Merit: 6
Alright, changing the bounty.

Bounty, is now 10,000,000 NDL not to rewrite the code, but to provide a step by step set of instructions on how to compile the windows exe in Linux.  So simple that someone with no programming or linux experience can follow it to compile said file from the existing repo https://github.com/His-Holy-Noodliness/noodlyappendagecoin.  If any modifications need to be made to the repo in those steps, then they should be explained in the steps.  Again, in a manner simple enough that someone who has installed linux and can get into terminal, but knows virtually nothing else. Also, assume that none of the dependencies are installed prior to your instructions.  If you want to rewrite the code and provide those same steps, that works too.

simple? well, there is always a bit of try and error until things work. so you have to figure out yourself what deps are missing on your machine.

maybe try this tutorial i found here on the forum which may help:

https://bitcointalksearch.org/topic/howto-compile-altcoin-for-windows-on-linux-using-mxe-and-mingw-1080289



I think its more than the dependencies that's the issue, but I pointed that out as an example such that the instructions are so sufficient I have no qualms about awarding someone the coins.  I'm thinking of it like just starting a clean linux install on a VM, which is what I'm doing, to no avail.
legendary
Activity: 2128
Merit: 1109
Graphic Design & Translation - BTC accepted here!
Alright, changing the bounty.

Bounty, is now 10,000,000 NDL not to rewrite the code, but to provide a step by step set of instructions on how to compile the windows exe in Linux.  So simple that someone with no programming or linux experience can follow it to compile said file from the existing repo https://github.com/His-Holy-Noodliness/noodlyappendagecoin.  If any modifications need to be made to the repo in those steps, then they should be explained in the steps.  Again, in a manner simple enough that someone who has installed linux and can get into terminal, but knows virtually nothing else. Also, assume that none of the dependencies are installed prior to your instructions.  If you want to rewrite the code and provide those same steps, that works too.

simple? well, there is always a bit of try and error until things work. so you have to figure out yourself what deps are missing on your machine.

maybe try this tutorial i found here on the forum which may help:

https://bitcointalksearch.org/topic/howto-compile-altcoin-for-windows-on-linux-using-mxe-and-mingw-1080289

jr. member
Activity: 260
Merit: 6
This is a very important issue, I think it holds the job because it looks like a project that will make a lot of noise. I support this project


If you support it, open a wallet and start mining!
member
Activity: 196
Merit: 10
This is a very important issue, I think it holds the job because it looks like a project that will make a lot of noise. I support this project
jr. member
Activity: 260
Merit: 6
this coin is more a fun coin, not a get rich quick coin. if you know a little bit about the FSM you know why i say FUN Tongue

Has he touched you with his noodly appendage?
jr. member
Activity: 260
Merit: 6
Alright, changing the bounty.

Bounty, is now 10,000,000 NDL not to rewrite the code, but to provide a step by step set of instructions on how to compile the windows exe in Linux.  So simple that someone with no programming or linux experience can follow it to compile said file from the existing repo https://github.com/His-Holy-Noodliness/noodlyappendagecoin.  If any modifications need to be made to the repo in those steps, then they should be explained in the steps.  Again, in a manner simple enough that someone who has installed linux and can get into terminal, but knows virtually nothing else. Also, assume that none of the dependencies are installed prior to your instructions.  If you want to rewrite the code and provide those same steps, that works too.
jr. member
Activity: 260
Merit: 6
I invest on crypto because I believe it is the future of our money and this technology has just started so I know that this is too early to involve on earning crypto while the world has not yet fully adapting it.

Or is this the perfect time?  This is when the demand is comparatively low, therefor the prices are lower.  It those who get it on the bottom who do the best.  I'd argue its never "too early" if the price is right.
member
Activity: 324
Merit: 79
this coin is more a fun coin, not a get rich quick coin. if you know a little bit about the FSM you know why i say FUN Tongue
Pages:
Jump to: