Bitcoin Forum
May 09, 2024, 06:51:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Has anyone set-up coipunk?  (Read 587 times)
Mr. Sway (OP)
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile WWW
October 26, 2013, 06:05:03 PM
 #1

I was thinking of just setting up my own personal wallet for just me and my friends has anyone set up coinpunk before? If so can you help me out?

I sell cheap Pizza!
1715237502
Hero Member
*
Offline Offline

Posts: 1715237502

View Profile Personal Message (Offline)

Ignore
1715237502
Reply with quote  #2

1715237502
Report to moderator
1715237502
Hero Member
*
Offline Offline

Posts: 1715237502

View Profile Personal Message (Offline)

Ignore
1715237502
Reply with quote  #2

1715237502
Report to moderator
1715237502
Hero Member
*
Offline Offline

Posts: 1715237502

View Profile Personal Message (Offline)

Ignore
1715237502
Reply with quote  #2

1715237502
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715237502
Hero Member
*
Offline Offline

Posts: 1715237502

View Profile Personal Message (Offline)

Ignore
1715237502
Reply with quote  #2

1715237502
Report to moderator
gatomalo
Newbie
*
Offline Offline

Activity: 14
Merit: 0



View Profile WWW
October 28, 2013, 09:38:13 PM
 #2

On Amazon -
sudo apt-get install apache2
test web page - http://YOURADDRESS.COM
download - Bitcoind
run bitcoind & - the & sign put's it into background mode
sudo apt-get install git
git clone https://github.com/kyledrake/coinpunk.git
cd coinpunk
sudo apt-get install npm
npm install
cp config.template.json config.json
change - config.json I set it up for the test network 8832

open the port thru your firewall for 8832 - apply rule
node start.js -p 8832
point your browser - http://YOURADDRESS.COM:8832

Works for me ;-}


gatomalo
Newbie
*
Offline Offline

Activity: 14
Merit: 0



View Profile WWW
October 31, 2013, 06:11:03 PM
 #3


Good source of help - https://github.com/kyledrake/coinpunk/blob/oldschool/docs/install-ubuntu.md

when I start it on node start.js -p 10000 - I cannot generate a new user - Invalid auth - error
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!