Bitcoin Forum
May 28, 2024, 10:12:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoind for noobs developers  (Read 947 times)
grantenierman (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
September 04, 2014, 01:30:59 AM
 #1

Not sure if this is a beginner topic or not but is there a way for a newbie to take on the bitcoind even in a windows environment? I would like to know the trick of the trade if you will to this bitcoin api and bitcoin services on the forum can be a little overwhelming for the inspiring new developer.
williamj2543
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500

Get ready for PrimeDice Sig Campaign!


View Profile WWW
September 04, 2014, 01:34:08 AM
 #2

Once you get the hang of it (at least in PHP) its actually very simple. Only two lines of setup and then you can easily run and return commands just like your in a wallet. It seemed overwhelming at first but with the first two lines (include jsonrpcclient) and the connection line, after that all you have to do is
Code:
print_r($bitcoin->sendtoaddress('1address', 0.1));
to send 0.1 an address and return the txid.

█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
▓▓▓▓▓  BIT-X.comvvvvvvvvvvvvvvi
→ CREATE ACCOUNT 
▓▓▓▓▓
█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
grantenierman (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
September 04, 2014, 01:43:38 AM
 #3

php is fun But i also would like to create services for bitcoin and altcoin clones i know many people do and have been around since the beginning of bitcoin. For example i notice alot of people have mining pools and as a web developer and site owner I think a project like that for my group would be not just fun but a good side hobby.
williamj2543
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500

Get ready for PrimeDice Sig Campaign!


View Profile WWW
September 04, 2014, 01:45:37 AM
 #4

Mining pools are a bit different since its something thats actually running, not some one time script. I have never ran a mining pool so I couldn't help you on that.

█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
▓▓▓▓▓  BIT-X.comvvvvvvvvvvvvvvi
→ CREATE ACCOUNT 
▓▓▓▓▓
█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
grantenierman (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
September 04, 2014, 01:58:38 AM
 #5

is that the same for an online exchange too or is that little more advance? for example like coinbase
williamj2543
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500

Get ready for PrimeDice Sig Campaign!


View Profile WWW
September 04, 2014, 02:04:39 AM
 #6

I could do an exchange, its just a bunch of trading scripts adding and subtracting from balances and such.

█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
▓▓▓▓▓  BIT-X.comvvvvvvvvvvvvvvi
→ CREATE ACCOUNT 
▓▓▓▓▓
█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
grantenierman (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
September 04, 2014, 07:03:52 PM
 #7

I could do an exchange, its just a bunch of trading scripts adding and subtracting from balances and such.
could that work if i wanted to trade my coin to btc will it be value just in that exchange because i know some coins have different value. I have a altcoin developing which is why i asked.
williamj2543
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500

Get ready for PrimeDice Sig Campaign!


View Profile WWW
September 04, 2014, 11:02:15 PM
 #8

I could do an exchange, its just a bunch of trading scripts adding and subtracting from balances and such.
could that work if i wanted to trade my coin to btc will it be value just in that exchange because i know some coins have different value. I have a altcoin developing which is why i asked.
I have no idea how the prices are determined, but you would have to get the value of BTC from a external API (or do it yourself) and your coin from an external api, but I think markets work by users setting buy and sell orders.

█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
▓▓▓▓▓  BIT-X.comvvvvvvvvvvvvvvi
→ CREATE ACCOUNT 
▓▓▓▓▓
█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
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!