Bitcoin-Qt version 0.8.2 released - Bitcoin - Open source ...
Bitcoind – Commands, RPC Protocol, Install Server ...
Bitcoin Core - Bitcoin Wiki
Bitcoin Rpc Curl CryptoCoins Info Club
Gridcoin 5.0.0.0-Mandatory "Fern" Release
https://github.com/gridcoin-community/Gridcoin-Research/releases/tag/5.0.0.0 Finally! After over ten months of development and testing, "Fern" has arrived! This is a whopper. 240 pull requests merged. Essentially a complete rewrite that was started with the scraper (the "neural net" rewrite) in "Denise" has now been completed. Practically the ENTIRE Gridcoin specific codebase resting on top of the vanilla Bitcoin/Peercoin/Blackcoin vanilla PoS code has been rewritten. This removes the team requirement at last (see below), although there are many other important improvements besides that. Fern was a monumental undertaking. We had to encode all of the old rules active for the v10 block protocol in new code and ensure that the new code was 100% compatible. This had to be done in such a way as to clear out all of the old spaghetti and ring-fence it with tightly controlled class implementations. We then wrote an entirely new, simplified ruleset for research rewards and reengineered contracts (which includes beacon management, polls, and voting) using properly classed code. The fundamentals of Gridcoin with this release are now on a very sound and maintainable footing, and the developers believe the codebase as updated here will serve as the fundamental basis for Gridcoin's future roadmap. We have been testing this for MONTHS on testnet in various stages. The v10 (legacy) compatibility code has been running on testnet continuously as it was developed to ensure compatibility with existing nodes. During the last few months, we have done two private testnet forks and then the full public testnet testing for v11 code (the new protocol which is what Fern implements). The developers have also been running non-staking "sentinel" nodes on mainnet with this code to verify that the consensus rules are problem-free for the legacy compatibility code on the broader mainnet. We believe this amount of testing is going to result in a smooth rollout. Given the amount of changes in Fern, I am presenting TWO changelogs below. One is high level, which summarizes the most significant changes in the protocol. The second changelog is the detailed one in the usual format, and gives you an inkling of the size of this release.
Highlights
Protocol
Note that the protocol changes will not become active until we cross the hard-fork transition height to v11, which has been set at 2053000. Given current average block spacing, this should happen around October 4, about one month from now. Note that to get all of the beacons in the network on the new protocol, we are requiring ALL beacons to be validated. A two week (14 day) grace period is provided by the code, starting at the time of the transition height, for people currently holding a beacon to validate the beacon and prevent it from expiring. That means that EVERY CRUNCHER must advertise and validate their beacon AFTER the v11 transition (around Oct 4th) and BEFORE October 18th (or more precisely, 14 days from the actual date of the v11 transition). If you do not advertise and validate your beacon by this time, your beacon will expire and you will stop earning research rewards until you advertise and validate a new beacon. This process has been made much easier by a brand new beacon "wizard" that helps manage beacon advertisements and renewals. Once a beacon has been validated and is a v11 protocol beacon, the normal 180 day expiration rules apply. Note, however, that the 180 day expiration on research rewards has been removed with the Fern update. This means that while your beacon might expire after 180 days, your earned research rewards will be retained and can be claimed by advertising a beacon with the same CPID and going through the validation process again. In other words, you do not lose any earned research rewards if you do not stake a block within 180 days and keep your beacon up-to-date. The transition height is also when the team requirement will be relaxed for the network.
GUI
Besides the beacon wizard, there are a number of improvements to the GUI, including new UI transaction types (and icons) for staking the superblock, sidestake sends, beacon advertisement, voting, poll creation, and transactions with a message. The main screen has been revamped with a better summary section, and better status icons. Several changes under the hood have improved GUI performance. And finally, the diagnostics have been revamped.
Blockchain
The wallet sync speed has been DRASTICALLY improved. A decent machine with a good network connection should be able to sync the entire mainnet blockchain in less than 4 hours. A fast machine with a really fast network connection and a good SSD can do it in about 2.5 hours. One of our goals was to reduce or eliminate the reliance on snapshots for mainnet, and I think we have accomplished that goal with the new sync speed. We have also streamlined the in-memory structures for the blockchain which shaves some memory use. There are so many goodies here it is hard to summarize them all. I would like to thank all of the contributors to this release, but especially thank @cyrossignol, whose incredible contributions formed the backbone of this release. I would also like to pay special thanks to @barton2526, @caraka, and @Quezacoatl1, who tirelessly helped during the testing and polishing phase on testnet with testing and repeated builds for all architectures. The developers are proud to present this release to the community and we believe this represents the starting point for a true renaissance for Gridcoin!
Summary Changelog
Accrual
Changed
Most significantly, nodes calculate research rewards directly from the magnitudes in EACH superblock between stakes instead of using a two- or three- point average based on a CPID's current magnitude and the magnitude for the CPID when it last staked. For those long-timers in the community, this has been referred to as "Superblock Windows," and was first done in proof-of-concept form by @denravonska.
Network magnitude unit pinned to a static value of 0.25
Max research reward allowed per block raised to 16384 GRC (from 12750 GRC)
New CPIDs begin accruing research rewards from the first superblock that contains the CPID instead of from the time of the beacon advertisement
Removed
500 GRC research reward limit for a CPID's first stake
6-month expiration for unclaimed rewards
10-block spacing requirement between research reward claims
Rolling 5-day payment-per-day limit
Legacy tolerances for floating-point error and time drift
The need to include a valid copy of a CPID's magnitude in a claim
10-block emission adjustment interval for the magnitude unit
Beacons
Added
One-time beacon activation requires that participants temporarily change their usernames to a verification code at one whitelisted BOINC project
Verification codes of pending beacons expire after 3 days
Self-service beacon removal
Changed
Burn fee for beacon advertisement increased from 0.00001 GRC to 0.5 GRC
Rain addresses derived from beacon keys instead of a default wallet address
Beacon expiration determined as of the current block instead of the previous block
Removed
The ability for developers to remove beacons
The ability to sign research reward claims with non-current but unexpired beacons
Unaltered
As a reminder:
Beacons expire after 6 months pass (180 days)
Beacons can be renewed after 5 months pass (150 days)
Renewed beacons must be signed with the same key as the original beacon
Superblocks
Added
Magnitudes less than 1 include two fractional places
Magnitudes greater than or equal to 1 but less than 10 include one fractional place
Changed
A valid superblock must match a scraper convergence
Removed
Superblock popularity election mechanics
Voting
Added
Yes/no/abstain and single-choice response types (no user-facing support yet)
Changed
To create a poll, a maximum of 250 UTXOs for a single address must add up to 100000 GRC. These are selected from the largest downwards.
Burn fee for creating polls scaled by the number of UTXOs claimed
50 GRC for a poll contract
0.001 GRC per claimed UTXO
Burn fee for casting votes scaled by the number of UTXOs claimed
0.01 GRC for a vote contract
0.01 GRC to claim magnitude
0.01 GRC per claimed address
0.001 GRC per claimed UTXO
Maximum length of a poll title: 80 characters
Maximum length of a poll question: 100 characters
Maximum length of a poll discussion website URL: 100 characters
Maximum number of poll choices: 20
Maximum length of a poll choice label: 100 characters
Removed
Magnitude, CPID count, and participant count poll weight types
The ability for developers to remove polls and votes
Detailed Changelog
[5.0.0.0] 2020-09-03, mandatory, "Fern"
Added
Backport newer uint256 types from Bitcoin #1570 (@cyrossignol)
Implement project level rain for rainbymagnitude #1580 (@jamescowens)
Upgrade utilities (Update checker and snapshot downloadeapplication) #1576 (@iFoggz)
Provide fees collected in the block by the miner #1601 (@iFoggz)
Add support for generating legacy superblocks from scraper stats #1603 (@cyrossignol)
Port of the Bitcoin Logger to Gridcoin #1600 (@jamescowens)
Implement zapwallettxes #1605 (@jamescowens)
Implements a global event filter to suppress help question mark #1609 (@jamescowens)
Add next target difficulty to RPC output #1615 (@cyrossignol)
Add caching for block hashes to CBlock #1624 (@cyrossignol)
Make toolbars and tray icon red for testnet #1637 (@jamescowens)
Add an rpc call convergencereport #1643 (@jamescowens)
Implement newline filter on config file read in #1645 (@jamescowens)
Implement beacon status icon/button #1646 (@jamescowens)
Add gridcointestnet.png #1649 (@caraka)
Add precision to support magnitudes less than 1 #1651 (@cyrossignol)
Replace research accrual calculations with superblock snapshots #1657 (@cyrossignol)
Publish example gridcoinresearch.conf as a md document to the doc directory #1662 (@jamescowens)
Add options checkbox to disable transaction notifications #1666 (@jamescowens)
Add support for self-service beacon deletion #1695 (@cyrossignol)
Add support for type-specific contract fee amounts #1698 (@cyrossignol)
Add verifiedbeaconreport and pendingbeaconreport #1696 (@jamescowens)
Add preliminary testing option for block v11 height on testnet #1706 (@cyrossignol)
Add verified beacons manifest part to superblock validator #1711 (@cyrossignol)
Implement beacon, vote, and superblock display categories/icons in UI transaction model #1717 (@jamescowens)
Syscoin Platform’s Great Reddit Scaling Bake-off Proposal
https://preview.redd.it/rqt2dldyg8e51.jpg?width=1044&format=pjpg&auto=webp&s=777ae9d4fbbb54c3540682b72700fc4ba3de0a44 We are excited to participate and present Syscoin Platform's ideal characteristics and capabilities towards a well-rounded Reddit Community Points solution! Our scaling solution for Reddit Community Points involves 2-way peg interoperability with Ethereum. This will provide a scalable token layer built specifically for speed and high volumes of simple value transfers at a very low cost, while providing sovereign ownership and onchain finality. Token transfers scale by taking advantage of a globally sorting mempool that provides for probabilistically secure assumptions of “as good as settled”. The opportunity here for token receivers is to have an app-layer interactivity on the speed/security tradeoff (99.9999% assurance within 10 seconds). We call this Z-DAG, and it achieves high-throughput across a mesh network topology presently composed of about 2,000 geographically dispersed full-nodes. Similar to Bitcoin, however, these nodes are incentivized to run full-nodes for the benefit of network security, through a bonded validator scheme. These nodes do not participate in the consensus of transactions or block validation any differently than other nodes and therefore do not degrade the security model of Bitcoin’s validate first then trust, across every node. Each token transfer settles on-chain. The protocol follows Bitcoin core policies so it has adequate code coverage and protocol hardening to be qualified as production quality software. It shares a significant portion of Bitcoin’s own hashpower through merged-mining. This platform as a whole can serve token microtransactions, larger settlements, and store-of-value in an ideal fashion, providing probabilistic scalability whilst remaining decentralized according to Bitcoin design. It is accessible to ERC-20 via a permissionless and trust-minimized bridge that works in both directions. The bridge and token platform are currently available on the Syscoin mainnet. This has been gaining recent attention for use by loyalty point programs and stablecoins such as Binance USD.
Solutions
Syscoin Foundation identified a few paths for Reddit to leverage this infrastructure, each with trade-offs. The first provides the most cost-savings and scaling benefits at some sacrifice of token autonomy. The second offers more preservation of autonomy with a more narrow scope of cost savings than the first option, but savings even so. The third introduces more complexity than the previous two yet provides the most overall benefits. We consider the third as most viable as it enables Reddit to benefit even while retaining existing smart contract functionality. We will focus on the third option, and include the first two for good measure.
Distribution, burns and user-to-user transfers of Reddit Points are entirely carried out on the Syscoin network. This full-on approach to utilizing the Syscoin network provides the most scalability and transaction cost benefits of these scenarios. The tradeoff here is distribution and subscription handling likely migrating away from smart contracts into the application layer.
The Reddit Community Points ecosystem can continue to use existing smart contracts as they are used today on the Ethereum mainchain. Users migrate a portion of their tokens to Syscoin, the scaling network, to gain much lower fees, scalability, and a proven base layer, without sacrificing sovereign ownership. They would use Syscoin for user-to-user transfers. Tips redeemable in ten seconds or less, a high-throughput relay network, and onchain settlement at a block target of 60 seconds.
Integration between Matic Network and Syscoin Platform - similar to Syscoin’s current integration with Ethereum - will provide Reddit Community Points with EVM scalability (including the Memberships ERC777 operator) on the Matic side, and performant simple value transfers, robust decentralized security, and sovereign store-of-value on the Syscoin side. It’s “the best of both worlds”. The trade-off is more complex interoperability.
Syscoin + Matic Integration
Matic and Blockchain Foundry Inc, the public company formed by the founders of Syscoin, recently entered a partnership for joint research and business development initiatives. This is ideal for all parties as Matic Network and Syscoin Platform provide complementary utility. Syscoin offers characteristics for sovereign ownership and security based on Bitcoin’s time-tested model, and shares a significant portion of Bitcoin’s own hashpower. Syscoin’s focus is on secure and scalable simple value transfers, trust-minimized interoperability, and opt-in regulatory compliance for tokenized assets rather than scalability for smart contract execution. On the other hand, Matic Network can provide scalable EVM for smart contract execution. Reddit Community Points can benefit from both. Syscoin + Matic integration is actively being explored by both teams, as it is helpful to Reddit, Ethereum, and the industry as a whole.
Total cost for these 100k transactions: $0.63 USD See the live fee comparison for savings estimation between transactions on Ethereum and Syscoin. Below is a snapshot at time of writing: ETH price: $318.55 ETH gas price: 55.00 Gwei ($0.37) Syscoin price: $0.11 Snapshot of live fee comparison chart Z-DAG provides a more efficient fee-market. A typical Z-DAG transaction costs 0.0000582 SYS. Tokens can be safely redeemed/re-spent within seconds or allowed to settle on-chain beforehand. The costs should remain about this low for microtransactions. Syscoin will achieve further reduction of fees and even greater scalability with offchain payment channels for assets, with Z-DAG as a resilience fallback. New payment channel technology is one of the topics under research by the Syscoin development team with our academic partners at TU Delft. In line with the calculation in the Lightning Networks white paper, payment channels using assets with Syscoin Core will bring theoretical capacity for each person on Earth (7.8 billion) to have five on-chain transactions per year, per person, without requiring anyone to enter a fee market (aka “wait for a block”). This exceeds the minimum LN expectation of two transactions per person, per year; one to exist on-chain and one to settle aggregated value.
Sysethereum Dapp: UI Dapp for reference implementation. The Sysethereum-Dapp automates the process flows depicted in “Syscoin Bridge & How it Works” within a native ReactJS application for convenience. An active implementation using the Syscoin Platform Mainnet can be used atbridge.syscoin.org.
API
Tools to simplify using Syscoin Bridge as a service with dapps and wallets will be released some time after implementation of Syscoin Core 4.2. These will be based upon the same processes which are automated in the current live Sysethereum Dapp that is functioning with the Syscoin mainnet.
The Syscoin Ethereum Bridge is secured by Agent nodes participating in a decentralized and incentivized model that involves roles of Superblock challengers and submitters. This model is open to participation. The benefits here are trust-minimization, permissionless-ness, and potentially less legal/regulatory red-tape than interop mechanisms that involve liquidity providers and/or trading mechanisms. The trade-off is that due to the decentralized nature there are cross-chain settlement times of one hour to cross from Ethereum to Syscoin, and three hours to cross from Syscoin to Ethereum. We are exploring ways to reduce this time while maintaining decentralization via zkp. Even so, an “instant bridge” experience could be provided by means of a third-party liquidity mechanism. That option exists but is not required for bridge functionality today. Typically bridges are used with batch value, not with high frequencies of smaller values, and generally it is advantageous to keep some value on both chains for maximum availability of utility. Even so, the cross-chain settlement time is good to mention here.
Cost
Ethereum -> Syscoin: Matic or Ethereum transaction fee for bridge contract interaction, negligible Syscoin transaction fee for minting tokens Syscoin -> Ethereum: Negligible Syscoin transaction fee for burning tokens, 0.01% transaction fee paid to Bridge Agent in the form of the ERC-20, Matic or Ethereum transaction fee for contract interaction.
Z-DAG
Zero-Confirmation Directed Acyclic Graph is an instant settlement protocol that is used as a complementary system to proof-of-work (PoW) in the confirmation of Syscoin service transactions. In essence, a Z-DAG is simply a directed acyclic graph (DAG) where validating nodes verify the sequential ordering of transactions that are received in their memory pools. Z-DAG is used by the validating nodes across the network to ensure that there is absolute consensus on the ordering of transactions and no balances are overflowed (no double-spends).
Benefits
Unique fee-market that is more efficient for microtransaction redemption and settlement
Uses decentralized means to enable tokens with value transfer scalability that is comparable or exceeds that of credit card networks
Provides high throughput and secure fulfillment even if blocks are full
Probabilistic and interactive
99.9999% security assurance within 10 seconds
Can serve payment channels as a resilience fallback that is faster and lower-cost than falling-back directly to a blockchain
Each Z-DAG transaction also settles onchain through Syscoin Core at 60-second block target using SHA-256 Proof of Work consensus
Z-DAG enables the ideal speed/security tradeoff to be determined per use-case in the application layer. It minimizes the sacrifice required to accept and redeem fast transfers/payments while providing more-than-ample security for microtransactions. This is supported on the premise that a Reddit user receiving points does need security yet generally doesn’t want nor need to wait for the same level of security as a nation-state settling an international trade debt. In any case, each Z-DAG transaction settles onchain at a block target of 60 seconds.
Syscoin Specs
Syscoin 3.0 White Paper (4.0 white paper is pending. For improved scalability and less blockchain bloat, some features of v3 no longer exist in current v4: Specifically Marketplace Offers, Aliases, Escrow, Certificates, Pruning, Encrypted Messaging)
16MB block bandwidth per minute assuming segwit witness carrying transactions, and transactions ~200 bytes on average
SHA256 merge mined with Bitcoin
UTXO asset layer, with base Syscoin layer sharing identical security policies as Bitcoin Core
Z-DAG on asset layer, bridge to Ethereum on asset layer
On-chain scaling with prospect of enabling enterprise grade reliable trustless payment processing with on/offchain hybrid solution
Focus only on Simple Value Transfers. MVP of blockchain consensus footprint is balances and ownership of them. Everything else can reduce data availability in exchange for scale (Ethereum 2.0 model). We leave that to other designs, we focus on transfers.
Future integrations of MAST/Taproot to get more complex value transfers without trading off trustlessness or decentralization.
Zero-knowledge Proofs are a cryptographic new frontier. We are dabbling here to generalize the concept of bridging and also verify the state of a chain efficiently. We also apply it in our Digital Identity projects at Blockchain Foundry (a publicly traded company which develops Syscoin softwares for clients). We are also looking to integrate privacy preserving payment channels for off-chain payments through zkSNARK hub & spoke design which does not suffer from the HTLC attack vectors evident on LN. Much of the issues plaguing Lightning Network can be resolved using a zkSNARK design whilst also providing the ability to do a multi-asset payment channel system. Currently we found a showstopper attack (American Call Option) on LN if we were to use multiple-assets. This would not exist in a system such as this.
Wallets
Web3 and mobile wallets are under active development by Blockchain Foundry Inc as WebAssembly applications and expected for release not long after mainnet deployment of Syscoin Core 4.2. Both of these will be multi-coin wallets that support Syscoin, SPTs, Ethereum, and ERC-20 tokens. The Web3 wallet will provide functionality similar to Metamask. Syscoin Platform and tokens are already integrated with Blockbook. Custom hardware wallet support currently exists via ElectrumSys. First-class HW wallet integration through apps such as Ledger Live will exist after 4.2. Current supported wallets Syscoin Spark Desktop Syscoin-Qt
Thank you for close consideration of our proposal. We look forward to feedback, and to working with the Reddit community to implement an ideal solution using Syscoin Platform!
Dear Groestlers, it goes without saying that 2020 has been a difficult time for millions of people worldwide. The groestlcoin team would like to take this opportunity to wish everyone our best to everyone coping with the direct and indirect effects of COVID-19. Let it bring out the best in us all and show that collectively, we can conquer anything. The centralised banks and our national governments are facing unprecedented times with interest rates worldwide dropping to record lows in places. Rest assured that this can only strengthen the fundamentals of all decentralised cryptocurrencies and the vision that was seeded with Satoshi's Bitcoin whitepaper over 10 years ago. Despite everything that has been thrown at us this year, the show must go on and the team will still progress and advance to continue the momentum that we have developed over the past 6 years. In addition to this, we'd like to remind you all that this is Groestlcoin's 6th Birthday release! In terms of price there have been some crazy highs and lows over the years (with highs of around $2.60 and lows of $0.000077!), but in terms of value– Groestlcoin just keeps getting more valuable! In these uncertain times, one thing remains clear – Groestlcoin will keep going and keep innovating regardless. On with what has been worked on and completed over the past few months.
UPDATED - Groestlcoin Core 2.18.2
This is a major release of Groestlcoin Core with many protocol level improvements and code optimizations, featuring the technical equivalent of Bitcoin v0.18.2 but with Groestlcoin-specific patches. On a general level, most of what is new is a new 'Groestlcoin-wallet' tool which is now distributed alongside Groestlcoin Core's other executables. NOTE: The 'Account' API has been removed from this version which was typically used in some tip bots. Please ensure you check the release notes from 2.17.2 for details on replacing this functionality.
Builds are now done through Gitian
Calls to getblocktemplate will fail if the segwit rule is not specified. Calling getblocktemplate without segwit specified is almost certainly a misconfiguration since doing so results in lower rewards for the miner. Failed calls will produce an error message describing how to enable the segwit rule.
A warning is printed if an unrecognized section name is used in the configuration file. Recognized sections are [test], [main], and [regtest].
Four new options are available for configuring the maximum number of messages that ZMQ will queue in memory (the "high water mark") before dropping additional messages. The default value is 1,000, the same as was used for previous releases.
The rpcallowip option can no longer be used to automatically listen on all network interfaces. Instead, the rpcbind parameter must be used to specify the IP addresses to listen on. Listening for RPC commands over a public network connection is insecure and should be disabled, so a warning is now printed if a user selects such a configuration. If you need to expose RPC in order to use a tool like Docker, ensure you only bind RPC to your localhost, e.g. docker run [...] -p 127.0.0.1:1441:1441 (this is an extra :1441 over the normal Docker port specification).
The rpcpassword option now causes a startup error if the password set in the configuration file contains a hash character (#), as it's ambiguous whether the hash character is meant for the password or as a comment.
The whitelistforcerelay option is used to relay transactions from whitelisted peers even when not accepted to the mempool. This option now defaults to being off, so that changes in policy and disconnect/ban behavior will not cause a node that is whitelisting another to be dropped by peers.
A new short about the JSON-RPC interface describes cases where the results of anRPC might contain inconsistencies between data sourced from differentsubsystems, such as wallet state and mempool state.
A new document introduces Groestlcoin Core's BIP174 interface, which is used to allow multiple programs to collaboratively work to create, sign, and broadcast new transactions. This is useful for offline (cold storage) wallets, multisig wallets, coinjoin implementations, and many other cases where two or more programs need to interact to generate a complete transaction.
The output script descriptor (https://github.com/groestlcoin/groestlcoin/blob/mastedoc/descriptors.md) documentation has been updated with information about new features in this still-developing language for describing the output scripts that a wallet or other program wants to receive notifications for, such as which addresses it wants to know received payments. The language is currently used in multiple new and updated RPCs described in these release notes and is expected to be adapted to other RPCs and to the underlying wallet structure.
A new --disable-bip70 option may be passed to ./configure to prevent Groestlcoin-Qt from being built with support for the BIP70 payment protocol or from linking libssl. As the payment protocol has exposed Groestlcoin Core to libssl vulnerabilities in the past, builders who don't need BIP70 support are encouraged to use this option to reduce their exposure to future vulnerabilities.
The minimum required version of Qt (when building the GUI) has been increased from 5.2 to 5.5.1 (the depends system provides 5.9.7)
getnodeaddresses returns peer addresses known to this node. It may be used to find nodes to connect to without using a DNS seeder.
listwalletdir returns a list of wallets in the wallet directory (either the default wallet directory or the directory configured bythe -walletdir parameter).
getrpcinfo returns runtime details of the RPC server. Currently, it returns an array of the currently active commands and how long they've been running.
deriveaddresses returns one or more addresses corresponding to an output descriptor.
getdescriptorinfo accepts a descriptor and returns information aboutit, including its computed checksum.
joinpsbts merges multiple distinct PSBTs into a single PSBT. The multiple PSBTs must have different inputs. The resulting PSBT will contain every input and output from all the PSBTs. Any signatures provided in any of the PSBTs will be dropped.
analyzepsbt examines a PSBT and provides information about what the PSBT contains and the next steps that need to be taken in order to complete the transaction. For each input of a PSBT, analyze psbt provides information about what information is missing for that input, including whether a UTXO needs to be provided, what pubkeys still need to be provided, which scripts need to be provided, and what signatures are still needed. Every input will also list which role is needed to complete that input, and analyzepsbt will also list the next role in general needed to complete the PSBT. analyzepsbt will also provide the estimated fee rate and estimated virtual size of the completed transaction if it has enough information to do so.
utxoupdatepsbt searches the set of Unspent Transaction Outputs (UTXOs) to find the outputs being spent by the partial transaction. PSBTs need to have the UTXOs being spent to be provided because the signing algorithm requires information from the UTXO being spent. For segwit inputs, only the UTXO itself is necessary. For non-segwit outputs, the entire previous transaction is needed so that signers can be sure that they are signing the correct thing. Unfortunately, because the UTXO set only contains UTXOs and not full transactions, utxoupdatepsbt will only add the UTXO for segwit inputs.
getpeerinfo now returns an additional minfeefilter field set to the peer's BIP133 fee filter. You can use this to detect that you have peers that are willing to accept transactions below the default minimum relay fee.
The mempool RPCs, such as getrawmempool with verbose=true, now return an additional "bip125-replaceable" value indicating whether thetransaction (or its unconfirmed ancestors) opts-in to asking nodes and miners to replace it with a higher-feerate transaction spending any of the same inputs.
settxfee previously silently ignored attempts to set the fee below the allowed minimums. It now prints a warning. The special value of"0" may still be used to request the minimum value.
getaddressinfo now provides an ischange field indicating whether the wallet used the address in a change output.
importmulti has been updated to support P2WSH, P2WPKH, P2SH-P2WPKH, and P2SH-P2WSH. Requests for P2WSH and P2SH-P2WSH accept an additional witnessscript parameter.
importmulti now returns an additional warnings field for each request with an array of strings explaining when fields are being ignored or are inconsistent, if there are any.
getaddressinfo now returns an additional solvable Boolean field when Groestlcoin Core knows enough about the address's scriptPubKey, optional redeemScript, and optional witnessScript for the wallet to be able to generate an unsigned input spending funds sent to that address.
The getaddressinfo, listunspent, and scantxoutset RPCs now return an additional desc field that contains an output descriptor containing all key paths and signing information for the address (except for the private key). The desc field is only returned for getaddressinfo and listunspent when the address is solvable.
importprivkey will preserve previously-set labels for addresses or public keys corresponding to the private key being imported. For example, if you imported a watch-only address with the label "coldwallet" in earlier releases of Groestlcoin Core, subsequently importing the private key would default to resetting the address's label to the default empty-string label (""). In this release, the previous label of "cold wallet" will be retained. If you optionally specify any label besides the default when calling importprivkey, the new label will be applied to the address.
getmininginfo now omits currentblockweight and currentblocktx when a block was never assembled via RPC on this node.
The getrawtransaction RPC & REST endpoints no longer check the unspent UTXO set for a transaction. The remaining behaviors are as follows:
If a blockhash is provided, check the corresponding block.
If no blockhash is provided, check the mempool.
If no blockhash is provided but txindex is enabled, also check txindex.
unloadwallet is now synchronous, meaning it will not return until the wallet is fully unloaded.
importmulti now supports importing of addresses from descriptors. A desc parameter can be provided instead of the "scriptPubKey" in are quest, as well as an optional range for ranged descriptors to specify the start and end of the range to import. Descriptors with key origin information imported through importmulti will have their key origin information stored in the wallet for use with creating PSBTs.
listunspent has been modified so that it also returns witnessScript, the witness script in the case of a P2WSH orP2SH-P2WSH output.
createwallet now has an optional blank argument that can be used to create a blank wallet. Blank wallets do not have any keys or HDseed. They cannot be opened in software older than 2.18.2. Once a blank wallet has a HD seed set (by using sethdseed) or private keys, scripts, addresses, and other watch only things have been imported, the wallet is no longer blank and can be opened in 2.17.2. Encrypting a blank wallet will also set a HD seed for it.
signrawtransaction is removed after being deprecated and hidden behind a special configuration option in version 2.17.2.
The 'account' API is removed after being deprecated in v2.17.2 The 'label' API was introduced in v2.17.2 as a replacement for accounts. See the release notes from v2.17.2 for a full description of the changes from the 'account' API to the 'label' API.
addwitnessaddress is removed after being deprecated in version 2.16.0.
generate is deprecated and will be fully removed in a subsequent major version. This RPC is only used for testing, but its implementation reached across multiple subsystems (wallet and mining), so it is being deprecated to simplify the wallet-node interface. Projects that are using generate for testing purposes should transition to using the generatetoaddress RPC, which does not require or use the wallet component. Calling generatetoaddress with an address returned by the getnewaddress RPC gives the same functionality as the old generate RPC. To continue using generate in this version, restart groestlcoind with the -deprecatedrpc=generate configuration option.
Be reminded that parts of the validateaddress command have been deprecated and moved to getaddressinfo. The following deprecated fields have moved to getaddressinfo: ismine, iswatchonly,script, hex, pubkeys, sigsrequired, pubkey, embedded,iscompressed, label, timestamp, hdkeypath, hdmasterkeyid.
The addresses field has been removed from the validateaddressand getaddressinfo RPC methods. This field was confusing since it referred to public keys using their P2PKH address. Clients should use the embedded.address field for P2SH or P2WSH wrapped addresses, and pubkeys for inspecting multisig participants.
A new /rest/blockhashbyheight/ endpoint is added for fetching the hash of the block in the current best blockchain based on its height (how many blocks it is after the Genesis Block).
A new Window menu is added alongside the existing File, Settings, and Help menus. Several items from the other menus that opened new windows have been moved to this new Window menu.
In the Send tab, the checkbox for "pay only the required fee" has been removed. Instead, the user can simply decrease the value in the Custom Fee rate field all the way down to the node's configured minimumrelay fee.
In the Overview tab, the watch-only balance will be the only balance shown if the wallet was created using the createwallet RPC and thedisable_private_keys parameter was set to true.
The launch-on-startup option is no longer available on macOS if compiled with macosx min version greater than 10.11 (useCXXFLAGS="-mmacosx-version-min=10.11" CFLAGS="-mmacosx-version-min=10.11" for setting the deployment sdkversion)
A new groestlcoin-wallet tool is now distributed alongside Groestlcoin Core's other executables. Without needing to use any RPCs, this tool can currently create a new wallet file or display some basic information about an existing wallet, such as whether the wallet is encrypted, whether it uses an HD seed, how many transactions it contains, and how many address book entries it has.
Since version 2.16.0, Groestlcoin Core's built-in wallet has defaulted to generating P2SH-wrapped segwit addresses when users want to receive payments. These addresses are backwards compatible with all widely used software. Starting with Groestlcoin Core 2.20.1 (expected about a year after 2.18.2), Groestlcoin Core will default to native segwitaddresses (bech32) that provide additional fee savings and other benefits. Currently, many wallets and services already support sending to bech32 addresses, and if the Groestlcoin Core project sees enough additional adoption, it will instead default to bech32 receiving addresses in Groestlcoin Core 2.19.1. P2SH-wrapped segwit addresses will continue to be provided if the user requests them in the GUI or by RPC, and anyone who doesn't want the update will be able to configure their default address type. (Similarly, pioneering users who want to change their default now may set the addresstype=bech32 configuration option in any Groestlcoin Core release from 2.16.0 up.)
BIP 61 reject messages are now deprecated. Reject messages have no use case on the P2P network and are only logged for debugging by most network nodes. Furthermore, they increase bandwidth and can be harmful for privacy and security. It has been possible to disable BIP 61 messages since v2.17.2 with the -enablebip61=0 option. BIP 61 messages will be disabled by default in a future version, before being removed entirely.
The submitblock RPC previously returned the reason a rejected block was invalid the first time it processed that block but returned a generic "duplicate" rejection message on subsequent occasions it processed the same block. It now always returns the fundamental reason for rejecting an invalid block and only returns "duplicate" for valid blocks it has already accepted.
A new submitheader RPC allows submitting block headers independently from their block. This is likely only useful for testing.
The signrawtransactionwithkey and signrawtransactionwithwallet RPCs have been modified so that they also optionally accept a witnessScript, the witness script in the case of a P2WSH orP2SH-P2WSH output. This is compatible with the change to listunspent.
For the walletprocesspsbt and walletcreatefundedpsbt RPCs, if thebip32derivs parameter is set to true but the key metadata for a public key has not been updated yet, then that key will have a derivation path as if it were just an independent key (i.e. no derivation path and its master fingerprint is itself).
The -usehd configuration option was removed in version 2.16.0 From that version onwards, all new wallets created are hierarchical deterministic wallets. This release makes specifying -usehd an invalid configuration option.
This release allows peers that your node automatically disconnected for misbehaviour (e.g. sending invalid data) to reconnect to your node if you have unused incoming connection slots. If your slots fill up, a misbehaving node will be disconnected to make room for nodes without a history of problems (unless the misbehaving node helps your node in some other way, such as by connecting to a part of the Internet from which you don't have many other peers). Previously, Groestlcoin Core banned the IP addresses of misbehaving peers for a period (default of 1 day); this was easily circumvented by attackers with multiple IP addresses. If you manually ban a peer, such as by using the setban RPC, all connections from that peer will still be rejected.
The key metadata will need to be upgraded the first time that the HDseed is available. For unencrypted wallets this will occur on wallet loading. For encrypted wallets this will occur the first time the wallet is unlocked.
Newly encrypted wallets will no longer require restarting the software. Instead such wallets will be completely unloaded and reloaded to achieve the same effect.
A sub-project of Bitcoin Core now provides Hardware Wallet Interaction (HWI) scripts that allow command-line users to use several popular hardware key management devices with Groestlcoin Core. See their project page for details.
This release changes the Random Number Generator (RNG) used from OpenSSL to Groestlcoin Core's own implementation, although entropy gathered by Groestlcoin Core is fed out to OpenSSL and then read back in when the program needs strong randomness. This moves Groestlcoin Core a little closer to no longer needing to depend on OpenSSL, a dependency that has caused security issues in the past. The new implementation gathers entropy from multiple sources, including from hardware supporting the rdseed CPU instruction.
On macOS, Groestlcoin Core now opts out of application CPU throttling ("app nap") during initial blockchain download, when catching up from over 100 blocks behind the current chain tip, or when reindexing chain data. This helps prevent these operations from taking an excessively long time because the operating system is attempting to conserve power.
How to Upgrade?
Windows If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), then run the installer. OSX If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), run the dmg and drag Groestlcoin Core to Applications. Ubuntu http://groestlcoin.org/forum/index.php?topic=441.0
ALL NEW - Groestlcoin Moonshine iOS/Android Wallet
Built with React Native, Moonshine utilizes Electrum-GRS's JSON-RPC methods to interact with the Groestlcoin network. GRS Moonshine's intended use is as a hot wallet. Meaning, your keys are only as safe as the device you install this wallet on. As with any hot wallet, please ensure that you keep only a small, responsible amount of Groestlcoin on it at any given time.
Features
Groestlcoin Mainnet & Testnet supported
Bech32 support
Multiple wallet support
Electrum - Support for both random and custom peers
Encrypted storage
Biometric + Pin authentication
Custom fee selection
Import mnemonic phrases via manual entry or scanning
RBF functionality
BIP39 Passphrase functionality
Support for Segwit-compatible & legacy addresses in settings
Support individual private key sweeping
UTXO blacklisting - Accessible via the Transaction Detail view, this allows users to blacklist any utxo that they do not wish to include in their list of available utxo's when sending transactions. Blacklisting a utxo excludes its amount from the wallet's total balance.
Ability to Sign & Verify Messages
Support BitID for password-free authentication
Coin Control - This can be accessed from the Send Transaction view and basically allows users to select from a list of available UTXO's to include in their transaction.
HODL GRS connects directly to the Groestlcoin network using SPV mode and doesn't rely on servers that can be hacked or disabled. HODL GRS utilizes AES hardware encryption, app sandboxing, and the latest security features to protect users from malware, browser security holes, and even physical theft. Private keys are stored only in the secure enclave of the user's phone, inaccessible to anyone other than the user. Simplicity and ease-of-use is the core design principle of HODL GRS. A simple recovery phrase (which we call a Backup Recovery Key) is all that is needed to restore the user's wallet if they ever lose or replace their device. HODL GRS is deterministic, which means the user's balance and transaction history can be recovered just from the backup recovery key.
Features
Simplified payment verification for fast mobile performance
Groestlcoin Seed Savior is a tool for recovering BIP39 seed phrases. This tool is meant to help users with recovering a slightly incorrect Groestlcoin mnemonic phrase (AKA backup or seed). You can enter an existing BIP39 mnemonic and get derived addresses in various formats. To find out if one of the suggested addresses is the right one, you can click on the suggested address to check the address' transaction history on a block explorer.
Features
If a word is wrong, the tool will try to suggest the closest option.
If a word is missing or unknown, please type "?" instead and the tool will find all relevant options.
NOTE: NVidia GPU or any CPU only. AMD graphics cards will not work with this address generator. VanitySearch is a command-line Segwit-capable vanity Groestlcoin address generator. Add unique flair when you tell people to send Groestlcoin. Alternatively, VanitySearch can be used to generate random addresses offline. If you're tired of the random, cryptic addresses generated by regular groestlcoin clients, then VanitySearch is the right choice for you to create a more personalized address. VanitySearch is a groestlcoin address prefix finder. If you want to generate safe private keys, use the -s option to enter your passphrase which will be used for generating a base key as for BIP38 standard (VanitySearch.exe -s "My PassPhrase" FXPref). You can also use VanitySearch.exe -ps "My PassPhrase" which will add a crypto secure seed to your passphrase. VanitySearch may not compute a good grid size for your GPU, so try different values using -g option in order to get the best performances. If you want to use GPUs and CPUs together, you may have best performances by keeping one CPU core for handling GPU(s)/CPU exchanges (use -t option to set the number of CPU threads).
Features
Fixed size arithmetic
Fast Modular Inversion (Delayed Right Shift 62 bits)
SecpK1 Fast modular multiplication (2 steps folding 512bits to 256bits using 64 bits digits)
Use some properties of elliptic curve to generate more keys
SSE Secure Hash Algorithm SHA256 and RIPEMD160 (CPU)
Groestlcoin EasyVanity 2020 is a windows app built from the ground-up and makes it easier than ever before to create your very own bespoke bech32 address(es) when whilst not connected to the internet. If you're tired of the random, cryptic bech32 addresses generated by regular Groestlcoin clients, then Groestlcoin EasyVanity2020 is the right choice for you to create a more personalised bech32 address. This 2020 version uses the new VanitySearch to generate not only legacy addresses (F prefix) but also Bech32 addresses (grs1 prefix).
Features
Ability to continue finding keys after first one is found
Includes warning on start-up if connected to the internet
Ability to output keys to a text file (And shows button to open that directory)
Show and hide the private key with a simple toggle switch
Show full output of commands
Ability to choose between Processor (CPU) and Graphics Card (GPU) ( NVidia ONLY! )
Features both a Light and Dark Material Design-Style Themes
Free software - MIT. Anyone can audit the code.
Written in C# - The code is short, and easy to review.
Groestlcoin WPF is an alternative full node client with optional lightweight 'thin-client' mode based on WPF. Windows Presentation Foundation (WPF) is one of Microsoft's latest approaches to a GUI framework, used with the .NET framework. Its main advantages over the original Groestlcoin client include support for exporting blockchain.dat and including a lite wallet mode. This wallet was previously deprecated but has been brought back to life with modern standards.
Features
Works via TOR or SOCKS5 proxy
Can use bootstrap.dat format as blockchain database
Import/Export blockchain to/from bootstrap.dat
Import wallet.dat from Groestlcoin-qt wallet
Export wallet to wallet.dat
Use both groestlcoin-wpf and groestlcoin-qt with the same addresses in parallel. When you send money from one program, the transaction will automatically be visible on the other wallet.
Rescan blockchain with a simple mouse click
Works as a full node and listens to port 1331 (listening port can be changed)
Fast Block verifying, parallel processing on multi-core CPUs
Mine Groestlcoins with your CPU by a simple mouse click
All private keys are kept encrypted on your local machine (or on a USB stick)
Lite - Has a lightweight "thin client" mode which does not require a new user to download the entire Groestlcoin chain and store it
Free and decentralised - Open Source under GNU license
Remastered Improvements
Bech32 support
P2sh support
Fixed Import/Export to wallet.dat
Testnet Support
Rescan wallet option
Change wallet password option
Address type and Change type options through *.conf file
Import from bootstrap.dat - It is a flat, binary file containing Groestlcoin blockchain data, from the genesis block through a recent height. All versions automatically validate and import the file "grs.bootstrap.dat" in the GRS directory. Grs.bootstrap.dat is compatible with Qt wallet. GroestlCoin-Qt can load from it.
In Full mode file %APPDATA%\Groestlcoin-WPF\GRS\GRS.bootstrap.dat is full blockchain in standard bootstrap.dat format and can be used with other clients.
Groestlcoin BIP39 Key Tool is a GUI interface for generating Groestlcoin public and private keys. It is a standalone tool which can be used offline.
Features
Selection options for 3-24 words (simply putting the space separated words in the first word box will also work) along with a bip39 passphrase
User input for total number of addresses desired
Creation of P2PKH, P2SH, P2WPKH and P2WSH addresses along with xpriv and xpub as per BIP32 spec, using a word list as the starting point following the BIP39 standard.
Pre-sets for BIP44, BIP49, BIP84 and BIP141 standards, along with custom user input for derivation path
Option for Hardened or non-hardened addresses
Option for Testnet private and public keys
Output containing derivation path, private key in WIF, integer and hex format, public key address, public point on curve and scriptpubkey
Results are output in a file titled 'wallet.txt' with the time addresses were generated, along with all information presented onscreen
Groestlcoin Electrum Personal Server aims to make using Electrum Groestlcoin wallet more secure and more private. It makes it easy to connect your Electrum-GRS wallet to your own full node. It is an implementation of the Electrum-grs server protocol which fulfils the specific need of using the Electrum-grs wallet backed by a full node, but without the heavyweight server backend, for a single user. It allows the user to benefit from all Groestlcoin Core's resource-saving features like pruning, blocks only and disabled txindex. All Electrum-GRS's feature-richness like hardware wallet integration, multi-signature wallets, offline signing, seed recovery phrases, coin control and so on can still be used, but connected only to the user's own full node. Full node wallets are important in Groestlcoin because they are a big part of what makes the system be trust-less. No longer do people have to trust a financial institution like a bank or PayPal, they can run software on their own computers. If Groestlcoin is digital gold, then a full node wallet is your own personal goldsmith who checks for you that received payments are genuine. Full node wallets are also important for privacy. Using Electrum-GRS under default configuration requires it to send (hashes of) all your Groestlcoin addresses to some server. That server can then easily spy on your transactions. Full node wallets like Groestlcoin Electrum Personal Server would download the entire blockchain and scan it for the user's own addresses, and therefore don't reveal to anyone else which Groestlcoin addresses they are interested in. Groestlcoin Electrum Personal Server can also broadcast transactions through Tor which improves privacy by resisting traffic analysis for broadcasted transactions which can link the IP address of the user to the transaction. If enabled this would happen transparently whenever the user simply clicks "Send" on a transaction in Electrum-grs wallet. Note: Currently Groestlcoin Electrum Personal Server can only accept one connection at a time.
Features
Use your own node
Tor support
Uses less CPU and RAM than ElectrumX
Used intermittently rather than needing to be always-on
Doesn't require an index of every Groestlcoin address ever used like on ElectrumX
UPDATED – Android Wallet 7.38.1 - Main Net + Test Net
The app allows you to send and receive Groestlcoin on your device using QR codes and URI links. When using this app, please back up your wallet and email them to yourself! This will save your wallet in a password protected file. Then your coins can be retrieved even if you lose your phone.
Changes
Add confidence messages, helping users to understand the confidence state of their payments.
Handle edge case when restoring via an external app.
Count devices with a memory class of 128 MB as low ram.
Introduce dark mode on Android 10 devices.
Reduce memory usage of PIN-protected wallets.
Tapping on the app's version will reveal a checksum of the APK that was installed.
Fix issue with confirmation of transactions that empty your wallet.
Groestlcoin Sentinel is a great solution for anyone who wants the convenience and utility of a hot wallet for receiving payments directly into their cold storage (or hardware wallets). Sentinel accepts XPUB's, YPUB'S, ZPUB's and individual Groestlcoin address. Once added you will be able to view balances, view transactions, and (in the case of XPUB's, YPUB's and ZPUB's) deterministically generate addresses for that wallet. Groestlcoin Sentinel is a fork of Groestlcoin Samourai Wallet with all spending and transaction building code removed.
Hi, I run Bisq 1.1.7 (and before it's predecessor with the same problem) on my linux box, and I have problems connecting to my local bitcoind. The log says: Oct-12 21:33:59.240 [PeerGroup Thread] INFO o.b.c.PeerGroup: Attempting connection to [127.0.1.1]:8333 (0 connected, 1 pending, 1 max) Oct-12 21:33:59.241 [NioClientManager] INFO o.b.n.NioClientManager: Connected to /127.0.1.1:8333 Oct-12 21:33:59.241 [NioClientManager] INFO o.b.core.Peer: Announcing to /127.0.1.1:8333 as: /bitcoinj:0.14.7.bisq.1-SNAPSHOT/Bisq:1.1.7/ Oct-12 21:33:59.241 [NioClientManager] INFO o.b.core.Peer: [127.0.1.1]:8333: Got version=70015, subVer='/Satoshi:0.18.1/', services=0x1037, time=2019-10-12 21:33:59, blocks=599090 Oct-12 21:33:59.241 [NioClientManager] INFO o.b.c.PeerGroup: [127.0.1.1]:8333: New peer (1 connected, 0 pending, 1 max) Oct-12 21:33:59.242 [NioClientManager] INFO o.b.c.PeerGroup: Setting download peer: [127.0.1.1]:8333 Oct-12 21:33:59.242 [NioClientManager] INFO o.b.c.l.DownloadProgressTracker: Chain download switched to [127.0.1.1]:8333 Oct-12 21:33:59.287 [NioClientManager] INFO o.b.c.PeerGroup: [127.0.1.1]:8333: Peer died (0 connected, 0 pending, 1 max) Oct-12 21:33:59.287 [NioClientManager] INFO o.b.c.PeerGroup: Download peer died. Picking a new one. Oct-12 21:33:59.288 [NioClientManager] INFO o.b.c.PeerGroup: Unsetting download peer: [127.0.1.1]:8333 Oct-12 21:33:59.288 [PeerGroup Thread] INFO o.b.c.PeerGroup: Waiting 1000 msec before next connect attempt to [127.0.0.1]:8333 The GUI shows the "connected peer" flickering on and off, the status line on the bottom shows "Bitcoin network peers: [0/1]" flickering between 0 and 1, and the radiobuttons for selecting a bitcoind greyed out, so I can't edit anything in the GUI. I tried the --rpcXXXX commandline options with no change. My node is fully synced and not pruned. netstat shows: tcp 0 0 127.0.0.1:83320.0.0.0:* LISTEN 8542/bitcoin-qt tcp 0 0 0.0.0.0:83330.0.0.0:* LISTEN 8542/bitcoin-qt with 8332 being the rpc port. Any ideas?
We’re happy to announce the release of Dogecoin version 1.5.1! This release incorporates a range of updates from community contributors, some much needed bug fixes, plus some cool treats brought down-stream from the recent Bitcoin 0.9 release candidate. Thanks to everyone who helped make this release possible, the entire community appreciates it. We recommend all users update to the latest version and please report any issues you may encounter. As always, backup your wallet.dat file before updating (just to be safe). Downloads:Windows InstallerWindows ArchiveMac OS X App Release highlights: - Switched to Boost 1.55 to fix network connectivity issues on Windows - Removal of reliance on IRC for discovering nodes - Support for URL protocol, eg. dogecoin:addr?amount=xxx&(see Bitcoin’s implementation) - Ability to automatically look up transactions on Dogechain from your client - Working Windows setup script and installer - Opt-in debug logging via -debuglog (to save disk space and stop constant writing) - Fixed Mac Splashscreen’s greedy desktop behavior - Reimplemented testnet, fixing RPC crash due to no genesis block being present - Allow user to load any wallet from data directory specified using -wallet=mywallet.dat - Updated to LevelDB 1.15 to address blockchain database corruption issues - Allow user to send change only to specified address(es) using -change= (one -change parameter per address) - Fixed RPC difficulty look up Troubleshooting If anyone experiences issues, delete all 1.4 data (apart from your backed up wallet.dat file) and do a fresh 1.5.1 install. Enjoy!
Hey folks, I have begun work to create a new Bitcoin GUI header. I am doing this for several reasons:
Bitcoin-qt doesn't support SegWit
Bitcoin-qt frequently freezes on some systems
I have written a Java framework for interaction with the Bitcoin network (through bitcoind and JSON RPC). This framework allows for very rapid development.
Conventional full-node clients often take a long time to process updates; CBitcoin is aimed at rapidly pushing through updates while remaining safe to use.
Why not? It's fun!
What will CBitcoin (the new GUI header) be? CBitcoin will be a new GUI header as mentioned above. Among some things, it will support SegWit, it'll combine a GUI and command prompt into one single program and once LN is more developed, it'll integrate that as well. You can find the project on my website: http://cowlite.nl/cbitcoin.php and on Github: https://github.com/WJongkind/CBitcoin During the development of CBitcoin, a strong and easy-to-use framework will be written in Java for interaction with the Bitcoin Network, based on the Bitcoin Core's bitcoind and it's JSON RPC API. Eventually it might be decided that this framework will become a entire project on it's own, but we are not that far yet. You can read more details about the project on my website: http://cowlite.nl/cbitcoin.php. The entire project is open-source and will remain that way for obvious reasons: the software will be trusted, people can contribute to the code and people can borrow code for their own projects. Looking for contributors Currently, I am the only developer of the software. I do this in my spare time as a hobby and I do not earn any form of payment for it (however, people do have the option to donate). I am sure I could write the software entirely myself, though that would probably take a significant amount of time. Therefore I am asking any programming enthusiasts out there that have spare time to lend a hand. On the GitHub page & on my website there are instructions on how you can become part of the project. Donations will be split up amongst all contributors.
So one downside of this particular copy/paste coin: it's very cheap to bloat the blockchain. Tweaking the money supply without tweaking the minimum transaction size or transaction fee means that it cost about $0.000001 per gigabyte, or less than $1 to make it too big for anyone to download. Someone check my math on this, I'm using 0.0001 as the tx fee and 0.00000001 * ~2500 as the output amounts. It took a dumb college kid an hour of work to make a script that adds 1gb to the dogechain every few days. This is using the QT client and shitty sleep() synchronization (how do you pass the minconf arg with jsonrpc? anyone?). I'm sure someone with another hour and more bitcoin RPC knowledge could put dogecoind on a few AWS instances and make it so the blockchain doesn't fit on an average hard drive in less than a day. I didn't give a shit until I read about some poor schmuck investing 1.5btc into this. You guys are straight up irresponsible for promoting / encouraging that. The only solution I can think of is to raise the transaction fee significantly. Something like 10 doge should be enough. Fortunately there's no effective way to short cryptocurrencies yet, otherwise you wouldn't be able to make it high enough. Either that, or actually innovate (wow!) by implementing a rotating blockchain or something. The script: NEVERMIND PEOPLE GOT MAD THAT I POSTED IT (this jsonrpc version: https://github.com/jgarzik/python-bitcoinrpc ) "addrs.txt" is generated with:
Check out the transaction: http://dogechain.info/tx/856400286a22663580b6ff30e63dc516fd6a7b38f66490bed177ea1e51a13d7b Anyway, I'm gonna stop running this because I have nothing to gain and don't want to be a dick. But seriously, stop promoting dogecoin until you guys figure this out. edit: formatting edit 2: If anyone is actually planning on running this, please do us a favor and attack Megacoin or Quark or Worldcoin instead. Those are scamcoins that aren't even claiming to be just for fun. At least dogecoin has tremendous educational value.
IRC Log from Ravencoin Open Developer Meeting - Aug 24, 2018
[14:05] <@wolfsokta> Hello Everybody, sorry we're a bit late getting started [14:05] == block_338778 [[email protected]/web/freenode/ip.72.214.222.226] has joined #ravencoin-dev [14:06] <@wolfsokta> Here are the topics we would like to cover today • 2.0.4 Need to upgrade - What we have done to communicate to the community • Unique Assets • iOS Wallet • General Q&A [14:06] == Chatturga changed the topic of #ravencoin-dev to: 2.0.4 Need to upgrade - What we have done to communicate to the community • Unique Assets • iOS Wallet • General Q&A [14:06] <@wolfsokta> Daben, could you mention what we have done to communicate the need for the 2.0.4 upgrade? [14:07] == hwhwhsushwban [[email protected]/web/freenode/ip.172.58.37.35] has joined #ravencoin-dev [14:07] <@wolfsokta> Others here are free to chime in where they saw the message first. [14:07] == hwhwhsushwban [[email protected]/web/freenode/ip.172.58.37.35] has quit [Client Quit] [14:08] Whats up bois [14:08] hi everyone [14:08] hi hi [14:08] <@wolfsokta> Discussing the 2.0.4 update and the need to upgrade. [14:08] <@Chatturga> Sure. As most of you are aware, the community has been expressing concerns with the difficulty oscillations, and were asking that something be done to the difficulty retargeting. Many people submitted suggestions, and the devs decided to implement DGW. [14:09] <@Tron> I wrote up a short description of why we're moving to a new difficulty adjustment. https://medium.com/@tronblack/ravencoin-dark-gravity-wave-1da0a71657f7 [14:09] <@Chatturga> I have made posts on discord, telegram, bitcointalk, reddit, and ravencointalk.org from testnet stages through current. [14:10] <@Chatturga> If there are any other channels that can reach a large number of community members, I would love to have more. [14:10] <@wolfsokta> Thanks Tron, that hasn't been shared to the community at large yet, but folks feel free to share it. [14:10] When was this decision made and by whom and how? [14:10] <@Chatturga> I have also communicated with the pool operators and exchanges about the update. Of all of the current pools, only 2 have not yet updated versions. [14:11] <@wolfsokta> The decision was made by the developers through ongoing requests for weeks made by the community. [14:12] <@wolfsokta> Evidence was provided by the community of the damages that could be caused to projects when the wild swings continue. [14:12] So was there a meeting or vote? How can people get invited [14:12] <@Tron> It was also informed by my conversations with some miners that recommended that we make the change before the coin died. They witnessed similar oscillations from which other coins never recovered. [14:13] only two pools left to upgrade is good, what about the exchanges? Any word on how many of those have/have not upgraded? [14:13] <@wolfsokta> We talked about here in our last meeting Bruce_. All attendees were asked if they had any questions or concerns. [14:13] == blondfrogs [[email protected]/web/freenode/ip.185.245.87.219] has joined #ravencoin-dev [14:13] == roshii [[email protected]/web/freenode/ip.41.251.25.100] has joined #ravencoin-dev [14:13] sup roshii long time no see [14:14] <@Chatturga> Bittrex, Cryptopia, and IDCM have all either updated or have announced their intent to update. [14:14] == wjcgiwgu283ik3cj [[email protected]/web/freenode/ip.172.58.37.35] has joined #ravencoin-dev [14:15] sup russki [14:15] what's the status here? [14:15] I don’t think that was at all clear from the last dev meeting [14:15] I can’t be the only person who didn’t understand it [14:15] <@wolfsokta> Are there any suggestions on how to communicate the need to upgrade even further? I am concerned that others might also not understand. [14:17] I’m not sold on the benefit and don’t understand the need for a hard fork — I think it’s a bad precedent to simply go rally exchanges to support a hard fork with little to no discussion [14:17] so just to note, the exchanges not listed as being upgraded or have announced their intention to upgrade include: qbtc, upbit, and cryptobridge (all with over $40k usd volume past 24 hours according to coinmarketcap) [14:18] <@wolfsokta> I don't agree that there was little or no discussion at all. [14:19] <@wolfsokta> Looking back at our meeting notes from two weeks ago "fork" was specifically asked about by BrianMCT. [14:19] If individual devs have the power to simple decide to do something as drastic as a hard fork and can get exchanges and miners to do it that’s got a lot of issues with centralization [14:19] <@wolfsokta> It had been implemented on testnet by then and discussed in the community for several weeks before that. [14:19] == under [[email protected]/web/freenode/ip.72.200.168.56] has joined #ravencoin-dev [14:19] howdy [14:19] Everything I’ve seen has been related to the asset layer [14:19] I have to agree with Bruce_, though I wasn't able to join the last meeting here. That said I support the fork [14:20] Which devs made this decision to do a fork and how was it communicated? [14:20] well mostly the community made the decision [14:20] Consensus on a change is the heart of bitcoin development and I believe the devs have done a great job building that consensus [14:20] a lot of miners were in uproar about the situation [14:20] <@wolfsokta> All of the devs were supporting the changes. It wasn't done in isolation at all. [14:21] This topic has been a huge discussion point within the RVN mining community for quite some time [14:21] the community and miners have been having issues with the way diff is adjusted for quite some time now [14:21] Sure I’m well aware of that - [14:21] Not sold on the benefits of having difficulty crippled by rented hashpower? [14:21] The community saw a problem. The devs got together and talked about a solution and implemented a solution [14:21] I’m active in the community [14:22] So well aware of the discussions on DGW etc [14:22] Hard fork as a solution to a problem community had with rented hashpower (nicehash!!) sounds like the perfect decentralized scenario! [14:23] hard forks are very dangerous [14:23] mining parties in difficulty drops are too [14:23] <@wolfsokta> Agreed, we want to keep them to an absolute minimum. [14:23] But miners motivation it’s the main vote [14:24] What would it take to convince you that constantly going from 4 Th/s to 500 Gh/s every week is worse for the long term health of the coin than the risk of a hard fork to fix it? [14:24] == Tron [[email protected]/web/freenode/ip.173.241.144.77] has quit [Ping timeout: 252 seconds] [14:24] This hardfork does include the asset layer right? if so why is it being delayed in implementation? [14:24] <@wolfsokta> Come back Tron! [14:24] coudl it have been implement through bip9 voting? [14:24] also hard fork is activated by the community! that's a vote thing! [14:24] @mrsushi to give people time to upgrade their wallet [14:25] @under, it would be much hard to keep consensus with a bip9 change [14:25] <@wolfsokta> We investigated that closely Under. [14:25] == Tron [[email protected]/web/freenode/ip.173.241.144.77] has joined #ravencoin-dev [14:25] <@wolfsokta> See Tron's post for more details about that. [14:25] <@spyder_> Hi Tron [14:25] <@wolfsokta> https://medium.com/@tronblack/ravencoin-dark-gravity-wave-1da0a71657f7 [14:25] Sorry about that. Computer went to sleep. [14:26] I'm wrong [14:26] 2 cents. the release deadline of october 31st puts a bit of strain on getting code shipped. (duh). but fixing daa was important to the current health of the coin, and was widely suppported by current mining majority commuity. could it have been implemented in a different manner? yes . if we didnt have deadlines [14:27] == wjcgiwgu283ik3cj [[email protected]/web/freenode/ip.172.58.37.35] has quit [Quit: Page closed] [14:27] sushi this fork does not include assets. it's not being delayed though, we're making great progress for an Oct 31 target [14:28] I don’t see the urgency but my vote doesn’t matter since my hash power is still CPUs [14:28] <@wolfsokta> We're seeing the community get behind the change as well based on the amount of people jumping back in to mine through this last high difficulty phase. [14:28] So that will be another hardfork? [14:28] the fork does include the asset code though set to activate on oct 30th [14:28] yes [14:29] <@wolfsokta> Yes, it will based on the upgrade voting through the BIP9 process. [14:29] I wanted to ask about burn rates from this group: and make a proposal. [14:29] we're also trying hard to make it the last for awhile [14:29] Can you clear up the above — there will be this one and another hard fork? [14:29] <@wolfsokta> Okay, we could discuss that under towards the end of the meeting. [14:30] If this one has the asset layer is there something different set for October [14:30] <@wolfsokta> Yes, there will be another hard fork on October 31st once the voting process is successful. [14:31] <@wolfsokta> The code is in 2.0.4 now and assets are active on testnet [14:31] Bruce, the assets layer is still being worked on. Assets is active on mainnet. So in Oct 31 voting will start. and if it passes, the chain will fork. [14:31] this one does NOT include assets for mainnet Bruce -- assets are targeted for Oct 31 [14:31] not*** [14:31] not active**** [14:31] correct me if I'm wrong here, but if everyone upgrades to 2.0.4 for this fork this week, the vote will automatically pass on oct 31st correct? nothing else needs to be done [14:31] Will if need another download or does this software download cover both forks? [14:31] <@wolfsokta> Correct Urgo [14:32] thats how the testnet got activated and this one shows "asset activation status: waiting until 10/30/2018 20:00 (ET)" [14:32] Will require another upgrade before Oct 31 [14:32] thank you for the clarification wolfsokta [14:32] <@wolfsokta> It covers both forks, but we might have additional bug fixes in later releases. [14:32] So users DL one version now and another one around October 30 which activates after that basically? [14:33] I understand that, but I just wanted to make it clear that if people upgrade to this version for this fork and then don't do anything, they are also voting for the fork on oct 31st [14:33] Oh okay — one DL? [14:33] Bruce, Yes. [14:33] Ty [14:33] well there is the issue that there maybe some further consensus bugs dealing with the pruneability of asset transactions that needs to be corrected between 2.0.4 and mainnet. so i would imagine that there will be further revisions required to upgrade before now and october 31 [14:33] @under that is correct. [14:34] I would highly recommend bumping the semver up to 3.0.0 for the final pre 31st release so that the public know to definitely upgrade [14:34] @under +1 [14:35] out of curiosity, have there been many bugs found with the assets from the version released in july for testnet (2.0.3) until this version? or is it solely a change to DGW? [14:35] <@wolfsokta> That's not a bad idea under. [14:35] <@spyder_> @under good idea [14:35] @urgo. Bugs are being found and fixed daily. [14:35] Any time the protocol needs to change, there would need to be a hard fork (aka upgrade). It is our hope that we can activate feature forks through the BIP process (as we are doing for assets). Mining pools and exchanges will need to be on the newest software at the point of asset activation - should the mining hash power vote for assets. [14:35] blondfrogs: gotcha [14:35] There have been bugs found (and fixed). Testing continues. We appreciate all the bug reports you can give us. [14:36] <@wolfsokta> Yes! Thank you all for your help in the community. [14:37] (pull requests with fixes and test coverage would be even better!) [14:37] asset creation collision is another major issue. current unfair advantage or nodes that fore connect to mining pools will have network topologies that guarantee acceptance. I had discussed the possibility of fee based asset creation selection and i feel that would be a more equal playing ground for all users [14:38] *of nodes that force [14:38] <@wolfsokta> What cfox said, we will always welcome development help. [14:38] So just to make sure everyone know. When assets is ready to go live on oct 31st. Everyone that wants to be on the assets chain without any problems will have to download the new binary. [14:39] <@wolfsokta> The latest binary. [14:39] under: already in the works [14:39] excellent to hear [14:39] == UserJonPizza [[email protected]/web/freenode/ip.24.218.60.237] has joined #ravencoin-dev [14:39] <@wolfsokta> Okay, we've spent a bunch of time on that topic and I think it was needed. Does anybody have any other suggestions on how to get the word out even more? [14:40] maybe preface all 2.0.X releases as pre-releases... minimize the number of releases between now and 3.0 etc [14:41] <@wolfsokta> Bruce_ let's discuss further offline. [14:41] wolfsokta: which are the remaining two pools that need to be upgraded? I've identified qbtc, upbit, and cryptobridge as high volume exchanges that haven't said they were going to do it yet [14:41] so people can help reach out to them [14:41] f2pool is notoriously hard to contact [14:41] are they on board? [14:42] <@wolfsokta> We could use help reaching out to QBTC and Graviex [14:42] I can try to contact CB if you want? [14:42] <@Chatturga> The remaining pools are Ravenminer and PickAxePro. [14:42] <@Chatturga> I have spoken with their operators, the update just hasnt been applied yet. [14:42] ravenminer is one of the largest ones too. If they don't upgrade that will be a problem [14:42] okay good news [14:42] (PickAxePro sounds like a Ruby book) [14:43] I strongly feel like getting the word out on ravencoin.org would be beneficial [14:44] that site is sorely in need of active contribution [14:44] Anyone can volunteer to contribute [14:44] <@wolfsokta> Okay, cfox can you talk about the status of unique assets? [14:44] sure [14:45] <@wolfsokta> I'll add website to the end of our topics. [14:45] code is in review and will be on the development branch shortly [14:45] would it make sense to have a page on the wiki (or somewhere else) that lists the wallet versions run by pools & exchanges? [14:45] will be in next release [14:45] furthermore, many sites have friendly link to the standard installers for each platform, if the site linked to the primary installers for each platform to reduce github newb confusion that would be good as well [14:46] likely to a testnetv5 although that isn't settled [14:46] <@wolfsokta> Thanks cfox. [14:46] <@wolfsokta> Are there any questions about unique assets, and how they work? [14:47] after the # are there any charachters you cant use? [14:47] will unique assets be constrained by the asset alphanumeric set? [14:47] ^ [14:47] <@Chatturga> @Urgo there is a page that tracks and shows if they have updated, but it currently doesnt show the actual version that they are on. [14:47] a-z A-Z 0-9 [14:47] <@Chatturga> https://raven.wiki/wiki/Exchange_notifications#Pools [14:47] There are a few. Mostly ones that mess with command-line [14:47] you'll be able to use rpc to do "issueunique MATRIX ['Neo','Tank','Tank Brother']" and it will create three assets for you (MATRIX#Neo, etc.) [14:47] @cfox - No space [14:48] @under the unique tags have an expanded set of characters allowed [14:48] Chatturga: thank you [14:48] @UJP yes there are some you can't use -- I'll try to post gimmie a sec.. [14:49] Ok. Thank you much! [14:49] 36^36 assets possible and 62^62 uniques available per asset? [14:49] <@spyder_> std::regex UNIQUE_TAG_CHARACTERS("^[[email protected]$%&*()[\\]{}<>_.;?\\\\:]+$"); [14:50] regex UNIQUE_TAG_CHARACTERS("^[[email protected]$%&*()[\\]{}<>_.;?\\\\:]+$") [14:50] oh thanks Mark [14:51] <@wolfsokta> Okay, next up. I want to thank everybody for helping test the iOS wallet release. [14:51] <@wolfsokta> We are working with Apple to get the final approval to post it to the App Store [14:51] @under max asset length is 30, including unique tag [14:51] Does the RVN wallet have any other cryptos or just RVN? [14:52] == BruceFenton [[email protected]/web/freenode/ip.67.189.233.170] has joined #ravencoin-dev [14:52] will the android and ios source be migrated to the ravenproject github? [14:52] I've been adding beta test users. I've added about 80 new users in the last few days. [14:52] <@wolfsokta> Just RVN, and we want to focus on adding the asset support to the wallet. [14:53] == Bruce_ [[email protected]/web/freenode/ip.67.189.233.170] has quit [Ping timeout: 252 seconds] [14:53] <@wolfsokta> Yes, the code will also be freely available on GitHub for both iOS and Android. Thank you Roshii! [14:53] Would you consider the iOS wallet to be a more secure place for one's holdings than say, a Mac connected to the internet? [14:53] will there be a chance of a more user freindly wallet with better graphics like the iOS on PC? [14:53] the android wallet is getting updated for DGW, correct? [14:53] <@wolfsokta> That has come up in our discussion Pizza. [14:54] QT framework is pretty well baked in and is cross platform. if we get some qt gurus possibly [14:54] Phones are pretty good because the wallet we forked uses the TPM from modern phones. [14:54] Most important is to write down and safely store your 12 word seed. [14:54] TPM? [14:54] <@wolfsokta> A user friendly wallet is one of our main goals. [14:55] TPM == Trusted Platform Module [14:55] Ahhh thanks [14:55] just please no electron apps. they are full of security holes [14:55] <@spyder_> It is whats makes your stuffs secure [14:55] not fit for crypto [14:55] under: depends on who makes it [14:55] The interface screenshots I've seen look like Bread/Loaf wallet ... I assume that's what was forked from [14:55] ;) [14:56] <@wolfsokta> @roshii did you see the question about the Android wallet and DGW? [14:56] Yes, it was a fork of breadwallet. We like their security. [14:56] chromium 58 is the last bundled electron engine and has every vuln documented online by google. so unless you patch every vuln.... methinks not [14:56] Agreed, great choice [14:57] <@wolfsokta> @Under, what was your proposal? [14:58] All asset creation Transactions have a mandatory OP_CHECKLOCKTIMEVERIFY of 1 year(or some agreed upon time interval), and the 500 RVN goes to a multisig devfund, run by a custodial group. We get: 1) an artificial temporary burn, 2) sustainable community and core development funding for the long term, after OSTK/Medici 3) and the reintroduction of RVN supply at a fixed schedule, enabling the removal of the 42k max cap of total As [14:58] *im wrong on the 42k figure [14:58] <@wolfsokta> Interesting... [14:59] <@wolfsokta> Love to hear others thoughts. [14:59] Update: I posted a message on the CryptoBridge discord and one of their support members @stepollo#6276 said he believes the coin team is already aware of the fork but he would forward the message about the fork over to them right now anyway [14:59] Ifs 42 million assets [14:59] yep. [15:00] I have a different Idea. If the 500 RVN goes to a dev fund its more centralized. The 500 RVN should go back into the unmined coins so miners can stay for longer. [15:01] *without a hardfork [15:01] <@wolfsokta> lol [15:01] that breaks halving schedule, since utxos cant return to an unmined state. [15:01] @UJP back into coinbase is interesting. would have to think about how that effects distribution schedule, etc. [15:01] only way to do that would be to dynamicaly grow max supply [15:02] and i am concerned already about the max safe integer on various platforms at 21 billion [15:02] js chokes on ravencoin already [15:02] <@wolfsokta> Other thoughts on Under's proposal? JS isn't a real language. ;) [15:02] Well Bitcoin has more than 21 bn Sats [15:02] Is there somebody who wants to volunteer to fix js. [15:02] hahaha [15:03] I honestly would hate for the coins to go to a dev fund. It doesn't seem like Ravencoin to me. [15:03] Yep, but we're 21 billion x 100,000,000 -- Fits fine in a 64-bit integer, but problematic for some languages. [15:03] <@wolfsokta> Thanks UJP [15:04] <@wolfsokta> We're past time but I would like to continue if you folks are up for it. [15:04] Yeah no coins can go anywhere centrality contorted like a dev fund cause that would mean someone has to run it and the code can’t decide that so it’s destined to break [15:05] currently and long term with out the financial backing of development then improvements and features will be difficult. we are certainly thankful for our current development model. but if a skunkworks project hits a particular baseline of profitability any reasonable company would terminate it [15:05] Yes let’s contibue for sure [15:05] the alternative to a dev fund in my mind would be timelocking those funds back to the issuers change address [15:06] But we can’t have dev built in to the code — it has to be open source like Bitcoin and monero and Litecoin - it’s got drawbacks but way more advantages- it’s the best model [15:06] Dev funding [15:06] i highly reccommend not reducing the utility of raven by removing permanently the supply [15:07] == BW_ [[email protected]/web/freenode/ip.138.68.243.202] has joined #ravencoin-dev [15:07] timelocking those funds accompllishes the same sacrifice [15:07] @under timelocking is interesting too [15:07] How exactly does timelocking work? [15:07] <@wolfsokta> ^ [15:07] I mean you could change the price of assets with the Block reward halfing. [15:07] == Roshiix [[email protected]/web/freenode/ip.105.67.2.212] has joined #ravencoin-dev [15:08] funds cant be spent from an address until a certain time passes [15:08] but in a what magical fairy land do people continue to work for free forever. funding development is a real issue... as much as some might philosphically disagree. its a reality [15:08] You’d still need a centralized party to decide how to distribute the funds [15:08] even unofficially blockstream supports bitcoin devs [15:08] on chain is more transparent imho [15:09] == Tron_ [[email protected]/web/freenode/ip.173.241.144.77] has joined #ravencoin-dev [15:09] @UJP yes there are unlimited strategies. one factor that I think is v important is giving application developers a way to easily budget for projects which leads to flat fees [15:09] If the project is a success like many of believe it will be, I believe plenty of people will gladly done to a dev fund. I don't think the 500 should be burned. [15:09] *donate [15:09] centralized conservatorship, directed by community voting process [15:10] == Tron [[email protected]/web/freenode/ip.173.241.144.77] has quit [Ping timeout: 252 seconds] [15:10] <@wolfsokta> Thanks Under, that's an interesting idea that we should continue to discuss in the community. You also mentioned the existing website. [15:10] It would need to be something where everyone with a QT has a vote [15:10] think his computer went to sleep again :-/ [15:10] I agree UJP [15:10] with the website [15:10] No that’s ico jargon — any development fund tied to code would have to be centralized and would therefor fail [15:11] ^ [15:11] ^ [15:11] ^ [15:11] dashes model for funding seems to be pretty decentralized [15:11] community voting etc [15:11] Once you have a dev fund tied to code then who gets to run it? Who mediates disputes? [15:11] oh well another discussion [15:11] Dash has a CEO [15:12] <@wolfsokta> Yeah, let's keep discussing in the community spaces. [15:12] Dash does have a good model. It's in my top ten. [15:12] having the burn go to a dev fund is absolute garbage [15:12] These dev chats should be more target than broad general discussions — changing the entire nature of the coin and it’s economics is best discussed in the RIPs or other means [15:13] <@wolfsokta> Yup, let's move on. [15:13] just becuase existing implementation are garbage doesnt mean that all possible future governance options are garbage [15:13] <@wolfsokta> To discussing the website scenario mentioned by under. [15:13] the website needs work. would be best if it could be migrated to github as well. [15:13] What about this: Anyone can issue a vote once the voting feature has been added, for a cost. The vote would be what the coins could be used for. [15:14] features for the site that need work are more user friendly links to binaries [15:14] <@wolfsokta> We investigated how bitcoin has their website in Github to make it easy for contributors to jump in. [15:14] that means active maintenance of the site instead of its current static nature [15:15] <@wolfsokta> I really like how it's static html, which makes it super simple to host/make changes. [15:15] the static nature isn’t due to interface it’s due to no contributors [15:15] no contribution mechanism has been offered [15:15] github hosted would allow that [15:16] We used to run the Bitcoin website from the foundation & the GitHub integration seemed to cause some issues [15:16] its doesnt necessarily have to be hosted by github but the page source should be on github and contributions could easily be managed and tracked [15:17] for example when a new release is dropped, the ability for the downlaods section to have platform specific easy links to the general installers is far better for general adoption than pointing users to github releases [15:18] <@wolfsokta> How do people currently contribute to the existing website? [15:18] they dont? [15:18] We did that and it was a complete pain to host and keep working — if someone wants to volunteer to do that work hey can surely make the website better and continually updated — but they could do that in Wordpress also [15:19] I’d say keep an eye out for volunteers and maybe we can get a group together who can improve the site [15:19] == digitalvap0r-xmr [[email protected]/web/cgi-irc/kiwiirc.com/ip.67.255.25.134] has joined #ravencoin-dev [15:19] And they can decide best method [15:20] I host the source for the explorer on github and anyone can spin it up instantly on a basic aws node. changes can be made to interface etc, and allow for multilingual translations which have been offered by some community members [15:20] there are models that work. just saying it should be looked at [15:20] i gotta run thank you all for your contributions [15:20] <@wolfsokta> I feel we should explore the source for the website being hosted in GitHub and discuss in our next dev meeting. [15:21] <@Chatturga> Thanks Under! [15:21] == under [[email protected]/web/freenode/ip.72.200.168.56] has quit [Quit: Page closed] [15:21] <@wolfsokta> Thanks, we also need to drop soon. [15:21] There is no official site so why care. Someone will do better than the next if RVN is worth it anyway. That's already the case. [15:21] <@wolfsokta> Let's do 10 mins of open Q&A [15:22] <@wolfsokta> Go... [15:23] <@Chatturga> Beuller? [15:24] No questions ... just a comment that the devs and community are great and I'm happy to be a part of it [15:24] I think everyone moved to discord. I'll throw this out there. How confident is the dev team that things will be ready for oct 31st? [15:24] <@wolfsokta> Alright! Thanks everybody for joining us today. Let's plan to get back together as a dev group in a couple of weeks. [15:25] thanks block! [15:25] <@wolfsokta> Urgo, very confident [15:25] Please exclude trolls from discord who havent read the whitepaper [15:25] great :) [15:25] "things" will be ready.. [15:25] Next time on discord right? [15:25] woah why discord? [15:25] some of the suggestions here are horrid [15:25] this is better less point [15:25] == blondfrogs [[email protected]/web/freenode/ip.185.245.87.219] has quit [Quit: Page closed] [15:25] Assets are working well on testnet. Plan is to get as much as we can safely test by Sept 30 -- this includes dev contributions. Oct will be heavy testing and making sure it is safe. [15:26] people [15:26] <@wolfsokta> Planning on same time, same IRC channel. [15:26] == BW_ [[email protected]/web/freenode/ip.138.68.243.202] has quit [Quit: Page closed] [15:26] @xmr any in particular? [15:27] (or is "here" discord?) [15:27] Cheers - Tron [15:27] "Cheers - Tron" - Tron
We have a constant stream of people coming back after abandoning Dogecoin and the sub in 2014 when the price fell. These people all have old versions of QT and are now basically trying to recover their coins, presumably to cash out and abandon us again. This is causing strain for the network, as far more people are trying to leech blocks than seed them. The thing is, none of this is necessary. Especially if you're just going to dump coins. With resources such as https://coinb.in/#settings all you need are your private keys, and you can create, sign and broadcast transactions yourself. No client required, let alone one as resource-hungry as QT.
"So, how do I get my keys?"
First of all, lets talk about data management. The overwhelming majority of coins are not lost through theft, especially direct theft of wallets (as distinct from wholesale thefts/scams/implosions like Moolah, GAW, MtGox, Cryptsy, and even our own beloved Dogetipbot). Most coins are lost because people forget about their wallets and do silly things like reformat hard drives, lose passwords and so on. So, everyone should have a wallet list. Here is a sample bit of HTML that gives you a page with two columns of wallets, one for local wallets you would withdraw coins to, the other the third-party wallets you would deposit coins to third parties through (do note that many services use temporary addresses generated for deposits which expire after 24h or so). A page like this is how I manage my 100+ wallets, and I have copies on my network and hidden online. Such a page makes it easy to at least keep track of all your wallets, for a trivial amount of work to set up.
"OK, great, so now I have a list of my wallets. Now what?"
Now you're going to need the private keys for each of those wallets. Obviously you're not going to store these in a public place though. So you will need a separate file, which can just be plain text. Copy each of those addresses into it. Now go ahead and fire up QT. If you haven't synced it in 3 years, its going to take forever, but that doesn't matter. You don't actually need the blockchain for this, so you don't have to wait for it to catch up. Open up the console which is in the Help menu. Then give the command dumpprivkey with the wallet address you want the key to. Then use the up-arrow key to bring that command back, replace the address with the next one, and keep going until you have them all. It will look something like this:
13:05:18 Welcome to the Dogecoin RPC console. Use up and down arrows to navigate history, and Ctrl-L to clear screen. Type help for an overview of available commands. 13:11:06 dumpprivkey D9xDcRthB6XP4vRGqiyKdDfVJ7CWhYuBBi 13:11:06 6KEcssuq1wWUrFVmMF8yDxHuAdQMiRezz53zDxADLmyoXnix7iM 13:12:00 dumpprivkey DUDARNrGHVTFcCgriwRWgDQJPKDuDQr9jg 13:12:00 6JNk6NNFZcr49fbsD2jcTfTxFLjJKq9DHQ5JU8CYeZ2Cz6JdKMY 13:12:25 dumpprivkey DG6xnwCT6BXePaySqU85XocobZmhbJczQH 13:12:25 6JNXFv95Mp9SzehHw9jojjdxHRNPeh77qCsRbaNwJZMp9MKCAu3
Yes, those are real wallets. But don't bother trying to steal my coins, I just generated them on https://walletgenerator.net/ and they're empty. That's basically it. All you need to do is add some descriptions of what the wallets are, pretty up the format to your liking, and save copies in multiple, secure places, including printed out.
Remember, if you lose your keys, OR someone else sees them, you lose your coins!
If those were my real wallets above, you could use the keys and spend my coins. So obviously, don't let anyone else, especially annoying little brothers, get their grubby hands on them. But also make sure they can be discovered if anything happens to you. That's why the printed copies... nobody is going to go trolling through your porn or warez collection on the offchance there's something valuable in there. But they will look in your safe or wherever you store other important documents. Just be sure to leave a note as to what they are and how to use them. Remember the woman who came here a couple years ago who had found a USB stick with 110 BTC in a locked wallet.dat on it from her dead husband? I sometimes wonder if she ever got the money. Don't be her. Or him.
"OK, great. Now I have my keys. What now?"
Well, you can spend coins using https://coinb.in/#settings from any wallet you have the keys to. First step is to choose the network. Dogecoin (mainnet) obviously. Then go to Transaction in the +New menu. Enter your address and hit the Load button. It will pull in the first 100 transactions. Now enter the address to pay, and the amount. Note the Transaction Fee box! You want this amount to be zero. Depending on whether you're moving coins to another of your wallets to consolidate them (a very good idea.. go read the UTXO ELI5, which you will find a couple pages into https://www.reddit.com/dogecoin/comments/4yts6h/start_here_for_much_wallet_wow/ - Yes, I'm going to make you work for it, cos there's tons of useful stuff there you need to know), or paying someone else, you may want to select which inputs to use. Once you're happy with the transaction, go ahead and submit it. You will now get a block of text, which is the raw, unsigned transaction. Copy this. Go to the Sign tab. Paste it. Add your private key and Submit to sign it. After a little bit, you will get a signed transaction. Copy it. Go to the Broadcast tab, paste it and hit Submit. That's it. It should go into the next block in a minute or two. Yes, even without paying a mining fee. Our network is so lightly loaded that there are no contention issues like the Bitcoin people have to put up with.
"That's it? So why do I need QT?"
You don't. The process above is all that's involved in spending coins. Everything else is window dressing. So there is no need to run QT, or any other client. Oh, and since you can download the site and run it locally (mostly offline), there is no security issue beyond the usual keyloggers/spyware that can compromise anything. And by knowing how to do this, you are much better protected from accidental loss than someone who blindly trusts black boxes they don't understand. Oh, one final thing... if you really want to help the network by seeding rather than leeching, go ahead and run a full node. Instructions are in that link above. AND you may want to help seed the bootstrap file torrent from a couple of days ago. Just because YOU don't need it, doesn't mean others don't, right?
BitN00B: Help with Python/JSON call : getNewAddress(account) - fail
When making a JSON call, RPC to bitcoind, what is "account" parameter in getNewAddress(account). Does anyone have actual code to demo this? This is frustrating given how much time I have spent ( a day ), trying to get this to work in code, trying different things, googling all over, following things to a dead end. In my Bitcoin QT, I see no reference to "account", I don't know what to put there as a parameter. Reference: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list#Full_list If I leave it blank, or I make up something to put there, I get a socket timeout. I can successfully call: getblockchaininfo() (no params), and a few others with no socket timeout, but not getNewAddress. Anything and everything requiring a parameter fails. -- Also if anyone can help, I please need a clear concise example of sending a transaction. I can find no good code examples on how to create a raw transaction and send with any Python/RPC/Bitcoind library out there. None. It should not take more than a few lines of code to send a transaction.
set variables in a data structure
make a call to send the transaction (that's it). The library will take params from the data structure, construct a raw transaction, convert that raw transaction to the format it needs when sending over http (json/rpc), as it does and I understand it to work that way. I would like to have the raw transaction printed out to debug, both raw transaction and the actual hex code that is sent. Thank You, JC
Lost most of my Doge late 2013. There may be one last solution to getting some back. Does anyone have a copy of "DogeCoin version v0.6.4.0-unk-beta" or know which release it is directly linked to?
My keys corrupted and i didn't have a recent backup, after the upgrade lost all the doges. I think there might be one more hope of finding some, and would appreciate if anyone knows which version " v0.6.4.0-unk-beta" which is on the debug.log output. Noticed after all this time after digging through Bitcoin release notes that before bip32/hd wallets came in or as a matter of fact As they came in too (thanks devs). Most if not everyone i asked thought backing up the wallet.dat file is good enough, or the old --salvagewallet nor -zapwalletxes. They either aggressively scrambled the wallet making it more likely destroy even more keys, sure saved a few coins but most of the addresses in the keypool which has a size of 100 didn't have a corresponding private key anywhere in the wallet AFAIKT, Sorry before i rant, i just need some info on if this wallet if linked to a specific Dogecoin version and just happens to say v0.6.4.0 in the debug log file. I can't update directly to any other version without the wallet breaking up. Apparently i need the exact version that was last used, and turn it off extra safely so the log files which hold some parts of the keys go back to the Wallet.dat or something. I tried all solutions, this might just work. from the "Bitcoin version 0.7.1 Readme file."
How to Upgrade If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), then run the installer (on Windows) or just copy over /Applications/Bitcoin-Qt (on Mac) or bitcoind/bitcoin-qt (on Linux). If you were running on Linux with a version that might have been compiled with a different version of Berkeley DB (for example, if you were using an Ubuntu PPA version), then run the old version again with the -detachdb argument and shut it down; if you do not, then the new version will not be able to read the database files and will exit with an error. Explanation of -detachdb (and the new “stop true” RPC command): The Berkeley DB database library stores data in both “.dat” and “log” files, so the database is always in a consistent state, even in case of power failure or other sudden shutdown. The format of the “.dat” files is portable between different versions of Berkeley DB, but the “log” files are not– even minor version differences may have incompatible “log” files. The -detachdb option moves any pending changes from the “log” files to the “blkindex.dat” file for maximum compatibility, but makes shutdown much slower. Note that the “wallet.dat” file is always detached, and versions prior to 0.6.0 detached all databases at shutdown.
or on shut down the coin client using the -detatchdb comas coins use both log and dat files with berkeley. Thanks, D_M
Discord Log from Ravencoin Open Developer Meeting - Oct 19, 2018
RavencoinDev - Today at 2:03 PM Hello Everybody, sorry we're getting started a couple of minutes late today.Today we wanted to make sure that everybody was aware of the Bug Bounty program and discuss it.Has everybody seen the information at https://github.com/RavenProject/Ravencoin/wiki?GitHubRavenProject/RavencoinProject staging tree. Contribute to RavenProject/Ravencoin development by creating an account on GitHub.📷
Hans_Schmidt - Today at 2:06 PM
Yes. I'm working on it...📷1
RavencoinDev - Today at 2:07 PM
I have seen that @Hans_Schmidt Thank you for really digging into the code. You have found some really good ones.Did you get an address posted in the issues so we can reward you for your efforts?
Hans_Schmidt - Today at 2:08 PM
Yes I sent it to Tron and blondfrogs. Thanks.
[Dev] Blondfrogs - Today at 2:08 PM
I got hans address, and updated the wiki accordingly
RavencoinDev - Today at 2:09 PM
Nice! thanks guys, we'll get that sent out today.
brianmct - Today at 2:09 PM
Wow that's a lot of RVN!
Hans_Schmidt - Today at 2:09 PM
The next one is proving harder to find. That is a good thing 📷
[Dev] Blondfrogs - Today at 2:09 PM
Please @Scotty and @Hans_Schmidt look at the wiki, and make sure the address next to the issues you created is the correct address where you would like payment.(edited)
MSFTserver-mine more @ MinerMore - Today at 2:09 PM
just a heads up im renaming this channel to just development meetings
RavencoinDev - Today at 2:09 PM
We feel it's worth the amount for sure to find and fix those type of issues.
brianmct - Today at 2:10 PM
Probably shouldn't keep the addresses on the wiki, since it's publicly editable?
RavencoinDev - Today at 2:10 PM
@MSFTserver-mine more @ MinerMore okay
[Dev] Blondfrogs - Today at 2:11 PM
We will look into the github wiki permissionsand verify addresses before sending payment
RavencoinDev - Today at 2:11 PM
Thats a good point, and reach out to the individuals directly to ensure it's their correct address.
brianmct - Today at 2:12 PM
Actually it's not publicly editable. My bad. Still good to confirm directly though
RavencoinDev - Today at 2:12 PM
Yes
brianmct - Today at 2:12 PM
Probably have people put their address on the issue when reporting it
[Dev] Blondfrogs - Today at 2:12 PM
^^
brianmct - Today at 2:12 PM
Don't want any MITM attacks :P
RavencoinDev - Today at 2:13 PM
No we don't.
Chatturga - Today at 2:13 PM
Putting a public address out there is asking to get sent certain asset tokens when it goes live. 📷📷1
RavencoinDev - Today at 2:13 PM
Any questions about the issues that were found thus far?
Hans_Schmidt - Today at 2:14 PM
I verified that my address is correct.
[Dev] Blondfrogs - Today at 2:14 PM
Thanks
Hans_Schmidt - Today at 2:15 PM
Will you send a dust send first to verify (for bitcoin we do that as standard procedure for large amounts)
[Dev] Blondfrogs - Today at 2:15 PM
Yes, that is the process we follow also
Hans_Schmidt - Today at 2:15 PM
sounds good
RavencoinDev - Today at 2:16 PM
Just an FYI some of the developers were at the Free State Blockchain conference last week.We also spoke at the MIT Business schoolIt was great to see our community members there!
UserJonPizza™FlyToTheNorthRaven - Today at 2:17 PM
Are you guys 100% on the 31st? Ik prob been asked a million times but...
RavencoinDev - Today at 2:18 PM
Thanks to all that helped with the conference.📷1
[Dev] Blondfrogs - Today at 2:18 PM
The current code base will start voting on the 31st.
Chatturga - Today at 2:18 PM
Yes Its in the code.
RavencoinDev - Today at 2:18 PM
Any other questions about the Bug Bounty?
Hans_Schmidt - Today at 2:19 PM
What's the plan for next formal release?
[Dev] Blondfrogs - Today at 2:20 PM
Should be early next week, we are planning a 2.1.1 release, with the latest bug fixes in it.We thought we would give it a couple more days to see if any additional bugs are found.
RavencoinDev - Today at 2:21 PM
Agreed, there will be one more binary release before the end of the month.
[Master] Roshii - Today at 2:21 PM
Sorry late again
Hans_Schmidt - Today at 2:21 PM
I'm not pushing for the release, just asking. I prefer to have a few days to see if I can get my next attack attempt to work
SpyderDev - Today at 2:22 PM
@[Master] Roshii - were your ears burning?
[Dev] Blondfrogs - Today at 2:22 PM
Yep. You got it, keep attacking the chain!
RavencoinDev - Today at 2:23 PM
Yes please we would encourage everybody to help us find additional chain splitting or consensus defects.Other defects are also welcome, just not part of the bounty at this point.
Hans_Schmidt - Today at 2:24 PM
It would be helpful to know if someone is methodically verifying that the fixes work and also cover the minor variations, because I am not doing that.
[Dev] Blondfrogs - Today at 2:25 PM
Yes. I am personally verifying all bug fixes, and so are the other developers
SpyderDev - Today at 2:25 PM
We are also creatimg tests for them.
Hans_Schmidt - Today at 2:25 PM
Like I payed unique asset creation into the wrong burn address. But there are other variations. Your fix looks like it covers it all.
[Dev] Blondfrogs - Today at 2:26 PM
That is correct. We appreciate the bugs found and expand off of them to fix all other small variations of them.
Hans_Schmidt - Today at 2:26 PM
Great. I focus on new angles.
[Dev] Blondfrogs - Today at 2:26 PM
Prefect!
SpyderDev - Today at 2:26 PM
Please
Chatturga - Today at 2:27 PM
test
RavencoinDev - Today at 2:27 PM
@Tron isn't able to be here but he wanted me to share this.
Hi All. I’m sorry I’m not able to make it to this development discussion. I’ve been invited to be on a Cryptocurrency and ICO/STO panel at the Federal Bar Council Fall Retreat. I've been informed that many of the attendees are judges from the Second Circuit Court of Appeals which is the Circuit Court for the state of NY. These presidentially appointed judges are just below the US Supreme Court and before whom the SEC and CFTC would be mere litigants. I’m on the panel with some heavyweight crypto and securities attorneys and my role will be talking primarily about the technology (blockchain, tokenized assets, smart contracts, etc.) while allowing the other distinguished panelists to address the legal aspects of this new technology. This is an amazing opportunity to introduce the audience to the best aspects of crypto-currencies and crypto-assets.
📷4
Pathfinder - Today at 2:28 PM
wow that's awesome
SpyderDev - Today at 2:28 PM
We are all hoping @Tron will not get arrested.
mapple - Today at 2:28 PM
yesand yes to the not arrested :))
RavencoinDev - Today at 2:29 PM
I told him the mask thing was probably a bad idea for that event...
Hans_Schmidt - Today at 2:29 PM
The Raven mask or the Guy Falkes?
RavencoinDev - Today at 2:29 PM
We need a Tron with judges Meme @PathfinderYes to both.
Skan - Today at 2:29 PM
ITS A TRAP
RavencoinDev - Today at 2:30 PM
LOL
Hans_Schmidt - Today at 2:30 PM
A Tron Trap?
mapple - Today at 2:30 PM
i was asked on telegram a few days ago about timeframes for all phases (currently announced) to be completed - are there estimates I've missed?I've properly looked through githubi've not lol
RavencoinDev - Today at 2:31 PM
We are hoping to complete the remaining phases by the end of Q1 but have provided no hard dates.
mapple - Today at 2:32 PM
OK - so march 2019 estimate if anyone asks again would be fair at the moment
RavencoinDev - Today at 2:33 PM
One of the topics I would like to cover for all our web developers is the ravencoin.com website.
gwrg - Today at 2:33 PM
Does it include Phase 7 which was added recently?
RavencoinDev - Today at 2:34 PM
That's not been fully thought through to this point so it's not likely.I wanted to make sure you all knew that Ravencoin.com is a community website, the source is posted and web developers are free to submit pull requests to make changes.
Vincent - Today at 2:35 PM
Chatturga had mentioned a plan to somehow modify the asset creation cost in the future...is that part of the qtr 1 plan?
RavencoinDev - Today at 2:36 PM
We'll be watching closely how the asset creation and RVN burn goes once it goes live.
Chatturga - Today at 2:37 PM
I did say that the rate is 500 RVN for now so that actual data can be gathered, which can then be applied to proposed changes. Speculative data just isnt enough.(edited)
Tron's in there. Just have to look hard (like finding Waldo)
RavencoinDev - Today at 2:38 PM
@Pathfinder You are the best, I'm just saying....
Vincent - Today at 2:38 PM
i understand but pure economics will go into play. i will not harp on it here...there is plenty of time for this
Skan - Today at 2:38 PM
Ok good to know @ website, will spread that info
Vincent - Today at 2:38 PM
obvious my soapbox
RavencoinDev - Today at 2:39 PM
Thanks Skan!📷1Any questions about Ravencoin.com?
Hans_Schmidt - Today at 2:40 PM
I come to these meetings for @Pathfinder memes(edited)
RavencoinDev - Today at 2:40 PM
SO DO I!If I say no will you delete your post?(edited)📷Actually, if we don't have any further questions about the website that would be a great topic.
[Dev] Blondfrogs - Today at 2:43 PM
1
RavencoinDev - Today at 2:43 PM
@[Master] Roshii has been hard at work adding asset support to the mobile wallets.📷3You'll be able to see, transfer, receive assets.You'll also be able to create them right on your phone.
mapple - Today at 2:44 PM
awesome for small business use cases
Vincent - Today at 2:45 PM
will that only include RVN created assets or other currencies as well?
RavencoinDev - Today at 2:46 PM
The RVN wallets only support RVN and soon will support RVN assets.📷2Agreed!Any other questions about Mobile support?
russ - Today at 2:48 PM
any web wallets that support assets yet?
RavencoinDev - Today at 2:48 PM
That's a good question!
Chatturga - Today at 2:49 PM
@traysi -[MM Sysop]- Might be able to answer that.
That's amazing.I think Pathfinder could get paid to make memes for a company...@Under Has done some great work migrating web based bitcoin tools to Raven.I would love to see a web dev kit that allowed web/mobile developers to easily incorporate Raven into their projects.
SpyderDev - Today at 2:51 PM
When is the meme bounty program?
Hans_Schmidt - Today at 2:51 PM
Just wondering- is anyone tracking use of post-2.04 client use on the mainnet? It would be good to know if the non-asset stuff is continuing to work without issues on main.
[Master] Roshii - Today at 2:52 PM
@RavencoinDev I have some ideas for mobile integration kit
[Dev] Blondfrogs - Today at 2:52 PM
Everything seems to be in order on Mainnet.
RavencoinDev - Today at 2:52 PM
Awesome @[Master] RoshiiLet's open it up for General Q&A for the last 10 minutes. Anybody have a question they have been dying to ask?
Under - Today at 2:53 PM
I’d really like to know about the build system.The solution I use is pretty reliable.
cade - Today at 2:53 PM
What would you like to know about it?
Under - Today at 2:54 PM
I’d be glad to train you up on mine
RavencoinDev - Today at 2:54 PM
We are working to incorporate the work that you have put in there. Still struggling with the Mac build part of it.
Hans_Schmidt - Today at 2:54 PM
Do you track wallet version usage on main. Any idea how many people are using newer versions?
cade - Today at 2:54 PM
The current build system we're using is based on what you've doneJust modified to fit into our CI process
[Dev] Blondfrogs - Today at 2:55 PM
@Hans_Schmidt We don't have a rolling tally but you can use the explores to view node versions.
RavencoinDev - Today at 2:55 PM
We do check what's being run on the network periodically but don't have a dashboard type view into the version data.
Vincent - Today at 2:55 PM
is the burn rate going to be tracked and charted on the asset explorer?
Under - Today at 2:55 PM
Rather than incorporating it, it vanilla in a vanilla Ubuntu 18 box works pretty well. CI like Travis could run on a fully gitian build, which I’m glad to work on too
RavencoinDev - Today at 2:56 PM
@Vincent There was talk of creating an RPC call that would show how much has been burned and for what purpose.Anybody want to take a shot at writing that?
@Under We have processes and tools that are in use within our organization and we leverage those tools for all of our projects. We have taken the awesome work you've done and tailored it to fit within our toolsets.📷2
Under - Today at 2:59 PM
I can understand that, but I’d counter that the process I describe is simply a copy of bitcoins and allows for it to be replicated in a larger community of developer outside of the Medici teamIt makes the build process trustless and decentralized if it can be replicated by anyone.But I get why you have your ways of doing it.
Hans_Schmidt - Today at 3:00 PM
If you drop the burn address into the web explorer, it tells you how much went there.
Vincent - Today at 3:00 PM
charts are nicer📷2📷1
RavencoinDev - Today at 3:01 PM
I would like a burned endpoint that coinmarketcap can easily call to use in their circulating supply metric.
Vincent - Today at 3:01 PM
burn and rewards can only go one way.... 📷
RavencoinDev - Today at 3:02 PM
Alright, thank you all for being here today. Thank you for your support and for all your effort on Ravencoin platform!
Neo-Geo - Today at 3:02 PM
While we are aware of the dev team’s commitment to ASIC resistance, are there any assurances that RVN dev will find a solution to stay GPU exclusive for optimal decentralization? Monero’s commitment to fork every 6 months (currently on CryptoNightV8) has been wildly successful in keeping AMD’s cards pointing predominantly at their network. RVN is quickly replacing Ethereum as the defacto coin to mine for Nvidia owners (the world’s most popular video card), but the rise of FPGAs can ruin the incentive for GPU miners and lead to hash centralization.📷2
Vincent - Today at 3:02 PM
as a noob...glad to be part of this...great job by all
cade - Today at 3:03 PM
@Under We will be releasing our build process to the community
RavencoinDev - Today at 3:03 PM
Yes @Neo-Geo we are committed to ASIC resistance and we are watching Monero closely.Thanks again everybody. Now go find some BUGS!
Under - Today at 3:04 PM
Cool thanks guys
[Dev] Blondfrogs - Today at 3:04 PM
BTW. QT wallet GUI update is coming. hahahah. have a good day everyone📷1
Entering the getblocktemplate or getwork RPC commands into the Bitcoin-Qt debug console will cause Bitcoin-Qt to crash. Run Bitcoin-Qt with the -server command-line option to workaround. Thanks to everybody who contributed to the 0.8.2 release! APerson241; Andrew Poelstra; Calvin Owens; Bitcoin Core 0.9.2.1 Rpc Calls Extended List (pastebin/bitcoinse X-post) Bitcoin Core 0.9.2.1 RPC Calls Extended List (Pastebin/BitcoinSE x-post) I posted Bitcoin Core 0.9.2.1 RPC Calls Extended List over at Bitcoin SE and linked to the full copy/paste at Pastebin There's a few rough formatting issues but I found this hard to find so perhaps it'll help people like myself. The client associates transactions with bitcoin addresses in the local wallet. The client provides a service for managing the local wallet. RPC Interface: The client offers an JSON-RPC interface over HTTP over sockets to perform various operational functions and to manage the local wallet. Accordingly, the only thing you need to accept bitcoins is a bitcoin client on the server. It is called bitcoind, it’s just a console version of the client, with all the same familiar functionality. It works through the JSON-RPC protocol, is located under port 8332. All that remains after installation is to set up the client and Node.js. The Bitcoin.com mining pool has the lowest share reject rate (0.15%) we've ever seen. Other pools have over 0.30% rejected shares. Furthermore, the Bitcoin.com pool has a super responsive and reliable support team.
Bitcoin RPC Remote Code Execution Exploit for BitcoinCore 0.9-0.15.1 CVE-2017-9230
Anditto covers basics of Remote Procedure Calls (RPC) that allow developer to use Bitcoin client to interact with Bitcoin network. How to configure and interact with Bitcoin using RPC (create ... Bitcoin JSON-RPC Tutorial 4 - Command Line Interface - Duration: 5:14. m1xolyd1an Recommended for you. 5:14. Bitcoin Lightning Network Tutorial Part 1 - Setup Bitcoind - Duration: 15:10. Communicate with Bitcoin-qt using C# - .NET. Category Howto & Style; Show more Show less. Loading... Autoplay When autoplay is enabled, a suggested video will automatically play next. An introduction to the Bitcoin JSON-RPC tutorial series. BTC: 1NPrfWgJfkANmd1jt88A141PjhiarT8d9U. How to run Bitcoin-qt as a server with a configuration file (3 of 6) Skip navigation Sign in. ... JSON RPC Calls with Bitcoin qt (4 of 6) - Duration: 4:25. Lars Holdgaard 6,166 views.