• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

build client that will be able to connect with existing server

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys..I am trying to connect with bitcoins server,so i have to build client in java socket,,any suggestion ?

Is there any specific steps to connect with existing server

Do i have to follow specific toolkit ? i am really confused
 
Rancher
Posts: 43081
77
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What, exactly, do you mean by "Bitcoin server"? AFAIK, there is no central server, and no single server API.
 
muntadher fadhil
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ulf Dittmer wrote:What, exactly, do you mean by "Bitcoin server"? AFAIK, there is no central server, and no single server API.



I meant that i want to connect with specific existing server and @bitcoin server@ just server that i would like to connect to
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which specific server is that? Have you been in touch with its administrators? As I said, I don't think there is a single common server protocol. And what do you mean by "connect" - what operation are you trying to perform? Have you read the developer docs at https://bitcoin.org/en/bitcoin-for-developers?
 
reply
    Bookmark Topic Watch Topic
  • New Topic