-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Testnet #2
Comments
Hey, I've been thinking about this and will sort out a fix soon. |
Thanks :) I saw your commits about timelock. So i got to coinb.in to see the function and it is nice but how about not only putting a blocknumber. But to choose either set a blocknumber or set a date from a calendar? |
Testnet support would be great. Even just a testnet.coinb.in to avoid having to add any options to the UI. |
Hey everyone, I'd like to integrate 'testnet' but I have an issue. My primary issue is coinb.in runs from a VPS, where it doesn't have the resources to run a 'testnet' client as well as a 'mainnet' client, mainly due to lack of funding. Now assuming I had the funds available to upgrade the VPS I would certainly be interested in modifying the code to work with testnet as well. Another option is to make coinb.in pull the transaction data and broadcast data from a list of third party's (for both mainnet and testnet) Feedback and suggestions are welcome. |
Hi, testnet support would be great. Are there third party APIs to get that data for testnet? |
PROGRESS UPDATE! 👍 Testnet and other altcoins are work in progress, you can see some features hidden here https://coinb.in/#settings - At the time of posting this, these settings do not retrieve the unspent outputs from an API, so you will need to manually insert your data to build a transaction, but the code will be put in place and the settings page will be made public shortly. Feedback and suggestions are very welcome. |
It'd be cool if the settings were saved in local storage, it may be annoying to change the settings to testnet every page refresh. Plus, any reason for not having testnet directly on Network and Unsepent Funds dropdowns (as Blockr.io support testnet)? Not sure about Broadcast because that never works for me on Blockr.io. That seems very simple, I could make a PR if there's no additional issue with it. |
If you were to update coinb.in to pull transactions from a local txindexed copy of bitcoind then it would be possible to run your own testnet node |
I was wondering if the testnet support has been implemented since this discussion was started. Anyone know? Thanks! |
I will enable the testnet code on the next commit, so that when you visit the #settings page it will list that option, unfortunately I can't find suitable service to broadcast via or retrieve unspent outputs from and I don't have the resources to run a testnet server right now. So those features wont work just yet but you will still be able to manually build a transaction and then broadcast it yourself. |
Nice.
Maybe https://test-insight.bitpay.com/ using https://github.com/bitpay/insight-api Or, if that's possible / easy, Stratum / Electrum-servers using JSON-RPC over plain TCP, e.g.: See: |
Hi there, is there an status update? I would also love to use this on testnet! |
You can visit the http://coinb.in/#settings page and enable testnet mode. Right now when you enable it, it will give you all the usual functionality like address generation, multisig and transaction building but because I don't have a testnet node to use right now you can't broadcast or automatically populate your data on the #newTransaction page, however I will add this soon, unless someone else would like to help implement it. |
I have just submitted a pull request #88 with support for pulling unspent outputs and broadcasting testnet transactions. |
Can someone explain me why must I send all the unspent money as a fee? For example if I don't need to spend whole amount I have on my "cold" wallet I need to create 2 transfers now (in 1 transaction): one to the destination and one to self + some amount as a fee. Using this "hack" I can return the amount I want to store back to the wallet. |
The interface doesn't recognize testnet addresses.
It wont broadcast testnet transactions.
When i create a transaction with testnet addresses, the addresses change from the one i have put in to one that start with "1".
The text was updated successfully, but these errors were encountered: