Search content
Sort by

Showing 16 of 16 results by Luke Fox
Post
Topic
Board Marketplace (Altcoins)
Re: [NEW] RESPECTONOMY Signature Campaign and Twitter Bounty - Ended
by
Luke Fox
on 20/04/2017, 10:33:25 UTC
respectonomy , , is death , friend

How come they are dead. Now they are tweeting and posting on facebook on daily basis. Even I am also unclear with their plan.

So many allegations on their announcement thread, but still they never ran away with bitcoins of any user. That was a good part that they kept escrow for there ICO.

Hope we get some development from their side.
Post
Topic
Board Development & Technical Discussion
Re: Bitcoin Unlimited v/s SegWit
by
Luke Fox
on 17/04/2017, 06:27:39 UTC
Post
Topic
Board Beginners & Help
Topic OP
How do user receives there Bounty...?
by
Luke Fox
on 10/04/2017, 09:46:31 UTC
Suppose if I participated in a bounty program how and when a user receives the bounty. Do he receives some kind of token to claim for their bounty or it is directly transferred to the wallet. If so then first thing they should do is to be ready with their wallet and then how do they share bounty?
Post
Topic
Board Altcoin Discussion
Re: Altcoin completely written in Python
by
Luke Fox
on 07/04/2017, 14:00:06 UTC
->Chances are quite less.
->Since C++ laid out the basic foundation for Cryptos,it's pretty much take ahead from there.
->I can give 100 reasons why C++ should be the idea choice for cryptos over python.
->How many bitcoin related python modules you know ? C++ has many libraries!
->Why python though ? You want to contribute or start your own coin in python ?

Well to be frank with you python is pretty easy language to understand as compared to C++. So I thought If any cryptocurrency written in python would help me understand the how the codes of blockchain are written. I am trying to understand the all the aspects of a coin and also want to contribute to new coins if they require my help.
Post
Topic
Board Development & Technical Discussion
Topic OP
Bitcoin Unlimited v/s SegWit
by
Luke Fox
on 01/04/2017, 12:38:49 UTC
What's your support?
Post
Topic
Board Altcoin Discussion
Re: Altcoin completely written in Python
by
Luke Fox
on 01/04/2017, 12:21:56 UTC
Are there any list of cryptocurrency which is completely written in python language. Specifically, I am looking for cryptocurrency which has hybrid PoS/PoW that to writtern in python.

I believe Dash latest update 12.1 includes sentinel, which is coded in python and is running alongside dashd.
Future use will include easy updating of Dash through sentinel / python.
Dash has proof of work (miners) and proof of service (masternodes).

Dash is still looking for developers with experience in that area by the way : https://www.dash.org/forum/topic/dash-jobs.111/
 

Thanks for the info but I was looking for the cryptocurrency in python.
Post
Topic
Board Altcoin Discussion
Topic OP
Altcoin completely written in Python
by
Luke Fox
on 23/03/2017, 11:21:44 UTC
Are there any list of cryptocurrency which is completely written in python language. Specifically, I am looking for cryptocurrency which has hybrid PoS/PoW that to writtern in python.
Post
Topic
Board Beginners & Help
Re: How do you convert cash to bitcoin anonymously?
by
Luke Fox
on 23/03/2017, 09:40:04 UTC
yes its best to go with localbitcoiners for the complete annonymity.
Post
Topic
Board Beginners & Help
Re: Bitcoin wallet recommendation
by
Luke Fox
on 22/03/2017, 07:32:59 UTC
Hi I'm newbie here.
Anyone can recommend a bitcoin wallet to me? I want to keep some bitcoins myself and can easily transfer out also.
Thanks.

I would suggest Copay or Mycelium both are good wallets. If you require hardware wallet  Trezor is the best and safe wallet option.
Post
Topic
Board Beginners & Help
Re: Encouragement for Beginners in Bitcoin
by
Luke Fox
on 21/03/2017, 13:10:36 UTC
For those experienced people in Bitcoin, any encouragement to us beginner that may motivate us further to strive more in the world of bitcoin? any experiences that you can share when you were still a beginner that pushed you to make it to the next level?

I would encourage beginners to understand the underlying technology of Bitcoin. Would also appreciate if they come up with good ideas.
Post
Topic
Board Altcoin Discussion
Re: CoinBase Transaction in Genesis Block
by
Luke Fox
on 04/03/2017, 12:02:19 UTC
You simply can't: the coinbase tx of the genesis block is not spendable. You have to craft a blockreward function in a way that all your premine is created in the block #1. Then you have to find the solution for this block (the same way as you did for genesis block)
Yes you can configure your blockchain to mine 100% of total coin in first block and as nobody will be there mining your coin, you will get all of the coins in your wallet.

can you share some links for how to pre-mine 100% coin also how can I provide stake to that 100% coin.
Post
Topic
Board Altcoin Discussion
Re: Require additional guides for Altcoin creation
by
Luke Fox
on 28/02/2017, 11:40:06 UTC
If you are not good enough to fix the code and make it work, would you be good enough to do future, deeper fixes?
What if a flaw is found in the coin you are cloning and you did some changes that touch that area, so a merge will not do? Will you be able to fix that?
I doubt it.

And then the many people investing money in your idea will be .. well.. scammed.

So if you cannot overcome the current cloning/building problems, please just don't launch another coin.
Sorry if this sounds harsh.

Justified.

But I am not coming up with new coin until and unless have understood all the aspects of blockchain and coin protocol. Due to that reason I asked first are there additional guides for understanding to how to clone new coin because above mentioned steps feels incomplete.
Post
Topic
Board Altcoin Discussion
Topic OP
CoinBase Transaction in Genesis Block
by
Luke Fox
on 28/02/2017, 11:30:51 UTC
I Have been trying to clone already existing coin and also was successful in creating it. But want to have a coin 100% pre-mined on my walllet address. So I did googled about it most say to insta mine the coin and many suggested to directly include Coinbase transaction in genesis block, but was unable do so.

Can any have idea about how to inject that coinbase transaction in genesis block or do anyone know how to create genesis block to have total supply pre-mined at my own wallet address?.
Post
Topic
Board Altcoin Discussion
Re: Require additional guides for Altcoin creation
by
Luke Fox
on 28/02/2017, 11:19:54 UTC
For past 4 months I was reading about Blockchain and Bitcoin. I also read about Altcoins and have also tried to clone few of the altcoins. When I researched about how to create a Altcoin I got multiple links to clone but many of them feels incomplete.

Below mentioned links is my research work.

>> https://bitcointalk.org/index.php?topic=1200291.msg12625865#msg12625865
>> https://bitcointalk.org/index.php?topic=1119647.msg11861193#msg11861193 *
>> https://bitcointalk.org/index.php?topic=420896.0
>> https://bitcointalk.org/index.php?topic=363825.msg3893905#msg3893905
>> https://steemit.com/altcoins/@complexring/how-to-build-proof-of-stake-altcoins-and-stake-coins-on-a-remote-ubuntu-server
>> https://gist.github.com/mhsjlw/8130158de01071aa8c87
>> https://bitcointalk.org/index.php?topic=225690.0
>> https://cryptojunction.com/how-to-create-your-own-cryptocurrency/ *
>> https://github.com/Peershares/Peershares/wiki/Genesis-Block-%28Starting-a-New-Blockchain-Instance%29 **
>> https://steemit.com/steem/@marsresident/a-guide-to-cryptocurrencies-resources-to-create-your-own-currency

Only the Links marked with * were useful other links felt bit incomplete. Also one with **, I clone that successfully and it actually worked.

So is there proper guide or additional material to create new coins in detail using both algorithm ("PoW" & "PoS")?

Specifically I require guides regarding cloing an Proof of Stake coin and also PoW coin cloning guide would be an advantage.

 

Nobody's gonna tell you bud, that is why they're all broken up and missing parts for this reason Smiley

BTW if you can't read the functions in the code then you have no chance if something goes awry.

We already have enough WalletBuilders coins due to the fact that the noobs hosting those coins can't code or read code so they pay someone or a service to do it for them and put on the whole persona stating otherwise.

Agreed I have been working on it for long time and also made changes but was unsuccessful. Yes I did checked out wallet builder service but was of no use. I wanted to understand proof of stake coin clone. Also if I am able to successfully make an clone of proof of stake wiht that missing part I surely share with this forum. I possible for you to share link for those coin making service.

Do you even think that cloning some coin would benefit anyone ? You are cloning something that already exist and making just another shitcoin that no one will ever use. Better leave it to developers that actually make new coins to create something new that people will actually use.

You are absolutely right for cloning already present coins. But majority of the coin part would be almost same as that of the already existing coin. So only part should I take care of is of my own requirement for that coin.
Post
Topic
Board Altcoin Discussion
Topic OP
Require additional guides for Altcoin creation
by
Luke Fox
on 23/02/2017, 06:57:23 UTC
For past 4 months I was reading about Blockchain and Bitcoin. I also read about Altcoins and have also tried to clone few of the altcoins. When I researched about how to create a Altcoin I got multiple links to clone but many of them feels incomplete.

Below mentioned links is my research work.

>> https://bitcointalk.org/index.php?topic=1200291.msg12625865#msg12625865
>> https://bitcointalk.org/index.php?topic=1119647.msg11861193#msg11861193 *
>> https://bitcointalk.org/index.php?topic=420896.0
>> https://bitcointalk.org/index.php?topic=363825.msg3893905#msg3893905
>> https://steemit.com/altcoins/@complexring/how-to-build-proof-of-stake-altcoins-and-stake-coins-on-a-remote-ubuntu-server
>> https://gist.github.com/mhsjlw/8130158de01071aa8c87
>> https://bitcointalk.org/index.php?topic=225690.0
>> https://cryptojunction.com/how-to-create-your-own-cryptocurrency/ *
>> https://github.com/Peershares/Peershares/wiki/Genesis-Block-%28Starting-a-New-Blockchain-Instance%29 **
>> https://steemit.com/steem/@marsresident/a-guide-to-cryptocurrencies-resources-to-create-your-own-currency

Only the Links marked with * were useful other links felt bit incomplete. Also one with **, I clone that successfully and it actually worked.

So is there proper guide or additional material to create new coins in detail using both algorithm ("PoW" & "PoS")?

Specifically I require guides regarding cloing an Proof of Stake coin and also PoW coin cloning guide would be an advantage.

 
Post
Topic
Board Altcoin Discussion
Re: Ideas for new altcoin?
by
Luke Fox
on 23/02/2017, 06:24:00 UTC