Bitcoin Forum
May 28, 2024, 03:30:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: PhilanthropistCoin - New Altcoin - SAVE THE WORLD  (Read 391 times)
thecrowdsrc (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 15, 2018, 01:41:53 AM
 #1

Anyone and everyone who loves cryptocurrency can help the world.

I am starting a new cryptocurrency called PhilanthropistCoin. It is a javascript coin, wallet, and block explorer. It was forked from naive-coin.

Every time someone mines a block they get 50 PhilanthropistCoin. But an extra 50 PhilanthropistCoin goes to a "charity" address where nonprofits/charities can request funds from.

Currently the code supports transactions. Soon I will make a way for users to vote where the "charity" funds go.

The current algorithm is POW (Proof of Work). This will stay the same, but I will also add in DPOS (Delegated Proof of Stake). That addition will allow for the voting.

The idea came from a mix of bitshares and wanting to help the world. Bitshares created a funding system to fund their workers all by the users voting for them. The funds came in the beginning. Then users can vote to where the funds can go. I want that but where users can vote what charities/nonprofits to help.

More information: https://github.com/Kennybll/philanthropist

Thanks and go get 'em!
JustADreamer
Newbie
*
Offline Offline

Activity: 98
Merit: 0


View Profile
February 15, 2018, 01:59:17 AM
 #2

I like the setup through localhost; however for port 49029 I'm getting 'upgrade required' and for 49030 I'm getting connection refused.
Would love to solve this with you  (also I'm getting invalid parameters when using 'X' for mining, curious about that as well)

edit: possibly could be because it's listening on the 'old' port?
Code:
listening websocket p2p port on: 49029
Listening http on port: 49028
thecrowdsrc (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 15, 2018, 02:08:49 AM
 #3

I like the setup through localhost; however for port 49029 I'm getting 'upgrade required' and for 49030 I'm getting connection refused.
Would love to solve this with you  (also I'm getting invalid parameters when using 'X' for mining, curious about that as well)

edit: possibly could be because it's listening on the 'old' port?
Code:
listening websocket p2p port on: 49029
Listening http on port: 49028

Great you got the daemon up and running, not open a new terminal/command propt and do https://github.com/Kennybll/philanthropist#wallet . You need to run both scripts programs.

49029 is for peer to peer networking. This keeps the blockchain intact. 49028 is for the wallet to use. To make sure the daemon is working (from the base folder) goto localhost:49028/address and you should see your public address.
JustADreamer
Newbie
*
Offline Offline

Activity: 98
Merit: 0


View Profile
February 15, 2018, 02:25:56 AM
Last edit: February 15, 2018, 02:44:26 AM by JustADreamer
 #4

not quite sure on this one xD (tried to PM but your account is too new)

edit: my guess ' 'webpack-dev-server' is not recognized as an internal or external command, '
#2: removed log to avoid clunky-ness I can post again if needed
thecrowdsrc (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 15, 2018, 02:32:01 AM
 #5

Did you do:
cd ./wallet
npm install
npm start
CryptoMan007
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
February 15, 2018, 02:32:10 AM
 #6

I am able to work this on ubuntu.
I can see my balance via http://localhost:49030/?#/
but the private key is not there. Also I truied to send a transaction to my own address and it worked. Is there any address where I can test and send coin?
JustADreamer
Newbie
*
Offline Offline

Activity: 98
Merit: 0


View Profile
February 15, 2018, 02:37:16 AM
Last edit: February 15, 2018, 02:53:29 AM by JustADreamer
 #7

Did you do:
cd ./wallet
npm install
npm start

*problem fixed*
thecrowdsrc (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 15, 2018, 02:44:11 AM
 #8

JustADreamer, try to delete node_modules and npm install again, that's really weird. If that does work try npm install -g webpack-dev-server

CrpytoMan007, I love your name, but if you do: nano ./node/wallet/private_key you will find your private key.
JustADreamer
Newbie
*
Offline Offline

Activity: 98
Merit: 0


View Profile
February 15, 2018, 02:47:26 AM
 #9

Genius!! Something must've happened the first time around I think it was on my part.
Up and running!
gameparadise007
Full Member
***
Offline Offline

Activity: 442
Merit: 100


View Profile
February 15, 2018, 02:51:36 AM
 #10

Working well on windows Smiley
mattpatto
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
February 15, 2018, 02:57:48 AM
 #11

how do you get the wallet to work and mine?
CryptoMan007
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
February 15, 2018, 03:03:02 AM
 #12

JustADreamer, try to delete node_modules and npm install again, that's really weird. If that does work try npm install -g webpack-dev-server

CrpytoMan007, I love your name, but if you do: nano ./node/wallet/private_key you will find your private key.

edit : found the private key at -  /root/.local/share/Trash/files/philanthropist-master/node/wallet/private_key
JustADreamer
Newbie
*
Offline Offline

Activity: 98
Merit: 0


View Profile
February 15, 2018, 03:05:07 AM
 #13

I'm not sure if we're all synced; has anyone else just mined a few blocks and they got erased?
I sent a test transaction to here: http://localhost:49028/address/04f72a4541275aeb4344a8b049bfe2734b49fe25c08d56918f033507b96a61f9e3c330c4fcd46d0854a712dc878b9c280abe90c788c47497e06df78b25bf60ae64

for 42 coins, is this showing for you guys as well?
thecrowdsrc (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 15, 2018, 03:09:10 AM
 #14

Yeah I believe there was a bug. Please re download. Sorry.
grendel25
Legendary
*
Offline Offline

Activity: 2282
Merit: 1031



View Profile
February 15, 2018, 03:09:41 AM
 #15

Maybe Bill Gates will jump on this coin.  Or.. I wonder when Bill Gates will jump onto a coin.  Bill Gates would be number 1 for richest person in the world but he gives away so much of his money that he is number two.  He was number one riches for a long time though...  It would be great to support a coin that Bill Gates supported.

..EPICENTRAL .....
..EPIC: Epic Private Internet Cash..
.
.
▄▄█████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄████████████████▀▀█████▄
▄████████████▀▀▀    ██████▄
████████▀▀▀   ▄▀   ████████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
▀████████▌▐       ████████▀
▀████████ ▄██▄  ████████▀
▀█████████████▄███████▀
▀█████████████████▀
▀▀█████████▀▀
.
▄▄█████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄████████▀█████▀████████▄
▄██████▀  ▀     ▀  ▀██████▄
██████▌             ▐██████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
▀█████▄  ▄▄     ▄▄  ▄█████▀
▀██████▄▄███████▄▄██████▀
▀█████████████████████▀
▀█████████████████▀
▀▀█████████▀▀
.
.
[/center]
JustADreamer
Newbie
*
Offline Offline

Activity: 98
Merit: 0


View Profile
February 15, 2018, 03:13:12 AM
 #16

No worries; explorer seems updated  Grin we're all excited
CryptoMan007
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
February 15, 2018, 03:16:38 AM
 #17

shall I download again and try ?
thecrowdsrc (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 15, 2018, 03:19:06 AM
 #18

Yeah and you too JustADreamer again again. For some reason it's not all syncing up. I needed to test this more...
CryptoMan007
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
February 15, 2018, 03:23:14 AM
 #19

just a question, before stating mining how to sync the blocks , like we do for our coins ?
CryptoMan007
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
February 15, 2018, 03:26:10 AM
 #20

just a question, before stating mining how to sync the blocks , like we do for our coins ?

curl http://localhost:49028/blocks


getting this

[{"index":0,"previousHash":"","timestamp":1465154705,"data":[{"txIns":[{"signature":"","txOutId":"","txOutIndex":0}],"txOuts":[{"address":"0447364cb10f4bbb15fa6f3f66243d50246ea794d2b96a378e2047da203f594e5a14fcc500fe4b8 d54882efd049b21618b7a835f3c15e4000d5cd9ce580d67e46a","amount":50},{"address":"0447364cb10f4bbb15fa6f3f66243d50246ea794d2b96a378e2047da203f594e5a14fcc500fe4b8 d54882efd049b21618b7a835f3c15e4000d5cd9ce580d67e46a","amount":50}],"id":"ee0e4e5323e56dd138a4fc1515422122c42569257ce5b7e566944c90b481a541"}],"hash":"","difficulty":0,"nonce":0}]
Pages: [1] 2 »  All
  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!