Search content
Sort by

Showing 20 of 62 results by hushan
Post
Topic
Board Altcoin Discussion
Re: Searching for ADA (Cardano) staking pool...suggestions?
by
hushan
on 30/11/2020, 03:32:06 UTC
Can someone point me to a reliable Cardano Staking pool?

This https://adapools.org/ list the ada pools and their ranks, also checkout the forum on how to staking. https://forum.cardano.org
Post
Topic
Board Development & Technical Discussion
Re: Initial peer discovery
by
hushan
on 03/05/2020, 01:21:13 UTC
like any p2p networks, a list of initial seed nodes are either preconfigured or harded coded so that the startup and bootstraping can work without knowing all the nodes out there.
Post
Topic
(Unknown Title)
by
hushan
on 02/05/2020, 01:11:40 UTC
the original and old bitcoin source code listed in this thread: https://bitcointalk.org/index.php?topic=5214908.0
Post
Topic
Board Development & Technical Discussion
Re: Testnet BTC for 1-2 Weeks
by
hushan
on 02/05/2020, 01:00:00 UTC
yes impose a collateral on tBTC implies they have certain values while they should not...
Post
Topic
Board Development & Technical Discussion
Re: Physical Token - does it have a place to be?
by
hushan
on 02/05/2020, 00:51:00 UTC
Physical tokens/coins defies the very point of bitcoin's decentralized idiom, since it is physical, it is searchable and confeitable by the authorities which you don't want to risk with.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]BYTOM: An interoperational protocol for diversified byte assets
by
hushan
on 19/02/2019, 23:56:22 UTC
Hi BYTOM offcial, i have some ERC20 BTM tokens, can you help how can I swap those to the real mainnet BTM tokens?
Post
Topic
Board Altcoin Discussion
Re: ERC20 BTM
by
hushan
on 19/02/2019, 23:55:20 UTC
Check this tutorial on how to swap your tokens : https://medium.com/@Bytom_Official/bytom-mainnet-migration-a4ca53d3de99

They didn't mention any deadline for the swap so I assume you still can. If you need assistance, you should reach out to them via ANN thread, Telegram and/or other social media accounts.

Accod. to the guide, I have to deposit the ERC20 to one of the exchanges, and the exchange will do the swap, but those mentioned exchanges have stopped support this swap.
I wonder why isn't there a non-exchange swap...
Post
Topic
Board Altcoin Discussion
Topic OP
ERC20 BTM
by
hushan
on 18/02/2019, 23:59:12 UTC
I just found out there are some BTM in my ether wallet, but looks like bytom has lunched their own network for some time, is there anyway to swap those to the real BTM token? Thanks
Post
Topic
Board 中文 (Chinese)
李笑来的收费群
by
hushan
on 08/10/2018, 03:45:48 UTC
李笑来声明从此退出出区块链投资,那之前进他的收费群的会员费退了没有,谁知道?
Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Bitcoin puzzle transactions?
by
hushan
on 14/09/2018, 15:24:25 UTC
⭐ Merited by ETFbitcoin (1)
I came to the term as "Bitcoin puzzle transactions" which is referring to https://www.blockchain.com/btc/tx/08389f34c98c606322740c0be6a7125d9860bb8d5cb182c02f98461e5fa6cd15, at first glance it is just a normal transaction with lots of outputs. Why is it named so? What is the puzzle in it?
Post
Topic
Board Bitcoin Discussion
Re: A Girl Survived with 0.21 Bitcoins for 21 Days, how do you think of it?
by
hushan
on 14/09/2018, 10:34:09 UTC
  helping her out like reselling products she needed in exchange for her Bitcoins

I would not call that living solely on bitcoins, nearly none of the merchants accept bitcoins there.
If she gets a crypto backed card with visa membership it would be a lot easier to live a normal life.
Post
Topic
Board Altcoin Discussion
Re: *** Complete Guide on How to Create a New Alt Coin – Update 2018 ***
by
hushan
on 10/07/2018, 08:12:27 UTC
Hi to all,

I'm so confused about that, is the mentioned stages in this post correct to do right now for creating a new Alt Coin?

Thanks

Yes, it is in a sense, but unless you want something POW coins similar to bitcoin, today most coins are created as ERC20 on Ethereum network.


How Can I do that?

Just follow the guide Smiley
What specifically do you want to do?
Post
Topic
Board Altcoin Discussion
Re: *** Complete Guide on How to Create a New Alt Coin – Update 2018 ***
by
hushan
on 29/06/2018, 13:25:55 UTC
Hi to all,

I'm so confused about that, is the mentioned stages in this post correct to do right now for creating a new Alt Coin?

Thanks

Yes, it is in a sense, but unless you want something POW coins similar to bitcoin, today most coins are created as ERC20 on Ethereum network.
Post
Topic
Board Altcoin Discussion
Re: *** Complete Guide on How to Create a New Alt Coin – Update 2018 ***
by
hushan
on 29/06/2018, 13:24:30 UTC

Oh, sorry I forgot to mention, in order to mine, the node has to connect to at least one peer node. So you need to run another instance of bitcoind and let it connect to the first node, like:


what is the reason the node has to connect to at least one peer node, in order for miner to run?

Mined blocks needs to be broadcast and confirmed by the network, with only one node your blocks cannot be confirmed. Also this check is hard wired in bitcoin's source code, so it's a must-met condition.
Post
Topic
Board Altcoin Discussion
Re: *** Complete Guide on How to Create a New Alt Coin – Update 2018 ***
by
hushan
on 27/05/2018, 08:10:39 UTC
Thanks a lot.

I have set up and began mining, but have not mined Block 1 several hours.

Should I modify the difficulty of POW ? and how to ?

Thanks in advance.




The debug.log saying,

......
2018-05-26 23:46:14 ERROR: ProcessNewBlock: AcceptBlock FAILED
2018-05-26 23:46:14 ERROR: ProcessNewBlock: AcceptBlock FAILED
2018-05-26 23:46:14 ERROR: ProcessNewBlock: AcceptBlock FAILED
2018-05-26 23:46:14 ERROR: ProcessNewBlock: AcceptBlock FAILED
2018-05-26 23:46:14 ERROR: ProcessNewBlock: AcceptBlock FAILED
2018-05-26 23:46:14 ERROR: ProcessNewBlock: AcceptBlock FAILED
......


Is there something wrong?



Hi, what's your command line to run bitcoind and the miner?
Post
Topic
Board Development & Technical Discussion
Re: Daemon's functions, API, notify, etc is same at other coins?
by
hushan
on 15/05/2018, 00:56:06 UTC
So bitcoin's API, commands, daemon feature is same at all other alt-coins?

And eth ERC20 token does not have any source github, API, commands, daemon, right?


No, each coins have their own features and APIs, you have to refer to that specific coin's documentation to find out.

ERC20 is a protocol running on top of Ethereum network, you can find links to github and docs here https://ethereum.org/.
Post
Topic
Board Development & Technical Discussion
Re: JSON_RPC API - Move method
by
hushan
on 13/05/2018, 13:24:34 UTC
As the documentation suggests, if double encryption is enabled, there are two passwords, the first one is the rpcpassword you pass in when calling the rpc, pass it as the command line argument to "-rpcpassword", and the second password is your set with "walletpassphrase" api call. That means before calling any api that requires second password, call "walletpassphrase " to unlock the wallet.
Post
Topic
Board Altcoin Discussion
Re: *** Complete Guide on How to Create a New Alt Coin – Update 2018 ***
by
hushan
on 05/05/2018, 14:07:02 UTC
Thank you for your reply.

I do generate my own genesis block. It seems that it is just keeping downloading.

It would be a lot helpful if you could run a git diff on your workspace and paste the change you have made, so that we can identify the problem.

Thank you very much for your reply.

Those are the changes I made:
https://github.com/zhq422194011/bitcoin/commit/e0b0d5c9b4be209cf640cf6e8ae29bf1525c58da

My bitcoin.conf is:
Code:
server=1
gen=1
rpcbind=0.0.0.0
rpcuser=rpcuser
rpcpassword=111111
rpcallowip=127.0.0.1
rpcallowip=0.0.0.0/0
listen=1

I run the following two bitcoinds:

Code:
sudo ~/bitcoin/src/bitcoind -addnode=127.0.0.1:9332 -port=8963 -rpcport=8962 -debug=rpc -dns=0 -dnsseed=0

sudo ~/bitcoin/src/bitcoind -datadir=$HOME/.bitcoin2 -addnode=127.0.0.1:8962 -port=9333 -rpcport=9332 -debug=rpc -dns=0 -dnsseed=0

When I run ./bitcoin-cli getblocktemplate, I got:
Code:
error code: -10
error message:
Bitcoin is downloading blocks...



The code change looks right, for the first node, don't use -addnode, becuase the second node hasn't started yet, also add "-connect=0 -listen=1 -maxtipage=$((24*60*60*5000))" to it, for second node, use addnode to add the first node.
Post
Topic
Board Altcoin Discussion
Re: *** Complete Guide on How to Create a New Alt Coin – Update 2018 ***
by
hushan
on 04/05/2018, 00:29:09 UTC
Thank you for your reply.

I do generate my own genesis block. It seems that it is just keeping downloading.

It would be a lot helpful if you could run a git diff on your workspace and paste the change you have made, so that we can identify the problem.
Post
Topic
Board Altcoin Discussion
Re: *** Complete Guide on How to Create a New Alt Coin – Update 2018 ***
by
hushan
on 03/05/2018, 13:02:46 UTC
Thank you very much for your reply.

One more question is that I do not know why it is keeping "Bitcoin is downloading blocks..."

Because of this, the getblocktemplate will not work.

Did you generate your own genesis block? If not, try follow step 13, set max tip age to a very large period of time.