Bitcoin Forum
May 13, 2024, 02:36:55 PM *
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!
1715611015
Hero Member
*
Offline Offline

Posts: 1715611015

View Profile Personal Message (Offline)

Ignore
1715611015
Reply with quote  #2

1715611015
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715611015
Hero Member
*
Offline Offline

Posts: 1715611015

View Profile Personal Message (Offline)

Ignore
1715611015
Reply with quote  #2

1715611015
Report to moderator
1715611015
Hero Member
*
Offline Offline

Posts: 1715611015

View Profile Personal Message (Offline)

Ignore
1715611015
Reply with quote  #2

1715611015
Report to moderator
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}]
JustADreamer
Newbie
*
Offline Offline

Activity: 98
Merit: 0


View Profile
February 15, 2018, 03:26:35 AM
 #21

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

No worries; is updated port 49031? I'm getting gui on both 30 and 31  Cheesy
CryptoMan007
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
February 15, 2018, 03:34:23 AM
 #22

I have again started to mine.
Can you send a test coin - 0450b6c703a3f4a43ccb47e5d56ae7b9b8b8df06b70a8bd6a2f4d89d8314f79a77c71ff27b0174f b03a47f2c559ac31cec33d6d8e52accd1dcb1910d7f8cf20408

send in multiple of 5 , for ex- 5 or 15, etc.

So that it not mixes up with the block reward and I cannot identify Smiley
CryptoMan007
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
February 15, 2018, 03:40:00 AM
 #23

block explorer still at #1, looks like some issue again
JustADreamer
Newbie
*
Offline Offline

Activity: 98
Merit: 0


View Profile
February 15, 2018, 03:41:21 AM
 #24

I think he's editing something
thecrowdsrc (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 15, 2018, 03:41:30 AM
 #25

Can you please hold on, I'm trying to get to the issue.
thecrowdsrc (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 15, 2018, 04:04:44 AM
 #26

Wait again
thecrowdsrc (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 15, 2018, 04:21:45 AM
 #27

I'm so excited for this project, but for now it's on hold until I can figure out what's happening. Maybe I need to code it again.
CryptoMan007
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
February 15, 2018, 04:34:40 AM
 #28

ok, waiting for it Smiley
Cashwave
Newbie
*
Offline Offline

Activity: 120
Merit: 0


View Profile
February 15, 2018, 04:53:53 AM
 #29

Nice concept...Save the world. I think we should be able to see the charity that will be benefiting from this over time. Good luck on your project.
vuppie0
Jr. Member
*
Offline Offline

Activity: 168
Merit: 1


View Profile
February 15, 2018, 06:01:42 AM
 #30

Hi, I'm very new to this type of wallet. When it says "[object Object]" in the daemon, does it meant that it is mining? When I entered the mining command it didn't show anything and I'm not sure whether I did everything right.

EDIT: Well my balance seems to be increasing, so everything's right I presume?
Cryptock
Hero Member
*****
Offline Offline

Activity: 1792
Merit: 507



View Profile
February 15, 2018, 06:06:28 AM
 #31

"an extra 50 PhilanthropistCoin goes to a "charity" address where nonprofits/charities can request funds from."

I wonder who will have control over the wallet in which charity coins are collected, and how will he choose the right institutions or people in need ... And how will he exchange coins for Fiats, because it will probably be necessary?


.
.7 BTC  WELCOME BONUS!..
███████████████████████████
██████████▀▀▄▄▄▄▄ ▄▀▀██████
█████████▄██████ ████ ▀████
██████▀▀ ▄▄▄▄ ▀▀███▀▄██ ███
████▀   ██████   ▀██████ ██
███ ▄▄▄████████▄▄▄ ██▄▄▄ ██
██ █████▀    ▀█████ ████ ██
██  ▀██        ███▀ ███ ███
██   ▄██▄    ▄██▄   █▀▄████
███ ▄████████████▄ ████████
████▄▀███▀▀▀▀███▀▄█████████
██████▄▄      ▄▄███████████
███████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████▄▄▄█████▄▄▄████████████████████████████████████████████████████
██████████▄█████▄█▄███▄█▄██████████▄██▀▀▀████████████████████████████████████████████████████
██████████████▀████▄████▀██████████████████████████▄█████▄██▄█████▄████▄████▄████▄████████
█████████████████▐█████▌███████████▄█████▀███▀▀████████▀▀▀▀█████▀▀▀██████▀▀███▀▀███████████
██████████████▄████▀████▄██████████████████▄▄▄▄▄███▄▄▄▄█████▄▄▄████████████████████████
████████████████▀█▀███▀█▀██████████▀███████▀█████████▀█████▀██▀█████▀███████████████████████
██████████████████████████████▀▀▀████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████
███████████████████████████
████████▀▀  ▐█▌  ▀▀████████
██████▄     ▐█▌     ▄██████
████ ▀██▄▄███████▄▄██▀ ████
███    ██▀▀  ▄  ▀▀██    ███
██    ██   ▄███▄   ██    ██
████████  ███████  ████████
██    ██  ▀▀ █ ▀▀  ██    ██
███    ██▄▄ ▀▀▀ ▄▄██    ███
████ ▄██▀▀██████▀▀▀██▄ ████
██████▀     ▐█▌     ▀██████
████████▄▄  ▐█▌  ▄▄████████
███████████████████████████
.
.30+  ALTCOINS AVAILABLE..
gameparadise007
Full Member
***
Offline Offline

Activity: 442
Merit: 100


View Profile
February 15, 2018, 06:13:52 AM
 #32

Hi, I'm very new to this type of wallet. When it says "[object Object]" in the daemon, does it meant that it is mining? When I entered the mining command it didn't show anything and I'm not sure whether I did everything right.

EDIT: Well my balance seems to be increasing, so everything's right I presume?

project is currently on hold.
Dev is fixing the code, check above dev comments and also readme in github Smiley
CryptoMan007
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
February 15, 2018, 06:20:31 AM
 #33

looks like the block explorer is working now and the coin is ready to mine.
@Dev : Is the coin launched now ?
CryptoMan007
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
February 15, 2018, 02:50:30 PM
 #34

Hi, I'm very new to this type of wallet. When it says "[object Object]" in the daemon, does it meant that it is mining? When I entered the mining command it didn't show anything and I'm not sure whether I did everything right.

EDIT: Well my balance seems to be increasing, so everything's right I presume?

project is currently on hold.
Dev is fixing the code, check above dev comments and also readme in github Smiley

Yes looks like Smiley , block chain again zero.

Waiting for dev to give some update.
I like this coin, it is different to mine Smiley
JustADreamer
Newbie
*
Offline Offline

Activity: 98
Merit: 0


View Profile
February 15, 2018, 03:52:12 PM
 #35

"an extra 50 PhilanthropistCoin goes to a "charity" address where nonprofits/charities can request funds from."

I wonder who will have control over the wallet in which charity coins are collected, and how will he choose the right institutions or people in need ... And how will he exchange coins for Fiats, because it will probably be necessary?



Dev stated in OP he will create a voting system for the community to decide..
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!