Why after 25 transactions bitcoin balance is gone on regtest = 1?
So, I have a small test network with four instance. Bitcoin forwarding service (RESTFUL eBitGate API).
1st instance is kind of network which only generate blocks.
2nd instance is kind of service which generate addresses to send and receive coins.
3rd instance is kind of shop wallet, which receives coins from second instance
4th instance is client (customer) - which send coins to generated addresses from second instance.
I am trying to make some transaction to one address which generated on second instance.
So I just send 25 transactions in a row, but on 25th transaction balance is gone. Can somebody explain to me what happened?
Please watch 3 min VIDEO
bitcoin bitcoin-testnet
add a comment |
So, I have a small test network with four instance. Bitcoin forwarding service (RESTFUL eBitGate API).
1st instance is kind of network which only generate blocks.
2nd instance is kind of service which generate addresses to send and receive coins.
3rd instance is kind of shop wallet, which receives coins from second instance
4th instance is client (customer) - which send coins to generated addresses from second instance.
I am trying to make some transaction to one address which generated on second instance.
So I just send 25 transactions in a row, but on 25th transaction balance is gone. Can somebody explain to me what happened?
Please watch 3 min VIDEO
bitcoin bitcoin-testnet
Please edit the question to be specific and show the programming problem you’re having. It is very unclear and a video is not a proper way to explain it.
– Sami Kuhmonen
Jan 2 at 16:19
please any help?
– eBitGate
Jan 6 at 17:59
Please read what I wrote: explain the specific programming problem here, including source code, preferably a Minimal, Complete, and Verifiable example. Otherwise this is off topic here as you can see from the help center.
– Sami Kuhmonen
Jan 6 at 18:42
add a comment |
So, I have a small test network with four instance. Bitcoin forwarding service (RESTFUL eBitGate API).
1st instance is kind of network which only generate blocks.
2nd instance is kind of service which generate addresses to send and receive coins.
3rd instance is kind of shop wallet, which receives coins from second instance
4th instance is client (customer) - which send coins to generated addresses from second instance.
I am trying to make some transaction to one address which generated on second instance.
So I just send 25 transactions in a row, but on 25th transaction balance is gone. Can somebody explain to me what happened?
Please watch 3 min VIDEO
bitcoin bitcoin-testnet
So, I have a small test network with four instance. Bitcoin forwarding service (RESTFUL eBitGate API).
1st instance is kind of network which only generate blocks.
2nd instance is kind of service which generate addresses to send and receive coins.
3rd instance is kind of shop wallet, which receives coins from second instance
4th instance is client (customer) - which send coins to generated addresses from second instance.
I am trying to make some transaction to one address which generated on second instance.
So I just send 25 transactions in a row, but on 25th transaction balance is gone. Can somebody explain to me what happened?
Please watch 3 min VIDEO
bitcoin bitcoin-testnet
bitcoin bitcoin-testnet
edited Jan 9 at 9:40
eBitGate
asked Jan 2 at 16:14
eBitGateeBitGate
35
35
Please edit the question to be specific and show the programming problem you’re having. It is very unclear and a video is not a proper way to explain it.
– Sami Kuhmonen
Jan 2 at 16:19
please any help?
– eBitGate
Jan 6 at 17:59
Please read what I wrote: explain the specific programming problem here, including source code, preferably a Minimal, Complete, and Verifiable example. Otherwise this is off topic here as you can see from the help center.
– Sami Kuhmonen
Jan 6 at 18:42
add a comment |
Please edit the question to be specific and show the programming problem you’re having. It is very unclear and a video is not a proper way to explain it.
– Sami Kuhmonen
Jan 2 at 16:19
please any help?
– eBitGate
Jan 6 at 17:59
Please read what I wrote: explain the specific programming problem here, including source code, preferably a Minimal, Complete, and Verifiable example. Otherwise this is off topic here as you can see from the help center.
– Sami Kuhmonen
Jan 6 at 18:42
Please edit the question to be specific and show the programming problem you’re having. It is very unclear and a video is not a proper way to explain it.
– Sami Kuhmonen
Jan 2 at 16:19
Please edit the question to be specific and show the programming problem you’re having. It is very unclear and a video is not a proper way to explain it.
– Sami Kuhmonen
Jan 2 at 16:19
please any help?
– eBitGate
Jan 6 at 17:59
please any help?
– eBitGate
Jan 6 at 17:59
Please read what I wrote: explain the specific programming problem here, including source code, preferably a Minimal, Complete, and Verifiable example. Otherwise this is off topic here as you can see from the help center.
– Sami Kuhmonen
Jan 6 at 18:42
Please read what I wrote: explain the specific programming problem here, including source code, preferably a Minimal, Complete, and Verifiable example. Otherwise this is off topic here as you can see from the help center.
– Sami Kuhmonen
Jan 6 at 18:42
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54009624%2fwhy-after-25-transactions-bitcoin-balance-is-gone-on-regtest-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54009624%2fwhy-after-25-transactions-bitcoin-balance-is-gone-on-regtest-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Please edit the question to be specific and show the programming problem you’re having. It is very unclear and a video is not a proper way to explain it.
– Sami Kuhmonen
Jan 2 at 16:19
please any help?
– eBitGate
Jan 6 at 17:59
Please read what I wrote: explain the specific programming problem here, including source code, preferably a Minimal, Complete, and Verifiable example. Otherwise this is off topic here as you can see from the help center.
– Sami Kuhmonen
Jan 6 at 18:42