Bitcoin Forum
April 25, 2024, 04:20:09 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XDS] A Bitcoin-derived minable cryptocurrency with concurrent PoS on: January 22, 2020, 03:48:29 AM
Does anyone can get clear to me one thing?
I start mining as it is written in the tutorial. In the "blockCount": I set value as 1000. After 10 blocks are mined the mining stops.
Other values are causing error.

Is there any way to mine more blocks? Or it is happening only with me? Huh

It happens to me too, probably it's due to your node disconnecting briefly then connecting again. Or the miner is somewhat unstable overall. Either way, once we got a stable chain going the mining was more consistent, so make sure you're connected to it. Current height 441.

Add these to your xds.conf if you have trouble connecting:

addnode=204.152.213.186
addnode=98.247.172.233
addnode=195.136.5.156
addnode=89.241.47.29
addnode=2.133.190.51

2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XDS] A Bitcoin-derived minable cryptocurrency with concurrent PoS on: January 21, 2020, 07:19:09 PM
Guys my ip mentioned above should connect

I tried adding you again but no connection was made, what height are you at? Right now the main chain is 351.

I keep seeing peer 45.153.186.69 getting banned for being on the wrong chain. If you are in this thread, delete your blockchain data except for your wallet and try to resync to the chain with height 351. You may lose some or all of your coins but better to correct this now so you can still mine some coins before the diff gets too high.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XDS] A Bitcoin-derived minable cryptocurrency with concurrent PoS on: January 21, 2020, 06:14:34 PM
Last thing how do I get my addresses ?

Go to the Wallet section of the Swagger page and find the tab /api/Wallet/addresses. From there, input the name of your wallet and account name if you created one and it will list your addresses.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XDS] A Bitcoin-derived minable cryptocurrency with concurrent PoS on: January 21, 2020, 04:22:22 PM
I don't know the first thing about programming a GUI wallet so that won't be done by me, I'm just a guy who saw this thread and starting mining and wanted to help others. Technically, the Swagger interface is a GUI wallet although more cumbersome to use. Mature time seems to be around 35 blocks based on the numbers I'm seeing on my node.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XDS] A Bitcoin-derived minable cryptocurrency with concurrent PoS on: January 21, 2020, 03:55:37 PM

Yeah mined 3 blocks already and wondering can i set more threads to mine node by default use only one

At the moment doesn't seem like there's a way.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XDS] A Bitcoin-derived minable cryptocurrency with concurrent PoS on: January 21, 2020, 03:46:45 PM
hi my ip is 195.136.5.156 and port is open


Okay, I've got you connected to the chain now hopefully your blocks will download.
w R on 305 height right ?

Height 313 now, but looks like you're connected okay. Have you mined any blocks yet?
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XDS] A Bitcoin-derived minable cryptocurrency with concurrent PoS on: January 21, 2020, 03:03:40 PM
hi my ip is 195.136.5.156 and port is open


Okay, I've got you connected to the chain now hopefully your blocks will download.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XDS] A Bitcoin-derived minable cryptocurrency with concurrent PoS on: January 21, 2020, 02:49:28 PM
also my node says UnnamedCoin.Bitcoin.Connection.ConnectionManagerBehavior[0]
      Peer '[::ffff:45.153.186.69]:38333' (outbound) offline, reason: 'The node stopped receiving messages.. The operation was canceled..'

That is nothing to worry about, it just means your node is trying to connect to a peer that is offline. It keeps trying to connect hoping it will come online. Also, some nodes are banned by the node for being on the wrong chain as mentioned above.

Ok I created Wallet Load it now in node see balance
but my node seems not want to sync so i cant start mining and how to check my node IP


An easy way to check your IP is to visit https://canyouseeme.org and it will tell you your IP and if your port 38333 is forwarded properly. Once you know it post it here and I will try to connect to you. By the way, we are on block 303 now.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XDS] A Bitcoin-derived minable cryptocurrency with concurrent PoS on: January 20, 2020, 10:55:50 PM
I'm running on 89.241.47.29

I see you, you're on the right chain.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XDS] A Bitcoin-derived minable cryptocurrency with concurrent PoS on: January 20, 2020, 08:36:22 PM
It seems you are right. I am at 159 now, less than 190.
Is there any way to check if I am at correct chain in future?

The best way to check is to delete all of your blockchain data except for your wallet file and rerun the node from scratch. The algorithm should automatically connect to the main chain that the majority is following. Early on when a blockchain just starts, it's common to have several forks until a consensus is achieved and a majority is following one chain.

The peers buta listed are offline because they are being banned immediately for breaking the reorg rule (i.e. they are more than 125 blocks off from the main chain).
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XDS] A Bitcoin-derived minable cryptocurrency with concurrent PoS on: January 20, 2020, 07:56:03 PM
It seems you are the one on the fork. I deleted all blockchain data and added only those nodes you listed. Height still remained lower, now at 152.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XDS] A Bitcoin-derived minable cryptocurrency with concurrent PoS on: January 20, 2020, 07:31:54 PM
Decided to make a new post to bump this thread and list some addnodes I found. Just run the node with the command:
Code:
dotnet run -c release -addnode=2.133.190.51 -addnode=89.241.47.29 -addnode=98.247.172.233 -addnode=204.152.213.186


This should get you syncing with the main chain. Height is currently 148.
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XDS] A Bitcoin-derived minable cryptocurrency with concurrent PoS on: January 20, 2020, 04:42:50 PM
Okay, I've got this running and it works well, but without any other people to connect to there's not much point. So I'll try to explain what to do:

1. Download and unzip the .zip file of source code from Github
2. Download and install the .NET 2.2 SDK from Microsoft as mentioned on the Github page
3. Open a command prompt instance and navigate to the location of your downloaded source code
4. Navigate to src/daemon within the source code
5. Use the command
Code:
dotnet publish
to compile the daemon/node
6. Start the node with the command
Code:
dotnet run -c release -addnode=2.133.190.51 -addnode=89.241.47.29 -addnode=98.247.172.233 -addnode=204.152.213.186
7. Browse to http://localhost:48334/swagger
8. This is a GUI interface that allows you to interact with the node so it only loads when the node is running
9. From there you can use the interface to create a wallet, run it, and start mining

From then on, if anyone here can get this running, please post your IP address so myself and others can connect and we can start building the network. Let me know if you have any issues or questions and I'll try to help.

Edit: Found some nodes to connect to. See following post.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CATE] Catecoin - kitties approved currency on: October 02, 2019, 11:07:57 PM
Block reward is 0, scam coin. Thanks for wasting my time.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Genuine old style Cryptocoin CPU/GPU minable POW no ICO on: September 23, 2019, 05:34:07 PM
i just try your addnode add and onetry, but i cant get sync it.

Of course it won't work, the OP gave the address to his home router which is only local to him. Also, the OP is claiming it's new when it was released in July, so he's probably been mining by himself since then. All in all it's yet another shitcoin copy made by someone who doesn't know what they're doing.
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Introducing Neuralium - the green, fair and universal post-quantum token! on: September 04, 2019, 02:25:15 PM
I'm with the two above...it's refreshing to see an honest, personal post here instead of the usual nonsense where some anonymous "dev" posts some coin specs and disappears while hoping it will magically make him rich. This place is a desert when it comes to open and honest discussion so it's strange to me that someone would criticize such a post.
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PEPS]🛒 PEPSHIP 📦 Games, Gadgets, Gifts, Sex Toys👜 BTC/LTC/PEPS/PIVX/ETH on: July 03, 2019, 06:48:05 PM
If you've been following this thread you will have seen that previously I had expressed disappointment with having missed the first coin swap and losing access to my coins. Well, the lead dev taylor.cwf reimbursed me for my original balance and not at the swap ratio which was very kind of him. I take back my previous statements against Peps as it is clear that the people behind this project do care for their users and are working hard on the project.

Not many coins valued so low on the market have an actual, working product - much less an entire storefront - so I would recommend those who are watching here to keep an eye on Peps as I can see it going quite far. Since I have followed it from the beginning, I can see that they are highly dedicated, working continually through the bear market when so many others gave up.
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANNOUNCEMENT] Ozeety Blockchain code has been released on GitHub ! on: June 06, 2019, 04:32:02 PM
[Edit] Disregard my previous message, I see that this project is an ICO which is why the premine is so high.
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] PEPS SHOP - World's First Crypto-Only Dropship Store - PEPSHIP.COM on: April 25, 2019, 05:20:58 PM
PEPS is there since 2016. There is no 1, 2 or 4 years. It is 3 and it will live long unlike other coins which comes and go like the flow of water. There are many people claiming us cheater, fraud, criminals, gangsters, rapist, thieves, villains, joker, Thanos, blah blah blah but PEPS supporters are there and always will be.

PEPS has always been developing to the need of the time. The PEPS Shop is just a tiny milestone as there is a lot to come. We still have many things to launch but WE DO NOT BELIEVE to make false promises and doing nothing so wait until we launch NEXT BIG THING and then it will appear here on BitcoinTalk for everyone!



If you don't want to be accused of making false promises then reimburse me for my coins on the original chain that you promised to swap but never did. I was there at launch, I joined your discord channel and helped promote your project yet my reward is a bunch of worthless coins and loss of money from mining.

I think everyone was notified before swap and all real miners and stakers did swap including the last one  Undecided

Where were you that time? Forgot to follow the updates and suddenly woke up when you saw potential....  Grin
PEPS DEV, you are funny  Grin Grin Grin
you mean there was no swap from PoW to PoS, though I wasn't there in the community that time, but there are others there who are that old, and they all seem to have their coins. If u have been following the coin, why didn't u ask in Discord? I do not see any post of yours  Undecided

Everyone was notified before the 2.0 swap but there never was a 1.0 swap from PepeGold. You can't fool me, I've followed your discord channel every day since 2018 (Yes, the real launch date) and asked your team several times when the 1.0 swap was going to happen. They promised "soon" or "after the exchange listing" but it never happened. I see that you choose to insult me and try to be cute instead of help me but hopefully everyone can see how this team operates.

I think you are one of those who simply love throwing negativity at everything, and as per ur words, the coins are WORTHLESS, so why are u wasting ur time yapping about some worthless shit here, dude? Go spend ur time on some valuable coins then  Grin Grin

I am not being negative, just speaking the truth so other investors are aware. The coins are by definition worthless because they are not traded on an exchange and the chain is not being updated. I would like to update them to the chain which has worth, hence why I am here making these comments. You are a team member, so I would recommend you learn some tact and treat your early investors better if you want to make it.
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] PEPS SHOP - World's First Crypto-Only Dropship Store - PEPSHIP.COM on: April 25, 2019, 05:15:31 PM

Everyone was notified before the 2.0 swap but there never was a 1.0 swap from PepeGold. You can't fool me, I've followed your discord channel every day since 2018 (Yes, the real launch date) and asked your team several times when the 1.0 swap was going to happen. They promised "soon" or "after the exchange listing" but it never happened. I see that you choose to insult me and try to be cute instead of help me but hopefully everyone can see how this team operates.


Nevermind mate, If you missed the swap, no worries. I will send you swapped coins. if you still have the old coins, just ping me up a DM at the discord and I will help you get new coins. PEPS is for everyone and we need everyone at the support site. Relax and stop worrying about your coins. Meet me at the discord and I will 100% help you with this.

Cheers!

Okay, I will message you.
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!