Bitcoin Forum
June 16, 2024, 04:14:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MINT] New Wallet Released - Mandatory Upgrade / Hard fork Set for August 1 on: August 13, 2015, 04:02:33 AM
You can always get the latest list of up to date nodes as CryptoID block explorer sees them

https://chainz.cryptoid.info/mint/#!network
Interesting, my IP was part of the list.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MINT] New Wallet Released - Mandatory Upgrade / Hard fork Set for August 1 on: August 08, 2015, 01:03:47 PM
I managed to solve my issue.

Here is the proof :


Here is what I did :
  • Downloaded version v2.0.0.1 instead of using v2.0.0.0.
  • Created the MintCoin.conf file containing the code below.
  • Created firewall rule to allow incoming connection on port 12788.

Code:
listen=1
maxconnections=100
addnode=1.80.150.168
addnode=107.170.26.18
addnode=113.135.64.107
addnode=115.28.129.207
addnode=115.28.140.128
addnode=115.28.177.49
addnode=115.29.224.192
addnode=115.29.243.40
addnode=128.199.255.172
addnode=144.76.220.169
addnode=155.210.52.121
addnode=155.210.52.121
addnode=162.243.4.85
addnode=162.243.70.241
addnode=178.78.11.32
addnode=182.112.134.112
addnode=184.72.188.245
addnode=187.233.181.141
addnode=209.190.29.2
addnode=213.114.153.118
addnode=218.77.97.176
addnode=223.199.16.58
addnode=23.253.55.13
addnode=27.33.253.164
addnode=37.229.38.196
addnode=46.4.95.176
addnode=46.40.98.56
addnode=5.255.66.44
addnode=62.178.31.2
addnode=71.164.166.156
addnode=71.89.162.42
addnode=76.111.80.147
addnode=78.234.66.199
addnode=78.27.187.7
addnode=91.228.76.83
addnode=93.78.120.235
addnode=94.194.77.2
addnode=99.136.121.44
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MINT] New Wallet Released - Mandatory Upgrade / Hard fork Set for August 1 on: August 08, 2015, 12:17:04 AM
Would anyone know why all my minting are rejected ?



Using getinfo
{
"version" : "v2.0.0.0",
"protocolversion" : 60007,
"walletversion" : 60000,
}
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MINT] New Podcast - Mintcoin V1.14 Windows Wallet and Community Update on: January 19, 2015, 04:07:19 AM
Couldn't he be just be referring to a 1% total stake in the coin, meaning controlling 1% of the entire money supply? That's what it means to me when I read it. I think he is saying it's nearly impossible to attack a PoS coin by owning only 1% of it. You need to own much more than that.
Hi,

From what I understand an attack is about single individual controlling the block chain for a period of time. The goal is to control the block chain for a little more than the confirmation time of 4 blocks.

By controlling, I mean that according to the logic of the application, the attacker`s block will be chosen because his block waited more days and has more coins, etc.

When looking at the % of coins needed, you need to see the total amount of coins which spread over the 2 weeks because you can only use the coins for minting once per 2 weeks. If you have a single transaction of 1B coins which has minted 1 minute ago, it will not help to secure the network for the next 2 weeks.  Also, using 51% or 1% of coins is not the correct measurement, you need to use transactions.  You are minting transactions which has an age and coins to compute its weight. I feel that overweight transactions should be divided more than by half.

An attacker just need to look in the blockchain for the weakest moment withing 2 weeks and prepare his transaction to mint at that time (plus 2 weeks). By weakest moment, I mean consecutive minting blocks using low age and low coins. In fact, it appears that much less than 1% of coins would be needed because of overweight transactions, unevenly speared(over 2 weeks) transaction weight and because the attacker's target is only a few consecutive blocks ( out of the 40320 blocks - 2 weeks ).

P.S. This is my first post.

Regards,
Veg
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!