Pages:
Author

Topic: [ANN]Joincoin (J) ToR Anonymous All Algorithm mining! NEW THREAD - page 16. (Read 47445 times)

sp_
legendary
Activity: 2884
Merit: 1087
Team Black developer
https://bittrex.com/Market/Index?MarketName=BTC-J

 This market is in danger of de-listing due to low trade volume and lack of user interest. It may be removed on Friday, December 9th 2016 unless the average daily trade volume for the last 14 days exceeds 0.5 BTC. If you would like to keep the market listed, please encourage the development team to contact us at [email protected]. If you have questions about the policy, please see https://bittrex.zendesk.com/hc/en-us/articles/202583874.

-50% on a  12.48 BTC Volume today. I guess the average tradevolume is saved.

http://coinmarketcap.com/currencies/joincoin/
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Urgent matters:

- Update the OP of this thread.
- Notify Bittrex.
- Publish windows and mac wallets so everybody can upgrade
hero member
Activity: 884
Merit: 501
New website:  http://joincoinz.com/     Please post.

                    

The website has some Chinese translations added to increase viewership.
Only the first page is up just for the beginning.
 Cheesy
hero member
Activity: 884
Merit: 501
legendary
Activity: 1572
Merit: 1002
J wallet on http://cryptoguru.tk updated to 1030200
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
I just committed a fix for the block reward. Sorry for the trouble.
hero member
Activity: 884
Merit: 501
Once Joincoin's fork is ready, we should considering getting listed on a few exchanges. One of the best choice is Cryptopia which has market place, Lotto games and Mineshaft. (The Minshaft is great but not practical, costing 0.3 BTC per year to be listed for each of 13 algo's.)

Lotto is useful for attracting users to the exchange and other users in the exchange. (This one I can use in the campaigns to attract users from other language threads and regions. More to come.)

The caveat: The past attempt to get Joincoin listed for voting was screened out, due to the fact of 50% (>10%) premine, despite the fact the original dev has taken AWOL, and up to  23.8% of then Joincoin total supply have been donated to the faucet site. ( It was 0.39 million Joincoin for the present Total coin supply of 2.8 millions.)

There is no longer a voting system there but the problems in getting acceptance could be the same.

Please do not hesitate to start any activities to bring Hex's attention, considering that we have great dev's, great team and a great coin.  Cheesy

The multifaucet for Joincoin (J) has been running for about 5 months on unprecedented giveaways. 23.8% of outstanding (1,666,839) Joincoins (J) have been donated and  17.8% have been given away.

The MultiFaucet for Joincoin (J) Info has been updated http://www.multifaucet.tk/index.php?faucet=J

        
                    Sent 58046 payments
                         Total amount:    296818.66209997 J
                     Faucet balance:   99832.15219       J
                                            ---------------------
                     Total Donated:  396650.81428997 J
                         Cheesy

legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Sources pushed to github :-)
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
https://bittrex.com/Market/Index?MarketName=BTC-J

 This market is in danger of de-listing due to low trade volume and lack of user interest. It may be removed on Friday, December 9th 2016 unless the average daily trade volume for the last 14 days exceeds 0.5 BTC. If you would like to keep the market listed, please encourage the development team to contact us at [email protected]. If you have questions about the policy, please see https://bittrex.zendesk.com/hc/en-us/articles/202583874.

We will contact them as soon as the new wallet is ready.
legendary
Activity: 1572
Merit: 1002
https://bittrex.com/Market/Index?MarketName=BTC-J

 This market is in danger of de-listing due to low trade volume and lack of user interest. It may be removed on Friday, December 9th 2016 unless the average daily trade volume for the last 14 days exceeds 0.5 BTC. If you would like to keep the market listed, please encourage the development team to contact us at [email protected]. If you have questions about the policy, please see https://bittrex.zendesk.com/hc/en-us/articles/202583874.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Here the updated diff I'm going to commit:

diff --git a/src/clientversion.h b/src/clientversion.h
index 6b23a4c..ba1f35d 100644
--- a/src/clientversion.h
+++ b/src/clientversion.h
@@ -8,7 +8,7 @@
 // These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
 #define CLIENT_VERSION_MAJOR       1
 #define CLIENT_VERSION_MINOR       3
-#define CLIENT_VERSION_REVISION    0
+#define CLIENT_VERSION_REVISION    1
 #define CLIENT_VERSION_BUILD       0
 
 // Set to true for release, false for prerelease or test build
diff --git a/src/main.cpp b/src/main.cpp
index 2a1cb00..69a1452 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1271,7 +1271,7 @@ const CBlockIndex* GetLastBlockIndexForAlgo(const CBlockIndex* pindex, int algo)
 
 int64 static GetBlockValue(int nHeight, int64 nFees)
 {
-    int64 nSubsidy = 0;
+    int64 nSubsidy = 0.5 * COIN;
     if (nHeight == 1) nSubsidy = 1400000 * COIN; // IPO block
     else
     if (nHeight <= 800) nSubsidy = 0.5 * COIN;
@@ -1285,6 +1285,8 @@ int64 static GetBlockValue(int nHeight, int64 nFees)
     if (nHeight <= 40000) nSubsidy = 3 * COIN;
     else
     if (nHeight <= 626200) nSubsidy = 2 * COIN;
+    else
+    if (nHeight >= 630000 && nHeight <= 1329800) nSubsidy = 1 * COIN;
 
     return nSubsidy + nFees;
 }
diff --git a/src/version.h b/src/version.h
index 9d7402a..096f110 100644
--- a/src/version.h
+++ b/src/version.h
@@ -25,7 +25,7 @@ extern const std::string CLIENT_DATE;
 // network protocol versioning
 //
 
-static const int PROTOCOL_VERSION = 1004;
+static const int PROTOCOL_VERSION = 1005;
 
 // earlier versions not supported as of Feb 2012, and are disconnected
 static const int MIN_PROTO_VERSION = 1000;

NOTE: it will be pushed to https://github.com/pallas1/joincoin
NOTE2: I changed the start of 1 coin block reward from 629000 to 630000, as suggested

I will wait till tomorrow so everybody can comment, then if it's ok I'll push it to my repository, and we will have it built for all the platforms. Then we will notify the services.
hero member
Activity: 884
Merit: 501

---------

Other sites/services, such requesting to be listed on a couple of new exchanges and Coinomi (which requires being on 3 exchanges and being on the top 100 marketcap list, etc.), can be started in our leisure, some takes more time and efforts. Before that, We will need to have a webwallet to extend the mobile use and promotions. More plans to follow.  Cheesy

We should get or try to get into a couple of exchanges in the coming month.  Cheesy
hero member
Activity: 884
Merit: 501
Due to lack of mining with a fork coming, everything slows down except the price.

Now we are facing a delisting again, 2nd one within 2 months. The Joincoin faced such warning about 20x in lifetime.


This market is in danger of de-listing due to low trade volume and lack of user interest. It may be removed on Friday, December 9th 2016 unless the average daily trade volume for the last 14 days exceeds 0.5 BTC.

What makes Bittrex not so conscientious is that, in addition to promoting certain cryptos by receiving a hefty fee for such services, now it is asking the long-term listed cryptos to markedly increased required (at least) 0.2 BTC/day x 7 day to 0.5 BTC/day x 14 days while the BTC price increased 2-3 times during the past year.

Anyway, I am looking into promotions initially with a webwallet and see what I can do, at least something quite concrete by Jan 1,2017.

Keep our fingers crossed.  Cheesy
hero member
Activity: 884
Merit: 501
Guys I do not have a windows environment to compile the binaries; can someone do this please, when the github is updated?

Actually, I can give it a try for both 32 bit & 64 bit, Thinking that actually it is only a file to make.
(It is also a good idea to get Mac binaries. I do not have mac computers. )

I tried to make one with windows a couple of years ago with another crypto a miner software. With folders and files, I ended up missing some .cLL ? files, and could not make that one work and gave up.
hero member
Activity: 884
Merit: 501
Did you try starting the wallet with "-rescan"?

Thank you for the above inputs. I am glad that it is not a problem after all.  Cheesy

Did I do it right?

Code:
09:08:48
importprivkey TPnzABJxTedmh6JXesQwdW18xatCA52K89uvmTykGH9UkX4VAXSr JJ rescan=true

09:08:48
Error: Error parsing JSON:rescan=true


"-rescan" was a commandline option to add when you run the wallet.
if you wanna use the rpc command, I think you should replace "rescan=true" with just "true"

Thanks. It works.  Cheesy


Be careful with sharing private keys like that.

I quickly imported it trying to save your coins in case it held any but I see you used a private key for an empty, unused address so you're fine. Of course, don't use that address anymore.

Certainly, I deleted old one and started a new wallet. Thanks.  Cheesy
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
Did you try starting the wallet with "-rescan"?

Thank you for the above inputs. I am glad that it is not a problem after all.  Cheesy

Did I do it right?

Code:
09:08:48
importprivkey TPnzABJxTedmh6JXesQwdW18xatCA52K89uvmTykGH9UkX4VAXSr JJ rescan=true

09:08:48
Error: Error parsing JSON:rescan=true


Be careful with sharing private keys like that.

I quickly imported it trying to save your coins in case it held any but I see you used a private key for an empty, unused address so you're fine. Of course, don't use that address anymore.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Did you try starting the wallet with "-rescan"?

Thank you for the above inputs. I am glad that it is not a problem after all.  Cheesy

Did I do it right?

Code:
09:08:48
importprivkey TPnzABJxTedmh6JXesQwdW18xatCA52K89uvmTykGH9UkX4VAXSr JJ rescan=true

09:08:48
Error: Error parsing JSON:rescan=true


"-rescan" was a commandline option to add when you run the wallet.
if you wanna use the rpc command, I think you should replace "rescan=true" with just "true"
hero member
Activity: 884
Merit: 501
Did you try starting the wallet with "-rescan"?

Thank you for the above inputs. I am glad that it is not a problem after all.  Cheesy

Did I do it right?

Code:
09:08:48
importprivkey TPnzABJxTedmh6JXesQwdW18xatCA52K89uvmTykGH9UkX4VAXSr JJ rescan=true

09:08:48
Error: Error parsing JSON:rescan=true

legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Guys I do not have a windows environment to compile the binaries; can someone do this please, when the github is updated?
brand new
Activity: 0
Merit: 519
You can decide if you want a rescan with importprivkey:

importprivkey [label] [rescan=true]

yep, it's quite useful if you import many keys not to wait for each to complete
Pages:
Jump to: