StratisBitcoinFullNode icon indicating copy to clipboard operation
StratisBitcoinFullNode copied to clipboard

Bitcoin full node in C#

Results 100 StratisBitcoinFullNode issues
Sort by recently updated
recently updated
newest added

Need to test that it is seamless to enable this in contracts

I am having issues in running the latest code of StratisD on testnet. Unable to resolve service for type 'Stratis.SmartContracts.Core.Receipts.IReceiptRepository' while attempting to activate 'Stratis.Bitcoin.Features.SmartContracts.ReflectionExecutor.Controllers.SwaggerUIContractListMiddleware'. ![image](https://user-images.githubusercontent.com/2565797/82137510-8da0c100-9836-11ea-8e40-c66f50b97970.png)

I see an issue in running the below Stratis Docker. The confirmed balance for node 1 wallet is always 0. docker-compose -f 3-NodeNetwork.yml up ![image](https://user-images.githubusercontent.com/2565797/82137918-cbebaf80-9839-11ea-8c1e-02aee2653533.png) ![image](https://user-images.githubusercontent.com/2565797/82142771-60ffa000-985c-11ea-9462-5e48d0b3d266.png)

Failing to run on docker. docker pull stratisgroupltd/blockchaincovid19:latest docker-compose -f 3-NodeNetwork.yml up ![image](https://user-images.githubusercontent.com/2565797/79407581-1073f900-7fb7-11ea-87ba-6f95a6317744.png)

Team, I see a lots of broken links and in-correct or outdated documentation.. 1) dotnet run doesn't work any more. Instead it should be dotnet https://academy.stratisplatform.com/Developer%20Resources/SmartContracts/Tutorial2-HelloWorld/deploying-hello-world-contract.html 2) Operational guide github...

If I configure my node to use the TOR network and in my config I set externalip=XXX.onion - I get the following error: There was a problem initializing the node....

idea

* Enable auto kicking * Subscriptions in correct order * Check whether it happened in any previous polls * Formatting niceties

I am not entirely convinced this is all that needs to be done. We still need a test for histories containing staking transactions. There is also a residual issue; if...