Bitcoin Forum
May 06, 2024, 01:59:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] Bitcoin Environment for Application Developers: Bitcoin Regtest Node  (Read 1278 times)
obale (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile WWW
October 15, 2014, 12:27:57 PM
Last edit: October 15, 2014, 02:58:10 PM by obale
 #1

Hey There!

I am pleased to announce the bitcoin-regtest-node project (see https://github.com/Sigimera/bitcoin-regtest-node). During my work for www.btc-funding.com I came across the issue, how to test my Bitcoin code, especially under different scenarios. This repository contains basic instructions how to work with a local blockchain (in regtest mode). The plan is to extend this repository to automatically setup a (local) regtest node and simulate transactions. The project should provide a framework that allows, with minimal effort, to test extensively a Bitcoin application, e.g. by randomizing the number of transactions and amount to a specific bitcoin address or by generating a lot of transactions for stress testing the application.

Currently it contains only basic instructions, but more will come soon. Please let me know what you think and what functionality do you need.

Your help is pretty much appreciated.

Regards

Alex

1715003957
Hero Member
*
Offline Offline

Posts: 1715003957

View Profile Personal Message (Offline)

Ignore
1715003957
Reply with quote  #2

1715003957
Report to moderator
1715003957
Hero Member
*
Offline Offline

Posts: 1715003957

View Profile Personal Message (Offline)

Ignore
1715003957
Reply with quote  #2

1715003957
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715003957
Hero Member
*
Offline Offline

Posts: 1715003957

View Profile Personal Message (Offline)

Ignore
1715003957
Reply with quote  #2

1715003957
Report to moderator
obale (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile WWW
October 16, 2014, 10:19:37 AM
 #2

Adding a bash script that allows you to do the following:

  • Bootstrap a new regtest node with private blockchain and mined 50 BTC
  • Simulate (randomly) a bunch of transactions with random values to a given address.
  • Modular bash scripts that can be used for customized scripting, see lib/ directory.

Feedback and comments are appreciated.
dansmith
Full Member
***
Offline Offline

Activity: 202
Merit: 100


View Profile
October 20, 2014, 11:55:32 AM
 #3

good endeavour

https://tlsnotary.org
Transferable webpage content notarization.
obale (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile WWW
October 20, 2014, 06:50:56 PM
 #4

Thanks!

Currently I am playing around with a newly written ruby gem. By using a programming language for a command line tool and a bitcoin library, there are even more complex scenarios possible.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!